Author Topic: mounting the SL-6000  (Read 6804 times)

acmeanvil

  • Newbie
  • *
  • Posts: 4
    • View Profile
mounting the SL-6000
« Reply #15 on: November 24, 2004, 11:07:55 pm »
If the zaurus is recognized and you want to simply connect via USB use the following script:

#!/bin/bash
/sbin/ifconfig usb0 192.168.129.200 netmask 255.255.255.255 up
/sbin/route add -host 192.168.129.201 usb0
ssh 192.168.129.201

This is not my script, but it works like champ.
This presumes of course you have ssh on your 6000, the 6000 is recognized and you have USB networking setup.

You can access the zaurus from the terminal  OR use
ssh://username@192.168.129.201 (I use root for username, forgive me) from Nautilus(Connect to server-Custom Location-Fill in the blanks), or I assume similiiar in Konquerer.

I am not sure if this is what you are after, but this will work.  If you want to connect at startup, let the script run at startup.

Hope that helps,

acme
Zaurus SL-6000L
512mb SD
2.2gb CF
Expansion jacket with bluetooth (for now)
a whole lot of good times

MeaninglessNick

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://
mounting the SL-6000
« Reply #16 on: November 25, 2004, 06:50:25 am »
I also get the warning about packet length. Seems to be harmless.

Well, if the other script suggested works, great, then you don't have to kill the dhcpcd

Otherwise look in /etc/dhclient.conf for a line that says something like

require domain-name-servers

and comment it out (with a # at the beginning of the line) if it exists.

Both places I run dhclient, my dhclient.conf has only comments.

zahnoliv

  • Newbie
  • *
  • Posts: 13
    • View Profile
mounting the SL-6000
« Reply #17 on: November 25, 2004, 02:43:29 pm »
Arcmeanvil, thanks for the suggestion, I'll try it out as soon as I get back to my pc.

MeaninglessNick, you mentioned that the package length is not a problem, but seem to think I could establish a connection. How can I use it though? I tried to use samba or ping or ssh to 192.168.129.201, but without success.

Thanks

MeaninglessNick

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://
mounting the SL-6000
« Reply #18 on: November 25, 2004, 04:34:27 pm »
The other error messages are a problem unfortunately.

You need to convince dhclient that it is OK that the zaurus does not return an
IP address for a name server.  This is usually the default, unless someone adds a directive
to the dhclient configuration file.

zahnoliv

  • Newbie
  • *
  • Posts: 13
    • View Profile
mounting the SL-6000
« Reply #19 on: November 26, 2004, 06:20:56 pm »
Concerning establishing the connection with dhcpcd (standard in Suse): Arcmeanvil, thanks, the script you submitted works great.

Concerning the alternative client dhclient (used by other distributions): MeaninglessNick, if I comment out the line in dhclient.conf, it also works. Thanks you especially for your patience!

I can now use the network to transfer files with samba or connect with ssh.

freshroastedpeanut

  • Newbie
  • *
  • Posts: 23
    • View Profile
mounting the SL-6000
« Reply #20 on: November 29, 2004, 01:24:24 pm »
Does anyone have input on how to establish usb-host to host networking when not using the crdle? I don't have a second cradle, but I do have the mini-a adaptor and would like to be able to newtork the zaurus while on a second machine. Thanks in advance for any help...