|
2009-11-19
, 11:27
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2009
@ London
|
#2
|
I am struggling with getting the USB networking setup on the N900 using Ubuntu. The setup on the wiki is not updated for the N900.
I am using the pc-connectivity-manager on the N900 from the extras-testing.
On the host (Ubuntu) I have the interfaces file setup as described on the wiki
on the host, usbnet is loaded:
xxxx:~/maemo5sdk/firmware$ lsmod | grep usb
usbnet 17188 1 cdc_subset
mii 5212 2 usbnet,b44
After connecting the device, ifup doesn't bring up the interface.
xxxxx: $ sudo ifup usb0
SIOCSIFADDR: No such device
usb0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
usb0: ERROR while getting interface flags: No such device
usb0: ERROR while getting interface flags: No such device
Failed to bring up usb0.
ifup usb0 on the N900 doesn't work either.
what module needs to be loaded on the N900? g_ether.ko is not available in the /lib/modules directory.
How can I ensure that the setup on the N900 is correct?
If I can some working instructions, I will be happy to update the wiki.
Thanks!
|
2009-11-19
, 12:17
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2009
@ London
|
#3
|
g_ether: disagrees about version of symbol struct_module
|
2009-11-19
, 14:15
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2009
@ London
|
#4
|
usb-network-modules
|
2009-11-19
, 14:25
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#5
|
sudo gainroot ifup usb0
sudo ifup usb0
|
2009-11-19
, 15:15
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#7
|
|
2009-11-19
, 15:18
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2009
@ London
|
#8
|
the link was included in the initial post.
http://wiki.maemo.org/USB_networking
|
2009-11-19
, 15:24
|
|
Posts: 28 |
Thanked: 3 times |
Joined on Sep 2009
@ London
|
#9
|
|
2009-11-19
, 16:14
|
Posts: 51 |
Thanked: 15 times |
Joined on Apr 2009
@ ChengDu, SiChuan, P.R.C
|
#10
|
I am using the pc-connectivity-manager on the N900 from the extras-testing.
On the host (Ubuntu) I have the interfaces file setup as described on the wiki
on the host, usbnet is loaded:
xxxx:~/maemo5sdk/firmware$ lsmod | grep usb
usbnet 17188 1 cdc_subset
mii 5212 2 usbnet,b44
After connecting the device, ifup doesn't bring up the interface.
xxxxx: $ sudo ifup usb0
SIOCSIFADDR: No such device
usb0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
usb0: ERROR while getting interface flags: No such device
usb0: ERROR while getting interface flags: No such device
Failed to bring up usb0.
ifup usb0 on the N900 doesn't work either.
what module needs to be loaded on the N900? g_ether.ko is not available in the /lib/modules directory.
How can I ensure that the setup on the N900 is correct?
If I can some working instructions, I will be happy to update the wiki.
Thanks!