Hey guys, I have a laptop (Toshiba) and installed Ubuntu 9.10 on it. A problem is that it has no sound. lspci doesn't show anything and GNOME's sound mixer isn't showing any devices. It's using ALSA.
[code] $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC861 Analog [ALC861 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 6: Si3054 Modem [Si3054 Modem]
Subdevices: 0/1
Subdevice #0: subdevice #0
$ cat /proc/asound/card0/codec#* | grep Codec
Codec: LSI Si3054
Codec: Realtek ALC861[/code]
run alsamixer
alsa is configured to run on HDA Intel stuff.
Ubuntu comes with PulseAudio, that's may be the issue.
See if you can disable it.
How would I disable it? Uninstall it?
Sorry, you need to Log In to post a reply to this thread.