lshw
lshw
เป็นเครื่องมือที่มีประโยชน์มากสำหรับการค้นหารายละเอียดเกี่ยวกับฮาร์ดแวร์ทั้งหมดของคุณ มันควรจะสามารถบอกคุณทุกเรื่องไร้สาระ - มีประโยชน์บางคนไม่ ในกรณีของฉันนี่คือสิ่งที่sudo lshw -c network
ทำให้ฉันเกี่ยวกับการ์ดแบบมีสายของฉัน:
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:09:00.0
logical name: eth1
version: 03
serial: xx:xx:xx:xx:xx:xx
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: ...
คนขับถูกฝังอยู่ในconfiguration:
ส่วนที่ใกล้ถึงจุดสิ้นสุด
หากคุณต้องการรายการโมดูลที่ใช้งานอย่างรวดเร็วคุณสามารถใช้สิ่งนี้:
sudo lshw | grep -Eo 'driver=[^ ]+' | sort -u | cut -d\= -f2
lshw-gtk
แพ็คเกจคุณสามารถใช้gksu lshw -X
เพื่อรับ GUI สำหรับข้อมูลฮาร์ดแวร์