Author Topic: SL-6000L right for me?  (Read 2991 times)

Johnny

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • http://
SL-6000L right for me?
« on: May 25, 2004, 03:27:43 pm »
Hey there!  I\'m a total zaurus n00b and I\'m evaluating a 6000L.  I would like to eventually use this for remote support for work.  What I need to do is be able to connect in at work (via wifi/CF cell modem/CF ethernet card), run Cisco VPN (vpnc?) and be able to fire off multiple terminals and ssh into remote boxes.  I am a unix SA (Sun and some HP and Linux) so I can follow directions.    From what I\'ve seen so far:

vpnc - does it really work with the 6000?  Having problems even installing it!  Do I need to install tun and iproute?  Do I need to rebuild my kernel (and if so, how)?

screen - I transfer it to my zaurus and it doesn\'t even show up in the installable list (yet is in the Install_Files directory).  

ssh - Found openssh (abeit old - 3.6.1p1).  Installed it and it works.

Terminal (supplied with the Zaurus) - is cute if I only need one terminal (hence the idea of screen).  Any way of firing up multiple terminals from this?

Qkonsole - installed Qkonsole but the fonts leave a little something to be desired.  Any other multiple terminal tools out there?

Where in heck is the \"|\" (pipe) key on the keyboard?

Should I just ditch the default Sharp ROM and use someone else\'s distribution that will give me these features?  Syncing calendars/email/address books/todo lists aren\'t biggies for me (I can do that all web-based).  Being able to support boxes remotely is important (without having to strap a laptop on me wherever I go!)

How about compiling?  Grab a zaurus based gcc or is there a gcc out there that will cross compile for the zaurus?

What is the deal with compatibility of software (and ipk\'s) between the 6000\'s and the 5x00\'s?  Anything really different that causes things to break?

Or am I on drugs and none of this is really possible yet.  Please don\'t make me go back to my boss and tell him we gotta buy WinCE based machines to do remote support!  

I just wanna believe!

TIA,
Johnny

Ethereal

  • Full Member
  • ***
  • Posts: 236
    • View Profile
    • http://
SL-6000L right for me?
« Reply #1 on: May 25, 2004, 03:45:42 pm »
Quote
Where in heck is the \"|\" (pipe) key on the keyboard?


SHIFT+SPACE = |  (Zaurus secret #372)
SL-6000L, Sharp ROM 1.12;
Socket Rev 2.5 CF Bluetooth::SE T608;
Sandisk 512MB SD, formatted ext2;
Pocketop IR Keyboard

DrWowe

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • http://
SL-6000L right for me?
« Reply #2 on: May 25, 2004, 04:15:18 pm »
Quote
screen - I transfer it to my zaurus and it doesn\'t even show up in the installable list (yet is in the Install_Files directory).  


screen works fine for me.  Make sure you have libncurses5 installed.  I had the same problem as you with the  ipk so I extracted the files and installed it manually.  (an ipk is really a .tar.gz in disguise)

Quote
Terminal (supplied with the Zaurus) - is cute if I only need one terminal (hence the idea of screen).  Any way of firing up multiple terminals from this?


You can use embeddedkonsole from Opie, which gives you tabs.  Or just use screen.  Or both.

Quote
Should I just ditch the default Sharp ROM and use someone else\'s distribution that will give me these features?  


There are no alternate 6000 Roms... yet.

Quote
How about compiling?  Grab a zaurus based gcc or is there a gcc out there that will cross compile for the zaurus?


Follow the x-compiling  HOWTO on this site.

Quote
What is the deal with compatibility of software (and ipk\'s) between the 6000\'s and the 5x00\'s?  Anything really different that causes things to break?


Most applications work fine.  The 6000 can even switch to 240x320 mode if the app requires it.

Quote
Or am I on drugs and none of this is really possible yet.  Please don\'t make me go back to my boss and tell him we gotta buy WinCE based machines to do remote support!  


I don\'t know anything about vpnc, but everything else should work fine.  The Z just requires a bit of a DIY attitude compared to other handhelds, but as a Unix admin that shouldn\'t be a problem.

Johnny

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • http://
SL-6000L right for me?
« Reply #3 on: May 26, 2004, 09:42:33 am »
Thanks Ethereal and Dr Wowe for your answers!