Advertisement
Guest User

Untitled

a guest
May 24th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <<Method 1>>
  2. Runing the scripts accomplish all operations including building up modules
  3. from the source code, installing driver to the kernel and starting up the nic.
  4. 1. Build up the drivers from the source code
  5. make
  6.  
  7. 2. Install the driver to the kernel
  8. make install
  9. reboot
  10.  
  11. 3. bring up wlan if nic is not brought up by GUI, such as NetworkManager
  12. ifconfig wlan0 up
  13. Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to check your wlan interface name,
  14. since it may change wlan0 to wlan1,etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement