Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
32
rated 0 times [  32] [ 0]  / answers: 1 / hits: 142916  / 2 Years ago, mon, may 30, 2022, 1:39:25

I just installed Ubuntu and Wireless was not working, so I made a question: Wi-Fi not working on ASUS X75VD



I got many answers to give my Network Card, so I made this question.
Please answer quickly!


More From » networking

 Answers
7

If you want to give the best output, something like this would be best appreciated.



$ lspci | awk '/[Nn]et/ {print $1}' | xargs -i% lspci -ks %
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Kernel driver in use: r8169
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Kernel driver in use: r8169


Or sudo lshw -c network but you might want to exclude some of the information (ip/serials/etc) but it might not bother you though.


[#31176] Tuesday, May 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
freezidepu

Total Points: 394
Total Questions: 105
Total Answers: 118

Location: Libya
Member since Mon, Dec 7, 2020
3 Years ago
;