After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 651404 - USB networking doesn't work anymore
USB networking doesn't work anymore
Status: RESOLVED OBSOLETE
Product: NetworkManager
Classification: Platform
Component: general
0.8.x
Other Linux
: Normal major
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2011-05-29 17:20 UTC by Laasonen
Modified: 2012-02-10 12:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laasonen 2011-05-29 17:20:13 UTC
After upgrading to GNOME3 the network manager has been unable to even notice usb networking devices.

When I connect my N900 to any of my computers running GNOME3 nothing happens. With GNOME2 it automatically connected to it and I could see usb0 interface from ifconfig.
Comment 1 Fabio Durán Verdugo 2011-05-30 03:13:30 UTC
please, http://live.gnome.org/NetworkManager/Debugging
Comment 2 Laasonen 2011-05-30 06:17:28 UTC
Information: http://pastebin.com/d23FQeQ6
Comment 3 Dan Williams 2011-10-24 20:37:43 UTC
The N900 really does need to be a modem and AFAIK you can't use the cdc_ether interface without setting things up via the ACM interface first.  I have an n900 that I use very regularly and it works great using ModemManager.  Did you install some addons that make the N900 expose a real cdc_ether device with DHCP server capability or something?
Comment 4 Akhil Laddha 2011-12-08 10:03:59 UTC
Laasonen, can you please respond to comment#3 ?
Comment 5 Laasonen 2011-12-08 11:27:44 UTC
I don't have a N900 anymore, but I used to use something like this with it:
# echo 1 > /proc/sys/net/ipv4/ip_forward
# iptables -t nat -F POSTROUTING
# iptables -t nat -A POSTROUTING -o gprs0 -j MASQUERADE
# ifup usb0
# dnsmasq -I lo -z -a 192.168.3.15 -F 192.168.3.64,192.168.3.127

My laptop with networkmanager 0.9.2.0-1 currently connects to my N950 without any issues on SDK-mode: http://hosted.laasonen.net/gnome-works-n950.png
Comment 6 Akhil Laddha 2012-02-10 12:41:46 UTC
We can't get more information as reporter doesn't have device anymore and with N950, it is working as expected.