10
1
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.
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 – 2015-08-15T05:43:54.800How are you checking whether the card works? Could you post the output of
iwconfig
after themodprobe
commands? What is the output ofdmesg | grep -i sierra
after plugging the card in? – terdon – 2012-12-08T17:08:52.223@terdon: iwconfig is unchanged. dmesg: https://gist.github.com/4269874
– Daenyth – 2012-12-12T17:37:54.023But is the card reported in
iwconfig
? – terdon – 2012-12-12T17:57:57.787@terdon: There are no new entries in iwconfig, just my ethernet, wireless, and loopback – Daenyth – 2012-12-12T18:08:36.687
@terdon: 802.11bgn, not mobile data. – Daenyth – 2012-12-12T18:12:33.637