Monday, November 21, 2016

networking - How to check what is my network card on Ubuntu?


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!



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.


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...