I want to use the Squeezebox with a CAT/RJ45 Ethernet cable and would like to completely switch off the WLAN radio of the Squeezebox Touch.
Can anyone tell me if this is an option? If not, how could I best turn WLAN off, I wont use WLAN in the future, so it could be a one-time off and forever![]()
Thanks for your help.
Results 1 to 10 of 81
Thread: Disable WLAN on Squeezebox Touch
-
2010-03-17, 07:32 #1Junior Member
- Join Date
- Mar 2010
- Posts
- 4
Disable WLAN on Squeezebox Touch
-
2010-03-17, 11:20 #2Senior Member
- Join Date
- Apr 2008
- Posts
- 245
-
2010-03-17, 16:00 #3Senior Member
- Join Date
- Jun 2006
- Posts
- 1,460
There is nothing in the touch menus that will do that, but there is a way to do it. You ssh into the touch and type the command:
iwconfig wlan0 txpower off
This shuts the radio off completely. Unfortunately it goes away when you unplug the touch. To always have it turned off you need to edit one of the config files so the command gets run at every boot.
To do this, ssh into the touch then do:
cd /etc/init.d
vi rc5.local
(press the 'i' key and then type
iwconfig wlan0 txpower off
(press the escape key, type
:wq (thats colon key, w key, q key)
This creates the rc5.local file which will be run every time the touch boots, the iwconfig line turns off the transmitter.
This will stay in place until you load new firmware.
That should do it.
John S.
-
2010-03-18, 12:06 #4Junior Member
- Join Date
- Mar 2010
- Posts
- 4
Thanks John
Helo, John
thanks for the valuable information and the solution to my idea. I will try this and I hope I succeed.
Mozart_Puccini
-
2010-03-18, 12:10 #5Junior Member
- Join Date
- Mar 2010
- Posts
- 4
I know that many of you may ask why I would have the desire to switch off WLAN, what a st... request. Well it may be a unusual idea but it has some reason: my 5 year old wants to play the Sbax touch in her room and I (as a physisist) have seen studies on WLAN/GPRS/UMTS and I just feel that I DONT WANT to expose a child to unnecessary digial waves as long as a CAT5/6 is just in the room. Why poise the air if a cable can eliminate all the pulute.
Yes, you may disagree with what I think, but thats ok and we should all use WLAN/UMTS in a way we want it. I use it, but only where I need it!!
Thanks
-
2010-03-18, 23:42 #6
-
2010-03-18, 23:55 #7Senior Member
- Join Date
- Apr 2005
- Location
- Colorado
- Posts
- 10,072
-
2010-03-19, 00:01 #8--------------------------------------------------------------------
Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(in storage SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux
http://people.xiph.org/~xiphmont/demo/neil-young.html
-
2010-03-19, 04:57 #9
Not all of them, the SB1 definitely doesn't. I had to remove the WiFi modules to shut them off. But yes, I would indeed expect that all newer SBs do that.
Your router or access point should be able to tell you. That's how I found out that my SB1s were still trying to connect via WiFi even though they were already wired.
-
2010-03-19, 05:04 #10
I've just checked it on the Radio:
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:20:XX:XX:XX
inet addr:192.168.178.50 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3809 errors:0 dropped:0 overruns:0 frame:0
TX packets:2764 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:412734 (403.0 KiB) TX bytes:393217 (384.0 KiB)
Base address:0x8000
eth1 Link encap:Ethernet HWaddr 00:04:20:XX:XX:XX
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:27 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12832 (12.5 KiB) TX bytes:93 (93.0 B)
So the WLAN is really still activated.
If you really want to deactivate WLAN, it's maybe the best to remove the kernel module.
To remove the WLAN kernel module (Atheros) for the Radio:
# rmmod ar6000
(See "lsmod" for a list of loaded modules)

Reply With Quote

