Need a Quick disconnect from wifi connection ( Solved )

Booting, installing, newbie
Post Reply
Message
Author
User avatar
kent41
Posts: 242
Joined: Sun 26 Nov 2006, 09:00

Need a Quick disconnect from wifi connection ( Solved )

#1 Post by kent41 »

Because of some disturbing connections showing up in the message log I need a way to disconnect my wifi from the network in a hurray.
When I use a wire connection to my computer I can quickley disconnect the computer as soon as I see strange packets. I have looked but don't see any way to quickley disconnect the wifi connection. I would like to use my wifi but need a way to disconnect. Would appriciate any help. Thanks
Last edited by kent41 on Fri 23 Mar 2007, 16:49, edited 1 time in total.
[size=75][color=darkred]Toshiba M35X S-111 - Aspire 5100-3357 using puppy 2.12 - 2.13 - 2.14 - 4.3.1 -
Bootable CD and no hard drive[/color][/size]
Acer Aspire 1 netbook using thumbdrive or CD

paulsiu
Posts: 187
Joined: Wed 17 Jan 2007, 02:58

#2 Post by paulsiu »

In a terminal window, you can type in

ifconfig <wireless interface> down

Example, on my machine, it's

ifconfig rausb0 down

On some machine, it's

ifconfig ath0 down

To bring it backup, do an

ifconfig <wireless interface> up

Note that if your laptop has a wireless switch, you can switch it off that way. For example, FN-F2 witches off the wireless on some laptops.

Paul

User avatar
kent41
Posts: 242
Joined: Sun 26 Nov 2006, 09:00

#3 Post by kent41 »

paulsiu,
Thanks that will work and I could make script with a desktop icon and I could just click on the the icon and disconnect.

Thanks very much
Kent
[size=75][color=darkred]Toshiba M35X S-111 - Aspire 5100-3357 using puppy 2.12 - 2.13 - 2.14 - 4.3.1 -
Bootable CD and no hard drive[/color][/size]
Acer Aspire 1 netbook using thumbdrive or CD

Post Reply