Summary: | HAL not recognising Nokia mobile phones as Internet-capable devices | ||
---|---|---|---|
Product: | hal | Reporter: | David Anderson <david> |
Component: | hal-info | Assignee: | David Zeuthen (not reading bugmail) <zeuthen> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | antti |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
David Anderson
2008-08-23 11:03:28 UTC
P.S. If you can tell me what magic I can do to my present installation of HAL to try this out (rather than waiting for an update to filter its way through to me) I'd be really grateful! Thanks, David I managed to get NetworkManager to work with these two Nokias... in fact I'm connected with one of them to type this. I noticed this segment in fdi/information/10freedesktop/10-modem.fdi: <!-- Communication Device Class Abstract Control Model (CDC ACM) modems, typically provided by GSM/CDMA phones --> <match key="@info.parent:usb.interface.class" int="0x02"> <match key="@info.parent:usb.interface.subclass" int="0x02"> <append key="info.capabilities" type="strlist">modem</append> <append key="modem.command_sets" type="strlist">V.250</append> </match> </match> I thought that to see if it worked I'd add in these two extra lines: <append key="modem.command_sets" type="strlist">GSM-07.07</append> <append key="modem.command_sets" type="strlist">GSM-07.05</append> That did the trick. NetworkManager now picks up the phone and I can use it on the Internet. So is the bug in hal-info or in NetworkManager ??? |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.