Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Fujitsu T4220

 
   Linux (Home) -> Slackware RSS
Next:  Can't mount cdrom in Slackware 12.2  
Author Message
Edwin Johnson

External


Since: May 18, 2006
Posts: 7



(Msg. 1) Posted: Tue Dec 16, 2008 4:20 pm
Post subject: Fujitsu T4220
Archived from groups: alt>os>linux>slackware (more info?)

I've just installed Slackware 12.1 on a new Fujitsu T4220 and most is
working.

One exception is the brightness controls, which are controlled by FN-F6/F7
key presses and are handled by drivers. The 2.6.24.5-smp kernel video
drivers in the acpi module don't handle this correctly and this seems to
be the case with all distributions. Documentation in the /usr/src/linux
seems to indicate this feature should work using video-extension module
routines. I've echoed to the /proc/acpi/video/GFX0/LCD/brightness file as
suggested and it takes the input but doesn't change the brightness.

Another stranger thing is the inboard speaker behavior. When external
headphones are plugged in, both speakers and headphones function. In the
shipped M$ XP (gee, I hate saying this), the speakers cut off when
headphones are plugged in, so this must be handled by the OS system's sound
routines. I'm using ALSA. Any work-around for this? I've even considered
taking the thing apart and clipping or switching the speaker leads for
certain applications!

Lastly, the IWL4965 wireless chip, even though recognized, will not function
properly, even after downloading the supposedly latest-for-this-kernel fixes
from Intel. Some distributions have successfully used this chip. This is of
less importance since I have a wireless PCMCIA card which works beautifully.

I realize that most of these issues deal with the way Fujitsu handled the
architecture of this computer, making it very software dependent, but wonder
if anyone has any thoughts or experience in any of these. I've not found on
the net anyone who has written of experiences installing Slackware on this
computer.

....Edwin
--
____________________________________________________________
"Once you have flown, you will walk the earth with your eyes
turned skyward, for there you have been, there you long to
return."-da Vinci http://bellsouthpwp2.net/e/d/edwinljohnson
Back to top
Login to vote
Mark Madsen

External


Since: May 13, 2008
Posts: 56



(Msg. 2) Posted: Tue Dec 16, 2008 5:56 pm
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 16 Dec 2008 16:20:28 +0000, Edwin Johnson wrote:

> I've just installed Slackware 12.1 on a new Fujitsu T4220 and most is
> working.

I wonder what would happen if you installed 12.2? It may be quicker than
fiddling some things to work and then discovering that they are all
working in the newer version with newer kernel etc. It's what I'd try
first.

> Another stranger thing is the inboard speaker behavior. When external
> headphones are plugged in, both speakers and headphones function. In the
> shipped M$ XP (gee, I hate saying this), the speakers cut off when
> headphones are plugged in, so this must be handled by the OS system's
> sound routines. I'm using ALSA. Any work-around for this?

I'm guessing this is using snd-hda-intel, but if not then similar
comments will apply. With many laptops you need to have the module
loaded with the right options, for example many Acer laptops need to have
a line like

option snd-hda-intel 3stack-6ch

in /etc/modprobe.d/alsa-base

or to have

modprobe snd-hda-intel 3stack-6ch

in /etc/modprobe.conf

(depending on the startup config that you are using - I haven't installed
12.2 yet so can't say anything about the .conf setup, but it's probably
still the latter).

The actual option sets taken by a particular alsa driver are listed in
excruciating detail on the alsa documentation wiki.

When you pick the right combination, the headphone jack autosensing will
begin to work. No need for hardware modifications.
Back to top
Login to vote
Edwin Johnson

External


Since: May 18, 2006
Posts: 7



(Msg. 3) Posted: Wed Dec 17, 2008 3:03 pm
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2008-12-16, Mark Madsen <mark.s.madsen+news@gmail.com> wrote:
> I wonder what would happen if you installed 12.2? It may be quicker than
> fiddling some things to work and then discovering that they are all
> working in the newer version with newer kernel etc. It's what I'd try
> first.

Certainly might be worth a try. My guess is that the distributions which had
the iwl4695 wireless working had later kernels and/or modules.

> I'm guessing this is using snd-hda-intel, but if not then similar
> comments will apply. With many laptops you need to have the module
> loaded with the right options, for example many Acer laptops need to have

You are right on the sound using snd-hda-intel which is, in fact, loaded but
without options. I'll look into this

Thanks for the comments, Mark.

....Edwin
--
____________________________________________________________
"Once you have flown, you will walk the earth with your eyes
turned skyward, for there you have been, there you long to
return."-da Vinci http://bellsouthpwp2.net/e/d/edwinljohnson
Back to top
Login to vote
Mark Madsen

External


Since: May 13, 2008
Posts: 56



(Msg. 4) Posted: Wed Dec 17, 2008 6:50 pm
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 17 Dec 2008 15:03:29 +0000, Edwin Johnson wrote:

> On 2008-12-16, Mark Madsen <mark.s.madsen+news@gmail.com> wrote:
>> I wonder what would happen if you installed 12.2? It may be quicker
>> than fiddling some things to work and then discovering that they are
>> all working in the newer version with newer kernel etc. It's what I'd
>> try first.
>
> Certainly might be worth a try. My guess is that the distributions which
> had the iwl4695 wireless working had later kernels and/or modules.

Most likely. Also, check if they need firmware to be installed.

>> I'm guessing this is using snd-hda-intel, but if not then similar
>> comments will apply. With many laptops you need to have the module
>> loaded with the right options, for example many Acer laptops need to
>> have
>
> You are right on the sound using snd-hda-intel which is, in fact, loaded
> but without options. I'll look into this

Best of luck, it requires a fair bit of patience to exhaust the possible
options for snd-hda-intel, not to mention a good few restarts....
Back to top
Login to vote
Mark Madsen

External


Since: May 13, 2008
Posts: 56



(Msg. 5) Posted: Wed Dec 17, 2008 11:09 pm
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 18 Dec 2008 06:10:59 +1100, Grant wrote:

> On 17 Dec 2008 18:50:46 +0100, Mark Madsen
> <mark.s.madsen+news@gmail.com> wrote:
>
>>On Wed, 17 Dec 2008 15:03:29 +0000, Edwin Johnson wrote:
> ...
>>> You are right on the sound using snd-hda-intel which is, in fact,
>>> loaded but without options. I'll look into this
>>
>>Best of luck, it requires a fair bit of patience to exhaust the possible
>>options for snd-hda-intel, not to mention a good few restarts....
>
> Could you do this with modprobe / rmmod pairs rather than rebooting?

You should be able to, but the ALSA module dependencies tend to be
complicated enough that a reboot is quicker.
Back to top
Login to vote
Grant

External


Since: Nov 02, 2008
Posts: 27



(Msg. 6) Posted: Thu Dec 18, 2008 6:10 am
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 17 Dec 2008 18:50:46 +0100, Mark Madsen <mark.s.madsen+news@gmail.com> wrote:

>On Wed, 17 Dec 2008 15:03:29 +0000, Edwin Johnson wrote:
....
>> You are right on the sound using snd-hda-intel which is, in fact, loaded
>> but without options. I'll look into this
>
>Best of luck, it requires a fair bit of patience to exhaust the possible
>options for snd-hda-intel, not to mention a good few restarts....

Could you do this with modprobe / rmmod pairs rather than rebooting?

Grant.
--
http://bugsplatter.id.au
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2007
Posts: 65



(Msg. 7) Posted: Sun Dec 21, 2008 1:24 am
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark Madsen wrote:


> I'm guessing this is using snd-hda-intel, but if not then similar
> comments will apply. With many laptops you need to have the module
> loaded with the right options, for example many Acer laptops need to have
> a line like

Hmm snipped wrong bit.

Anyway, re slack version, go for the latest...

I'd agree. Got an eee a couple of months back both the wired and wireless
chipsets were too new to be in a standard kernel.

--
http://www.petezilla.co.uk
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2007
Posts: 65



(Msg. 8) Posted: Sun Dec 21, 2008 1:27 am
Post subject: Re: Fujitsu T4220 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark Madsen wrote:


> You should be able to, but the ALSA module dependencies tend to be
> complicated enough that a reboot is quicker.

Back to the eee, got it running slax and I've not managed to track down the
bits to put all of the alsa config in a slax module.

Think you will need at least 1.0.17 for snd_hda_intel, at least in the case
of the eee so suspect that 12.2 would be a far better bet as I would think
that you would definitely need to upgrade the kernel or alsa to get it
running.

Why do that when PV's done it for you?

Pete

--
http://www.petezilla.co.uk
Back to top
Login to vote
Display posts from previous:   
Related Topics:
New 2.6.0-test1 kernel - problem compiling in RH9 , OK in .. - Hi All, I am running triple boot (Win98/RH9/Slac9) PC. I thought of compiling a kernel by myself (shivered really, since I am a relative newbie at these things though using linux for 2 years) In slack9 , xconfig , make , make modules and make bzImage..

First Intall - i am trying to install slack on a box with a scsi cd. i have all the partitions formatted and ready for the install. now that it is time to install, it tells me that it could not detect a cd rom. i tried it manually tellin slack that i have a scsi..

gimp 1.3.16 does not support jpeg? - Always, when I try to open a jpeg file, gimp 1.3.16 complains that the file is an unknown type. Also, in the file open dialog, there's no jpeg in the file type list. Is it true that gimp 1.3 does not support jpeg any more? ..

slackware and Optonline - Greets I have been tring to set up my optonline cable modem with my slackware box and no luck. I had the box previously configure to nat for my dsl. I used netconfig to reset my ip to a dhcp and reset my box. Each time it restarts it times out on the..

Please help me with HP710C, CUPS and Slack9.0 :( - Hello ! I've got a problem with printing in Slack9. I'd like to run my DeskJet 710C on CUPS. - i installed whole distro (CD ISO1) - downloaded PPD file for my printer from linuxprinitg.org - i did everything what i've read on that website (copied PPD,..
       Linux (Home) -> Slackware All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact