Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. $ lspci -knn | grep Net -A2
  2. 04:00.0 Network controller [0280]: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
  3. Subsystem: Apple Inc. Device [106b:0152]
  4. 05:00.0 Multimedia controller [0480]: Broadcom Corporation 720p FaceTime HD Camera [14e4:1570]
  5. --
  6. 0b:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57762 Gigabit Ethernet PCIe [14e4:1682]
  7. Subsystem: Apple Inc. Device [106b:00f6]
  8. Kernel driver in use: tg3
  9.  
  10. $ ip link show
  11. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
  12. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  13. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
  14. link/ether 98:5a:eb:c6:cf:4d brd ff:ff:ff:ff:ff:ff
  15.  
  16. Chipset PCI Device ID Notes
  17.  
  18. BCM43602 14e4:43ba Supported in 3.17+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement