OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: climber on May 05, 2006, 03:55:25 am

Title: Usb Lan Adapter
Post by: climber on May 05, 2006, 03:55:25 am
Hi,

I have a Zaurus SL-C3100 with Cacko 1.23 on it. As the description from Menaies guide [very good :-)]  i want to connect my USB LAN Adapter [[ADMTek Pegasus-II ADM 8511] to the zaurus with the USB host cable. First I have to do "modprobe pegasus" otherwise the zaurus will freeze when plug in the USB-Adapter to the host-cable. After doing this I can 't see a eth0 interface when typing ifconfig -a.

Output from dmesg:

usbh: monitor_int_hndlr:
usbh: monitor_bh:
usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1
usbh: monitor_load: 4
usbh: monitor_hotplug: anget: usbh interface: montnitor action: load


Typing the command lsmod I see pegasus, usbcore  and other but alwas with a zero by "Used by".

I guess I have something doing wrong or forgotten to configure. What must I do to get eth0 to connect to lan.

Thanks
climber
Title: Usb Lan Adapter
Post by: the_oak on May 06, 2006, 01:56:31 pm
with my 6000, the commands are:

modprobe pegasus
ifconfig eth0 up
dhcpcd eth0

(This is presuming that your router uses dhcp to assign IP numbers)