On 17/01/14 06:45, Jonathan Gray wrote: > A device attaching as ugen means no driver has claimed it. > Support for your device and many other urtwn devices was added > after 5.4. > > Here is an untested patch against 5.4 that should work:
Hi Jonathan, Thank you very much for the help, this was exactly what I was hoping for, great support! The only thing extra that I did (outside the FAQ) was calling 'make' in /usr/src/sys/dev/usb to re-generate the header files. Not sure if that was the right way to do it, normally I expected this to happen outside the source tree as part of the regular 'make' call. But this way I managed to compile the kernel and install it. Again, thank you, Bernd