Find the answer to your Linux question:
Results 1 to 2 of 2
Hi All, I have a 5.1 setup with my laptop running through a USB sound card. The system is set up to be my media center so I have it ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    Computer Defaults to Internal Speakers After Sleep

    Hi All,

    I have a 5.1 setup with my laptop running through a USB sound card. The system is set up to be my media center so I have it sleeping a majority of the time, unfortunately when it comes out of sleep it defaults to the internal speakers and I have to manually go through pulse to change it back to the 5.1. Any way to change this? Thanks in advance
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  2. #2
    Linux Newbie
    Join Date
    Sep 2007
    Posts
    137
    Dunno how much translates to Ubuntu and Pulse as I use Debian and Alsa, but I had a similar issue. I edited /etc/modprob.d/alsa-base.conf so the sound I wanted as default, stayed default:

    Code:
    # Prevent abnormal drivers from grabbing index 0
    options snd-intel8x0m index=0  ### changed from -2 to 0
    I also edited /etc/modprob.d/alsa-base-blacklist.conf so my internal speaker driver was blacklisted:

    Code:
    # Comment this entry in order to load snd-pcsp driver
    blacklist snd-pcsp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...