Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
  3. sudo modprobe -rfv iwlmvm
  4. sudo modprobe -rfv iwlwifi
  5. sudo modprobe -v iwlwifi
Add Comment
Please, Sign In to add comment