Author Topic: Pdaxrom On My 6000, Now What?  (Read 4972 times)

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
Pdaxrom On My 6000, Now What?
« on: July 23, 2005, 01:20:57 pm »
I finally decided to get rid of the default Sharp ROM on my 6000L, and decided to use PdaXrom since everyone seems to like it.  I followed the instructions posted on http://www.pdaxrom.org & installed 1.1.0 RC 10 Kathrin.  (In the process I resized my root partition to 45MB as recommended.)

Following the instructions I logged in as root & changed my root password.

I had to manually create /home/root because when I rebooted I a message came up on the screen saying it did not exist.

So far everything seemed pretty good.  Then I typed "startx", and instead of seeing a beautiful user interface, I see an X-window terminal screen & a copy of xclock running.  Thats it.  Nothing else.  There are no user settings.  No programs.  No menus.  No way to log out!  

Is this what I am supposed to see?  What do I do next?    

It seems the documentation does not include such information.

Please help me.  I don't want to go back to the Sharp ROM.

-John
« Last Edit: July 23, 2005, 01:23:12 pm by johnw »
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
Pdaxrom On My 6000, Now What?
« Reply #1 on: July 23, 2005, 01:53:44 pm »
Ok.  I figured out how to suspend since its running TWM.  I guess what I need at this point is a little advice.

From reading the forum, it seems the most used window manager is matchbox,  but I have a choice of KDE or FVWM if I want.  

I am familiar with KDE since I run that on my desktop, and I haven't run FVWM in years, although its is probably less resource hungry than KDE.  I don't know anything about matchbox.

Here are my questions.  (Remember I'm new to pdaXrom.):

(1) Which window manager is the most stable, and which would you recommend I use?
(2) What are the packages I need to download to use it?
(3) What is the command sequence to install the package.

I would like to connect to the internet through my WiFi router.  Do I need to download a package to do that?

I would also like to install AbiWord, Gnumeric, xmms, gaim, Firefox, and an email client (either Thunderbird or Sylpheed).

Could I get a JDK running on my 6000 with pdaXrom?

Any help would be greatly appreciated.

Thanks,

John
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

theindefinitearticle

  • Newbie
  • *
  • Posts: 12
    • View Profile
Pdaxrom On My 6000, Now What?
« Reply #2 on: July 28, 2005, 06:26:55 am »
Quote
Ok.  I figured out how to suspend since its running TWM.  I guess what I need at this point is a little advice.

From reading the forum, it seems the most used window manager is matchbox,  but I have a choice of KDE or FVWM if I want. 

I am familiar with KDE since I run that on my desktop, and I haven't run FVWM in years, although its is probably less resource hungry than KDE.  I don't know anything about matchbox.

Here are my questions.  (Remember I'm new to pdaXrom.):

(1) Which window manager is the most stable, and which would you recommend I use?
(2) What are the packages I need to download to use it?
(3) What is the command sequence to install the package.

I would like to connect to the internet through my WiFi router.  Do I need to download a package to do that?

I would also like to install AbiWord, Gnumeric, xmms, gaim, Firefox, and an email client (either Thunderbird or Sylpheed).

Could I get a JDK running on my 6000 with pdaXrom?

Any help would be greatly appreciated.

Thanks,

John
[div align=\"right\"][a href=\"index.php?act=findpost&pid=89222\"][{POST_SNAPBACK}][/a][/div]


In xterm, type "m" and hit [tab] twice.  You'll see a list that includes some of matchbox's programs, which you can run from the command line.  (If you have trouble getting a command to work, google: "man 'command name'" for the manual page on that command, though this shouldn't be necessary for any of the matchbox progs.)  The bad part is that everything runs in a separate window.  So , for example, the panel is not imbedded in the desktop.  In theory, this gives you all the functionality you want, but it's not in a nice package.  I'm still trying to get that to work for me.  I've seen the same problem before, when using debian, x and nautilus, but I can't remember how to fix it.  I think maybe it still needs a widget set.

Most of the programs you want can be downloaded from, or are linked by, the pdaxrom site.  (Downloads -> IPK Feed)  I think that you can then simply install them with ipkg, though there is a package manager with a gui that i haven't tried.  The manager can also access online feeds easily, or so i've read.

zach
sl6000
128 sd (vfat)
512 cf (ext3,vfat)
guylhem rom
pdaxrom

Does anyone know where I can get a replacement stylus that fits the sl6000?  PM me if you can help.  Thanks.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Pdaxrom On My 6000, Now What?
« Reply #3 on: July 28, 2005, 09:18:26 am »
Hi,

Most packages will be :
http://212.10.30.205/rc10/Zaurus-SL6000/feed/ (which is a specific SL6000 feed)
or
http://www.pdaxrom.org/unstable (user contributed packages)

Package manager is available from the first mentioned feed. It's quite easy to set different feeds.

About wifi :
take a look at this thread (post 17 to be more specific).

To install from command-line :
Code: [Select]
# ipkg install xxx (installs package to root)
# ipkg -d /mnt/card install xxx (installs package to SD)

Default window manager = matchbox
KDE = huge (nice to play, not for daily use)
my favorite = xfce4
other window manager with great support = fvwm

Chero.
« Last Edit: July 28, 2005, 09:19:11 am by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

theindefinitearticle

  • Newbie
  • *
  • Posts: 12
    • View Profile
Pdaxrom On My 6000, Now What?
« Reply #4 on: July 29, 2005, 07:08:56 am »
Quote
I finally decided to get rid of the default Sharp ROM on my 6000L, and decided to use PdaXrom since everyone seems to like it.  I followed the instructions posted on http://www.pdaxrom.org & installed 1.1.0 RC 10 Kathrin.  (In the process I resized my root partition to 45MB as recommended.)

Following the instructions I logged in as root & changed my root password.

I had to manually create /home/root because when I rebooted I a message came up on the screen saying it did not exist.

So far everything seemed pretty good.  Then I typed "startx", and instead of seeing a beautiful user interface, I see an X-window terminal screen & a copy of xclock running.  Thats it.  Nothing else.  There are no user settings.  No programs.  No menus.  No way to log out! 

Is this what I am supposed to see?  What do I do next?   

It seems the documentation does not include such information.

Please help me.  I don't want to go back to the Sharp ROM.

-John
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

If you haven't already gotten it working, do this:

Go here:
[a href=\"http://externe.net/zaurus/guylhem-rom/]http://externe.net/zaurus/guylhem-rom/[/url]
and read the README.  Follow the "Installation instructions for Guylhem ROM for the Sharp Tosa SL-6000" and then flash with pdaxrom using whatever instructions you used before.
sl6000
128 sd (vfat)
512 cf (ext3,vfat)
guylhem rom
pdaxrom

Does anyone know where I can get a replacement stylus that fits the sl6000?  PM me if you can help.  Thanks.

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
Pdaxrom On My 6000, Now What?
« Reply #5 on: August 07, 2005, 11:59:51 pm »
Thanks for you (and Zack's) replies.  The previous set of instructions (found here) told me I needed to resize my root partition.  I did to the recommended 45MB.  I've read other people say on the forums here that the 6000's partition should NOT be resized.  Which is it?

Thanks again,

John
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

miskinis

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
    • http://
Pdaxrom On My 6000, Now What?
« Reply #6 on: August 19, 2005, 10:10:03 pm »
Quote
... I did to the recommended 45MB.  I've read other people say on the forums here that the 6000's partition should NOT be resized.  Which is it?

This seems like a very important answer to get!  I was afraid to repartiton,
and didn't yet.  I don't want endanger my new (used) SL-6000 the first day!

John
_John Miskinis_

ken

  • Sr. Member
  • ****
  • Posts: 274
    • View Profile
Pdaxrom On My 6000, Now What?
« Reply #7 on: August 20, 2005, 12:36:41 am »
Quote
Please help me.  I don't want to go back to the Sharp ROM.
No idea why you'd be afraid to go back to the Sharp ROM.  It can do a lot.

example of what it can do on the 6K:

https://www.oesf.org/index.php?title=Applic...6000L/Sharp_ROM
SL-6000L Sharp ROM 1.12 - 1G SD (RiDATA) - 2G Microdrive (Hitachi)
TRENDnet TE-CF100 10/100 (no drivers needed) AmbiCom CF56M-EZ modem (no drivers needed)

nevarrie

  • Full Member
  • ***
  • Posts: 188
    • View Profile
    • http://www.thegrantclan.org
Pdaxrom On My 6000, Now What?
« Reply #8 on: March 03, 2006, 04:24:13 pm »
For those interested try this site to get pdaxrom working on the 6k.

I still think pdaxrom needs alot of work but I have a usable gui now that i did not have for the last 3 hours.

Nevarrie
***********************
Jeremy "Nevarrie" Grant
SL-6000L
OpenZaurus 3.5.4.1 GPE(2.6 kernel)|GrantRom 0.01(e-image clone)
Targus IR Keyborad

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Pdaxrom On My 6000, Now What?
« Reply #9 on: March 05, 2006, 02:17:53 pm »
Hi

I don't think anyone has mentioned to check the last configuration step when installing - see this page:

https://www.oesf.org/index.php?title=How_to_install_pdaXrom

Note the step at the bottom that involves untarring default settings - this creates the home directory and settings so that 'startx' will start matchbox and you will be straight into the easy stuff within seconds. (less than 3 hours anyway!)

(No manual creation of home directory, or setup of window manager - it just works!)

Karl
« Last Edit: March 05, 2006, 02:18:17 pm by karlto »
SL6000-L, RC12

nevarrie

  • Full Member
  • ***
  • Posts: 188
    • View Profile
    • http://www.thegrantclan.org
Pdaxrom On My 6000, Now What?
« Reply #10 on: March 06, 2006, 10:57:16 am »
That was the page I forgot to include in my last post.  Though after gettign that working I followed the instructions on http://gefechtsdienst.de/uman/Zaurus_C-860...etup/index.html so that I could run e17 on my 6k.  I run enlightenment on all of my Linux desktops so it is nice to have it on my Z also.

I am still working on getting wifi and my Targus Keyboard working.  Though we will see what I think of it after a few days.
***********************
Jeremy "Nevarrie" Grant
SL-6000L
OpenZaurus 3.5.4.1 GPE(2.6 kernel)|GrantRom 0.01(e-image clone)
Targus IR Keyborad