Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. lspci -nn
  2.  
  3. cd ~/Desktop
  4. sudo dpkg -i *.deb
  5.  
  6. sudo modprobe wl
  7.  
  8. sudo apt-get install bcmwl-kernel-source
  9. sudo modprobe wl
  10. sudo reboot
  11.  
  12. wlan1 IEEE 802.11abg ESSID:"Telstra226B"
  13. Mode:Managed Frequency:2.437 GHz Access Point: 40:5D:82:47:F4:66
  14. Retry short limit:7 RTS thr:off Fragment thr:off
  15. Power Management:on
  16.  
  17. sudo apt-get install dkms
  18.  
  19. sudo install ndiswrapper-common ndiswrapper-modules-1.9 ndiswrapper-utils-1.9
  20.  
  21. sudo ndiswrapper -i yourdriver.inf
  22.  
  23. sudo ndiswrapper -l
  24.  
  25. sudo depmod -a
  26.  
  27. sudo modprobe ndiswrapper
  28.  
  29. sudo ndiswrapper -m
  30.  
  31. sudo -H gedit /etc/modules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement