LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   reset wifi pcmcia card and interface (https://www.linuxquestions.org/questions/linux-wireless-networking-41/reset-wifi-pcmcia-card-and-interface-381205/)

powah 11-08-2005 03:04 PM

reset wifi pcmcia card and interface
 
Is this the commands to reset a wifi pcmcia card and interface?
# service pcmcia restart
# ifconfig ath0 down
# ifconfig ath0 up

Brian1 11-08-2005 06:50 PM

This should be the proper sequence. If using FC then you can also use /sbin/ifup ath0 and /sbin/ifdown ath0

# ifconfig ath0 down
# service pcmcia restart
# ifconfig ath0 up

Brian1


All times are GMT -5. The time now is 04:46 PM.