当前位置: 首页 > 工具软件 > Ubuntu Mobile > 使用案例 >

RK3288/3399 Ubuntu系统驱动4G模块后显示ttyUSB2: disconnected

宰父志新
2023-12-01

问题

在RK3288/3399主板上,使用和Debian系统同样内核的boot.img,但却发现刚开机时,移远的EC25 4G模块驱动是正常的,通过nmcli命令查询,显示usb0。过一会再查询,就变成了如下情况:

ttyUSB2: disconnected
        "Android"
        gsm (option1, GobiNet), hw

通过ifconfig命令可以看到,网卡usb0还是存在的,且正常拨号获得IP,但就是无法通过nmcli进行管理了。

解决

观察到正常驱动为usb0网卡的设备时,显示为:

usb0: connected to Wired connection 2
        "Android"
        ethernet (GobiNet), XX:XX:XX:XX:XX:XX, hw, mtu 1500

是没有gsmoption1字样,后来发现是因为有ModemManager这个服务的关系,通过如下命令禁用该服务,重启设备即可。。。

sudo systemctl disable ModemManager
 类似资料: