You are not logged in.

#1 2007-12-06 18:46:27

neok
Member
From: Cyprus
Registered: 2003-12-14
Posts: 190
Website

Compal FL90 Sound/Firewire problems.

Hi,

I just received a Compal FL90 laptop and installed Arch X86_64 but have problems with the sound system and firewire connection.

The sound chip is an ALC268 and OSS apps (mixer etc) do not work (aumix for example shows no controls at all) even though ALSA apps (gnome-alsamixer) show a few controls (headphone, mic, capture etc). More important for me, some ham radio apps that I have written and which use the OSS API do not work either. I have already tried to migrate to ALSA before ordering the laptop but failed because of lack of documentation. This is a very nasty situation for me since the OSS compatibility layer in ALSA seems stagnant and as OSS heads for deprecation I expect I will end up in the cold... Any advice on how to solve this problem please?

The problem with the firewire connection is that it does not supply bus power and so I cannot use my firewire zoom/autofocus camera with the laptop (it has no power socket). Any suggestions for a possible firewire card that can supply bus power somehow please?

My thanks in advance.


Regards

Neoklis ... Ham Radio Call: 5B4AZ

Offline

#2 2007-12-06 20:34:26

perost
Member
Registered: 2007-01-23
Posts: 52

Re: Compal FL90 Sound/Firewire problems.

To get your soundcard working you need to make sure that you have Alsa 1.0.15 installed, and then you need to add

snd-hda-intel model=toshiba

to your /etc/modprobe.conf. That should make the sound work.

Offline

#3 2007-12-07 12:31:26

neok
Member
From: Cyprus
Registered: 2003-12-14
Posts: 190
Website

Re: Compal FL90 Sound/Firewire problems.

perost wrote:

To get your soundcard working you need to make sure that you have Alsa 1.0.15 installed, and then you need to add

snd-hda-intel model=toshiba

to your /etc/modprobe.conf. That should make the sound work.

Actually it's options snd-hda-intel model=toshiba but didn't seem to help
the OSS situation much. Guess I have to wait for newer drivers....

Thank you.


Regards

Neoklis ... Ham Radio Call: 5B4AZ

Offline

#4 2008-03-12 17:20:04

tsenart
Member
Registered: 2008-02-14
Posts: 9

Re: Compal FL90 Sound/Firewire problems.

Hey.

I also own a Compal FL90. After some struggle to get the sound working, I came to a solution.

1st step: Make sure you have the latest ALSA (alsa-lib and alsa-utils) installed on your system and have alsa on the DAEMONS() on /etc/rc.conf array. Type the following (requires root):

[root@testbox ~]# alsaconf

2nd step: Add your username to the audio group. You can do this with the following command (requires root):

[root@testbox ~]# gpasswd -a 'username' audio

3rd step: You have to do that modprobe thing. You can do it with the following command (requires root):

[root@testbox ~]# echo 'options snd-hda-intel model=toshiba' >> /etc/modprobe.conf

4th step: Reboot, unmute PCM, Headphones and Front (if not visible, go to your mixer preferences and checkbox it).

It should work now.

Last edited by tsenart (2008-03-12 18:42:16)

Offline

#5 2008-03-12 21:13:43

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: Compal FL90 Sound/Firewire problems.

tsenart wrote:

Hey.

I also own a Compal FL90. After some struggle to get the sound working, I came to a solution.

1st step: Make sure you have the latest ALSA (alsa-lib and alsa-utils) installed on your system and have alsa on the DAEMONS() on /etc/rc.conf array. Type the following (requires root):

[root@testbox ~]# alsaconf

2nd step: Add your username to the audio group. You can do this with the following command (requires root):

[root@testbox ~]# gpasswd -a 'username' audio

3rd step: You have to do that modprobe thing. You can do it with the following command (requires root):

[root@testbox ~]# echo 'options snd-hda-intel model=toshiba' >> /etc/modprobe.conf

4th step: Reboot, unmute PCM, Headphones and Front (if not visible, go to your mixer preferences and checkbox it).

It should work now.

Indeed, this is how I do it as well. I use alsa .16 though.

Offline

Board footer

Powered by FluxBB