So I've gotten my V3 plug on the new OXNAS-based kernel (thanks much guys!). That's seems to be working ok, with the caveat of the udev 100% CPU problem. I'm working around that in the rc.local script.
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:
$this->bbcode_second_pass_code('', '
[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....