Bonjour � tous, D�sol� pour le titre qui n'est pas tr�s �vocateur.... J'ai r�cemment eu � ma disposition un portable X30 de chez IBM. Il fonctionne bien mais j'ai un probl�me �trange...
Je suis sous Debian testing. Les drivers OSS fournis avec mon noyau ( 2.4.21 ), recompil� par mes soins, fonctionnent parfaitement. Quand je veux faire fonctionner les drivers alsa, tous les modules se chargent mais je n'obtient aucun son et ce, quelque soit la position des canaux via Alsamixer ( package alsa-utils ). Voici ce que me donne un lspci... romainc:~# lspci 00:00.0 Host bridge: Intel Corp. 82830 830 Chipset Host Bridge (rev 04) 00:02.0 VGA compatible controller: Intel Corp. 82830 CGC [Chipset Graphics Controller] (rev 04) 00:02.1 Display controller: Intel Corp. 82830 CGC [Chipset Graphics Controller] 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02) 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02) 00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02) 00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42) 00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02) 00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02) 00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02) 00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02) 00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02) 01:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a8) 01:00.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a8) 01:00.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller 01:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42) Voici le contenu de mon /etc/modules.conf concernant la partie alsa : ### DEBCONF MAGIC # This file was automatically generated by alsa-base's debconf stuff alias char-major-116 snd alias snd-card-0 snd-intel8x0 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 #options snd major=116 cards_limit=4 device_mode=0660 device_gid=29 device_uid=0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss Sous alsamixer, les canux sont quasiment au plus haut... un lsmod me donne ceci : romainc:~# lsmod Module Size Used by Not tainted snd-pcm-oss 39972 0 (autoclean) snd-intel8x0 18212 0 (autoclean) snd-mixer-oss 13592 0 (autoclean) [snd-pcm-oss] snd-pcm 61028 0 (autoclean) [snd-pcm-oss snd-intel8x0] snd-timer 14500 0 (autoclean) [snd-pcm] snd-ac97-codec 39752 0 (autoclean) [snd-intel8x0] snd-page-alloc 5116 0 (autoclean) [snd-intel8x0 snd-pcm] snd-mpu401-uart 3296 0 (autoclean) [snd-intel8x0] snd-rawmidi 13376 0 (autoclean) [snd-mpu401-uart] snd-seq-device 4272 0 (autoclean) [snd-rawmidi] snd 29508 0 (autoclean) [snd-pcm-oss snd-intel8x0 snd-mixer-oss snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device] soundcore 3652 3 (autoclean) [snd] i830 62748 0 keybdev 2116 0 (unused) rtc 6792 0 (autoclean) romainc:~# Quelqu'un aurait-il une piste... Romain NB : O� est pass� le paquet alsa-xmms dans testing ???

