Sierra Wireless AirCard 313U (AT&T Momentum 4G) on Ubuntu Linux
up vote
9
down vote
favorite
I'm trying to get a Sierra Wireless AirCard 313U (more specifically, the AT&T Momentum 4G) working under Ubuntu Linux.
I've looked at a number of pages so far:
How to connect internet using AT&T USBConnect Momentum 4G (AC313U) on Ubuntu/Mint?
Can I use a Sierra Wireless Modem on Linux Machines (direct IP modems)?
Setting up a Bigpond NextG wireless connection on Linux
My understanding based on the above is that the Sierra Wireless drivers are already included with non-ancient Linux kernels, and the device should be automatically detected, with some /dev/ttyUSB* device files being created as a result. I don't see these files, however.
dmesg shows a couple lines like
[ 555.877426] usb 2-2: config 1 has an invalid interface number: 7 but max is 5
which appears to suggest that the device is in its software installation mode, rather than modem mode. I'm not sure how to get the device into modem mode; my understanding is the driver is supposed to be doing this anyway.
I've tried plugging in under Ubuntu 12.04 and 10.04.04, with basically the same results (i.e., device not detected). I was able to modprobe sierra and modprobe sierra_net (on 12.04 at least; 10.04.04 didn't seem to have the sierra_net module), so the drivers should be included.
The device did work on a couple Windows 7 machines I tried it on, though a funny thing is that it didn't automatically install its drivers like it was supposed to; I had to go download them from AT&T's website and install them myself.
linux ubuntu cellular-internet
|
show 1 more comment
up vote
9
down vote
favorite
I'm trying to get a Sierra Wireless AirCard 313U (more specifically, the AT&T Momentum 4G) working under Ubuntu Linux.
I've looked at a number of pages so far:
How to connect internet using AT&T USBConnect Momentum 4G (AC313U) on Ubuntu/Mint?
Can I use a Sierra Wireless Modem on Linux Machines (direct IP modems)?
Setting up a Bigpond NextG wireless connection on Linux
My understanding based on the above is that the Sierra Wireless drivers are already included with non-ancient Linux kernels, and the device should be automatically detected, with some /dev/ttyUSB* device files being created as a result. I don't see these files, however.
dmesg shows a couple lines like
[ 555.877426] usb 2-2: config 1 has an invalid interface number: 7 but max is 5
which appears to suggest that the device is in its software installation mode, rather than modem mode. I'm not sure how to get the device into modem mode; my understanding is the driver is supposed to be doing this anyway.
I've tried plugging in under Ubuntu 12.04 and 10.04.04, with basically the same results (i.e., device not detected). I was able to modprobe sierra and modprobe sierra_net (on 12.04 at least; 10.04.04 didn't seem to have the sierra_net module), so the drivers should be included.
The device did work on a couple Windows 7 machines I tried it on, though a funny thing is that it didn't automatically install its drivers like it was supposed to; I had to go download them from AT&T's website and install them myself.
linux ubuntu cellular-internet
How are you checking whether the card works? Could you post the output ofiwconfigafter themodprobecommands? What is the output ofdmesg | grep -i sierraafter plugging the card in?
– terdon
Dec 8 '12 at 17:08
@terdon: iwconfig is unchanged. dmesg: gist.github.com/4269874
– Daenyth
Dec 12 '12 at 17:37
But is the card reported iniwconfig?
– terdon
Dec 12 '12 at 17:57
@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback
– Daenyth
Dec 12 '12 at 18:08
1
You may also be interested to know that there is a StackExchange site named AskUbuntu. If you don't get a working answer here, you may want to try asking it there instead.
– IQAndreas
Aug 15 '15 at 5:43
|
show 1 more comment
up vote
9
down vote
favorite
up vote
9
down vote
favorite
I'm trying to get a Sierra Wireless AirCard 313U (more specifically, the AT&T Momentum 4G) working under Ubuntu Linux.
I've looked at a number of pages so far:
How to connect internet using AT&T USBConnect Momentum 4G (AC313U) on Ubuntu/Mint?
Can I use a Sierra Wireless Modem on Linux Machines (direct IP modems)?
Setting up a Bigpond NextG wireless connection on Linux
My understanding based on the above is that the Sierra Wireless drivers are already included with non-ancient Linux kernels, and the device should be automatically detected, with some /dev/ttyUSB* device files being created as a result. I don't see these files, however.
dmesg shows a couple lines like
[ 555.877426] usb 2-2: config 1 has an invalid interface number: 7 but max is 5
which appears to suggest that the device is in its software installation mode, rather than modem mode. I'm not sure how to get the device into modem mode; my understanding is the driver is supposed to be doing this anyway.
I've tried plugging in under Ubuntu 12.04 and 10.04.04, with basically the same results (i.e., device not detected). I was able to modprobe sierra and modprobe sierra_net (on 12.04 at least; 10.04.04 didn't seem to have the sierra_net module), so the drivers should be included.
The device did work on a couple Windows 7 machines I tried it on, though a funny thing is that it didn't automatically install its drivers like it was supposed to; I had to go download them from AT&T's website and install them myself.
linux ubuntu cellular-internet
I'm trying to get a Sierra Wireless AirCard 313U (more specifically, the AT&T Momentum 4G) working under Ubuntu Linux.
I've looked at a number of pages so far:
How to connect internet using AT&T USBConnect Momentum 4G (AC313U) on Ubuntu/Mint?
Can I use a Sierra Wireless Modem on Linux Machines (direct IP modems)?
Setting up a Bigpond NextG wireless connection on Linux
My understanding based on the above is that the Sierra Wireless drivers are already included with non-ancient Linux kernels, and the device should be automatically detected, with some /dev/ttyUSB* device files being created as a result. I don't see these files, however.
dmesg shows a couple lines like
[ 555.877426] usb 2-2: config 1 has an invalid interface number: 7 but max is 5
which appears to suggest that the device is in its software installation mode, rather than modem mode. I'm not sure how to get the device into modem mode; my understanding is the driver is supposed to be doing this anyway.
I've tried plugging in under Ubuntu 12.04 and 10.04.04, with basically the same results (i.e., device not detected). I was able to modprobe sierra and modprobe sierra_net (on 12.04 at least; 10.04.04 didn't seem to have the sierra_net module), so the drivers should be included.
The device did work on a couple Windows 7 machines I tried it on, though a funny thing is that it didn't automatically install its drivers like it was supposed to; I had to go download them from AT&T's website and install them myself.
linux ubuntu cellular-internet
linux ubuntu cellular-internet
asked Jul 21 '12 at 20:27
jjlin
11.6k23541
11.6k23541
How are you checking whether the card works? Could you post the output ofiwconfigafter themodprobecommands? What is the output ofdmesg | grep -i sierraafter plugging the card in?
– terdon
Dec 8 '12 at 17:08
@terdon: iwconfig is unchanged. dmesg: gist.github.com/4269874
– Daenyth
Dec 12 '12 at 17:37
But is the card reported iniwconfig?
– terdon
Dec 12 '12 at 17:57
@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback
– Daenyth
Dec 12 '12 at 18:08
1
You may also be interested to know that there is a StackExchange site named AskUbuntu. If you don't get a working answer here, you may want to try asking it there instead.
– IQAndreas
Aug 15 '15 at 5:43
|
show 1 more comment
How are you checking whether the card works? Could you post the output ofiwconfigafter themodprobecommands? What is the output ofdmesg | grep -i sierraafter plugging the card in?
– terdon
Dec 8 '12 at 17:08
@terdon: iwconfig is unchanged. dmesg: gist.github.com/4269874
– Daenyth
Dec 12 '12 at 17:37
But is the card reported iniwconfig?
– terdon
Dec 12 '12 at 17:57
@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback
– Daenyth
Dec 12 '12 at 18:08
1
You may also be interested to know that there is a StackExchange site named AskUbuntu. If you don't get a working answer here, you may want to try asking it there instead.
– IQAndreas
Aug 15 '15 at 5:43
How are you checking whether the card works? Could you post the output of
iwconfig after the modprobe commands? What is the output of dmesg | grep -i sierra after plugging the card in?– terdon
Dec 8 '12 at 17:08
How are you checking whether the card works? Could you post the output of
iwconfig after the modprobe commands? What is the output of dmesg | grep -i sierra after plugging the card in?– terdon
Dec 8 '12 at 17:08
@terdon: iwconfig is unchanged. dmesg: gist.github.com/4269874
– Daenyth
Dec 12 '12 at 17:37
@terdon: iwconfig is unchanged. dmesg: gist.github.com/4269874
– Daenyth
Dec 12 '12 at 17:37
But is the card reported in
iwconfig?– terdon
Dec 12 '12 at 17:57
But is the card reported in
iwconfig?– terdon
Dec 12 '12 at 17:57
@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback
– Daenyth
Dec 12 '12 at 18:08
@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback
– Daenyth
Dec 12 '12 at 18:08
1
1
You may also be interested to know that there is a StackExchange site named AskUbuntu. If you don't get a working answer here, you may want to try asking it there instead.
– IQAndreas
Aug 15 '15 at 5:43
You may also be interested to know that there is a StackExchange site named AskUbuntu. If you don't get a working answer here, you may want to try asking it there instead.
– IQAndreas
Aug 15 '15 at 5:43
|
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
0
down vote
I had an AT&T mobile 3G USB plug-in at my business back before cable-modem internet was available. It was my stand-by for when the DSL went out.
I discovered the easiest way to make it work was to have it plugged into the computer when installing Ubuntu. This was what we did to get internet when going on the road and needing to run peoples' credit cards from our POS app in ubuntu. I recall the Ubuntus we were using on the road were 10.04...?
When it was at work, these were the magic steps used to make it come online... ssh into the firewall ubuntu server (edited: just checked and the firewall is 9.04):
root@wall:~# cat do_this_for_3g.txt
nohup pppd call gsm &
# Then after DSL works, to kill the 3G...
ps aux | grep pppd
# root 18716 0.0 0.0 7528 888 pts/0 R+ 12:08 0:00 grep pppd
# root 23021 0.0 0.1 21668 1316 pts/0 S Mar15 0:00 pppd call gsm
kill 23021
/etc/init.d/networking restart
Notice that gsm_chat is a script in /etc/ppp/peers:
root@wall:/etc/ppp/peers# cat gsm_chat
# Connection script for Sierra Wireless GSM/UMTS modems
# Note: This demo script is setup to work on the Cingular EDGE network
#
SAY 'Starting Sierra Wireless GSM connect script...n'
SAY 'n'
#######################################
SAY 'Setting the abort stringn'
SAY 'n'
# Abort String ------------------------------
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
#######################################
SAY 'Initializing modemn'
# Modem Initialization
'' AT
OK ATZ
#######################################
SAY 'n'
SAY 'Setting APNn'
# Access Point Name (APN)
# Incorrect APN or CGDCONT can often cause errors in connection.
# Below are a bunch of different popular APNs
#REG:s1 AT+cgdcont=1,"IP","proxy"
#OK 'AT+CGDCONT=0,"IP","proxy"'
#OK 'AT+CGDCONT=1,"IP","proxy"'
#OK 'AT+CGDCONT=2,"IP","proxy"'
#OK 'AT+CGDCONT=0,"IP","ISP.CINGULAR"'
OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"'
#OK 'AT+CGDCONT=2,"IP","ISP.CINGULAR"'
#######################################
SAY 'n'
SAY 'Dialing...n'
# Dial the ISP, this is the common Cingular dial string
OK ATD*99#
CONNECT ''
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I had an AT&T mobile 3G USB plug-in at my business back before cable-modem internet was available. It was my stand-by for when the DSL went out.
I discovered the easiest way to make it work was to have it plugged into the computer when installing Ubuntu. This was what we did to get internet when going on the road and needing to run peoples' credit cards from our POS app in ubuntu. I recall the Ubuntus we were using on the road were 10.04...?
When it was at work, these were the magic steps used to make it come online... ssh into the firewall ubuntu server (edited: just checked and the firewall is 9.04):
root@wall:~# cat do_this_for_3g.txt
nohup pppd call gsm &
# Then after DSL works, to kill the 3G...
ps aux | grep pppd
# root 18716 0.0 0.0 7528 888 pts/0 R+ 12:08 0:00 grep pppd
# root 23021 0.0 0.1 21668 1316 pts/0 S Mar15 0:00 pppd call gsm
kill 23021
/etc/init.d/networking restart
Notice that gsm_chat is a script in /etc/ppp/peers:
root@wall:/etc/ppp/peers# cat gsm_chat
# Connection script for Sierra Wireless GSM/UMTS modems
# Note: This demo script is setup to work on the Cingular EDGE network
#
SAY 'Starting Sierra Wireless GSM connect script...n'
SAY 'n'
#######################################
SAY 'Setting the abort stringn'
SAY 'n'
# Abort String ------------------------------
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
#######################################
SAY 'Initializing modemn'
# Modem Initialization
'' AT
OK ATZ
#######################################
SAY 'n'
SAY 'Setting APNn'
# Access Point Name (APN)
# Incorrect APN or CGDCONT can often cause errors in connection.
# Below are a bunch of different popular APNs
#REG:s1 AT+cgdcont=1,"IP","proxy"
#OK 'AT+CGDCONT=0,"IP","proxy"'
#OK 'AT+CGDCONT=1,"IP","proxy"'
#OK 'AT+CGDCONT=2,"IP","proxy"'
#OK 'AT+CGDCONT=0,"IP","ISP.CINGULAR"'
OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"'
#OK 'AT+CGDCONT=2,"IP","ISP.CINGULAR"'
#######################################
SAY 'n'
SAY 'Dialing...n'
# Dial the ISP, this is the common Cingular dial string
OK ATD*99#
CONNECT ''
add a comment |
up vote
0
down vote
I had an AT&T mobile 3G USB plug-in at my business back before cable-modem internet was available. It was my stand-by for when the DSL went out.
I discovered the easiest way to make it work was to have it plugged into the computer when installing Ubuntu. This was what we did to get internet when going on the road and needing to run peoples' credit cards from our POS app in ubuntu. I recall the Ubuntus we were using on the road were 10.04...?
When it was at work, these were the magic steps used to make it come online... ssh into the firewall ubuntu server (edited: just checked and the firewall is 9.04):
root@wall:~# cat do_this_for_3g.txt
nohup pppd call gsm &
# Then after DSL works, to kill the 3G...
ps aux | grep pppd
# root 18716 0.0 0.0 7528 888 pts/0 R+ 12:08 0:00 grep pppd
# root 23021 0.0 0.1 21668 1316 pts/0 S Mar15 0:00 pppd call gsm
kill 23021
/etc/init.d/networking restart
Notice that gsm_chat is a script in /etc/ppp/peers:
root@wall:/etc/ppp/peers# cat gsm_chat
# Connection script for Sierra Wireless GSM/UMTS modems
# Note: This demo script is setup to work on the Cingular EDGE network
#
SAY 'Starting Sierra Wireless GSM connect script...n'
SAY 'n'
#######################################
SAY 'Setting the abort stringn'
SAY 'n'
# Abort String ------------------------------
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
#######################################
SAY 'Initializing modemn'
# Modem Initialization
'' AT
OK ATZ
#######################################
SAY 'n'
SAY 'Setting APNn'
# Access Point Name (APN)
# Incorrect APN or CGDCONT can often cause errors in connection.
# Below are a bunch of different popular APNs
#REG:s1 AT+cgdcont=1,"IP","proxy"
#OK 'AT+CGDCONT=0,"IP","proxy"'
#OK 'AT+CGDCONT=1,"IP","proxy"'
#OK 'AT+CGDCONT=2,"IP","proxy"'
#OK 'AT+CGDCONT=0,"IP","ISP.CINGULAR"'
OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"'
#OK 'AT+CGDCONT=2,"IP","ISP.CINGULAR"'
#######################################
SAY 'n'
SAY 'Dialing...n'
# Dial the ISP, this is the common Cingular dial string
OK ATD*99#
CONNECT ''
add a comment |
up vote
0
down vote
up vote
0
down vote
I had an AT&T mobile 3G USB plug-in at my business back before cable-modem internet was available. It was my stand-by for when the DSL went out.
I discovered the easiest way to make it work was to have it plugged into the computer when installing Ubuntu. This was what we did to get internet when going on the road and needing to run peoples' credit cards from our POS app in ubuntu. I recall the Ubuntus we were using on the road were 10.04...?
When it was at work, these were the magic steps used to make it come online... ssh into the firewall ubuntu server (edited: just checked and the firewall is 9.04):
root@wall:~# cat do_this_for_3g.txt
nohup pppd call gsm &
# Then after DSL works, to kill the 3G...
ps aux | grep pppd
# root 18716 0.0 0.0 7528 888 pts/0 R+ 12:08 0:00 grep pppd
# root 23021 0.0 0.1 21668 1316 pts/0 S Mar15 0:00 pppd call gsm
kill 23021
/etc/init.d/networking restart
Notice that gsm_chat is a script in /etc/ppp/peers:
root@wall:/etc/ppp/peers# cat gsm_chat
# Connection script for Sierra Wireless GSM/UMTS modems
# Note: This demo script is setup to work on the Cingular EDGE network
#
SAY 'Starting Sierra Wireless GSM connect script...n'
SAY 'n'
#######################################
SAY 'Setting the abort stringn'
SAY 'n'
# Abort String ------------------------------
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
#######################################
SAY 'Initializing modemn'
# Modem Initialization
'' AT
OK ATZ
#######################################
SAY 'n'
SAY 'Setting APNn'
# Access Point Name (APN)
# Incorrect APN or CGDCONT can often cause errors in connection.
# Below are a bunch of different popular APNs
#REG:s1 AT+cgdcont=1,"IP","proxy"
#OK 'AT+CGDCONT=0,"IP","proxy"'
#OK 'AT+CGDCONT=1,"IP","proxy"'
#OK 'AT+CGDCONT=2,"IP","proxy"'
#OK 'AT+CGDCONT=0,"IP","ISP.CINGULAR"'
OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"'
#OK 'AT+CGDCONT=2,"IP","ISP.CINGULAR"'
#######################################
SAY 'n'
SAY 'Dialing...n'
# Dial the ISP, this is the common Cingular dial string
OK ATD*99#
CONNECT ''
I had an AT&T mobile 3G USB plug-in at my business back before cable-modem internet was available. It was my stand-by for when the DSL went out.
I discovered the easiest way to make it work was to have it plugged into the computer when installing Ubuntu. This was what we did to get internet when going on the road and needing to run peoples' credit cards from our POS app in ubuntu. I recall the Ubuntus we were using on the road were 10.04...?
When it was at work, these were the magic steps used to make it come online... ssh into the firewall ubuntu server (edited: just checked and the firewall is 9.04):
root@wall:~# cat do_this_for_3g.txt
nohup pppd call gsm &
# Then after DSL works, to kill the 3G...
ps aux | grep pppd
# root 18716 0.0 0.0 7528 888 pts/0 R+ 12:08 0:00 grep pppd
# root 23021 0.0 0.1 21668 1316 pts/0 S Mar15 0:00 pppd call gsm
kill 23021
/etc/init.d/networking restart
Notice that gsm_chat is a script in /etc/ppp/peers:
root@wall:/etc/ppp/peers# cat gsm_chat
# Connection script for Sierra Wireless GSM/UMTS modems
# Note: This demo script is setup to work on the Cingular EDGE network
#
SAY 'Starting Sierra Wireless GSM connect script...n'
SAY 'n'
#######################################
SAY 'Setting the abort stringn'
SAY 'n'
# Abort String ------------------------------
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
#######################################
SAY 'Initializing modemn'
# Modem Initialization
'' AT
OK ATZ
#######################################
SAY 'n'
SAY 'Setting APNn'
# Access Point Name (APN)
# Incorrect APN or CGDCONT can often cause errors in connection.
# Below are a bunch of different popular APNs
#REG:s1 AT+cgdcont=1,"IP","proxy"
#OK 'AT+CGDCONT=0,"IP","proxy"'
#OK 'AT+CGDCONT=1,"IP","proxy"'
#OK 'AT+CGDCONT=2,"IP","proxy"'
#OK 'AT+CGDCONT=0,"IP","ISP.CINGULAR"'
OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"'
#OK 'AT+CGDCONT=2,"IP","ISP.CINGULAR"'
#######################################
SAY 'n'
SAY 'Dialing...n'
# Dial the ISP, this is the common Cingular dial string
OK ATD*99#
CONNECT ''
answered May 26 '13 at 7:13
Chris K
7932821
7932821
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f451911%2fsierra-wireless-aircard-313u-att-momentum-4g-on-ubuntu-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How are you checking whether the card works? Could you post the output of
iwconfigafter themodprobecommands? What is the output ofdmesg | grep -i sierraafter plugging the card in?– terdon
Dec 8 '12 at 17:08
@terdon: iwconfig is unchanged. dmesg: gist.github.com/4269874
– Daenyth
Dec 12 '12 at 17:37
But is the card reported in
iwconfig?– terdon
Dec 12 '12 at 17:57
@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback
– Daenyth
Dec 12 '12 at 18:08
1
You may also be interested to know that there is a StackExchange site named AskUbuntu. If you don't get a working answer here, you may want to try asking it there instead.
– IQAndreas
Aug 15 '15 at 5:43