Thread: Device Files
View Single Post
Posts: 78 | Thanked: 109 times | Joined on Jan 2012 @ Washington State
#4
Originally Posted by 7&7 View Post
If I DO need a kernel module, there doesn't appear to be an nbd package for diablo, unless I can use a debian package compiled for the arm chip? If I have to make my own from sources I assume I will need to install the SDK and go from there? it will be a much longer journey than I intended, and take a while since this is a spare time kind of project - and likely require much more googleing and reading than installing!!
I had a kernel compile tree still around from when I was trying to get the n810 to play out to a USB audio device. (Turns out that I was able to get the USB device modules running in the kernel but could never convince the media player to use it.) I config'ed and cooked up a nbd.ko, which you're welcome to grab and see how it works for you:

http://www.vsta.org/andy/pickup/nbd.ko

You'll need to put it somewhere convenient on your n810 and then "insmod nbd.ko". I went as far as making sure it would load into my OS, but you'll have to figure out for yourself if it works.

Good luck!
Andy