Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. it is 01:00 in the night and iam borred so i though i write some cmds up for you
  2.  
  3. we stoped at installing the pkg <linux-headers-3.16.0-4-common>
  4.  
  5. then run "dkms install broadcom-sta"
  6. if all goes well proceed (otherwise pastebin the output of the last cmd with --verbose added)
  7.  
  8. let's check it went fine
  9. "find /lib/modules/|grep wl.ko" should output the path to the kernel module
  10.  
  11. if it's there run
  12. "/sbin/depmod -a" and then
  13. "/sbin/modprobe -r b44 b43 b43legacy ssb brcmsmac" and then
  14. "/sbin/modprobe wl"
  15.  
  16. let's check if it loaded fine with
  17. "/sbin/lsmod|grep wl" that should output a line with "wl" in it
  18.  
  19. if all went fine run "iwconfig" and see if there is a dev called "wlan0" or such
  20.  
  21. if all went fine install the <wpa_supplicant> pkg (needed since your wifi is wpa2-psk)
  22. on the connected pc:
  23. "apt-offline set apt-offline.sig --install-packages wpa_supplicant"
  24. "apt-offline get apt-offline.sig --bundle bundle.zip"
  25. on the offline pc:
  26. "apt-offline install bundle.zip"
  27.  
  28. let's assume it is installed (see if "wpa_supplicant -v" will run)
  29. then follow this howto to setup your wifi
  30. <https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK>
  31.  
  32. finally see if "ping -c 3 www.google.com" will end in the line
  33. <3 packets transmitted, 3 received, 0% packet loss, time 2003ms>
  34. <rtt min/avg/max/mdev = 12.132/13.355/15.539/1.548 ms>
  35. your timeings may vary
  36.  
  37. if u got to this line i would apreciate if you drop a <thank you> cuz your online then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement