Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Arrrrrgh. I've done something stupid. Help!

  • 24-10-2010 10:03pm
    #1
    Registered Users, Registered Users 2 Posts: 9,313 ✭✭✭


    While messing round with various guides tonight trying to get my sound over HDMI working i've inadvertently managed to remove my internal sound :|

    Any ideas on getting it back :)

    ubuntu@ubuntu-laptop:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    


    No internal playback devices enabled.

    However, its present in a lspci :confused:
    ubuntu@ubuntu-laptop:~$ lspci 
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    [B]00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)[/B]
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 240M] (rev a2)
    [B]01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)[/B]
    05:00.0 Network controller: Intel Corporation WiFi Link 5100
    09:00.0 Ethernet controller: Atheros Communications AR8131 Gigabit Ethernet (rev c0)
    


    Tried selecting it in alsamixer, but it just shows up one single control - PCM, whereas before there was about 8-10 separate controls.

    Any ideas? Presentation tuesday and i need my audio out :(

    Ubuntu maverick 64bit btw


Comments

  • Registered Users, Registered Users 2 Posts: 3,579 ✭✭✭BopNiblets


    What did you remove a file or what, just reinstall it?
    Go back through your terminal commands and do the opposite of the thing that broke it. :p


  • Registered Users, Registered Users 2 Posts: 9,313 ✭✭✭Mycroft H


    BopNiblets wrote: »
    What did you remove a file or what, just reinstall it?
    Go back through your terminal commands and do the opposite of the thing that broke it. :p


    A thread on the ubuntu forum recommended adding this to the modprobe.d directory.

    /etc/modprobe.d/sound.conf
    options snd-hda-intel probe_mask=0x102
    

    I removed that and performed alsa force-reload and restarted.

    Still no sound.


  • Registered Users, Registered Users 2 Posts: 2,534 ✭✭✭FruitLover


    Run 'lsmod' to double-check the snd-hda-intel module is getting loaded...


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    You could load each of the alsa associated kernel modules manually, but I think the handiest solution is to just drop to a root shell and run the following(dpkg command just a precaution - I doubt you run the open sound system). You should also check your modules using lsmod and check for lines like snd-hda ect.
    # dpkg-reconfigure linux-sound-base ( select ALSA here )
    # alsaconf ( may not be present on the latest version of Ubuntu )
    
    

    Failing the above, you need to manually load each module for the chipset, and place them
    in the modprobe.d directory. Oh, and try not to mess with sound in Linux in the future : D

    Make sure you check the required modules are placed under /etc/modprobe.d/alsa-base.conf too


Advertisement