Author Topic: 3.5.2 Kernel Module Problems...  (Read 3070 times)

drewb

  • Newbie
  • *
  • Posts: 6
    • View Profile
3.5.2 Kernel Module Problems...
« on: December 01, 2004, 01:32:27 pm »
Hi everyone,

I had just finished installing OZ 3.5.1 on my 5500 (opie) when I went to the web site and found word that 3.5.2 was available.  Thinking that it wouldn't be too hard to upgrade (now that I had familiarized myself with the procedure), I started fresh.

Anyway, a couple things I noticed...

First, kapm-idle seems to use a lot of CPU (92.1%).  Top shows a consistent load average of ~3.00.  Is this all normal?

Second, when I try to start fbvncserver using '/etc/init.d/fbvncinput start', it complains that it there's no module named kbdsim.  Should I alter the init script to insmod zaurus_kbdsim.o, the module that installed with fbvncserver-kmodule?

Thankis for now (I'm sure I'll have a couple more questions soon - specially about installing opera).
--
Drew
Zaurus SL-5500 - OZ 3.5.2 - Opie 1.1.7
SanDisk 1Gb SD - Netgear MA701

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
3.5.2 Kernel Module Problems...
« Reply #1 on: December 01, 2004, 04:01:09 pm »
kapm-idled is kernel task to do nothing - ignore it

kbdsim.o problem... if after change it works for you then send a patch to OE mailing-list (or OZ-devel)
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

drewb

  • Newbie
  • *
  • Posts: 6
    • View Profile
3.5.2 Kernel Module Problems...
« Reply #2 on: December 01, 2004, 09:39:31 pm »
OK, seems to work with zaurus_kbdsim  (btw, why insmod -f ???)

So, rather than install diff on my z or cp down the old and new files to my workstation, the diff looks like:

- insmod -f kbdsim
+ insmod zaurus_kbdsim

anyway, the /etc/init.d/fbvncinput file is only 8 lines (shorter than a proper diff).

Mine now looks like:
Code: [Select]
#!/bin/sh

rm -f /dev/ts
mkfifo /dev/ts
mkfifo /dev/tssim
mknod /dev/kbdsim c 61 0
insmod zaurus_kbdsim                   <<<<<<<<<<
/usr/bin/tssimd
« Last Edit: December 01, 2004, 09:40:34 pm by drewb »
Zaurus SL-5500 - OZ 3.5.2 - Opie 1.1.7
SanDisk 1Gb SD - Netgear MA701

drewb

  • Newbie
  • *
  • Posts: 6
    • View Profile
3.5.2 Kernel Module Problems...
« Reply #3 on: December 01, 2004, 09:44:14 pm »
Quote
kapm-idled is kernel task to do nothing - ignore it
So a load average of 3.00 is ok when the unit is completely idle (even opie not running)?

--
Drew
Zaurus SL-5500 - OZ 3.5.2 - Opie 1.1.7
SanDisk 1Gb SD - Netgear MA701

papercrane

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://reversefold.com
3.5.2 Kernel Module Problems...
« Reply #4 on: December 03, 2004, 07:57:07 pm »
Where'd you find that kmodule package? I don't see it anywhere.

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
3.5.2 Kernel Module Problems...
« Reply #5 on: December 04, 2004, 03:40:43 pm »
we removed feed/kernel/ - it needs to be rebuild ;(
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

marsupilami23

  • Newbie
  • *
  • Posts: 5
    • View Profile
3.5.2 Kernel Module Problems...
« Reply #6 on: December 13, 2004, 09:53:48 pm »
You can always go here and get the kernel driver and fbvnc:

http://www.fbriere.net/zaurus/