简体   繁体   English

Linux上无法识别的USB设备

[英]Unrecognized USB device on Linux

I have car diagnostic device ELM327 with usb port connection, but Mint can't recognize it. 我有汽车诊断设备ELM327与usb端口连接,但Mint无法识别它。 Here is the list of devices from terminal: 以下是终端设备列表:

~ $ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 09da:000e A4 Tech Co., Ltd
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 7073:3037
Bus 003 Device 002: ID 046d:c215 Logitech, Inc. Extreme 3D Pro
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

That device is listed as "Bus 003 Device 003" and, as you can see, has no description. 该设备列为“总线003设备003”,如您所见,没有说明。

Any suggestions? 有什么建议么? Does it have some further procedure to been recognized by auto-data software? 是否有其他程序可以被自动数据软件识别? Cant find this solved problem googleing. 无法找到解决这个问题googleing。

Thanks! 谢谢!

lsusb merely translates the IDs (provided by the device) into text strings, using /usr/share/usb.ids . lsusb只使用/usr/share/usb.ids将ID(由设备提供)转换为文本字符串。 That does not say anything about the (un)availability of a driver. 这并没有说明驱动程序的(un)可用性。

I found other people who had the same problem as you by googling: Here and Here (in Polish) . 我通过谷歌搜索发现了其他与你有同样问题的人: 这里这里(波兰语)

"It says FTDI, manufacturer of the device, has a Linux driver to be able to use this interface as a serial port." “它说设备制造商FTDI有一个Linux驱动程序,可以将这个接口用作串口。”

Knowing that you might try the FTDI site . 知道你可能会尝试FTDI网站 EDIT: The FTDI site says that it is supported natively in kernel 2.6.31 and later. 编辑:FTDI网站说它在内核2.6.31及更高版本中本机支持。 See also the FTDI driver sourceforge project . 另请参见FTDI驱动程序sourceforge项目

Note that none of this tells you what protocol you speak to it. 请注意,这些都不会告诉您与之对话的协议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM