连接至 MediaTek 智能手表

连接至 MediaTek 智能手表

我正在尝试连接到中国的“Garrett GT13”智能手表。这是一款搭载联发科芯片的智能手表,处理器为MT2502。我的发行版是 Fedora 36,Linux 内核版本是5.19.6-200.fc36.x86_64. dmesg 命令返回以下输出:

[ 5376.183879] usb 2-1.2: New USB device found, idVendor=0e8d, idProduct=0003, bcdDevice= 1.00
[ 5376.183887] usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5376.187890] option 2-1.2:1.0: GSM modem (1-port) converter detected
[ 5376.188541] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
[ 5376.189479] cdc_acm: probe of 2-1.2:1.1 failed with error -16
[ 5379.056459] usb 2-1.2: USB disconnect, device number 8
[ 5379.057039] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[ 5379.057062] option 2-1.2:1.0: device disconnected

我可以使用 /dev/ttyUSB0 连接/SSH 到智能手表吗?

亲切的问候。

相关内容