Author Topic: fast 6000 kernel, along with special libsdl  (Read 105768 times)

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
fast 6000 kernel, along with special libsdl
« on: October 08, 2004, 08:47:03 pm »
Hello

If you want to try a kernel that can go to 530 Mhz, has (or should have - did that tonight) video accel,preemptible kernel for enhanced responsiveness, a faster floating point emulation, better keyboard support to map new actions to long keypresses, usbd-storage to use the Zaurus as a usb flash disk, firewalling, and various security backports for the 2.4 kernel check  http://externe.net/zaurus/modules.php?op=m...order=0&thold=0

Along is a special libsdl (with a sample fz.sh file to start snes9x) that work in 240x230 portrait mode and can be mapped to hardware keys (address, agenda, home, menu...) i.e. you can use your Tosa like a gameboy - you don't have to open the keyboard again to play. [that could also be interesting for 5500/5600 owners]

With both the new kernel and this libsdl, I can downclock the kernel to the minimum and still get near full framerate with sound at 240x230 (use fz.sh). Sweet. The only problem is I don't know why it can't display in 480x640

Feedback, tests, bugreport welcome !  I know the SDL rightmost 20 pixels are incorrectly drown on the left  handsite- working on that, and I didn't compile pcmcia ethernet/wifi support - that's because I don't have either on my 6000]

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #1 on: October 08, 2004, 10:24:51 pm »
What's the difference between the two?http://led.e-fever.org/zaurus/

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #2 on: October 09, 2004, 06:49:17 am »
Do you install the new kernel on SL6000L ?
I try to follow the procedure but when i

rm -fr /lib/modules.rom
tar zxvf modules.lib.tar.gz

> RECEIVE ERROR NO SPACE LEFT ON DEVICE

rm -fr /home/root/modules
tar zxvf modules.links.tar.gz


Any Helps ?
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #3 on: October 09, 2004, 02:19:55 pm »
Gab, did  you remove the opera pdf module as indicated? If you don't, you won't have enough space. There are many modules here (so you can do iptables, usb storage etc)

The kernel is based on tetsu one - he gave me his latest source. For the diff, see the reply I made. I also integrated the latest bluetooth patch.

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #4 on: October 09, 2004, 08:50:34 pm »
Quote
Gab, did  you remove the opera pdf module as indicated? If you don't, you won't have enough space. There are many modules here (so you can do iptables, usb storage etc)

The kernel is based on tetsu one - he gave me his latest source. For the diff, see the reply I made. I also integrated the latest bluetooth patch.
I couldn't find your reply about the difference in kernels.     NEVER MIND, I FOUND IT......
« Last Edit: October 09, 2004, 08:55:20 pm by coolass »

coolass

  • Full Member
  • ***
  • Posts: 186
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #5 on: October 10, 2004, 12:00:30 am »
I followed all instructions to the letter and found out that some drivers were missing from the usb host files and sd card's not registering so I'm going to flash back. and try the other way.

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #6 on: October 10, 2004, 08:02:33 am »
Resolved problem for

NO SPACE LEFT TO DEVICE


I've updated, thanks guylhem, now i see during the reboot if there is some strange thing...
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #7 on: October 10, 2004, 04:37:36 pm »
After updating there are some problems :

Kernel say  that some drivers were missing from the usb host files ( MODULES NOT FOUND !!!)


My sd card's not registering, i only can see my CF card but my SD NO !!!

Why this ???

Any helps ???
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #8 on: October 12, 2004, 06:06:51 am »
I've found other problems after updating with new moduiles :

- MY WLAN stop WORKING !
- The 'arrow down' stop working in terminal window !!!
Here is the detailed errors :

modprobe : CANT LOCATE MODULE BLOCK-MAJOR-60
modprobe : CANT LOCATE MODULE USB-OHCI-TC6393
insmod : VTTY no module with this name
CANNOT MOUNT USBDEVS ON /PROC/BUS/USB : NO SUCH FILE OR DIR

probably the kernel is only " work in progress".....
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #9 on: October 12, 2004, 07:17:51 am »
Weird. I do not have this problem. did you do depmod? got any error ?

Please do a depmod -ae and report hte erros - or the erros you have now.

Regading the arrows, that's part of the experimental keyboard optimisation - I'll send you a new kernel this afternoon.

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #10 on: October 12, 2004, 09:02:00 am »
do depmod -ae give me this error :


*** Unresolved symbols in /lib/modules/2.4.18-rmk7-pxa3-embedix/net/prism2_usb.o

it seems only a problem on net modules....why my SD is not recognized ???

ok, please i'm waiting for the new kernel.....

I HAVE ALSO :

bogus logical sector size  ERROR during BOOT
« Last Edit: October 12, 2004, 02:47:45 pm by gab74 »
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #11 on: October 12, 2004, 01:26:39 pm »
guylhem,
May you be more specific on what the freqchange.conf file is ?
Why Maximum speed 163 ?? SL6000 goes at 400MHZ by default or am i making any mistake ?
So i have to try

Maximum speed ,530
Medium speed ,450
Low speed ,350
Slow speed ,200
Slowest speed ,160

is it rigth ?

And what means the second part of file :

>Charge bat ,241,-1
>40 ,161,40 ,FORCE
>25 ,241,25 ,FORCE
>5 ,240,5 ,FORCE

I'm not understand.....
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #12 on: October 14, 2004, 01:58:19 pm »
freqchange is for the battery applet, 163 is an alias for 530 Mhz. don't use your values - try qlockchange to get the correspondance between cccr and mhz
« Last Edit: October 14, 2004, 01:59:23 pm by guylhem »

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #13 on: October 14, 2004, 02:12:37 pm »
ok thanks,
any news for new kernel ? i've still the same problems...
« Last Edit: October 14, 2004, 02:13:03 pm by gab74 »
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

hubcapboy

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #14 on: October 21, 2004, 07:32:15 pm »
well, kernel write bricked it...

after following tutorial, cf card had just the three files consolescroll, zImage, and updater.sh.

kernel update went fine, scrolled to 100%, and asked to reset.  I did, and then cried when there was no boot.  with the AC connected and the power off, the battery charge light is on. When I switch on, battery light switches off and there is no response.

have tried a few times after nand restores (which, thank god, seem to be the magic fix for everything)

even tried renaming zImage to zImage.bin, but then kernel update didn't happen at all.

pre-update I did the pdf module removal, and installed the libSDL.

anyway, let me know if you have any ideas, it's interesting that somthing so fundemental could be different between machines.... got to get back to finite element analysis hw.
sl-6000
micro innovations keyboard
512 SanDisk SD,  512 SanDisk CF
5gb Rio external drive
and... um... laser pointer stylus???