Guest User

Untitled

a guest
Oct 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $ lspci -vvnn | grep -A9 Network
  2. 04:00.0 Network controller [0280]: Broadcom Corporation BCM4356 802.11ac Wireless Network Adapter [14e4:43ec] (rev 02)
  3. Subsystem: Lenovo Device [17aa:0777]
  4. Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  5. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  6. Interrupt: pin A routed to IRQ 18
  7. Region 0: Memory at f1400000 (64-bit, non-prefetchable) [size=32K]
  8. Region 2: Memory at f1000000 (64-bit, non-prefetchable) [size=4M]
  9. Capabilities: <access denied>
  10.  
  11.  
  12. $ lsb_release -a
  13. No LSB modules are available.
  14. Distributor ID: Ubuntu
  15. Description: Ubuntu 15.10
  16. Release: 15.10
  17. Codename: wily
  18.  
  19. $ uname -a
  20. Linux gimly 4.2.0-30-generic #35-Ubuntu SMP Fri Feb 19 13:52:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  21.  
  22. sudo apt-get purge bcmwl-kernel-source
  23. sudo modprobe -r brcmfmac
  24.  
  25. sudo modprobe brcmfmac
  26.  
  27. sudo apt-mark hold linux-firmware
Add Comment
Please, Sign In to add comment