Kimarite

https://github.com/tiwai/hda-emu

May 3rd, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Git és Autoconf
  2. sudo apt-get install git-core gitk git-gui
  3. http://www.math.bme.hu/~balazs/git/teleplin.html
  4. http://git-scm.com/book
  5.  
  6. git clone https://github.com/tiwai/hda-emu.git
  7. https://github.com/tiwai/hda-emu
  8.  
  9. sudo apt-get install build-essential libtool autoconf automake autoconf-archive pkg-config
  10. (http://wiki.apache.org/couchdb/Installing_on_Debian - csak a telepítés, nem az apache!)
  11.  
  12. cd hda-emu/
  13. autoreconf -i
  14. http://ptomato.name/advanced-gtk-techniques/html/autoconf-project.html
  15.  
  16. sudo apt-get install locate
  17. sudo updatedb
  18. uname -r
  19. - a kimenet a használt kernel, nálam:
  20. 3.2.0-4-486
  21. locate *hda
  22. nálam (hasonló sort kell keresni, aminek a vége ../pci/hda)
  23. /lib/modules/3.2.0-4-486/kernel/sound/pci/hda
  24. https://github.com/tiwai/hda-emu
  25.  
  26. majd
  27. cd hda-emu/
  28. ./configure --with-hdadir=/lib/modules/3.2.0-4-486/kernel/sound/pci/hda
  29.  
  30. Itt a vége, fuss el véle: (?)
  31. configure: error: Invalid HD-audio directory: /lib/modules/3.2.0-4-486/kernel/sound/pci/hda
Add Comment
Please, Sign In to add comment