You are not logged in.
Pages: 1
Hi,
I m unable to configure sound on my machine and i have this...
(57% )dhruv ~ $ lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
02:06.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
02:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 03)
(66% )dhruv ~ $ sudo lsmod | grep '^snd'
snd_seq_oss 29312 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 46672 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6924 2 snd_seq_oss,snd_seq
snd_intel8x0 28700 0
snd_ac97_codec 95652 1 snd_intel8x0
snd_pcm_oss 37024 0
snd_pcm 69124 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 19332 2 snd_seq,snd_pcm
snd_page_alloc 8072 2 snd_intel8x0,snd_pcm
snd_mixer_oss 14592 1 snd_pcm_oss
snd 45028 9 snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
(65% )dhruv ~ $ ls -l /dev/snd
total 0
crw-rw---- 1 root audio 116, 0 2008-01-05 04:00 controlC0
crw-rw---- 1 root audio 116, 24 2008-01-05 04:00 pcmC0D0c
crw-rw---- 1 root audio 116, 16 2008-01-05 04:00 pcmC0D0p
crw-rw---- 1 root audio 116, 25 2008-01-05 04:00 pcmC0D1c
crw-rw---- 1 root audio 116, 26 2008-01-05 04:00 pcmC0D2c
crw-rw---- 1 root audio 116, 27 2008-01-05 04:00 pcmC0D3c
crw-rw---- 1 root audio 116, 20 2008-01-05 04:00 pcmC0D4p
crw-rw---- 1 root audio 116, 1 2008-01-05 04:00 seq
crw-rw---- 1 root audio 116, 33 2008-01-05 04:00 timer
Im not sure why. Pls do help.
Keep warm,
-- Dhruv --
Linux: Open, True and Cool!
Viva FOSS!
Offline
Give us some more info:
What you have tried.
Did you read wiki's entry for alsa.
etc.
My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...
Offline
Yes, I have tried the ALSA wiki. And got to the point of modprobing. And havent got any further. If you need more info pls let know what i specific do you want. I would surely let you know further. I have a dual boot with mandriva, where the sound is working perfectly. In case you need some output from there. I could furnish that as well. Kindly help
Keep warm,
-- Dhruv --
Linux: Open, True and Cool!
Viva FOSS!
Offline
The only things I ever had to do to get sound in archlinux is this:
# pacman -S alsa-utils
# alsaconf
(and answer 'yes' when asked to modify the modprobe.conf-file)
Zl.
Offline
Pages: 1