Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gojira

Pages: [1] 2 3 ... 9
2
Sharp ROMs / Multiboot With Sharp Rom
« on: June 01, 2010, 07:48:04 am »
Quote from: koan
I can post it here if you want to try.
please do

Quote from: koan
Would regular kexec be able to see the extended partitions on a SD card ?
you load the new kernel into memory from a running system, so it should work with anything you can mount

3
Sharp ROMs / Multiboot With Sharp Rom
« on: May 31, 2010, 09:14:07 am »
Quote from: koan
I booted from a 1 GB SD card using the kernel that worked and this time the SD driver worked. When I compared it to the one I tried from the 8 GB SDHC it was identical. I booted again via the 8 GB card and after waiting for a bit the SD driver seemed to work. I then installed Bucchi's SDHC driver.

which kernel are you using?  I could never get this to work...

Quote from: koan
The kexec kernel takes a long time to boot because it is probing the NAND partitions for bootable kernels. It would be nice to be able to press a key to skip this bit.

After thinking about it some more, what I'd really like to do is to run the Sharp ROM off SD card and install something like Zubuntu 2 to NAND because that would really benefit from a speed up. I have the Sharp ROM on my 750 so I only need it on my 3200 as a back up.

if you boot straight into debian or unbuntu you can then do a regular kexec to the sharprom kernel -- much faster than waiting for the multiboot kernel nand search

4
For Sale / Wanted / Wanted - Socket Bluetooth Cf
« on: May 15, 2010, 10:42:00 am »
rev E works fine with tetsu kernel...

5
Software / Google Maps Clients With Gps Support: Pgmap And Qgmap
« on: May 13, 2010, 12:28:15 am »
Quote from: xamindar
Cool idea. The program on the zaurus seems like it runs well. But the map downloader will only download maps of Japan. Were you able to get it to work?

zroadmap so far might be a better gps sollution even though it is a few years old.

I'm using it in japan, and zroadmap is US-only

I've used pgmap on a debian zaurus, qgmap on a sharprom zaurus, and both on a debian laptop

you can download maps with pgmap on the desktop and rsync them to the zaurus for qgmap as the map dir is compatible

if you edit pgmap's DownImgs.pm and change hl=ja to hl=en you can get maps with english text

if you edit pgmap's pgmap.pl and change

   
Code: [Select]
if ($map->{backup} && !$map->{selected} ) {to

   
Code: [Select]
if (!$map->{selected}) {then you can shift-A anywhere to select all tiles on screen even without a backing map at the wider zoom level (works ok at level 14 but dies sometimes at 15 or 16, though you should be able to find the area you want ok at 14)

it would be nice if it was modified properly to provide a world keymap at the widest zoom as a starting point...

6
General Discussion / Larger Sdhc Cards On Sharp Rom
« on: May 02, 2010, 10:02:50 am »
Quote from: duo
Awesome find, some other good stuff on that blog also Google Maps downloader and a couple of gps apps.

thanks!

8
Sharp PC-Z1 NetWalker / Arm Architecture
« on: January 27, 2010, 09:24:40 am »
Quote from: merlin1
What are you trying to do with it, partition the internal 4GB flash? Unfortunately, that's not going to work - we have two separate 2GB chips in there and there's a big ubifs volume spanned over them. No way to repartition the flash yet I'm afraid.
ubimkvol

http://www.linux-mtd.infradead.org/doc/ubi.html

9
Debian / Auto Suspend
« on: August 18, 2009, 07:26:34 am »
depends what's doing the auto-suspend.  if it's sleepd (https://www.oesf.org/forum/index.php?showtopic=25223) you can use sleepctl

10
Debian / Debian Eabi Keymap Question
« on: August 05, 2009, 09:52:25 am »
xmodmap

11
Ubuntu / Very Quick Keyboard
« on: July 20, 2009, 08:25:16 pm »
Quote from: ptoki
keyboard is very quick, when I type it gives something like appttitudee
How to change repeat rate and delay?
https://www.oesf.org/forum/index.php?showtopic=25165

13
Debian / Power Management
« on: February 14, 2009, 10:26:29 pm »
Quote from: scottlfa
VooDoo I guess, mine did fine but others have issues ... sorry

ok, I must be sacrificing the wrong number of chickens or something then.  oh, well.  gnome-power-statistics is cute though...

anyway, I've come up with a couple of alternatives


this one doesn't need X (just skip the "-s" line).  also check the list of interrupts if you're not using a 3x00.  also see sleepctl
Code: [Select]
sleepd \
 -u 120 \
 -i 75 -i 76 -i 81 -i 98 -i 100 -i 102 -i 103 -i 155 \
 -s "xmessage -buttons abort -default abort -timeout 10 suspending && apm -s"

this one requires X but doesn't need dbus and hal like the gnome thing does
Code: [Select]
xautolock \
 -time 2 \
 -detectsleep \
 -locker "apm | grep 'Off-line' > /dev/null && xmessage -buttons abort -default abort -timeout 10 suspending && apm -s"

14
Debian / Power Management
« on: February 11, 2009, 01:51:53 am »
Quote from: scottlfa
Turns out setting the gnome-power-management functions did the trick.

Is there a trick to that?  I tried it and it changes the backlight levels when plugging/unplugging AC power but doesn't suspend on idle...

15
Debian / Closing Lid Setting
« on: February 10, 2009, 08:37:23 am »
Quote from: dlj0
I have had numerous instances where, carrying the machine in my pocket, something will touch the button and it will wake up, and drain the battery.

yeah, me too.  is there any way to poll the hinge switch to see if the lid is closed?  then it'd be easy to test on resume and just suspend again

Pages: [1] 2 3 ... 9