Results 1 to 10 of 22
Hello all!!!
I have a new install of Ubuntu and have zero sound.
Any ideas on fixing this? I miss my youtube and CD player!
Thanks!...
- 02-10-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
No sound
Hello all!!!
I have a new install of Ubuntu and have zero sound.
Any ideas on fixing this? I miss my youtube and CD player!
Thanks!
- 02-10-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Usually this is due to the PCM audio setting being turned off. Open the mixer (right-click on speaker icon in task bar and select open), then slide the PCM slide to some level you can use, ditto for the Master volume slide. The keyboard shortcut keys only affect the Master control, not the PCM, so usually I set PCM to highest setting and adjust Master to where I want the volume.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-10-2010 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
PCM audio? When I right click on the speaker icon the options are mute and sound pref. I click on preferences and it looks like the sound is turned on.
- 02-10-2010 #4
but is the volume turned up? You usually have 3 levels in your mixer. Whenever I open my mixer I have Front, Digital, and PCM. Usually when you don't have sound its because the volume is turned down on on Front and/or PCM. Digital would be my headphone jack.
linux user # 503963
- 02-10-2010 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
Everything is turned up and the speakers are on and plugged into the correct jack in the back of the computer.
Could this be a driver issue?
- 02-10-2010 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-10-2010 #7Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
This is what I get
I don't think I am looking at the right section of settings. I don't see anything that says PCM.Code:michael@michael-desktop:~$ sudo /sbin/lspci [sudo] password for michael: sudo: /sbin/lspci: command not found
- 02-10-2010 #8
then do
Code:whereis lspci
linux user # 503963
- 02-10-2010 #9
how about just
Code:sudo lspci
linux user # 503963
- 02-10-2010 #10Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
Code:michael@michael-desktop:~$ sudo lspci 00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev a2) 00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2) 00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2) 00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2) 00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2) 00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2) 00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4) 00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2) 00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1) 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1) 00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) 00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) 00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2) 01:08.0 Ethernet controller: Linksys, A Division of Cisco Systems WMP11v4 802.11b PCI card 02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3) michael@michael-desktop:~$


Reply With Quote
