Shell Script to stop DLink PCI wireless lan card DWL 520 (Debian Linux)
Posted in Script
#!/bin/sh # Script to stop DLink PCL wireless lan card DWL 520 # ---------------------------------------------------------------- # Copyright (c) 2006 nixCraft <http://cyberciti.biz/fb/> # This script is licensed under GNU GPL version 2.0 or above # ------------------------------------------------------------------------- # This script is part of nixCraft shell script collection (NSSC) # Visit http://bash.cyberciti.biz/ for more information. # See url for more info: # http://www.cyberciti.biz/tips/linux-install-and-configure-dlink-dwl-g-520-wireless-lan-pci-card.html # ------------------------------------------------------------------------- # unload driver (DLink 520/rt61) rmmod rt61 #clear firwall iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X # append your other stuff below
Download - Email this to a friend - Printable version
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: driver dlink, firwall, gnu gpl version, linux, mangle, pci card, script collection, shell script, wireless lan card ~ Last updated on: April 10, 2008

