Quote (curaga @ Oct. 13 2007,05:13) |
Making an extension would be easier. After compiling it, and getting to work, make a file list that includes all the files lirc needs, with all paths and one per line (like you would get from "find"). Then pack it up as a .dsl: tar -cvzf lirc.dsl -T my_filelist --no-recursion --numeric-owner Then use dsl2unc on it, to make it a unc (uses less ram): dsl2unc lirc.dsl And now you can move this to the frame and test it.. |
Code Sample |
$ dpkg -L package_name > filelist |
Code Sample |
$ make $ touch mymarker $ sudo make install $ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | tee filelist |
Quote |
modprobe: modprobe: Can't locate module char-major-61 mode2: error opening /dev/lirc mode2: No such device |