hi James,
i am also having the same issues as cikub, when i upgraded my brand new guru plug to squeeze it would not load the module for Wireless access point, at this point i am stuff on how to rebuild my guru plug, i was successfully able to connect jtag to the plug and so at least i can get in, the plug can connect to internet too, but just cannot let any device to connect to its wifi as the uap module is corrupt,
how do i rebuild my plug?
# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 251M 0 251M 0% /lib/init/rw
udev 10M 124K 9.9M 2% /dev
tmpfs 251M 4.0K 251M 1% /dev/shm
rootfs 463M 409M 54M 89% /
tmpfs 251M 27M 224M 11% /var/cache/apt
# free -m
total used free shared buffers cached
Mem: 501 496 5 0 28 427
-/+ buffers/cache: 40 460
Swap: 0 0 0
# uname -a
Linux sheevaplug-debian 2.6.32-00007-g56678ec #1 PREEMPT Mon Feb 8 03:49:55 PST 2010 armv5tel GNU/Linux
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11b/g ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=16 dBm
Retry short limit:8 RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
# ifconfig
eth0 Link encap:Ethernet HWaddr f0:ad:4e:00:cf:7c
inet addr:192.168.1.9 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f2ad:4eff:fe00:cf7c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:107953 errors:0 dropped:0 overruns:0 frame:0
TX packets:53189 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:163198324 (155.6 MiB) TX bytes:3635389 (3.4 MiB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# more /etc/network/interfaces
# Used by ifup(

and ifdown(

. See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto mlan0
iface mlan0 inet dhcp
wpa-ssid guru
wpa-psk "dream"
installing wpasupplicant gives this error
# apt-get install wpasupplicant
Reading package lists... Done
Building dependency tree more /var/lib/dpkg/info/libpcsclite1.po
Reading state information... Done
Suggested packages:
wpagui libengine-pkcs11-openssl
The following NEW packages will be installed:zip NewIT-Dreamplug-Debian-Squeeze-4 ls -lhrt
wpasupplicant
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.computer.org/405/us
1 not fully installed or removed.
Need to get 0 B/346 kB of archives.
After this operation, 844 kB of additional disk space will be used.
(Reading database ... 26700 files and directories currently installed.)
Unpacking wpasupplicant (from .../wpasupplicant_0.6.10-2.1_armel.deb) ...
dpkg (subprocess): unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst): Permission denied
dpkg: error processing /var/cache/apt/archives/wpasupplicant_0.6.10-2.1_armel.deb (--unpack):
subprocess new pre-installation script returned error exit status 2
configured to not write apport reports
Errors were encountered while processing:
/var/cache/apt/archives/wpasupplicant_0.6.10-2.1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Please let me know