• No sound on Ubuntu install.
    16 replies, posted
Well, as the title says, I've installed Ubuntu on this computer, (HP slimline s7727c), and so far everything but the sound has worked out fine. The graphics, wireless networking, and everything else is pretty much flawless. The sound, however, has not. Multiple updates hasn't helped, and the driver updater doesn't yield any results. I've tried using the audio tool through the terminal, (Not sure what it was called, but it allows me to change volume levels for certain things, something that came with the apparent driver set), and it didn't do anything. The dB level is at 0.00 when the volume is 100%, and goes to -100.0 when the volume is muted, which to me makes no sense. The sound card, (Or so I've found from research), is the HD Realtek ALC888. I'm not really sure what I should look for or how to fix this as I am new to Ubuntu. Thanks for the help, hopefully someone will actually reply this time.
What version of Ubuntu? That's very important.
[QUOTE=Yeojsav;20866686]What version of Ubuntu? That's very important.[/QUOTE] I believe it's Ubuntu 9.10, (Or something similar), amd64.
If it's 9.10 uninstall it and then re-install it.
Open a terminal and type lspci post the output then type uname -a and post the output.
lspci [code]00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2) 00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2) 00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2) 00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2) 00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2) 00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2) 00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2) 00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2) 00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1) 00:05.0 VGA compatible controller: nVidia Corporation C51 [GeForce 6150 LE] (rev a2) 00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2) 00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3) 00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3) 00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a3) 00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3) 00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3) 00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1) 00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1) 00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1) 00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2) 00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2) 00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 02:05.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 70) 02:09.0 Communication controller: Conexant Systems, Inc. HSF 56k Data/Fax Modem [/code] uname -a [code]Linux reese-desktop 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:02:26 UTC 2010 x86_64 GNU/Linux [/code]
A ton of people have issues with the MCP51 audio chipset. Try this: [code] $ sudo apt-get install linux-ubuntu-modules-2.6.31-20-generic $ sudo modprobe snd-hda-intel $ aplay -l $ asoundconf list $ asoundconf set-default-card NVidia [/code]
On the first command I get: Couldn't find package linux-ubuntu-modules-2.6.31-20-generic
I remember it's linux-ubuntu-modules- and then something about the kernel. I haven't used Ubuntu in a while, so I don't remember the exact package name. try this one [code] apt-cache search linux-ubuntu-modules[/code] and post the output.
[code]linux-wlan-ng - utilities for wireless prism2 cards aufs-source - Source for the aufs driver linux-wlan-ng-source - linux-wlan-ng driver lirc-modules-source - infra-red remote control support - kernel modules lms - OpenAMT Local Manageability Service [/code]
Well hell that package might not be in there anymore.
Well, the second command works, (Or when I enter: $ sudo modprobe snd-hda-intel, no errors occur). The rest of the commands don't work because asoundconf is undefined, and isn't recognized.
Well, the update manager just installed something similar to what those commands entitled, so we'll see where that goes. [B]EDIT: [/B]Woops, double post. Still nothing though. Anyone got any ideas?
Take a look around the ubuntu software center, might be something in there...
Nothing in the software center, any more help? I've been looking on Ubuntu support forums for a while, and nothing has worked yet.
google the name of your audio chipset and look for someone who's had similar problems. I did this with my HP Pavilion dv2, took some time but I finally got it working.
Have you tried clicking the speaker sign i nthe top right? that was my problem :(
Sorry, you need to Log In to post a reply to this thread.