Quote:
Originally Posted by glennzo
You can probably use lspci to determine what sound card you have.
PHP Code:
[glenn@localhost ~>$ lspci | grep -i audio 00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
That would be a good starting point.
|
thanx for pointing out "lscpi" , i have Intel internal card and ATI soundcard(for hdmi out i guess)
Code:
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
01:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series]
i will update pulseaudio as
leigh suggested and see if sound is detected.
Update:
Well it turns out that updating pulseaudio , solves this issue , there is no point in filing a bug , as fix is an update away , right?