para_bellum

Asus N551JK - subwoofer and Linux

Oct 21st, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Install the jack override utility
  2. sudo apt-get install alsa-tools-gui
  3. # Launch the tool
  4. hdajackretask
  5. # Select the right codec (Realtek ALC668)
  6. # Show unconnected pins
  7. # Check 'override' for the pin 0x1a
  8. # Pick 'Internal speaker (LTE)'
  9. # List the audio managers
  10. sudo fuser -v /dev/snd/*
  11. # Kill them all
  12. pkill xfce4-volumed
  13. pkill volti
  14. killall pulseaudio
  15. # Apply the changes in hdajackretask
  16. # Restart the managers
  17. xfce4-volumed
  18. # via Alt-F2:
  19. pulseaudio
  20. # Test. If it works, install boot override.
  21.  
  22.  
  23.  
  24. # Resources:
  25. https://www.reddit.com/r/linux/comments/17sov5/howto_beats_audio_hp_laptop_speakers_on/c89e8rc
  26. http://askubuntu.com/a/526137
  27. http://ubuntuforums.org/showthread.php?t=2217683
Add Comment
Please, Sign In to add comment