Is there more information I could provide to make helping me easier?
Is there more information I could provide to make helping me easier?
Can you post the output of these terminal commands for me please:
Terminal="Applications->Accessories->Terminal"Code:uname -a aplay -l cat /proc/asound/version head -n 1 /proc/asound/card*/codec#*
Please post text output using code tags. Also helpful is the make/model of your PC/Laptop.
teamcoltra@paradoxicon:~$ uname -a
Linux paradoxicon 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64 GNU/Linux
teamcoltra@paradoxicon:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: Conexant Digital [Conexant Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
teamcoltra@paradoxicon:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.
Compiled on May 4 2010 for kernel 2.6.32-21-generic (SMP).
teamcoltra@paradoxicon:~$ head -n 1 /proc/asound/card*/codec#*
==> /proc/asound/card0/codec#0 <==
Codec: Conexant CX20561 (Hermosa)
==> /proc/asound/card0/codec#1 <==
Codec: Conexant ID 2c06
==> /proc/asound/card1/codec#0 <==
Codec: ATI RS690/780 HDMI
teamcoltra@paradoxicon:~$
What is the make/model of this PC?
NV5214u Gateway
OK. Update your kernel:
Now reboot so we can work with the latest kernel.Code:sudo apt-get update sudo apt-get upgrade
Install alsa backports:
Reboot again.Code:sudo apt-get install linux-backports-modules-alsa-lucid-generic
Check your levels in alsamixer.
Press F6 to select the correct soundcard.Code:alsamixer
Press F3 to show playback levels. F4 selects capture levels [or use <Tab>]
Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
Also try gnome-alsamixer and make sure to enable everything in 'Edit>Soundcard Properties'
Thank you, fixed, and updated main post with your solution, and some tags to help people with similar issues find this page.
Bookmarks