On Sat, 2008-06-14 at 23:09 +0200, Peter Åstrand wrote: > On Wed, 11 Jun 2008, Peter Åstrand wrote: > > >>>>> Selecting "Auto CDMA" in NM fails. I guess this is because no username > >>>>> or > >>>>> password is provided. For ice.net, both the username and password is > >>>>> public, "cdma" and "cdma", but of course NM doesn't know this? It does > >>>>> figure our the phone number (#777) automatically, though. > >> Sorry. What's the output of 'rpm -qv NetworkManager' ? If you're using > >> svn3623 (which shipped with F9) you may need to try a testing update to > >> get the user/pass support to work correctly. Let me know what version > >> you've got. > > > > I had NetworkManager-0.7.0-0.9.3.svn3623.fc9.i386, now upgraded to > > NetworkManager-0.7.0-0.9.4.svn3675.fc9.i386.rpm. The problem remains and > > the > > error messages are the same. > > I've added a Bugzilla entry for this now. > > Wrt to the fdi file, here's a patch. Can you commit it?
Committed upstream to hal-info. Dan > --- 10-modem.fdi.git 2008-06-14 22:47:44.000000000 +0200 > +++ 10-modem.fdi 2008-06-14 23:08:35.000000000 +0200 > @@ -293,8 +293,8 @@ > > <!-- CMOTECH --> > <match key="@info.parent:usb.vendor_id" int="0x16d8"> > - <!-- C-motech CNU-550 (USB, EV-DO) --> > - <match key="@info.parent:usb.product_id" int_outof="0x5543"> > + <!-- C-motech CNU-550, CNU-680 (USB, EV-DO) --> > + <match key="@info.parent:usb.product_id" int_outof="0x5543;0x680a"> > <match key="@info.parent:usb.interface.number" int="0"> > <append key="info.capabilities" type="strlist">modem</append> > <append key="modem.command_sets" > type="strlist">IS-707-A</append> > > Regards, > /Peter Åstrand <[EMAIL PROTECTED]> > _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
