Ethernet USB A vers 2,5 G (TMUAE2500) problem
Posted: 05 Mar 2023, 17:02
Hello,
My config :
F4-220 with TOS 5.1.24 (restore to factory default).
4 Go memory.
this adapter does not appear in NETWORK/Interface.
When i boot it was down by default.
# ip a sh dev usb0
12: usb0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether e2:01:50:72:e9:44 brd ff:ff:ff:ff:ff:ff
I can up with command "ifconfig usb0 up" and set DHCP with dhclient usb0.
usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.71 netmask 255.255.255.0 broadcast 192.168.1.255
ether e2:01:50:72:e9:44 txqueuelen 1000 (Ethernet)
RX packets 333941 bytes 26305382 (25.0 MiB)
RX errors 0 dropped 1570 overruns 0 frame 0
TX packets 1233 bytes 331779 (324.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Add these line in etc/network
[usb0]
SLAVE = 0
DNS1 = 1.0.0.1
DNS2 = 1.1.1.1
IPADDRESS = 192.168.1.99
NETMASK = 255.255.255.0
GATEWAY = 192.168.1.1
MTU = 1500
DHCP = YES
When i reboot system, the adapter is again down.
Who know this problem ?
Thank you for your answers.
My config :
F4-220 with TOS 5.1.24 (restore to factory default).
4 Go memory.
this adapter does not appear in NETWORK/Interface.
When i boot it was down by default.
# ip a sh dev usb0
12: usb0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether e2:01:50:72:e9:44 brd ff:ff:ff:ff:ff:ff
I can up with command "ifconfig usb0 up" and set DHCP with dhclient usb0.
usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.71 netmask 255.255.255.0 broadcast 192.168.1.255
ether e2:01:50:72:e9:44 txqueuelen 1000 (Ethernet)
RX packets 333941 bytes 26305382 (25.0 MiB)
RX errors 0 dropped 1570 overruns 0 frame 0
TX packets 1233 bytes 331779 (324.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Add these line in etc/network
[usb0]
SLAVE = 0
DNS1 = 1.0.0.1
DNS2 = 1.1.1.1
IPADDRESS = 192.168.1.99
NETMASK = 255.255.255.0
GATEWAY = 192.168.1.1
MTU = 1500
DHCP = YES
When i reboot system, the adapter is again down.
Who know this problem ?
Thank you for your answers.