Advertisement
Narayan

Untitled

May 8th, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. Warning: you may need to install module-init-tools
  2. See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt
  3. .
  4. .
  5. .
  6. Note: iwl4965 detected, we're going to disable it. If you would like to enable it later you can run:
  7.    sudo iwl-load iwl4965
  8. .
  9. .
  10. .
  11. Running iwl-enable iwlagn...
  12. modprobe: invalid option -- 'l'
  13. Module iwl4965 not detected -- this is fine
  14.  
  15. Note: iwlagn detected, we're going to disable it. If you would like to enable it later you can run:
  16.     sudo iwl-load iwlagn
  17.  
  18. Running iwl-enable iwlwifi...
  19. modprobe: invalid option -- 'l'
  20. Module iwl4965 not detected -- this is fine
  21. modprobe: invalid option -- 'l'
  22. Module iwlagn not detected -- this is fine
  23. modprobe: invalid option -- 'l'
  24. depmod will prefer updates/ over kernel/ -- OK!
  25.  
  26. Now run:
  27.  
  28. sudo make unload to unload all: wireless, bluetooth and ethernet modules
  29. sudo make wlunload to unload wireless modules
  30. sudo make btunload to unload bluetooth modules
  31.  
  32. Run sudo modprobe driver-name to load your desired driver.
  33. If unsure reboot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement