Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 73170  / 2 Years ago, thu, april 14, 2022, 12:50:01

I ran the command:



ifconfig -a


which gave this output, there is no eth0:



lo        Link encap:Local Loopback  
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:82330 errors:0 dropped:0 overruns:0 frame:0
TX packets:82330 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11151678 (11.1 MB) TX bytes:11151678 (11.1 MB)

usb0 Link encap:Ethernet HWaddr 6a:55:7c:ee:9a:59
inet addr:192.168.42.230 Bcast:192.168.42.255 Mask:255.255.255.0
inet6 addr: fe80::6855:7cff:feee:9a59/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2893 errors:0 dropped:0 overruns:0 frame:0
TX packets:9773 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:923185 (923.1 KB) TX bytes:1483133 (1.4 MB)

wlan0 Link encap:Ethernet HWaddr 8c:a9:82:21:ee:02
inet6 addr: fe80::8ea9:82ff:fe21:ee02/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:14250 errors:0 dropped:0 overruns:0 frame:0
TX packets:92483 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6283319 (6.2 MB) TX bytes:54238522 (54.2 MB)


And I ran cat /etc/network/interfaces:



auto lo
iface lo inet loopback


I ran lspci -nn |grep Ethernet:



04:00.0 Ethernet controller [0200]: Atheros Communications AR8152 v1.1 Fast Ethernet [1969:2060] (rev c1)


How would I install ethernet drivers?


More From » drivers

 Answers
4

I found the solution for this problem,



just run these following commands



sudo apt-get update

sudo apt-get install linux-backports-modules-wireless-lucid-generic

[#39800] Thursday, April 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iething

Total Points: 49
Total Questions: 127
Total Answers: 112

Location: Luxembourg
Member since Tue, Jan 25, 2022
2 Years ago
;