LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-19-2005, 09:02 AM   #1
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
zaurus SL-5500 file transfer?


In windows, I can just open up the zaurus file transfer software, and transfer files to my zaurus(for more information on the zaurus see http://en.wikipedia.org/wiki/Zaurus). I'm connecting via the USB cradle, and I've got the usb networking working under linux, I just can't figure out how to transfer files. Is there a way to do it in ssh? or does the zaurus run some sort of FTP server? I'm running Sharp ROM 3.13.

Advanced thanks.
 
Old 10-20-2005, 04:20 PM   #2
ricstirato
Member
 
Registered: Jan 2004
Location: Gießen, Germany
Distribution: Xubuntu 12.04, Mythbuntu, Ubuntu Server 12.04
Posts: 174

Rep: Reputation: 24
The Zaurus (at least my SL-C860) has a samba server according to the manual. However I never tried that, neither used USB networking.

I installed OpenSSH (see http://killefiz.de/zaurus/showdetail.php?app=1035 ) and it works fine using a CF NiC. Principally this should work over USB networking as well.

Regards
ric.
 
Old 10-20-2005, 06:12 PM   #3
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
how do you transfer files over ssh? I've got ssh running, and ssh'ing into my Zaurus works fine. I'm just not sure how to transfer files
 
Old 10-24-2005, 05:09 AM   #4
ricstirato
Member
 
Registered: Jan 2004
Location: Gießen, Germany
Distribution: Xubuntu 12.04, Mythbuntu, Ubuntu Server 12.04
Posts: 174

Rep: Reputation: 24
The command is scp ("secure copy"), e.g.


scp my_local.file username@host:/home/username

or

scp username@host:/home/username/my_remote.file .


It then asks for <username's> password.


Regards
ric.
 
Old 10-24-2005, 08:45 AM   #5
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
i acutally found sftp, which works similarly. Thanks though
 
Old 11-03-2005, 12:03 AM   #6
brashley46
Member
 
Registered: Oct 2005
Location: Toronto, ON
Distribution: Xubuntu 17.10, Android 5.0.2, Android 7.1.1, Trisquel 7.0 Mini
Posts: 86

Rep: Reputation: 28
There's also the usb storage option, if you want to write to one of the cards. I can't get it to write to the device's own memory yet, though.
 
Old 11-03-2005, 08:57 AM   #7
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I noticed you are using Sharp 3.13. Does this work on OZ 3.5.4?
 
Old 11-03-2005, 12:56 PM   #8
brashley46
Member
 
Registered: Oct 2005
Location: Toronto, ON
Distribution: Xubuntu 17.10, Android 5.0.2, Android 7.1.1, Trisquel 7.0 Mini
Posts: 86

Rep: Reputation: 28
Quote:
Originally posted by microsoft/linux
I noticed you are using Sharp 3.13. Does this work on OZ 3.5.4?
Couldn't tell you. I haven't run OZ on this machine yet. IIRC, though, Maslovsky said it was written for the Sharp ROMs. If I weren't at work I'd go chase a couple bookmarks and tell you ... maybe this evening.
 
Old 11-03-2005, 08:04 PM   #9
brashley46
Member
 
Registered: Oct 2005
Location: Toronto, ON
Distribution: Xubuntu 17.10, Android 5.0.2, Android 7.1.1, Trisquel 7.0 Mini
Posts: 86

Rep: Reputation: 28
Quote:
Originally posted by brashley46
Couldn't tell you. I haven't run OZ on this machine yet. IIRC, though, Maslovsky said it was written for the Sharp ROMs. If I weren't at work I'd go chase a couple bookmarks and tell you ... maybe this evening.
Okay. Maslovsky says on his own web site: "This package has only been tested under Sharp ROM 3.10. It's not garanteed to work with other ROMs and kernels." I've got it to work on the 3.13 ROM with the "new" Cacko kernel, which is also one of Maslovsky's. (The inconvenience of having to reboot the Z just before I plug it into the cradle is balanced by the way it speeds up the operation of, e.g., kismet and the other wireless functions.) You're active on the ZUG and the OEForums, right?
 
Old 11-03-2005, 08:30 PM   #10
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I'm active on the OESF forums, I didn't know about the ZUG forums. I just flashed to OZ 3.5.4, and Now I can't get USB Networking working(can't ping the Z). Does anyone have any other suggestions?
 
Old 11-03-2005, 09:35 PM   #11
brashley46
Member
 
Registered: Oct 2005
Location: Toronto, ON
Distribution: Xubuntu 17.10, Android 5.0.2, Android 7.1.1, Trisquel 7.0 Mini
Posts: 86

Rep: Reputation: 28
No, OESF is the ZUG forums ... but you know the ZUG software site, the ELSI, and the two versions of the Zaurus Software INdex, so I guess you can find what you're hunting for too?
 
Old 11-03-2005, 09:37 PM   #12
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
yeah, but I need a way to connect to the internet w/ the Z. Then I'll be able to download packages from the OZ feed.
 
Old 11-03-2005, 09:41 PM   #13
brashley46
Member
 
Registered: Oct 2005
Location: Toronto, ON
Distribution: Xubuntu 17.10, Android 5.0.2, Android 7.1.1, Trisquel 7.0 Mini
Posts: 86

Rep: Reputation: 28
Quote:
Originally posted by microsoft/linux
I'm active on the OESF forums, I didn't know about the ZUG forums. I just flashed to OZ 3.5.4, and Now I can't get USB Networking working(can't ping the Z). Does anyone have any other suggestions?
I'd say the best way to network on the OZ ROMs is wireless. I know you can't network it through a Windows box, and through a Linux box may be difficult. CF Wifi cards are easier to find than CF modem cards, or CF ethernet cards, I should imagine.
 
Old 11-03-2005, 10:05 PM   #14
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I've got networking working over USB, I just can't get it to connect to the internet. I'll prob. eventually get a wifi card for it, but not right now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
My Zaurus 5500 won't work esteeven Linux - Laptop and Netbook 9 03-20-2007 02:31 AM
Zaurus SL-5500 troubles LavaDevil94 Linux - Laptop and Netbook 35 04-03-2005 04:02 PM
Zaurus SL-5500 questions Brian1 Linux - Hardware 7 03-09-2005 03:55 PM
How to transfer files from zaurus 5500 to redhat 9? karfei00 Linux - Laptop and Netbook 1 06-03-2004 09:52 AM
zaurus 5500 CF cards asalford Linux - Hardware 3 05-01-2004 09:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration