I am running an ibook with a 2.4.19 kernel and I'm trying to connect to a Zuarus which is connected to my laptop via a usb cable.
I have installed hotplug and installed two configuration parts in my network interfaces file. I added the eth1 lines after syslog showed an eth1 entry - but I think I'm trying to do tcp/ip over usb. I'd like to connect to my laptop initially. After that I'd like to route through my laptop to hit the net. Basically, I'm confused. auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.0.0.58 netmask 255.255.255.0 network 10.0.0.0 broadcast 10.0.0.255 gateway 10.0.0.3 iface usb0 inet static address 192.168.129.1 pointopoint 192.168.129.201 netmask 255.255.255.255 auto eth1 iface eth1 inet static address 192.168.129.1 pointopoint 192.168.129.201 netmask 255.255.255.255 Syslog: Mar 11 10:43:06 roz kernel: hub.c: USB new device connect on bus1/1, assigned device number 3 Mar 11 10:43:06 roz kernel: CDCEther.c: Found Header descriptor, CDC version 110. Mar 11 10:43:06 roz kernel: CDCEther.c: Imperfect filtering support - need sw hashing Mar 11 10:43:06 roz kernel: CDCEther.c: Can't use SetEthernetMulticastFilters request Mar 11 10:43:06 roz kernel: CDCEther.c: detected BULK OUT packets of size 64 Mar 11 10:43:06 roz kernel: CDCEther.c: eth1: Sharp SL Series Mar 11 10:43:06 roz kernel: CDCEther.c: eth1: 40:00:02:00:00:01 Mar 11 10:43:06 roz /etc/hotplug/net.agent: invoke ifup eth1 Mar 11 10:43:09 roz /etc/hotplug/usb.agent: Setup acm CDCEther for USB product 4dd/8004/0 Mar 11 10:43:24 roz modprobe: modprobe: Can't locate module usb0 Mar 11 10:43:30 roz kernel: CDCEther.c: eth1: set multicast filters Mar 11 10:43:30 roz kernel: CDCEther.c: eth1: too many MC filters for hardware, using allmulti Mar 11 10:43:30 roz last message repeated 3 times Mar 11 10:43:58 roz kernel: CDCEther.c: rx status -110 Mar 11 10:43:58 roz kernel: CDCEther.c: no repsonse in BULK IN Mar 11 10:43:58 roz kernel: CDCEther.c: rx status -110 Mar 11 10:43:58 roz kernel: CDCEther.c: no repsonse in BULK IN Mar 11 10:43:58 roz kernel: CDCEther.c: rx status -110 Mar 11 10:43:58 roz kernel: CDCEther.c: no repsonse in BULK IN -- Rory Campbell-Lange <[EMAIL PROTECTED]> <www.campbell-lange.net>