OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Capn_Fish on November 26, 2006, 05:32:18 pm

Title: Internet In R121
Post by: Capn_Fish on November 26, 2006, 05:32:18 pm
I just flashed r121 on my C3100. I have an Ambicom WL1100C Wi-Fi card that I am trying to get to work. I used the scripts on the pdaXrom web site, so I have connected to my network and I can ping the other computers on the network, but I can't get to the internet. The new version of Dillo I compiled (on Beta 3, if it's an issue) says that it can't solve (URL here).

Any ideas?

Thanks!
Title: Internet In R121
Post by: InSearchOf on November 26, 2006, 06:16:46 pm
Does you organization use DHCP or Static address...

if static you DNS Ip is wrong... if DHCP

run this command

dhcpcd eth0 or whatever interface you are using

Late
Title: Internet In R121
Post by: Capn_Fish on November 26, 2006, 06:22:29 pm
It works now. What did that do?

Thanks for your help and quick response!
Title: Internet In R121
Post by: InSearchOf on November 26, 2006, 06:25:47 pm
dhcpcd turned on the DHCP client daemon... it discovers any dhcp servers on the network and retrieves all the IP information for that client (ip, dns, gateway, dhcp lease/exp, etc)

Late
Title: Internet In R121
Post by: Capn_Fish on November 26, 2006, 06:31:32 pm
That would make sense.

Quote
dhcpcd eth0 or whatever interface you are using

I actually figured I should change that before you added that.

Anyway, thanks again!
Title: Internet In R121
Post by: InSearchOf on November 26, 2006, 06:39:43 pm
actually you can run that with out any interfaces and it will discover on all "live" interfaces... just for future reference

Late
Title: Internet In R121
Post by: Capn_Fish on November 26, 2006, 07:43:53 pm
That's good to know.
Title: Internet In R121
Post by: dinorex on November 27, 2006, 03:18:03 am
just one note: it is version independent....