LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No Sound in Ubuntu 10.04 (https://www.linuxquestions.org/questions/linux-newbie-8/no-sound-in-ubuntu-10-04-a-836961/)

musendrophilus 10-08-2010 09:57 AM

No Sound in Ubuntu 10.04
 
I have an alienware laptop and I've decided to use Ubuntu on it. When I installed Lucid Lynx the sound does not work. Yet when I wiped the drive and installed Jaunty Jackalope the sound DOES work. No hardware has been changed and the only software change was using an earlier version of Ubuntu.

After reading most articles about the issue, I've made sure nothing is muted in alsamixer and I've turned the volume all the way up. My group has audio permissions. Even the instructions at http://www.unixmen.com/linux-tutoria...0-karmic-koala seemed promising (despite the link name, it has information applicable to Lucid Lynx 10.04) but it didn't work.

When I go to System -> Preferences -> Sound and look at the Hardware tab it doesn't list anything at all. When I did aplay -l it gave me this information

Code:

card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
Subdevices: 1/1
Subdevice #0: subdevice #0

Yet alsamixer says I have a RealTek ALC880.

I'd really like to get my sound working on my computer.

jdkaye 10-09-2010 12:48 PM

Quote:

Yet alsamixer says I have a RealTek ALC880.
That's the name of the chip.
What's the output of this command?
Code:

lspci -knn
And this one too.
Code:

lsmod |grep snd
jdk

musendrophilus 10-09-2010 01:11 PM

Just trying to be a completist.
Code:

lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub [8086:2580] (rev 04)
        Kernel modules: intel-agp
00:01.0 PCI bridge [0604]: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root Port [8086:2581] (rev 04)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1b.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller [8086:2668] (rev 03)
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:1d.0 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 03)
        Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 03)
        Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 03)
        Kernel driver in use: uhci_hcd
00:1d.3 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 03)
        Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 03)
        Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev d3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge [8086:2640] (rev 03)
        Kernel modules: iTCO_wdt, intel-rng
00:1f.1 IDE interface [0101]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller [8086:266f] (rev 03)
        Kernel driver in use: ata_piix
00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller [8086:266a] (rev 03)
        Kernel modules: i2c-i801
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV41.8 [GeForce Go 6800] [10de:00c8] (rev a2)
        Kernel driver in use: nouveau
        Kernel modules: nvidia-current, nvidiafb, nouveau
0a:00.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Controller [104c:ac50] (rev 02)
        Kernel driver in use: yenta_cardbus
        Kernel modules: yenta_socket
0a:01.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) [104c:8023]
        Kernel driver in use: ohci1394
        Kernel modules: firewire-ohci, ohci1394
0a:02.0 RAID bus controller [0104]: Promise Technology, Inc. PDC20378 (FastTrak 378/SATA 378) [105a:3373] (rev 02)
        Kernel driver in use: sata_promise
        Kernel modules: sata_promise
0a:03.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10)
        Kernel driver in use: r8169
        Kernel modules: r8169
0a:05.0 Ethernet controller [0200]: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter [168c:0013] (rev 01)
        Kernel driver in use: ath5k
        Kernel modules: ath5k

Aaaand...

Code:

lsmod | grep snd
snd_hda_codec_si3054    3396  1
snd_hda_codec_realtek  203310  1
snd_hda_intel          21941  0
snd_hda_codec          74201  3 snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              5412  1 snd_hda_codec
snd_pcm_oss            35308  0
snd_mixer_oss          13746  1 snd_pcm_oss
snd_pcm                70662  4 snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy          1338  0
snd_seq_oss            26726  0
snd_seq_midi            4557  0
snd_rawmidi            19056  1 snd_seq_midi
snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              19098  2 snd_pcm,snd_seq
snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    54148  13 snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              6620  1 snd
snd_page_alloc          7076  2 snd_hda_intel,snd_pcm

Yet when I do aplay -l

Code:

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


jdkaye 10-09-2010 01:44 PM

Well it all looks perfectly normal to me. Have you got the pcm and volume levels up on your alsa mixer (not just the volume but the pcm must be up too)? The driver looks correct and is loaded.
jdk

musendrophilus 10-09-2010 03:01 PM

I opened alsamixer and they're all at 100% for output/volume/etc.

Thing is that when I did aplay -l using Jaunty Jackal it listed the modem (like in my prior post) but got this information in addition to the modem.

Code:

card 0 Intel [HDA Intel], device 0: ALC 880 Analog [ALC880 Analog]
Subdevices = 1/1
Subdevice #0: subdevice #0
card 1: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

If you can just tell me how to get Ubuntu to stop nagging me about updating stuff I'll be happy as a clam. The closest option was every two weeks. Still I'd like to use something that's up-to-date where my sound works rather than having a mute computer.

jdkaye 10-10-2010 12:08 AM

It looks like your multimedia setting in gnome (I assume your using gnome) is pointing to the wrong device. Go into your system settings and change them to point to this device 0 Alc analog...
My aplay gives me this
Code:

card 0: SB [HDA ATI SB], device 0: ALC887 Analog [ALC887 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Quote:

If you can just tell me how to get Ubuntu to stop nagging me about updating stuff I'll be happy as a clam. The closest option was every two weeks. Still I'd like to use something that's up-to-date where my sound works rather than having a mute computer.
I don't use Ubuntu so I don't really know. I have a package called update-notifier-kde. Maybe you have something like update-notifier-gnome. If so just remove it and problem solved.
jdk

musendrophilus 10-10-2010 07:48 PM

Quote:

Originally Posted by jdkaye (Post 4122639)
It looks like your multimedia setting in gnome (I assume your using gnome) is pointing to the wrong device. Go into your system settings and change them to point to this device 0 Alc analog...

How would I go about doing that? Would you kindly point me to the relevant man page or tutorial online?

jdkaye 10-11-2010 12:48 AM

Quote:

Originally Posted by musendrophilus (Post 4123292)
How would I go about doing that? Would you kindly point me to the relevant man page or tutorial online?

As I said, I don't run ubuntu nor gnome. Isn't there a systemsetting app? and doesn't it contain a category "multimedia"? I would guess it would be there. Otherwise try man alsamixer or man alsactl.
jdk


All times are GMT -5. The time now is 09:41 PM.