Re: Mobile CDMA problem with my SAMSUNG phone (NM sees it as GSM?)?
- From: Derek Atkins <warlord MIT EDU>
- To: Dan Williams <dcbw redhat com>
- Cc: networkmanager-list gnome org
- Subject: Re: Mobile CDMA problem with my SAMSUNG phone (NM sees it as GSM?)?
- Date: Fri, 16 Jan 2009 16:23:22 -0500
Dan,
Quoting Dan Williams <dcbw redhat com>:
Looks like Samsung used the same VID/PID for the Samsung SGH-A707 (AT&T
Sync). Or maybe the USB device is actually in the cable and both these
phones use the same cable.
For the time being, until we push auto-probing into udev, you can
edit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi and
change the section for the Sync to be:
<!-- Samsung SGH-A707 (AT&T Sync) -->
<match key="@info.parent:usb.vendor_id" int="0x04e8">
<match key="@info.parent:usb.product_id" int="0x6601">
<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>
</match>
</match>
</match>
The magic bit is removing the "GSM" lines and adding the "IS-707-A" line.
Here's what mine currently looks like (it looks somewhat different than
yours):
<!-- Samsung SGH-A707 (AT&T Sync) -->
<match key="@info.parent:usb.vendor_id" int="0x04e8">
<match key="@info.parent:usb.product_id" int="0x6601">
<match key="@info.parent:usb.interface.number" int="0">
<append key="modem.command_sets" type="strlist">GSM-07.07</append>
<append key="modem.command_sets" type="strlist">GSM-07.05</append>
</match>
</match>
</match>
Should I just swap both of those "GSM-*" entries to IS-707-A?
Or should I add an info.capabilities line and make it look like yours?
Thanks!
Dan
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
warlord MIT EDU PGP key available
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]