我有一个基于 SiLabs CP2101 芯片组的 USB 转串口适配器。我正在尝试将它与 Debian 5.0 Lenny(armel 架构)一起使用。
我似乎能够获得正确的内核模块来识别适配器,但它不会创建/dev/ttyUSB0
.
我跑modprobe usbserial
和modprobe cp2101
,然后连接在所述设备中,从而从输出以下dmesg
:
usb 2-1: new full speed USB device using mv5182_ehci and address 8
usb 2-1: configuration #1 chosen from 1 choice
cp2101 2-1:1.0: cp2101 converter detected
usb 2-1: reset full speed USB device using mv5182_ehci and address 8
usb 2-1: cp2101 converter now attached to ttyUSB0
Run Code Online (Sandbox Code Playgroud)
然而,/dev/ttyUSB0
不存在。中没有新文件/dev
。
find / -type f -name ttyUSB0
没有结果。
我确实找到了一堆在插入设备后出现的命名 …