Mnyb;526324 Wrote: > That would make sense small cpu why load drivers that are not needed. > > As linux noobish here is is easy to check if the wifi is running ?
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) -- flattermann Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The SqueezeBox Remote Control App for Android ------------------------------------------------------------------------ flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169 View this thread: http://forums.slimdevices.com/showthread.php?t=76291 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
