Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old September 30th, 2008   #1
sog
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 46
[SOLVED] Setup and Configuration of Ericsson F3507g WWAN Card

Has anyone managed to successfully configured and used an Ericsson F3507g HSPA card?

My Thinkpad X301 came issued with one, and I confirmed the card as working under Windows before installing Ubuntu Hardy (subsequently upgraded to Intrepid).

While Intrepid can see the card [1], it will not connect to the AT&T network. I've updated the settings (username = WAP@CINGULARGPRS.COM and password = cingular1) in NetworkManager with those from scripts that have worked in the past, and these do not work.

lsusb reveals the following:

Code:
sog@apone:~$ lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 08ff:2810 AuthenTec, Inc. 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0bdb:1900 Ericsson Business Mobile Networks BV 
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 17ef:4807 Lenovo 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
According to the Ericsson datasheet [2], there is a Linux driver available for the card, but Lenovo does not make it available and inquiries to Ericsson have returned with a recommendation to talk to Lenovo. Nor can I find a driver in kernel - modinfo ericsson returns nothing.

Is there any way to make this device work? Can, for example, ndiswrapper be employed on WWAN cards like this one, or is it wifi only?

Any and all help, suggestions, tips appreciated.

[1] http://www.flickr.com/photos/sog/2895856979/
[2] http://www.ericsson.com/solutions/mo...heet_print.pdf
sog is offline   Reply With Quote
Old September 30th, 2008   #2
nixscripter
Has an Ubuntu Drip
 
nixscripter's Avatar
 
Join Date: Feb 2008
Location: Minnesota, USA
Beans: 712
Ubuntu 8.10 Intrepid Ibex
Re: Setup and Configuration of Ericsson F3507g WWAN Card

Looking around, several people are in the same predicament. Google doesn't give any obvious answers.

If you have the windows XP driver (Vista won't work), I would suggest just trying ndiswrapper. It seems a lot of people would like to know if it works.
__________________
Hate fighting with Linux? Buy Preinstalled!
Love fighting with Linux? Try Gentoo!
__________________________________________________
Unanswered Posts Team || Connection problems?
nixscripter is offline   Reply With Quote
Old October 3rd, 2008   #3
guhl
First Cup of Ubuntu
 
Join Date: Oct 2008
Beans: 4
Re: Setup and Configuration of Ericsson F3507g WWAN Card

Hi !

I also got a X301 and this is my standing:

1. I am using a self compiled 2.6.27_rc8 kernel (be careful nor to compile or use the e1000e module for you LAN card as it could damage your cards eeprom, see http://lkml.org/lkml/2008/10/1/368 and the additional information about this)

2. I used the patch that you can find here http://www.spinics.net/lists/linux-usb/msg10344.html that makes the card visible to the option kernel module.

3. the result is that after loading the option module i have 4 new tty's.
(see output from my syslog)
Code:
Oct  3 10:50:52 myx301 usbcore: registered new interface driver usbserial
Oct  3 10:50:52 myx301 usbserial: USB Serial support registered for generic
Oct  3 10:50:52 myx301 usbcore: registered new interface driver usbserial_generic
Oct  3 10:50:52 myx301 usbserial: USB Serial Driver core
Oct  3 10:50:52 myx301 usbserial: USB Serial support registered for GSM modem (1-port)
Oct  3 10:50:52 myx301 option 2-4:1.0: GSM modem (1-port) converter detected
Oct  3 10:50:52 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB0
Oct  3 10:50:52 myx301 option 2-4:1.5: GSM modem (1-port) converter detected
Oct  3 10:50:52 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB1
Oct  3 10:50:52 myx301 option 2-4:1.6: GSM modem (1-port) converter detected
Oct  3 10:50:52 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB2
Oct  3 10:50:52 myx301 option 2-4:1.7: GSM modem (1-port) converter detected
Oct  3 10:50:52 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB3
Oct  3 10:50:52 myx301 option 2-4:1.8: GSM modem (1-port) converter detected
Oct  3 10:50:52 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB4
Oct  3 10:50:52 myx301 usbcore: registered new interface driver option
Oct  3 10:50:52 myx301 option: USB Driver for GSM modems: v0.7.2
Now its time to start playing around with the ttys and find out how to communicate with the modem.
guhl is offline   Reply With Quote
Old October 3rd, 2008   #4
guhl
First Cup of Ubuntu
 
Join Date: Oct 2008
Beans: 4
Re: Setup and Configuration of Ericsson F3507g WWAN Card

New Standing [SOLVED for the UMTS part]:

The device for communication with the Modem is not one of the ttyUSBx ports but ttyACM0 provided by the cdc_acm module!

Code:
Oct  3 10:31:58 myx301 usb 2-4: new high speed USB device using ehci_hcd and address 3
Oct  3 10:31:58 myx301 usb 2-4: configuration #1 chosen from 2 choices
Oct  3 10:31:58 myx301 option 2-4:1.0: GSM modem (1-port) converter detected
Oct  3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB0
Oct  3 10:31:58 myx301 cdc_acm 2-4:1.1: ttyACM0: USB ACM device
Oct  3 10:31:58 myx301 cdc_acm 2-4:1.3: ttyACM1: USB ACM device
Oct  3 10:31:58 myx301 option 2-4:1.5: GSM modem (1-port) converter detected
Oct  3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB1
Oct  3 10:31:58 myx301 option 2-4:1.6: GSM modem (1-port) converter detected
Oct  3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB2
Oct  3 10:31:58 myx301 option 2-4:1.7: GSM modem (1-port) converter detected
Oct  3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB3
Oct  3 10:31:58 myx301 option 2-4:1.8: GSM modem (1-port) converter detected
Oct  3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB4
Oct  3 10:31:58 myx301 cdc_acm 2-4:1.9: ttyACM2: USB ACM device
Then i used cu to connect to the port:
Code:
cu -l /dev/ttyACM0
And then i started to communicate with the modem:
Code:
AT+CFUN=1
OK
AT+CPIN="4310"
OK

*ESTKSMENU: A1-Dienste,0,6
254,News
253,Freizeit & Fun
252,B-FREE
251,TOOLBOX
250,Service
249,Hotlines


*EMWI: 1,0

+PACSP0

*ESTKDISP: 1,0,0,SIM Card PRO

AT+CGDCONT=1,"IP","A1.net"
OK

ATDT*99***1#
CONNECT
The important thing is that the GSM-Module has to be turned on by the AT+CFUN=1 command because it will not respond to any other commend without this. You can use AT+CFUN=0 to turn it off and save energy.
So put this in the init settings of the software that you use to connect.

Have fun !

And now the next quest: How to use the GSM part of the module ?
guhl is offline   Reply With Quote
Old October 3rd, 2008   #5
sog
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 46
Re: Setup and Configuration of Ericsson F3507g WWAN Card

@guhl: fantastic! thanks for documenting your work. i'm debating whether to roll my own kernel or simply wait for that diff to trickle down into mainline. should i go the former, i'll definitely follow your lead here. outstanding.
sog is offline   Reply With Quote
Old October 3rd, 2008   #6
nixscripter
Has an Ubuntu Drip
 
nixscripter's Avatar
 
Join Date: Feb 2008
Location: Minnesota, USA
Beans: 712
Ubuntu 8.10 Intrepid Ibex
Re: Setup and Configuration of Ericsson F3507g WWAN Card

Great. Please mark the thread as solved (under the thread tools menu).
__________________
Hate fighting with Linux? Buy Preinstalled!
Love fighting with Linux? Try Gentoo!
__________________________________________________
Unanswered Posts Team || Connection problems?
nixscripter is offline   Reply With Quote
Old November 27th, 2008   #7
glowbus
First Cup of Ubuntu
 
Join Date: Feb 2008
Beans: 1
Re: Setup and Configuration of Ericsson F3507g WWAN Card

Quote:
Originally Posted by guhl View Post
New Standing [SOLVED for the UMTS part]:

The important thing is that the GSM-Module has to be turned on by the AT+CFUN=1 command because it will not respond to any other commend without this. You can use AT+CFUN=0 to turn it off and save energy.
So put this in the init settings of the software that you use to connect.
?
Hi,

does somebody know where I could change the init script for the networkmanager in intrepid?

Kind regards

Andreas
glowbus is offline   Reply With Quote
Old December 15th, 2008   #8
sog
Just Give Me the Beans!
 
Join Date: Jun 2006
Beans: 46
Re: [SOLVED] Setup and Configuration of Ericsson F3507g WWAN Card

I can't help you on the NetworkManager front - as I haven't seen anybody get that to work yet, but there's a UMTSMON method here:

http://www.bjw.me.uk/2008/12/howto-u...gwwan-and.html

If you're comfortable with the command line, I've written up a HowTo using instructions from a Thinkwiki.org user here:

http://redmonk.com/sogrady/2008/12/0...untu-intrepid/

Enjoy.
sog is offline   Reply With Quote

Bookmarks

Tags
ericsson, f3507g, thinkpad, thinkpad x301, wwan

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:28 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry