GL-X750 (spitz) no usb drivers for console adapter?

We are trying to connect an generic Cisco USB-to-Console (RJ45) cable via the USB port but the kernel has no drivers for the usb serial installed?

  1. Latest firmware installed
  2. opkg update/install screen (failed). Screen pkg not found. Need screen pkg for serial console.
  3. dmseg | grep -i tty (failed). Cannot see the usb console cable.

Please help? Thanks.

You should update the repo first.

opkg update

Then install usbutils etc so that you can find out the chipset. Then we can go ahead to install the driver for your adapter.

@alzhao

We have successfully installed “screen” package after “opkg update”.

Here is the output of lsusb -vv for the cisco usb-to-serial-rj45 cable.

Bus 001 Device 009: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0403 Future Technology Devices International, Ltd
idProduct 0x6001 FT232 Serial (UART) IC
bcdDevice 6.00
iManufacturer 1 FTDI
iProduct 2 FT232R USB UART
iSerial 3 A9ZEC8F2
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 90mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2 FT232R USB UART
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Device Status: 0x0000
(Bus Powered)

We have fixed issue by doing

opkg install kmod-usb-serial-ftdi

Awesome! Thanks.

1 Like