Open IamRichter opened 4 years ago
I just worked around a FL2000 driver bug a couple minutes ago so that it works with my Fedora31 (kernel 5.5.15). See if the latest driver helps. The major change is in fl2000_dev.c. See the comments there.
Hi - Got the same results as @IamRichter however it is still not working. As of @fresco-fl2000 comment above the latest change hasn't worked on my Linux 5.3.0-46-generic (Ubuntu 18.04)
[ 190.117061] fl2000: loading out-of-tree module taints kernel.
[ 190.117166] fl2000: module verification failed: signature and/or required key missing - tainting kernel
[ 190.117761] usbcore: registered new interface driver fl2000
[ 202.549860] usb 4-1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[ 202.570091] usb 4-1: config 1 interface 1 altsetting 0 has a duplicate endpoint with address 0x81, skipping
[ 202.570096] usb 4-1: config 1 interface 1 altsetting 0 has a duplicate endpoint with address 0x1, skipping
[ 202.570098] usb 4-1: config 1 interface 1 altsetting 1 has a duplicate endpoint with address 0x81, skipping
[ 202.570101] usb 4-1: config 1 interface 1 altsetting 1 has a duplicate endpoint with address 0x1, skipping
[ 202.570104] usb 4-1: config 1 interface 1 altsetting 2 has a duplicate endpoint with address 0x81, skipping
[ 202.570107] usb 4-1: config 1 interface 1 altsetting 2 has a duplicate endpoint with address 0x1, skipping
[ 202.570110] usb 4-1: config 1 interface 1 altsetting 3 has a duplicate endpoint with address 0x81, skipping
[ 202.570112] usb 4-1: config 1 interface 1 altsetting 3 has a duplicate endpoint with address 0x1, skipping
[ 202.570115] usb 4-1: config 1 interface 1 altsetting 4 has a duplicate endpoint with address 0x81, skipping
[ 202.570118] usb 4-1: config 1 interface 1 altsetting 4 has a duplicate endpoint with address 0x1, skipping
[ 202.570120] usb 4-1: config 1 interface 1 altsetting 5 has a duplicate endpoint with address 0x81, skipping
[ 202.570123] usb 4-1: config 1 interface 1 altsetting 5 has a duplicate endpoint with address 0x1, skipping
[ 202.570126] usb 4-1: config 1 interface 1 altsetting 6 has a duplicate endpoint with address 0x81, skipping
[ 202.570128] usb 4-1: config 1 interface 1 altsetting 6 has a duplicate endpoint with address 0x1, skipping
[ 202.570135] usb 4-1: New USB device found, idVendor=1d5c, idProduct=2000, bcdDevice= 2.00
[ 202.570137] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 202.571033] fl2000_device_probe:bInterfaceNumber:1 bAlternateSetting:0
[ 202.571036] fl2000_device_probe:streaming interface detected
[ 202.571186] fl2000_device_probe:usb_dev(00000000d867e56c), minor_num(1), dev_name(fl2000-1) created
[ 204.453762] fl2000_monitor_plugin_handler:Notify system to add monitor.
[ 204.453942] fl2000_device_probe:bInterfaceNumber:2 bAlternateSetting:0
[ 204.453944] fl2000_device_probe:Detect interrupt interface.
[ 204.453945] fl2000_intr_pipe_create:found ep_num_intr_in(3)
[ 204.454999] fl2000_monitor_vga_status_handler:WARNING Ignore MonitorPlugin event
So... I know that only the kernel 4 is compatible, and there is other tickets open here for the same issue, but i wanted to share my dmesg. I had no problems compiling it, and loading, but i just did not worked...
Good luck with your projects.