Skip to content

Commit

Permalink
add script to remove and readd wirless module for laptor
Browse files Browse the repository at this point in the history
  • Loading branch information
sethwoodworth committed Jan 28, 2011
1 parent dc7190b commit 6d668cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/toggle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
echo "Trying to remove the r8192se_pci wireless module"
sudo modprobe -r r8192se_pci
echo "removed"
echo ""
echo ""
echo "Re-enabling the module now"
sudo modprobe r8192se_pci
echo "Seems good!"

0 comments on commit 6d668cf

Please sign in to comment.