如何在Ubuntu上找出可用的網路介面卡
想知道在Linux中你正在使用的網路卡是什麼嗎? 在Linux中很容易就找出網路卡的生產商。開啟一個終端並輸入下面的額命令:
sudo lshw -C network
如果上面的命令不能在sudo下使用,那就別用 sudo 的特權模式。它的輸出看上去有點奇怪但是很有用。
*-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
如你所見,我Macbook Air上的無線網路卡是BCM4360,這是一款在Ubuntu下面很容易出現無法檢測無線網路問題的網路卡。
lshw 命令實際上是用來列出硬體的,因此命令的名字是lshw。帶上網路的選項後,就會只過濾出網路硬體了。
瞭解網路卡的其他方法
另外你還可以使用lspci命令來顯示PCI匯流排上的資訊。你應該使用普通使用者來執行這個命令。只需要在命令列下輸入:
lspci
命令的輸出看上去想這樣:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09) 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09) 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09) 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04) 00: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 03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03) 04:00.0 SATA controller: Marvell Technology Group Ltd. 88SS9183 PCIe SSD Controller (rev 14)
這些命令會同時列出有線和無線的網路卡。你應該注意到上面的輸出中顯示我的系統中沒有有線網路卡。因為我使用的是Macbook Air,它沒有乙太網埠
我希望這邊文章可以幫助你找到你係統中的網路卡。歡迎提出問題和建議。
相關文章
- 如何在 Ubuntu 上搭建網橋Ubuntu
- 如何在 Ubuntu 上配置網橋Ubuntu
- 如何在 Linux 中檢視可用的網路介面Linux
- 如何在 Ubuntu 上安裝 MongoDBUbuntuMongoDB
- 如何在 Ubuntu 上安裝 OctoberCMSUbuntu
- Linux 初學者:如何在 Ubuntu 中重啟網路LinuxUbuntu
- 如何在 Ubuntu 上安裝 VirtualBoxUbuntu
- 如何在ubuntu上設定清華源Ubuntu
- 如何在Mac上忘記無線網路Mac
- 如何在Mac上更改WiFi網路的優先順序 ?MacWiFi
- 如何在Linux上找出並刪除重複的檔案:FSlintLinux
- 如何在 Ubuntu 上安裝 Python 3.8UbuntuPython
- 如何在 Ubuntu 上設定時間同步Ubuntu
- 如何在 Ubuntu 18.04 上更新韌體Ubuntu
- 如何在 Ubuntu 上使用 Grafana 監控 DockerUbuntuGrafanaDocker
- 如何在Ubuntu上建立及管理LXC容器Ubuntu
- 如何在 Ubuntu 上比較 PDF 檔案Ubuntu
- 如何在 Ubuntu 上安裝 FireFox 15UbuntuFirefox
- 如何在Ubuntu上使用HMCL遊玩MinecraftUbuntuRaft
- 如何在Ubuntu24.04上安裝ELKUbuntu
- ubuntu下皮膚上無網路連線的圖示Ubuntu
- 網路介面卡選購指南
- 如何在Linux上利用FSlint找出並刪除重複的檔案Linux
- 如何在Ubuntu上使用FreeFileSync同步檔案Ubuntu
- 如何在 Ubuntu 上使用 ZFS 檔案系統Ubuntu
- 【轉】虛擬機器安裝Ubuntu的上網設定(有線網路和無線網路)虛擬機Ubuntu
- 網路分析利器:在 Ubuntu 16.04 上安裝 BroUbuntu
- 樹莓派 —— ubuntu上透過netplan配置網路樹莓派Ubuntu
- 如何在 CentOS 或 RHEL 系統上檢查可用的安全更新?CentOS
- Linux 下網路介面卡配置Linux
- 網路介面卡有什麼作用
- 如何在 Ubuntu 上安裝最新版本的 GitUbuntuGit
- 如何在ubuntu上安裝virtualbox的driver module vboxdrvUbuntu
- 如何在 Ubuntu 上用 Go For It 管理您的待辦清單UbuntuGo
- 如何在阿里雲上構建高可用應用阿里
- ubuntu20.04 網路圖示不見且連不上網Ubuntu
- 如何在Ubuntu 16.10上安裝ResourceSpace程式Ubuntu
- 如何在 Ubuntu 上安裝和使用 R 語言Ubuntu