lucabaldini / xpedaq

Data acquisition software for the X-ray polarimetry explorers
GNU General Public License v2.0
0 stars 0 forks source link

QuickUsb driver not working with linux kernel kernel-4.9.5-200.fc25.x86_64 #149

Open lucabaldini opened 7 years ago

lucabaldini commented 7 years ago

Everything seems to be in order with kernel-4.8.6-300.fc25.x86_64.

An excerpt from dmesg

[  249.308465] usb 1-3: USB disconnect, device number 2
[  255.052758] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[  255.222420] usb 1-3: New USB device found, idVendor=0fbb, idProduct=0001
[  255.222425] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  255.222428] usb 1-3: Product: QuickUSB QUSB2 Module v2.15.2 (Simple I/O)
[  255.222430] usb 1-3: Manufacturer: Bitwise Systems
[  255.332107] qusb_lnx: loading out-of-tree module taints kernel.
[  255.332139] qusb_lnx: module verification failed: signature and/or required key missing - tainting kernel
[  255.332619] usbcore: registered new interface driver qusb

We got the idea that the kernel might have been the issue from https://patchwork.kernel.org/patch/9360849/

lucabaldini commented 7 years ago

Not sure what we might want to do here, except for seeing whether everything works with new kernel.

lucabaldini commented 7 years ago

This is probably very serious. Doing some research it seems like the qusb driver is just incompatible with the default configuration of the new Linux kernels.