** Tags added: bios-outdated-1.45
** Summary changed:
- Verizon Wireless USB551L 4G Wireless Card detected as wired NIC
+ 1410:b001 Verizon Wireless USB551L 4G Wireless Card detected as wired NIC
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
@Frank - DKMS maybe? I've never done it before, but it is used by
Ubuntu's ALSA team to provide the latest ALSA snapshots, so it might be
useful in this case too. See https://help.ubuntu.com/community/DKMS
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
** Changed in: linux (Ubuntu)
Status: Incomplete => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless Card detected as wired NIC
Is there a way to only compile the "option.c" and replace the
"option.ko" file?
I don't want to have to rebuild the entire kernel.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizo
I had the same experience as Andy.
The cdc_ether interface is working reliably for me with 3.2.0-24 with a
download speed around 29Mb/s and an upload speed around 6Mb/s. Getting
it started up is somewhat unreliable. Essentially, I hit the modem with
a trivial chat script until it works:
'' At$n
So, I installed the latest kernel and rebooted. The card no longer
shows up as a second NIC. But it's also not available as a Mobile
Broadband device I can add either. Is there some procedure I should be
following to get the device working properly?
--
You received this bug notification becaus
That's the -meta package's version - updating it will create a new
dependency on the latest linux-image (linux-image-3.2.0-25-generic aka
3.2.0-25.40), thus pulling in the new kernel. So yes, this is the update
you want to install.
--
You received this bug notification because you are a member of
3.2.0.25.27 is what is available through update manager. What do I
need to do to get 3.2.0.25.40?
Andy
On Thu, Jun 14, 2012 at 5:54 AM, Julian Wiedmann
<886...@bugs.launchpad.net> wrote:
> Andy,
> the previously mentioned patch has landed in oneiric-updates (3.0.0-21.35)
> and precise-updates (
I will test in a few hours. Thanks for letting me know.
Andy
On Thu, Jun 14, 2012 at 5:54 AM, Julian Wiedmann
<886...@bugs.launchpad.net> wrote:
> Andy,
> the previously mentioned patch has landed in oneiric-updates (3.0.0-21.35)
> and precise-updates (3.2.0-25.40) - please update and see if t
** Changed in: linux (Ubuntu)
Status: Fix Committed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless Card detected as wired NIC
Andy,
the previously mentioned patch has landed in oneiric-updates (3.0.0-21.35) and
precise-updates (3.2.0-25.40) - please update and see if this issue persists.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
The abovementioned patch is now included in Ubuntu kernel 3.2.0-25.40,
which is currently available in precise-proposed. Please test and
report here. For instructions on how to enable and use -proposed, see
https://wiki.ubuntu.com/Testing/EnableProposed
--
You received this bug notification bec
A patch to support this device was added to the recently released
upstream kernel 3.4, and to the upstream stable kernel 3.2.18. The
latter should be coming to Ubuntu 12.04 "Precise Pangolin" as an SRU at
some point in the future.
>From the kernel 3.2.18 changelog:
author Dan Williams
Mon,
Sometimes:
At$nwqmistatus
causes the modem to return:
$NWQMISTATUS: QMI_RESULT_FAILURE:QMI_ERR_CALL_FAILED
QMI State: DISCONNECTED
Call End
Note that getting it working is somewhat tricky. Here is an order that
worked for me:
1. Boot up computer and login
2. Plug in USB551L modem
3. Wait for network manager to detect the modem as a wired device
4. Run:
/sbin/modprobe option; /bin/echo "1410 b001" >
/sys/bus/usb-serial/drivers/option
Thank you Heiichiro NAKAMURA (nhe) and Mark Deneen (mdeneen). I am now
able to get online.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless Card dete
Heiichiro,
Let me know what you find out regarding AT$NWBAND. I'm guessing that
this is something similar to the SELRAT command on Sierra Wireless
modems. That is, it lets you select your preferred technology but will
fall back to CDMA if LTE is not available.
If this is true, then the NWBAND c
seem like "AT$NWBAND=" is the way to set network technology?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless Card detected as wired NIC
To manage no
By doing Mark's way (At$nwqmiconnect=,,) I got connected through cdc-ether
port. Thank you Mark.
Now I'm wondering if there is a way to choose network (i.e. LTE or CDMA), as
sometimes CDMA is preferable in terms of stability.
--
You received this bug notification because you are a member of Ubu
I've used the CDC-Ether interface here. Use the AT commands above to
get the port in the right state and then run dhclient to configure the
interface.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886
Or just executing
/sbin/modprobe option
/bin/echo "1410 b001" > /sys/bus/usb-serial/drivers/option1/new_id
to enable tty I/F of usb551L.
However, usb551L also has CDC-Ether interface, which should
be faster than PPP I/F if it can be enabled:
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2
Josh,
This patch applies to kernel 2.6.39.x (I know, it's old)
diff -ru a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
--- a/drivers/usb/serial/option.c 2011-12-20 15:30:02.264373900 -0500
+++ b/drivers/usb/serial/option.c 2011-12-20 15:54:19.546936762 -0500
@@ -197,6 +1
Mark Deneen, can you attach the patch you made for
drivers/usb/serial/option.c
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless Card detected as wired
Andy,
I just opened a hidden compartment in the card. You are correct; there
is a SIM inside.
Mark
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless
The reason you need a SIM, is because the 4G technology Verizon is
rolling out is LTE, which is a GSM variant that requires a SIM card. As
long as the card gets a 4G signal it will use the SIM card and establish
a GSM connection. If it looses the LTE signal, it will failover to 3G,
which is CDMA.
I should also mention that I did a few speed tests with this card. At
my location (Eastern Pennsylvania) I was averaging ~10 megabit down and
6 megabit up during business hours.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
This card won't work with any upstream kernel. Here's what is needed:
Add the USB PID/VID to drivers/usb/serial/option.c
This will get you /dev/ttyUSB0 -> /dev/ttyUSB3
/dev/ttyUSB0 is the command port. Issue the following command on that
port:
At$nwqmiconnect=,,
This will connect the card to
Would it be possible for you to test the latest upstream kernel? It
will allow additional upstream developers to examine the issue. Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds . If possible, please test
the latest kernel (Not a kernel in the daily directory). Once you've
tested the upst
Windows 7 64-bit also treats the card as a NIC instead of a modem.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886130
Title:
Verizon Wireless USB551L 4G Wireless Card detected as wired NIC
To man
apport information
** Tags added: apport-collected oneiric running-unity staging
** Description changed:
Whenever I plug in my Verizon Wireless USB551L 4G Broadband card, it is
detected as a wired NIC (eth1 in my case), and I cannot set up a
broadband connection.
dmesg | tail shows th
Thanks for your bug report. I'm going to file this against the kernel as it
concerns a hardware driver problem (or lack thereof). A quick google search
shows a lot of other users have problems with this specific wireless card, and
it seems to me as if there just isn't a driver for it yet. You ma
31 matches
Mail list logo