Well, not really.
I stupidly let the battery go flat while it (1Ghz) was on standby, after charging and turning on it segfaulted and dropped to the console, after which I rebooted and it loaded SZ fine. But, now wifi can't be turned on from the gui.
I can get wifi from the terminal with -
Here is pndrun_op_wifi.out -
So I checked the mounts -
and op_wifi appears to be mounted at /dev/loop0 so here is dmesg -
So those last 4 lines appear to point to the problem, what is the problem???? (aside from user error )
Cheers.
I stupidly let the battery go flat while it (1Ghz) was on standby, after charging and turning on it segfaulted and dropped to the console, after which I rebooted and it loaded SZ fine. But, now wifi can't be turned on from the gui.
I can get wifi from the terminal with -
Code:
/etc/init.d/wl1251-init start
Here is pndrun_op_wifi.out -
Code:
=======================================================================================
PND : /usr/pandora/apps/op_wifi.pnd
PND_FSTYPE : Squashfs
APPDATADIR : //pandora/appdata/op_wifi
APPDD_FSTYPE : rootfs
PND_CPUSPEED : <unset>
EXENAME : op_wifi.sh
ARGUMENTS : <unset>
=======================================================================================
[ START ]--- Mount the PND ----------
Mounting : mount -t squashfs -o ro "/dev/loop0" "/mnt/utmp/op_wifi"
Mounting the Union FS : mount -t aufs -o exec,dirs="//pandora/appdata/op_wifi=rw+nolwh":"/mnt/pnd/op_wifi=rr" none "/mnt/utmp/op_wifi"
mount: wrong fs type, bad option, bad superblock on none,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
WARNING : mount faild, re-tring
mount: wrong fs type, bad option, bad superblock on none,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
ERROR: The Union File-system is not mounted !
+++++++
Loopback devices :
/dev/loop0: [000e]:16985 (/usr/pandora/apps/op_wifi.pnd)
Are mounted on :
/dev/loop0 on /mnt/utmp/op_wifi type squashfs (ro,relatime)
For these Union :
ERROR: The Union File-system is not mounted !
+++++++
Loopback devices :
/dev/loop0: [000e]:16985 (/usr/pandora/apps/op_wifi.pnd)
Are mounted on :
/dev/loop0 on /mnt/utmp/op_wifi type squashfs (ro,relatime)
For these Union :
[ FAILED]--- Mount the PND ----------
=======================================================================================
Return code is : 8
So I checked the mounts -
Code:
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,relatime,bulk_read)
devtmpfs on /dev type devtmpfs (rw,relatime,size=222052k,nr_inodes=55513,mode=755)
proc on /proc type proc (rw,relatime)
tmpfs on /mnt/.splash type tmpfs (rw,relatime,size=40k)
sysfs on /sys type sysfs (rw,relatime)
none on /dev type tmpfs (rw,relatime,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
gvfs-fuse-daemon on /home/admin/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=1000,group_id=1001)
/dev/loop0 on /mnt/utmp/op_wifi type squashfs (ro,relatime)
/dev/mmcblk1p1 on /media/32 type vfat (rw,dirsync,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p2 on /media/apps type vfat (rw,dirsync,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p1 on /media/system type ext2 (rw,dirsync,noatime,errors=continue)
and op_wifi appears to be mounted at /dev/loop0 so here is dmesg -
Code:
[ 3946.581329] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.
[ 3946.582489] EXT2-fs (mmcblk0): error: can't find an ext2 filesystem on dev mmcblk0.
[ 3946.583679] FAT-fs (mmcblk0): bogus number of reserved sectors
[ 3946.583831] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
[ 3946.584655] SQUASHFS error: Can't find a SQUASHFS superblock on mmcblk0
[ 3947.899749] EXT2-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fsck is recommended
[ 3960.438842] aufs test_add:294:mount[2806]: uid/gid/perm /mnt/pnd/op_wifi 1000/1000/0755, 0/0/0777
[ 3960.439025] aufs au_xino_create:769:mount[2806]: xino doesn't support /tmp/.aufs.xino(ubifs)
[ 3962.470672] aufs test_add:294:mount[2813]: uid/gid/perm /mnt/pnd/op_wifi 1000/1000/0755, 0/0/0777
[ 3962.471343] aufs au_xino_create:769:mount[2813]: xino doesn't support /tmp/.aufs.xino(ubifs)
So those last 4 lines appear to point to the problem, what is the problem???? (aside from user error )
Cheers.