[opensuse] Huawei E1552 GSM modem on OS13.2
Hi, I'm trying to use my usb-gsm-modem. lsusb : Bus 002 Device 003: ID 12d1:1446 Huawei Technologies Co., Ltd. E1552/E1800/E173 (HSPA modem) On OS 13.1 I had to use usb_modeswitch. I could plug in the modem, and Networkmanager added it to the list of network-devices. On OS13.2, journalctl shows a storage device is added when I plug in the modem. I added a "mobile broadband" entry in the connection manager. usb_modeswitch seems not to work. This is the output : usb_modeswitch -v 12d1 -p 1446 -V 12d1 -P 1001 Look for target devices ... No devices in target mode or class found Look for default devices ... product ID matched Found devices in default mode (1) Access device 003 on bus 002 Current configuration number is 1 Use interface number 0 USB description data (for identification) ------------------------- Manufacturer: HUAWEI Technology Product: HUAWEI Mobile Serial No.: not provided ------------------------- Warning: no switching method given. See documentation -> Run lsusb to note any changes. Bye! I followed http://www.blah-blah.ch/it/how-to-s/install-a-huawei-e1762-on-gentoo/ but after configuring usb_modeswitch.conf and running usb_modeswitch -v 0x12d1 -p 0x1446 -H -s 5 -c /etc/usb_modeswitch.conf lsusb shows nothing different, although the output of usb_modeswitch indicates there is a change. Any help ? P.S. how can I "simulate" a "tail -f /var/log/messages" ? I know journalctl can display something like it, but I would like to see it in "real-time". Thanks, Koenraad. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 28 May 2015 10:42, Koenraad Lelong wrote:
Hi,
I'm trying to use my usb-gsm-modem. [...] Any help ?
P.S. how can I "simulate" a "tail -f /var/log/messages" ? I know journalctl can display something like it, but I would like to see it in "real-time".
Thanks,
Koenraad.
Only for the joutnalctl question I can give an answer: "man 1 journalctl" shows the option "--follow" or short "-f" just for that kind of use, best combine with "--no-pager". - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Op 28-05-15 om 11:42 schreef Yamaban:
Only for the joutnalctl question I can give an answer:
"man 1 journalctl" shows the option "--follow" or short "-f" just for that kind of use, best combine with "--no-pager".
- Yamaban.
Thanks, I should remember to use the man-pages more often. Koenraad. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thursday 28 of May 2015 10:42:09 Koenraad Lelong wrote:
Hi,
Hi,
I'm trying to use my usb-gsm-modem. lsusb : Bus 002 Device 003: ID 12d1:1446 Huawei Technologies Co., Ltd. E1552/E1800/E173 (HSPA modem)
On OS 13.1 I had to use usb_modeswitch. I could plug in the modem, and Networkmanager added it to the list of network-devices.
On OS13.2, journalctl shows a storage device is added when I plug in the modem.
I added a "mobile broadband" entry in the connection manager.
usb_modeswitch seems not to work. This is the output :
Huawei modems are known not to work on oS 13.2, c.f. this bug report[1]. I installed the fixed usb_modeswitch from the OBS[2]. -- Regards, Peter -------- [1] https://bugzilla.opensuse.org/show_bug.cgi?id=903753 [2] https://build.opensuse.org/package/show/hardware/usb_modeswitch -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 28 May 2015 14:06, auxsvr wrote:
On Thursday 28 of May 2015 10:42:09 Koenraad Lelong wrote:
Hi, Hi,
I'm trying to use my usb-gsm-modem. lsusb : Bus 002 Device 003: ID 12d1:1446 Huawei Technologies Co., Ltd. E1552/E1800/E173 (HSPA modem)
On OS 13.1 I had to use usb_modeswitch. I could plug in the modem, and Networkmanager added it to the list of network-devices.
On OS13.2, journalctl shows a storage device is added when I plug in the modem.
I added a "mobile broadband" entry in the connection manager.
usb_modeswitch seems not to work. This is the output :
Huawei modems are known not to work on oS 13.2, c.f. this bug report[1]. I installed the fixed usb_modeswitch from the OBS[2].
The OBS[2] link points to the buildsystem, not to the published package. DL-Links here: http://software.opensuse.org/package/usb_modeswitch Use link "Show other versions", at the distro line: "openSUSE 13.2" use link "Show unstable packages" (If a Popup with a "no support" comes up, just confirm) The package you want is in the line "hardware", Choose according to your Arch (32bit / 64bit) 32bit direct: http://download.opensuse.org/repositories/hardware/openSUSE_13.2/i586/usb_mo... 64bit direct: http://download.opensuse.org/repositories/hardware/openSUSE_13.2/x86_64/usb_... - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thursday 28 of May 2015 14:24:22 Yamaban wrote:
The OBS[2] link points to the buildsystem, not to the published package.
There's a link "Download package" on the right. He might need to download both usb_modeswitch and usb_modeswitch-data. -- Regards, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Op 28-05-15 om 14:32 schreef auxsvr@gmail.com:
On Thursday 28 of May 2015 14:24:22 Yamaban wrote:
The OBS[2] link points to the buildsystem, not to the published package.
There's a link "Download package" on the right. He might need to download both usb_modeswitch and usb_modeswitch-data.
Yes indeed, the package refuses to install because usb_modeswitch-data is not found. I downloaded this and will try ASAP. Thanks all. Koenraad. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Op 28-05-15 om 17:01 schreef Koenraad Lelong:
Op 28-05-15 om 14:32 schreef auxsvr@gmail.com:
On Thursday 28 of May 2015 14:24:22 Yamaban wrote:
The OBS[2] link points to the buildsystem, not to the published package.
There's a link "Download package" on the right. He might need to download both usb_modeswitch and usb_modeswitch-data.
Yes indeed, the package refuses to install because usb_modeswitch-data is not found. I downloaded this and will try ASAP.
Thanks all.
Koenraad.
Works ! At least I can get a connection. Didn't try to really use it. This evening ! Thanks again. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
2015-05-28 9:01 GMT-06:00 Koenraad Lelong <k.lelong@ace-electronics.be>:
Op 28-05-15 om 14:32 schreef auxsvr@gmail.com:
On Thursday 28 of May 2015 14:24:22 Yamaban wrote:
The OBS[2] link points to the buildsystem, not to the published package.
There's a link "Download package" on the right. He might need to download both usb_modeswitch and usb_modeswitch-data.
Yes indeed, the package refuses to install because usb_modeswitch-data is not found. I downloaded this and will try ASAP.
Thanks all.
HUAWEI E303 and works with: usb_modeswitch-2.2.1-2.1.x86_64 usb_modeswitch-data-2.2.1-2.1.noarch Modify the line: more /usr/lib/udev/rules.d/40-usb_modeswitch.rules | grep 12d1 ATTRS{idVendor}=="12d1", ATTR{bInterfaceNumber}=="00", ATTR{bInterfaceClass}=="08", RUN+="usb_modeswitch '%b/%k'" Delete: -w 3000 :>) -- Saludos, cheperobert -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
auxsvr@gmail.com
-
José Roberto Alas
-
Koenraad Lelong
-
Yamaban