Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 11146  / 3 Years ago, sat, november 6, 2021, 10:24:47

I have a Cisco USB ethernet device plugged in to my 12.04lts. It shows up in lsusb as ASIX Electronics Corp. AX88772 and dmesg notes it:



asix 5-1:1.0: eth1: register 'asix' at usb-000:06:00.0-1 ASIX AX88772 USB 2.0 Ethernet c0:c1:c0:94:f7:bd


(Updating...) I see it listed in /etc/udev/rules.d/70-persistent-net.rules as...



# USB device 0x0b95:0x7720 (usb)
SUBSYSTEM=="net"", ACTION=="add", DRIVERS=="?*", ATTR{address}=="c0:c1:c0:94:f7:bd", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL="eth*", NAME="eth1"


So USB has it, and part of the network system has it, but there is no eth1 in ifconfig and ifup eth1 says



Ignoring unknown interface eth1=eth1


How do I get it working?


More From » 12.04

 Answers
3

Go into /etc/network/interfaces and add



auto eth1
iface eth1 inet dhcp

[#36345] Sunday, November 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
imonove

Total Points: 82
Total Questions: 113
Total Answers: 106

Location: Saint Vincent and the Grenadines
Member since Wed, Nov 3, 2021
3 Years ago
;