你好!我想问个有关RTL8153芯片的问题,我的环境是嵌入式的linux系统,ubuntu1804,内核版本是4.3。插上USB网卡的时候,用lsusb查看一下没有发现USB设备,但是我把USB3.0的两对差分线断开只保留2.0DMDP两根线的话就能找到8153,但还是没有网口出现,请问这个问题有好的解决方式吗?还是我的硬件上有问题呢?
sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.0.123
netmask 255.255.255.0
gateway 192.168.0.1
auto eth1
iface eth1 inet static
address 192.168.1.123
netmask 255.255.255.0
gateway 192.168.1.1
auto eth2
iface eth2 inet static
address 192.168.2.123
netmask 255.255.255.0
gateway 192.168.2.1