The sound card in the laptop Asus A6B00VC does not work correctly (no sound nor any channel in alsamixergui apart the microphone which seems detected)
Linux portablereno.is-a-geek.net 2.6.12-12mdk #1 Fri Sep 9 18:15:22 CEST 2005 i686 Intel(R) Pentium(R) M processor 1.73GHz unknown GNU/Linux
alsa-utils-1.0.9-4mdk
sound-scripts-0.35-1mdk
* lspcidrake -v |grep -i audio
snd-hda-intel : Intel Corp.|I/O Controller Hub Audio (vendor:8086 device:2668 subv:1043 subd:1173)
* lspci -v shows
00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
Subsystem: ASUSTeK Computer Inc.: Unknown device 1173
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at febf8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Capabilities: [70] #10 [0091]
* aumix -q shows (reset to 0 at each boot)
line 66, 66
mic 59, 59
cd 62, 62
pcm2 66, 66
igain 69, 69
dig1 100, 100
* reset_sound (run as root, same if run as user) shows :
/usr/sbin/alsactl: get_control:149: Cannot read control info '2,0,0,Front Playback
Volume,0': Invalid argument
Can't open /root/tmp/asound.state_tmp: Aucun fichier ou répertoire de ce type.
No state is present for card Intel
No state is present for card default
* lsmod|grep snd
snd_usb_audio 73120 2
snd_usb_lib 13920 1 snd_usb_audio
snd_rawmidi 19616 1 snd_usb_lib
snd_hwdep 6848 1 snd_usb_audio
snd_seq_dummy 2532 0
snd_seq_oss 31136 0
snd_seq_midi_event 5696 1 snd_seq_oss
snd_seq 46960 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 6828 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 48960 0
snd_mixer_oss 16896 1 snd_pcm_oss
snd_hda_intel 13280 0
snd_hda_codec 82688 1 snd_hda_intel
snd_pcm 79784 4 snd_usb_audio,snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 20548 2 snd_seq,snd_pcm
snd_page_alloc 8392 2 snd_hda_intel,snd_pcm
snd 46116 16 snd_usb_audio,snd_rawmidi,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore 7008 1 snd
usbcore 108348 7 snd_usb_audio,snd_usb_lib,usbmouse,usbhid,ehci_hcd,uhci_hcd
(there's a microphone included in the webcam of this laptop as well, but it makes quite a lot of modules for sound...)
for the complete dmesg : see
http://baud123.free.fr/mdv/dmesg_asus_A6B00VC_snd_pb.txt and for full lsmod :
http://baud123.free.fr/mdv/lsmod_full_asus_A6B00VC.txt other diags :
http://baud123.free.fr/mdv/
I've tried putting noapic acpi=off in /etc/lilo.conf as well...
I've begun making tests, see
http://wiki.eagle-usb.org/wakka.php?wiki=InstallMandriva2006
Maybe this card is new (rev 04) and not (yet) recognized by module snd-hda-intel ? (could it be added to ldetect-lst ? not sure it will be suficient though...)
anything else to provide to help diagnose ?