nopasteonlybin

output

Oct 30th, 2022 (edited)
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.72 KB | None | 0 0
  1. :~$ lspci -knn | grep -EiA2 net
  2. 03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0083]
  3.     Subsystem: Intel Corporation Centrino Wireless-N 1000 BGN [8086:1325]
  4.     Kernel driver in use: iwlwifi
  5. --
  6. 04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8152 v1.1 Fast Ethernet [1969:2060] (rev c1)
  7.     Subsystem: Dell AR8152 v1.1 Fast Ethernet [1028:0456]
  8.     Kernel driver in use: atl1c
  9.     Kernel modules: atl1c
  10.  
  11.  
  12. :~$ rfkill
  13. ID TYPE      DEVICE      SOFT      HARD
  14.  0 wlan      phy0   unblocked unblocked
  15.  1 bluetooth hci0   unblocked unblocked
  16.  
  17.  
  18. :~$ rfkill list
  19. 0: phy0: Wireless LAN
  20.     Soft blocked: no
  21.     Hard blocked: no
  22. 1: hci0: Bluetooth
  23.     Soft blocked: no
  24.     Hard blocked: no
  25.  
Advertisement
Add Comment
Please, Sign In to add comment