Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ftdi_sio disconnecting immediately
Date: Tue, 29 Sep 2020 17:01:45
Message-Id: rkvp9d$iel$1@ciao.gmane.io
1 I'm having a peculiar problem with ftdi_sio. With one particular
2 device, on one particular computer, the ftdi_sio driver always
3 disconnects immedately (5-10ms) after connecting:
4
5
6 [ 368.917946] usb 1-7: new high-speed USB device number 8 using xhci_hcd
7 [ 369.070822] usb 1-7: New USB device found, idVendor=0403, idProduct=6014, bcdDevice= 9.00
8 [ 369.070826] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
9 [ 369.070829] usb 1-7: Product: Digilent USB Device
10 [ 369.070831] usb 1-7: Manufacturer: Digilent
11 [ 369.070833] usb 1-7: SerialNumber: 210244467841
12 [ 369.086395] ftdi_sio 1-7:1.0: FTDI USB Serial Device converter detected
13 [ 369.086434] usb 1-7: Detected FT232H
14 [ 369.097053] usb 1-7: FTDI USB Serial Device converter now attached to ttyUSB0
15 [ 369.102820] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
16 [ 369.102838] ftdi_sio 1-7:1.0: device disconnected
17
18 Note that the USB subsystem is happy: the device is still connected to
19 the USB bus, and it will remain connected at the USB level until I
20 disconnect the cable:
21
22 # lsusb
23 ...
24 Bus 001 Device 008: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
25 ...
26
27 Other FTDI devices work fine on this machine. The Digilent device
28 above works fine on other Gentoo machines with the same kernel
29 version.
30
31 Any ideas on how to determine why the ftdi_sio driver is disconnecting?
32
33 --
34 Grant

Replies

Subject Author
[gentoo-user] Re: ftdi_sio disconnecting immediately Grant Edwards <grant.b.edwards@×××××.com>
[gentoo-user] Re: ftdi_sio disconnecting immediately Grant Edwards <grant.b.edwards@×××××.com>