In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "how to search and display network card information on the Ubuntu system". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Want to know what network card you are using in Linux? It is easy to identify the manufacturer of the network card in Linux. Open a terminal and enter the following command:
The code is as follows:
Sudo lshw-C network
If the above command cannot be used under sudo, do not use sudo's privileged mode. Its output looks a little strange but useful.
The code is as follows:
*-network
Description: Wireless interface
Product: BCM4360 802.11ac Wireless Network Adapter
Vendor: Broadcom Corporation
Physical id: 0
Bus info: pci@0000:03:00.0
Logical name: wlan0
Version: 03
Serial: 9c:f3:87:c1:5d:6a
Width: 64 bits
Clock: 33MHz
Capabilities: busmaster caplist ethernet physical wireless
Configuration: broadcast=yes driver=wl0 driverversion=6.30.223.248 (r487574) ip=192.168.1.23 latency=0 multicast=yes wireless=IEEE 802.11abg
Resources: irq:18 memory:b0600000-b0607fff memory:b0400000-b05fffff
As you can see, the wireless card on my Macbook Air is BCM4360, which is easy to detect wireless network problems under Ubuntu.
The lshw command is actually used to list hardware, so the name of the command is lshw. With the network option, only the network hardware will be filtered out.
Other ways to learn about network cards
You can also use the lspci command to display information on the PCI bus. You should use a normal user to run this command. Just enter at the command line:
The code is as follows:
Lspci
The output of the command looks like this:
The code is as follows:
00Rom 00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00Rom 02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00Rom 03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
00RV 14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00RV 16.0 Communication controller: Intel Corporation 8 Series HECI # 0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.1 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 2 (rev e4)
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1c.5 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 6 (rev e4)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
02:00.0 Multimedia controller: Broadcom Corporation Device 1570
03Rod 00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03)
0488SS9183 PCIe SSD Controller 00.0 SATA controller: Marvell Technology Group Ltd. 88SS9183 PCIe SSD Controller (rev 14)
These commands list both wired and wireless network cards. You should notice that the output above shows that there is no wired network card in my system. Because I am using Macbook Air, it does not have an Ethernet port
This is the end of the content of "how to search and display network card information on Ubuntu system". Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.