Advertisement
inukaze

Inukaze - Ubuntu 11.04 Some Fix

Jun 26th, 2011
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # Inukaze - Ubuntu 11.04 AMD64 Some Fixes (Go to the terminal) :
  2.  
  3. # cdemu daemon dont start :
  4. :~$ sudo modprobe vhba && sudo /etc/init.d/cdemu-daemon restart
  5.  
  6. # But if cdemu daemon start in system start up , but don’t load "session" bus mode , try to executing this :
  7. :~$ cdemud -b session -n 2 &
  8.  
  9. If this work , just at to Applications Start up
  10.  
  11. # VLC Audio Distortion :
  12. :~$ killall pulseaudio; rm -r ~/.pulse* && rm -r ~/.config/vlc
  13.  
  14. Now run alsamixer and set pulseaudio volume to "74 or less"
  15. :~$ alsamixer
  16.  
  17. Now run VLC , and open the Audio Equalizer and Up to MAX the First Left Bar to the top now you hear Loudest volumen without distorsion
  18.  
  19.  
  20. This is for the Final of my "~/.bashrc"
  21.  
  22. # Agregadas manualmente por Inukaze :
  23. export PATH=/usr/games:$PATH
  24. export ALSA_OUTPUT_PORTS="128:0","128:1","128:2","128:3"
  25. export LC_NUMERIC="POSIX"
  26.  
  27. alias instalar='sudo apt-get install'
  28. alias desinstalar='sudo apt-get remove'
  29. alias purgar='sudo apt-get remove --purge'
  30. alias reinstalar='sudo apt-get install --reinstall'
  31. alias actualizar='sudo apt-get update && sudo apt-get upgrade'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement