I just installed Kubuntu 7.10. Everything seems to be working pretty well. But there is no sound.
My system:
I think the relevant information is I have an Asus M2N-SLI motherboard with an nforce 570 chipset. I also have a USB headset. Both of them work under W2K so I am pretty sure my hardware is not broken.
What happens:
Well everything seems to work OK. KMix can see my NVidea HDA sound and my USB headset (if I plug it in). Kaffeine will quite happily play a song. But no sound comes out.
System settings is set to "hardware detect".
I have been reading this post: http://ubuntuforums.org/showthread.php?t=205449
I did some hunting around and I think my device might be snd-hda-intel and when I do:
modprobe snd-hda-intel
it returns no message at all (which I am guessing means its activated). This device is not listed in /etc/modules
Even after doing the modprobe thing my sound is still not working. I am kind of suspicious that since my headset is not working either I am missing something simple.
Oh, one more thing. I can't find alsamixer on my system. Maybe something basic is not installed?
Any help much appreciated.
cheers,
David
My system:
I think the relevant information is I have an Asus M2N-SLI motherboard with an nforce 570 chipset. I also have a USB headset. Both of them work under W2K so I am pretty sure my hardware is not broken.
What happens:
Well everything seems to work OK. KMix can see my NVidea HDA sound and my USB headset (if I plug it in). Kaffeine will quite happily play a song. But no sound comes out.
System settings is set to "hardware detect".
I have been reading this post: http://ubuntuforums.org/showthread.php?t=205449
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: AD198x Analog [AD198x Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: AD198x Digital [AD198x Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: AD198x Analog [AD198x Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: AD198x Digital [AD198x Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
lspci -v
<snip>
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81f6
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
Memory at fe020000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
<snip>
<snip>
00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 81f6
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
Memory at fe020000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
<snip>
modprobe snd-hda-intel
it returns no message at all (which I am guessing means its activated). This device is not listed in /etc/modules
Even after doing the modprobe thing my sound is still not working. I am kind of suspicious that since my headset is not working either I am missing something simple.
Oh, one more thing. I can't find alsamixer on my system. Maybe something basic is not installed?
Any help much appreciated.
cheers,
David
Comment