You are not logged in.

#1 2007-08-10 10:57:38

XGremlinX
Member
From: Portugal
Registered: 2007-06-06
Posts: 6

Audio on Asus F3JC

Hi!
I have an Asus F3Jc- laptop (http://uk.asus.com/products.aspx?l1=5&l … odelmenu=2)

lspci
Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

I can't seem to make alsa to work properly with my sound card hmm

Tried searching the forum and make the proposed solutions but could never have a PCM channel in alsa (so that I could control volume), and my master channel doesn't allow me to control volume, so I can only have volume ON (and maxed out) or muted. Tried to add an option in the /etc/modprobe.conf so alsa uses model=uniwill-m31 as well. (seen in here, but doesn't work for me)
Tested on duke iso, with alsa 1.0.14.

My sound card behaves properly in Ubuntu 7.04 for instance, so I wonder if I should get some parameters from that install (like some alsa configuration file) and use them in Arch? If so, what files should I look for?

Thanks in advance smile

Offline

#2 2007-08-13 08:57:27

gravicappa
Member
Registered: 2007-08-13
Posts: 7

Re: Audio on Asus F3JC

$ cat /sys/devices/platform/asus-laptop/infos | grep Model
Model reference    : F3JC

$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

$cat /etc/modprobe.conf | grep -Ev "^#"
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

Volume is controlled with 'Front' mixer control according to alsamixer.

Offline

#3 2007-08-13 09:01:19

XGremlinX
Member
From: Portugal
Registered: 2007-06-06
Posts: 6

Re: Audio on Asus F3JC

gravicappa wrote:
$ cat /sys/devices/platform/asus-laptop/infos | grep Model
Model reference    : F3JC

$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

$cat /etc/modprobe.conf | grep -Ev "^#"
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

Volume is controlled with 'Front' mixer control according to alsamixer.

Registered to post that? smile Thanks alot!! Really appreciated wink
By the way, does the sound works in speakers and headphones, that way?
I have to setup arch again so I can try that.
Thanks!

Offline

#4 2007-08-13 09:49:12

gravicappa
Member
Registered: 2007-08-13
Posts: 7

Re: Audio on Asus F3JC

Sound output goes to speakers when I unplug headphones. And volume is still controllable.

Last edited by gravicappa (2007-08-13 09:50:12)

Offline

Board footer

Powered by FluxBB