Comment 35 for bug 263217

Revision history for this message
Carlos Aguilar Araujo (cae-aguilar) wrote :

Well as Mark Stosberg wrote, the Zn5 phone is similar to Z6, i mange to connect correctly to the phone in Mass Storage Mode and also in Kodak easyShare mode, i had to load some modules that weren't loaded by default when the phone is detected. I use these commands:

carlos@carlos-desktop:~$ sudo modprobe usbnet
carlos@carlos-desktop:~$ sudo modprobe cdc-acm
carlos@carlos-desktop:~$ sudo modprobe zaurus
carlos@carlos-desktop:~$ sudo modprobe cdc_subset

after that when i connect the phone in both modes is recognizd correctly.

Anyway there's another problem with the Zn5, when connected in USBLan mode it's recognized and shown as LAN Adaptor, but i cannot ping or telnet the phone. Above are the commands and results.

arlos@carlos-desktop:~$ dmesg
[ 5058.288528] usb 8-3: new high speed USB device using ehci_hcd and address 23
[ 5058.424282] usb 8-3: configuration #1 chosen from 1 choice
[ 5058.431347] usb0: register 'zaurus' at usb-0000:00:1d.7-3, pseudo-MDLM (BLAN) device, be:77:ec:72:d8:51
carlos@carlos-desktop:~$ sudo ifconfig usb0 192.168.16.1 broadcast 192.168.16.7 netmask 255.255.255.248 mtu 4500
[ 5058.288528] usb 8-3: new high speed USB device using ehci_hcd and address 23
[ 5058.424282] usb 8-3: configuration #1 chosen from 1 choice
[ 5058.431347] usb0: register 'zaurus' at usb-0000:00:1d.7-3, pseudo-MDLM (BLAN) device, be:77:ec:72:d8:51
[ 5072.700010] usb0: no IPv6 routers present

The "usb0: no IPv6 routers present" was solved disabling IPv6 but still cannot connect to the phone. I'll create another Bug report if you thing it's necessary.