Hi Andrea,

here is what I found out at this time:

You told me already, that the order of bootscripts has to be changed to
avoid the kernel panic. I set the mountall.sh directly before udev.

Also i set devpts at the first position in /etc/rcS.d/ to avoid the
message, that mount point /dev/pts/ does not exist.

I got the same massage with /dev/shm/ and /proc/bus/usb/. Anyway after
boot the directorys exist.

I got an fatal error because /lib/mobules/2.6.39.2/modules.dep.temp was
read only (therefore I got many undefined symbols errors while loading
kernel modules), so i added a new bootparam "rw" in /boot/boot.cfg. But
it istn`t needed any more, maybe because the
file /lib/mobules/2.6.39.2/modules.dep is cenerated with the right
content.
The script /etc/udev/scripts/opie-pcmcia.sh runs often during
bootprocess, before opie has been started. Until opie is running every
instance of the script will be killed automaticly after maybe a minute.
Therefore the bootprocess is very very slow. I patched the script like
that:

< /usr/bin/qcop QPE/Card stabChanged\(\)
---
> if /usr/bin/pgrep qpe &>/dev/null; then
>       /usr/bin/qcop QPE/Card stabChanged\(\)
> fi
> 


/var/lib/alsa/asound.state is not installed in filesystem. Maybee this
is the reason why sound does not work.

The battery driver seems not to work (don`t know which module is needed)
the battery icon i always a 0% an says External power is disconnected.
Doesn`t matter if it is or not. It seems that the zaurus will get into
suspend because he thinks the battery is void. Afer a few minutes
running the Zaurus tries to get in suspend. But it fails with this
output:
PM: Syncing filesystems ... done.
Freezing user space processes ... 
Freezing of tasks failed after 20.01 seconds (1 tasks refusing to
freeze, wq_busy=0):
apmd            D c02f3560     0   860      1 0x00080001
[<c02f3560>] (schedule+0x1ac/0x40c) from [<c02f3f6c>]
(__mutex_lock_slowpath+0x64/0x98)
[<c02f3f6c>] (__mutex_lock_slowpath+0x64/0x98) from [<c01ffc38>]
(apm_ioctl+0x38/0x1e0)
[<c01ffc38>] (apm_ioctl+0x38/0x1e0) from [<c00c5ef0>] (do_vfs_ioctl
+0x84/0x530)
[<c00c5ef0>] (do_vfs_ioctl+0x84/0x530) from [<c00c63d4>] (sys_ioctl
+0x38/0x60)
[<c00c63d4>] (sys_ioctl+0x38/0x60) from [<c0039f60>] (ret_fast_syscall
+0x0/0x2c)

Restarting tasks ... done.

This happens frequently after a few minutes.

The keymap is wrong. Most seems to work, but the "FN"-key won`t


If you don`t have the time to solve this problems I`d like to help you,
if you could give me some hints, because I´m not very experienced in
such things.

Thank you

Holger


_______________________________________________
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

Reply via email to