[Bug 414458] Re: huawei e161 3.5g usb modem not working

2013-11-08 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/414458

Title:
  huawei e161 3.5g usb modem not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/414458/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2013-09-08 Thread Christopher M. Penalver
yahhayu, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the daily folder, 
but the one all the way at the bottom. Once you've tested the upstream kernel, 
please comment on which kernel version specifically you tested. If this bug is 
fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-v3.11

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Changed in: linux (Ubuntu)
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/414458

Title:
  huawei e161 3.5g usb modem not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/414458/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2011-12-13 Thread Konstantin Miller
Had the issue on Ubuntu 11.10. The fix in post #6 solved the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/414458

Title:
  huawei e161 3.5g usb modem not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/414458/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-09-15 Thread Peter Antoniac
Another simple fix, for those that don't want to change the udev rules
(because they might be fixed on the next update) is to use those
commands:

sudo rmmod usb-storage
sudo rmmod option
sudo rmmod usbserial
sudo modprobe usbserial vendor=0x12d1 product=0x1003

Hope it helps until a more standard update is coming...

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-09-15 Thread Peter Antoniac
Ah, you need to change the product id to fit your modem. For me,
although is e160e is 12d1:1003 when I use lsusb. Good luck...

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-06-07 Thread Jonathan Davies
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-06-07 Thread Jonathan Davies
echo 'SUBSYSTEM==usb, SYSFS{idProduct}==1446,
SYSFS{idVendor}==12d1, RUN+=/lib/udev/modem-modeswitch --vendor
0x12d1 --product 0x1446 --type option-zerocd' | sudo tee
/etc/udev/rules.d/45-huawei1550.rules

Fixes the issue on a system.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-05-07 Thread aexl
i can confirm that #4 patch of andrew liu works in the following sense:

# before applying the patch:
$ lsusb
Bus 001 Device 004: ID 12d1:1446 Huawei Technologies Co., Ltd. 

# after applying the patch and re-insert:
$ lsusb
Bus 001 Device 006: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem

further research to come.

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-04-18 Thread Andrew Liu
This is how I make it worksin Ubuntu 10.04 Beta 2

1. apt-get install udev
2. add this to /lib/udev/rules.d/61-option-modem-modeswitch.rules
ATTRS{idVendor}==12d1, ATTRS{idProduct}==1446, RUN+=modem-modeswitch 
-v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd

The problem here is that id 12d1:1446 is not on the modem-modeswitch
list.  It was on the list in 9.10, however, it disappeared in 10.04.

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2010-03-13 Thread Jeremy Foshee
Hi yahhayu,

This bug was reported a while ago and there hasn't been any activity in
it recently. We were wondering if this is still an issue? Can you try
with the latest development release of Ubuntu?  ISO CD images are
available from http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a
Terminal (Applications-Accessories-Terminal).  It will automatically
gather and attach updated debug information to this report.

apport-collect -p linux 414458

Also, if you could test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine the
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2009-10-25 Thread Sebastian
As described in http://forum.ubuntuusers.de/topic/huawei-e161-wird-
nicht-als-usb-modem-erkannt/#post-2184715, the following was an
excellent solution for Ubuntu 9.04.

1) install package udev-extras
2) add file /etc/udev/rules.d/15-huawei-e1550.rules containing

SUBSYSTEM==usb,
SYSFS{idProduct}==1446,
SYSFS{idVendor}==12d1,
RUN+=/lib/udev/modem-modeswitch --vendor 0x12d1 --product 0x1446 --type 
option-zerocd

Next you can add a standard mobile broadband connection and connect as
expected.

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 414458] Re: huawei e161 3.5g usb modem not working

2009-10-02 Thread kernel-janitor
[This is an automated message.  Apologies if it has reached you
inappropriately.]

This bug was reported against the linux-meta package when it likely
should have been reported against the linux package instead.  We are
automatically transitioning this to the linux kernel package so that the
appropriate teams are notified and made aware of this issue.

If this bug really is a bug in the linux-meta package you can move it
back to linux-meta and set the Status to Confirmed, or contact us on the
#ubuntu-kernel channel on the FreeNode IRC server.  Thanks.


** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

-- 
huawei e161 3.5g usb modem not working
https://bugs.launchpad.net/bugs/414458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs