Mikrotik RBM33G and RFID cardreader IronLogic Z-2 USB

Hi!

I need to install RFID proximity card reader IronLogic Z-2 USB to the router Mikrotik RBM33G.

IronLogic is the FTDI device. When i connect it to Ubuntu I get the /dev/ttyUSB0 serial port.

But when I try to use the IronLogic card reader with Mikrotik I have some problem - OpenWRT do not recognize IronLogic like serial port.

Some info about my system:

root@OpenWrt:/etc/release/examples# opkg list-installed|grep usb

kmod-usb-core - 4.14.63-1
kmod-usb-ehci - 4.14.63-1
kmod-usb-ohci - 4.14.63-1
kmod-usb-serial - 4.14.63-1
kmod-usb-serial-ftdi - 4.14.63-1
kmod-usb-storage - 4.14.63-1
kmod-usb-uhci - 4.14.63-1
kmod-usb2 - 4.14.63-1
kmod-usb3 - 4.14.63-1
kmod-usbip - 4.14.63-1
kmod-usbip-client - 4.14.63-1
kmod-usbip-server - 4.14.63-1
libusb-1.0 - 1.0.22-1
usbutils - 007-7

When i plug IronLogic in USB i have message:

_[ 1448.501128] usb 1-1: new full-speed USB device number 3 using xhci-mtk_

> root@OpenWrt:/etc/release/examples# lsusb -t

/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=vhci_hcd/8p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=vhci_hcd/8p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-mtk/1p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-mtk/2p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M

root@OpenWrt:/etc/release/examples# ls -1 /dev

bus
console
cpu_dma_latency
full
gpiochip0
gpiochip1
gpiochip2
kmsg
log
memory_bandwidth
mtd0
mtd0ro
mtd1
mtd1ro
mtd2
mtd2ro
mtd3
mtd3ro
mtd4
mtd4ro
mtd5
mtd5ro
mtdblock0
mtdblock1
mtdblock2
mtdblock3
mtdblock4
mtdblock5
network_latency
network_throughput
null
port
ppp
ptmx
pts
random
shm
tty
ttyS0
ttyS1
ttyS2
ubi_ctrl
urandom
watchdog
watchdog0
zero

As you can see device /dev/ttyUSB0 is missed.

root@OpenWrt:/etc/release/examples# ls /dev/bus/usb/001

001 005

now my IronLogic is set as the device /dev/bus/usb/001/005

Please explain to me how to solve this problem.

Problem solved by upgrade USB3.0 lib support

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.