On Thu, 2009-04-16 at 20:30 +0200, Martin Bammer wrote: > The function libudev_get_modem_capabilities in nm-hal-manager returns > "success" even if udev doesn't report gsm or cdma capabilities on > Intrepid (because udev in Intrepid is too old?). If udev is too old the > function should return "failed".
The return value from that function isn't an indicator of whether or not the hardware supports GSM/CDMA, it's an indicator of whether or not there were any errors trying to query the udev database, irregardless of what device properties were. If it returns TRUE and didn't find any GSM or CDMA capabilities, then either you don't have the prober set up correctly, or the prober needs to be fixed up to detect your modem. Dan _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
