Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Git és Autoconf
- sudo apt-get install git-core gitk git-gui
- http://www.math.bme.hu/~balazs/git/teleplin.html
- http://git-scm.com/book
- git clone https://github.com/tiwai/hda-emu.git
- https://github.com/tiwai/hda-emu
- sudo apt-get install build-essential libtool autoconf automake autoconf-archive pkg-config
- (http://wiki.apache.org/couchdb/Installing_on_Debian - csak a telepítés, nem az apache!)
- cd hda-emu/
- autoreconf -i
- http://ptomato.name/advanced-gtk-techniques/html/autoconf-project.html
- sudo apt-get install locate
- sudo updatedb
- uname -r
- - a kimenet a használt kernel, nálam:
- 3.2.0-4-486
- locate *hda
- nálam (hasonló sort kell keresni, aminek a vége ../pci/hda)
- /lib/modules/3.2.0-4-486/kernel/sound/pci/hda
- https://github.com/tiwai/hda-emu
- majd
- cd hda-emu/
- ./configure --with-hdadir=/lib/modules/3.2.0-4-486/kernel/sound/pci/hda
- Itt a vége, fuss el véle: (?)
- 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