Difference between revisions of "Ericsson F3507g Mobile Broadband Module"

From ThinkWiki
Jump to: navigation, search
(Option module maybe unnecessary)
Line 20: Line 20:
  
 
'''Note:''' I didnt tested all this by myself. I just worte a summary on what I read on the [http://ubuntuforums.org/showthread.php?s=9fddad39d15fed9b521c46f1e3d6ff47&t=934013 Ubuntu Forum] and [http://www.nabble.com/X301-Ericsson-Modul-f3507g-AT-Command-reference-tt20152955.html here]
 
'''Note:''' I didnt tested all this by myself. I just worte a summary on what I read on the [http://ubuntuforums.org/showthread.php?s=9fddad39d15fed9b521c46f1e3d6ff47&t=934013 Ubuntu Forum] and [http://www.nabble.com/X301-Ericsson-Modul-f3507g-AT-Command-reference-tt20152955.html here]
 +
 +
Tested it myself and it is unnecessary --[[User:Mru|Mru]] 20:13, 9 November 2008 (CET)

Revision as of 21:13, 9 November 2008

Unlike the X300 the X301 comes with a 3G / GPRS mobile boradband MiniPCIe Card from Ericsson.

The Card should be supported by the option driver. You might need to patch your Kernel. A patch for the 2.6.27 Kernel can be found here.

After loading the module with modprobe option you'll find four five(?!) new ttyUSBx devices. And one new ttyACMx device. You can use ttyACMx (where x = 0) to use the card like any other 3G modem.

Activating GPS

The Card even has a GPS chip.

You can activate it by sending

AT+CFUN=1
AT*E2GPSCTL=1,10,1
AT*E2GPSNPD

to /dev/ttyACM0 Use any terminal program to do so. (A simple echo will work as well.)

After this you will have the GPS device on ttyACM2. You can attach gpsd to ttyACM2.

Option module maybe unnecessary

The option module mentioned above is maybe unnecessary because all needed devices (ttyACM[0-2]) are created by the cdc_acm module anyhow.

Note: I didnt tested all this by myself. I just worte a summary on what I read on the Ubuntu Forum and here

Tested it myself and it is unnecessary --Mru 20:13, 9 November 2008 (CET)