Advertisement
Narayan

Untitled

Oct 28th, 2012
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.33 KB | None | 0 0
  1. Warning:
  2. You may or may not need to update your initframfs, you should if
  3. any of the modules installed are part of your initramfs. To add
  4. support for your distribution to do this automatically send a
  5. patch against ./scripts/update-initramfs. If your distribution does not require this
  6. send a patch against the '/usr/bin/lsb_release -i -s': Debian
  7. tag for your distribution to avoid this warning.
  8.  
  9. Note: iwl4965 detected, we're going to disable it. If you would like to enable it later you can run:
  10.    sudo iwl-load iwl4965
  11.  
  12. Running iwl-enable iwlagn...
  13. modprobe: invalid option -- 'l'
  14. Module iwl4965 not detected -- this is fine
  15.  
  16. Note: iwlagn detected, we're going to disable it. If you would like to enable it later you can run:
  17.     sudo iwl-load iwlagn
  18.  
  19. Running iwl-enable iwlwifi...
  20. modprobe: invalid option -- 'l'
  21. Module iwl4965 not detected -- this is fine
  22. modprobe: invalid option -- 'l'
  23. Module iwlagn not detected -- this is fine
  24. modprobe: invalid option -- 'l'
  25. depmod will prefer updates/ over kernel/ -- OK!
  26.  
  27. Now run:
  28.  
  29. sudo make unload to unload all: wireless, bluetooth and ethernet modules
  30. sudo make wlunload to unload wireless modules
  31. sudo make btunload to unload bluetooth modules
  32.  
  33. Run sudo modprobe driver-name to load your desired driver.
  34. If unsure reboot.
  35.  
  36. narayan@narayan-pc:~/Downloads/compat-drivers-3.7-rc1-6$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement