can anyone explain this odd usbnet behaviour. At work I am running suse10.0 with kernel
2.6.13-15.10-default, and usbnetworking "just works"... I think all I had to do with "modprobe g_ether" on the Z (I added this to the interfaces file as a pre-up).
at work I get this message:
Jul 18 10:18:39 it-padm kernel: usb0: register usbnet at usb-0000:00:1d.7-3.4, pseudo-MDLM (BLAN) device, 46:86:4c:36:fb:a7
Jul 18 10:18:39 it-padm kernel: usbcore: registered new driver usbnet
Jul 18 10:18:50 it-padm kernel: usb0: no IPv6 routers present
at home I am running opensuse 10.1 with kernel 2.6.16.13-4-default, and when I plug in the Z the usb0 network device doesn't appear on the PC, thus:
Jul 17 22:24:08 palin kernel: usb 2-2: new full speed USB device using ohci_hcd and address 6
Jul 17 22:24:13 palin kernel: usb 2-2: new device found, idVendor=04dd, idProduct=9032
Jul 17 22:24:13 palin kernel: usb 2-2: new device strings: Mfr=1, Product=2, SerialNumber=0
Jul 17 22:24:13 palin kernel: usb 2-2: Product: SL-6000
Jul 17 22:24:13 palin kernel: usb 2-2: Manufacturer: Sharp
Jul 17 22:24:13 palin kernel: usb 2-2: configuration #1 chosen from 1 choice
Jul 17 22:24:14 palin kernel: usbcore: registered new driver cdc_ether
Jul 17 22:24:14 palin kernel: usb0: register 'zaurus' at usb-0000:00:02.1-2, pseudo-MDLM (BLAN) device, 32:4a:b6:37:95:7e
Jul 17 22:24:14 palin kernel: usbcore: registered new driver zaurus
Jul 17 22:24:14 palin ifup: usb0
Jul 17 22:24:14 palin ifup: No configuration found for usb0
Although the error message implies usb0 should be there, it isn't, and there is a /etc/sysconfig/network/ifcfg-usb0 configuration.
Any thoughts? I must admit, I don't know as much about usb networking as I should.