But I'm having trouble with the usb-redirector server, part of which is delivered as a kernel module, which is compiled from source. You folks probably already know this, but there is a mismatch in the OXNAS build:
- Code: Select all
[root@usbsrv ~]# uname -r
2.6.31.6_SMP_820
[root@usbsrv ~]# ls /usr/src/
linux-2.6.38
[root@usbsrv ~]#
So I've got a running kernel of 2.6.31, but the sources to 2.6.38. So how do I get to the point where I can compile a module that will install on this plug? I couldn't find anything obvious in the repo. Is it just not fully baked yet? Or is there somewhere specific I can look?
Thanks again for all the great work....
