-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver installed but display still not working #42
Comments
Same in here. |
Please provide kernel logs (dmesg) |
same problem, 916.215262] usb 1-1.2: USB disconnect, device number 9 |
Did anyone got success here ?? |
@jakre1234 Nope. I recommend you to search for another chip unless you are a kernel developer. I personally bought a new laptop with multi-display adapter support. It's shame that FL developer won't just develop a driver for linux. |
I installed a driver on my Ubuntu 20.04 environment, but nothing is displayed on the screen. [Operating Environment] SH-A: 37bc1df [Operation Logs] $ dmesg
[ 2811.540146] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[ 2811.688327] usb 1-4: New USB device found, idVendor=1a40, idProduct=0801, bcdDevice= 1.00
[ 2811.688331] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2811.688333] usb 1-4: Product: USB 2.0 Hub
[ 2811.689140] hub 1-4:1.0: USB hub found
[ 2811.689160] hub 1-4:1.0: 4 ports detected
[ 2811.816176] usb 2-4: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[ 2811.836413] usb 2-4: config 1 interface 1 altsetting 0 has a duplicate endpoint with address 0x81, skipping
[ 2811.836417] usb 2-4: config 1 interface 1 altsetting 0 has a duplicate endpoint with address 0x1, skipping
[ 2811.836420] usb 2-4: config 1 interface 1 altsetting 1 has a duplicate endpoint with address 0x81, skipping
[ 2811.836423] usb 2-4: config 1 interface 1 altsetting 1 has a duplicate endpoint with address 0x1, skipping
[ 2811.836425] usb 2-4: config 1 interface 1 altsetting 2 has a duplicate endpoint with address 0x81, skipping
[ 2811.836428] usb 2-4: config 1 interface 1 altsetting 2 has a duplicate endpoint with address 0x1, skipping
[ 2811.836430] usb 2-4: config 1 interface 1 altsetting 3 has a duplicate endpoint with address 0x81, skipping
[ 2811.836432] usb 2-4: config 1 interface 1 altsetting 3 has a duplicate endpoint with address 0x1, skipping
[ 2811.836435] usb 2-4: config 1 interface 1 altsetting 4 has a duplicate endpoint with address 0x81, skipping
[ 2811.836437] usb 2-4: config 1 interface 1 altsetting 4 has a duplicate endpoint with address 0x1, skipping
[ 2811.836439] usb 2-4: config 1 interface 1 altsetting 5 has a duplicate endpoint with address 0x81, skipping
[ 2811.836442] usb 2-4: config 1 interface 1 altsetting 5 has a duplicate endpoint with address 0x1, skipping
[ 2811.836445] usb 2-4: config 1 interface 1 altsetting 6 has a duplicate endpoint with address 0x81, skipping
[ 2811.836447] usb 2-4: config 1 interface 1 altsetting 6 has a duplicate endpoint with address 0x1, skipping
[ 2811.836454] usb 2-4: New USB device found, idVendor=1d5c, idProduct=2000, bcdDevice= 2.00
[ 2811.836457] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2811.838028] usb-storage 2-4:1.3: USB Mass Storage device detected
[ 2811.838322] scsi host7: usb-storage 2-4:1.3
[ 2811.996150] usb 1-4.1: new full-speed USB device number 4 using xhci_hcd
[ 2812.117800] usb 1-4.1: New USB device found, idVendor=2000, idProduct=dd00, bcdDevice=11.16
[ 2812.117803] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2812.117806] usb 1-4.1: Product: HZD100
[ 2812.117808] usb 1-4.1: Manufacturer: C&T
[ 2812.117810] usb 1-4.1: SerialNumber: U2dc0z7ws53a79rn
[ 2812.121574] input: C&T HZD100 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.3/0003:2000:DD00.0003/input/input6
[ 2812.180428] hid-generic 0003:2000:DD00.0003: input,hidraw2: USB HID v1.00 Device [C&T HZD100] on usb-0000:00:14.0-4.1/input3
[ 2812.848567] scsi 7:0:0:0: Direct-Access A001 PQ: 0 ANSI: 4
[ 2812.849059] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 2812.849290] sd 7:0:0:0: [sdc] 2047 4096-byte logical blocks: (8.38 MB/8.00 MiB)
[ 2812.849416] sd 7:0:0:0: [sdc] Write Protect is off
[ 2812.849419] sd 7:0:0:0: [sdc] Mode Sense: 03 00 00 00
[ 2812.849541] sd 7:0:0:0: [sdc] No Caching mode page found
[ 2812.849546] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[ 2812.875238] sdc:
[ 2812.876205] sd 7:0:0:0: [sdc] Attached SCSI disk
[ 2843.836440] usb 2-4: reset SuperSpeed Gen 1 USB device number 3 using xhci_hcd ■ FL2000 Driver Installation $ sudo insmod fl2000.ko
$ sudo dmesg -c
[ 3021.341650] usbcore: registered new interface driver fl2000_us ■ it66121.ko Installation $ sudo insmod it66121.ko
$ sudo dmesg -c
[ 3072.069996] i2c i2c-0: Binding FL2000 master
[ 3072.071329] i2c 0-004c: Binding IT66121 component
[ 3072.583037] i2c i2c-0: Bridge attached
[ 3072.583049] i2c i2c-0: bound 0-004c (ops it66121_component_ops [it66121])
[ 3072.583057] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3072.583306] [drm] Initialized fl2000_drm 0.0.1 20181001 for i2c-0 on minor 0
[ 3072.610981] i2c i2c-0: [drm] Cannot find any crtc or sizes ■ HDMI Connection $ sudo dmesg -c
[sudo] ubuntu のパスワード:
[ 3132.281260] checking generic (d1000000 300000) vs hw (0 0)
[ 3132.281387] i2c i2c- |
Hello,
I have installed the driver according to the steps mentioned in the README but i still dont get my display to be working , are there any other steps required to get it all working ?
Thanks in advance
The text was updated successfully, but these errors were encountered: