Hellou dear friends! I don't know Chinese, therefore I will write in English, OK? I can translate your hierogliphs via online translator. Let's go to question
Today I have buy your RT809H device programmer. But I use only Linux-like operational systems. I have a Ubuntu 18.04. I know that in China Ubuntu Kylin OS distributed also. I have a Ubuntu, it's a same thing
Device shell runs properly, I see all windows, menus. Music plays. But! Program shell does not see a programmer! In window on down-right border message appears: "Programmer is not connected".
I see is than some with USB driver. But my system see a programmer, there is a command in linux: lsusb, that list all USB devices connected to computer.
In my case lsusb print string:
- lsusb
- Bus 001 Device 002: ID 8087:8001 Intel Corp.
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
- Bus 002 Device 009: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC
- Bus 002 Device 004: ID 09da:054f A4Tech Co., Ltd.
- Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
复制代码 Bus 002 Device 009 is a programmer
Other command lsusb -t show more detailed info:
lsusb -t
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
|__ Port 9: Dev 9, If 0, Class=Vendor Specific Class, Driver=ftdi_sio, 480M
|__ Port 9: Dev 9, If 1, Class=Vendor Specific Class, Driver=ftdi_sio, 480M
|__ Port 13: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 13: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M We see a some 'ftdi_sio' device connected with Device 9 via USB2 connection
How to chain this Device 9 to program? Why I can't set port manually in program shell?
|