OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

20 Pages V  « < 6 7 8 9 10 > »   
Reply to this topicStart new topic
> A Clean, Fresh, Configured Eabi Rootfs Tarball, last updated 080416; see the first post
jpmatrix
post Dec 4 2007, 11:27 AM
Post #106





Group: Members
Posts: 1,019
Joined: 15-February 05
From: France
Member No.: 6,477



zdevil,
what is your tar version and what do you type to extract it ?
Go to the top of the page
 
+Quote Post
jpmatrix
post Dec 4 2007, 11:28 AM
Post #107





Group: Members
Posts: 1,019
Joined: 15-February 05
From: France
Member No.: 6,477



QUOTE(ZDevil @ Dec 4 2007, 08:27 PM) *
Lol.

Here is mine: e3133206a7846f585bd41c8dfb58f0b2
Same on my Z and my Mac ...


oh!! it is not what you put in the md5sum file on my ftp !

ps: i'm on irc too wink.gif
Go to the top of the page
 
+Quote Post
kkazakov13
post Dec 4 2007, 11:29 AM
Post #108





Group: Members
Posts: 409
Joined: 3-December 06
Member No.: 13,063



QUOTE(ZDevil @ Dec 4 2007, 09:27 PM) *
Lol.

Here is mine: e3133206a7846f585bd41c8dfb58f0b2
Same on my Z and my Mac ...


But they are TOTALLY different from yours!

wasp@home:/storage/dl/zaurus-debian$ md5sum zaurus_eabi_rootfs_071201.tar.bz2
b89abbed88dbe5671112c33703b92668 zaurus_eabi_rootfs_071201.tar.bz2
wasp@home:/storage/dl/zaurus-debian$ cat zaurus_eabi_rootfs_071201.tar.bz2.md5sum
b89abbed88dbe5671112c33703b92668 zaurus_eabi_rootfs_071201.tar.bz2
wasp@home:/storage/dl/zaurus-debian$
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 11:30 AM
Post #109





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



WHY? laugh.gif

I also uploaded my checksum to jpmatrix's ftp, together with the tarball. So I suppose things would be fine if people compare the downloaded copy's checksum with mine.
Would there be something wrong when moving the upload around in the ftp?
Go to the top of the page
 
+Quote Post
kkazakov13
post Dec 4 2007, 11:33 AM
Post #110





Group: Members
Posts: 409
Joined: 3-December 06
Member No.: 13,063



QUOTE(ZDevil @ Dec 4 2007, 09:30 PM) *
WHY? laugh.gif

I also uploaded my checksum to jpmatrix's ftp, together with the tarball. So I suppose things would be fine if people compare the downloaded copy's checksum with mine.
Would there be something wrong when moving the upload around in the ftp?


You tell me smile.gif maybe you've got intelligent virus on your mac biggrin.gif

Please please re-upload them - I've got a brick right now instead of Z sad.gif
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 11:34 AM
Post #111





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(kkazakov13 @ Dec 4 2007, 08:33 PM) *
QUOTE(ZDevil @ Dec 4 2007, 09:30 PM) *
WHY? laugh.gif

I also uploaded my checksum to jpmatrix's ftp, together with the tarball. So I suppose things would be fine if people compare the downloaded copy's checksum with mine.
Would there be something wrong when moving the upload around in the ftp?


You tell me smile.gif maybe you've got intelligent virus on your mac biggrin.gif

Please please re-upload them - I've got a brick right now instead of Z sad.gif


Ok... just to play safe. Let me boot this rootfs up on my C860 first. Then I will upload the tarball again with the checksum to both yours and jpmatrix's servers. smile.gif
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 11:51 AM
Post #112





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



Test done! The rootfs does boot on SD on my C860 (Angstrom kernel 2.6.21), via altboot.
But I discovered one curious thing.
Boot stops when loading sshd. After removing ssh, openssh-client and openssh-server, boot goes through!
This happens to the C860 only; the same rootfs boot on my 3200 without any issue (with ssh installed).
Will proceed to (re)uploading right away. smile.gif
Now also i am thinking of making another tarball for 860 (and perhaps also suits C1000 if using angstrom kernel).
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 12:48 PM
Post #113





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



As my 3200 is now running two gftp side by side (one uploading to jpmatrix's, the other kkazakov13's cool.gif ), I found one more thing interesting about the different behaviors of the same rootfs on 3200 and 860.

The landscape/portrait function of switchevd in 2or0's zaurusd package behave in opposite ways! laugh.gif

On 3200, it works just fine.
On 860, X will start in the portrait mode. Turning the screen into portrait makes the screen switch in landscape mode.
So I need to adjust the values in /etc/zaurud/hinge-landscape.d/20-matchbox-landscape (normal -> left) and /etc/zaurusd/hinge-portrait.d/20-matchbox-portrait (right -> normal) . Then it works as expected.

Now go dealing with the touchscreen...

jpmatrix, I have a question about your trick in post #39:

You said you did this:

QUOTE
rmmod mousedev (for the stylus jittering)
cd /dev/input
ln -s ts0 event1
then startx, open a console and ts_calibrate to recalibrate the screen


But,
"rmmod mousedev" doesn't work, (ERROR: Module is in use)
And in /dev/input, event1 is already there, but no ts0, so why "ln -s ts0 event1"?

I will try to create a tarball for 860 if the touchscreen is also fixed.

[EDIT]
touchscreen fixed.
Just comment out the line "module_raw corgi" in /etc/ts.conf, and then
Edit ~/.profile. Change /dev/input/ts0 to /dev/input/event1. No symlink is necessary.

One more different behaviour using 2or0's yonggun-specific packages with Angstrom.
The ipaq-sleep package does not seem to work. Pressing power button will not power off the machine. It stays on and returns to the previous display in a few seconds. Removing the package suspend/resume work as expected. smile.gif
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 01:17 PM
Post #114





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(jpmatrix @ Dec 4 2007, 08:28 PM) *
QUOTE(ZDevil @ Dec 4 2007, 08:27 PM) *
Lol.

Here is mine: e3133206a7846f585bd41c8dfb58f0b2
Same on my Z and my Mac ...


oh!! it is not what you put in the md5sum file on my ftp !

ps: i'm on irc too wink.gif


Yes, you are right. My apology, sir!
Anyway, now uploading again. Please check again. Thanks. smile.gif
Go to the top of the page
 
+Quote Post
jpmatrix
post Dec 4 2007, 03:36 PM
Post #115





Group: Members
Posts: 1,019
Joined: 15-February 05
From: France
Member No.: 6,477



QUOTE(ZDevil @ Dec 4 2007, 09:48 PM) *
jpmatrix, I have a question about your trick in post #39:

You said you did this:

QUOTE
rmmod mousedev (for the stylus jittering)
cd /dev/input
ln -s ts0 event1
then startx, open a console and ts_calibrate to recalibrate the screen


But,
"rmmod mousedev" doesn't work, (ERROR: Module is in use)
And in /dev/input, event1 is already there, but no ts0, so why "ln -s ts0 event1"?



you've to exit X to rmmod mousedev

and apology too, it was : ln -s event1 ts0 smile.gif
yes you can also set tslib_tsdevice=/dev/input/event1


ps: uploading new rootfs (checked!) to matrixmen.free.fr !
Go to the top of the page
 
+Quote Post
Fatty
post Dec 4 2007, 07:16 PM
Post #116





Group: Members
Posts: 94
Joined: 22-September 05
From: Hong Kong
Member No.: 8,168



Just d/l the newest tarball and the checksum is good, able to be unzipped via 7zip.

Tks everyone!
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 09:35 PM
Post #117





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(jpmatrix @ Dec 5 2007, 12:36 AM) *
QUOTE(ZDevil @ Dec 4 2007, 09:48 PM) *
jpmatrix, I have a question about your trick in post #39:

You said you did this:

QUOTE
rmmod mousedev (for the stylus jittering)
cd /dev/input
ln -s ts0 event1
then startx, open a console and ts_calibrate to recalibrate the screen


But,
"rmmod mousedev" doesn't work, (ERROR: Module is in use)
And in /dev/input, event1 is already there, but no ts0, so why "ln -s ts0 event1"?



you've to exit X to rmmod mousedev

and apology too, it was : ln -s event1 ts0 smile.gif
yes you can also set tslib_tsdevice=/dev/input/event1


ps: uploading new rootfs (checked!) to matrixmen.free.fr !


Wait, I got this error outside X. So ...? laugh.gif
And in my case there is no need to do the symlinking. Just do the changes I decribed above and that's it. I do this for my C860 using Angstrom kernel 2.6.21.
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 09:37 PM
Post #118





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(Fatty @ Dec 5 2007, 04:16 AM) *
Just d/l the newest tarball and the checksum is good, able to be unzipped via 7zip.

Tks everyone!


Great. Do let me know how it goes.
I will not be online till tomorrow night. So good luck, man!
Go to the top of the page
 
+Quote Post
kkazakov13
post Dec 4 2007, 10:14 PM
Post #119





Group: Members
Posts: 409
Joined: 3-December 06
Member No.: 13,063



ZDevil: you can post mine mirror too in the first post - so everyone can download from there too. It's not only for me smile.gif

but meanwhile - here it is http://debian.drun.net/rootfs/


P.P. ZDevil: tnx, I'm downloading it smile.gif when back from work, will check and report
Go to the top of the page
 
+Quote Post
ZDevil
post Dec 4 2007, 11:26 PM
Post #120





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



Done. Thanks for hosting it.
It's good to have a mirror of jpmatrix's server.
So kkazakov13, do you think you can create a mirror repo of jpmatrix's in your server (of course only after you get debian set up and start playing)?
Go to the top of the page
 
+Quote Post

20 Pages V  « < 6 7 8 9 10 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 22nd May 2013 - 06:46 AM