Search found 6575 matches

by Josh
21 Nov 2019, 09:07
Forum: Device Information
Topic: 1&1 XSstick W1208 (4g systems)
Replies: 15
Views: 35019

Re: 1&1 XSstick W1208 (4g systems)

I'm on it just now. Going slowly due to many other obligations but will be released in November.
by Josh
11 Nov 2019, 18:35
Forum: Device Information
Topic: Huawei E3531 with PI Zero W - USB Mass storage [SOLVED]
Replies: 8
Views: 26130

Re: Huawei E3531 with PI Zero W - USB Mass storage [SOLVED]

Same advice applies - don't use /etc/usb_modeswitch.conf for device configurations !! You likely have overwritten the original global configuration file with that name. Delete it, uninstall usb_modeswitch and re-install it. Then have a look at /etc/usb_modeswitch.conf again. If it exists, edit it an...
by Josh
10 Nov 2019, 16:00
Forum: Device Information
Topic: Usb_modeswitch-switch and CD, SD disable at one time !
Replies: 3
Views: 10239

Re: Usb_modeswitch-switch and CD, SD disable at one time !

The "Reset" command is just passed through to "libusb". I didn't research much if it actually does anything. If there is no symlink created then there is probably no serial port available. What's the output of "lsusb -v -d 12d1:1505" (with the modem connected and switch...
by Josh
10 Nov 2019, 15:44
Forum: Device Information
Topic: huawei e8372h-153 switching but not recognized as modem
Replies: 13
Views: 18990

Re: huawei e8372h-153 switching but not recognized as modem

The Huawei modems E3272 and E3372 do not provide a PPP port anymore in the alternative mode, only a serial DIAG port and an NCM interface (optimized Ethernet flavour).
It's likely that newer ones follow that path.
by Josh
10 Nov 2019, 15:39
Forum: Device Information
Topic: zte k3565z on Lubuntu 16.04.6
Replies: 31
Views: 43650

Re: zte k3565z on Lubuntu 16.04.6

Without "StandardEject=1", the mode switch will likely not happen. Add it if it's missing.

You can simply copy the content of the Lenovo config into a file named "19d2:2000" in the folder "/etc/usb_modeswitch.d". That should do.
by Josh
10 Nov 2019, 15:32
Forum: Setup Discussion
Topic: Ubuntu only allows 1 active modem
Replies: 1
Views: 9859

Re: Ubuntu only allows 1 active modem

The identical MAC address is likely the problem for the system. Try changing it for one modem. A quick search brought up this: https://forum.openwrt.org/t/huawei-4g-dongle-duplicate-mac-addresses/41214/6 It may also be a problem of Ubuntu not being able to combine the ports. I'm not familiar with it...
by Josh
10 Nov 2019, 15:26
Forum: Setup Discussion
Topic: Trying to setup HSDPA on Raspberry Pi
Replies: 1
Views: 9241

Re: Trying to setup HSDPA on Raspberry Pi

Please disable switching in /etc/usb_modeswitch.conf and re-plug the modem.

Then run in a terminal:

Code: Select all

lsusb -v -d 05c6:1000
Copy and paste the complete output here (easier if you redirect it to a file first).
Make sure the formatting is kept by enclosing the whole output in a

Code: Select all

 tag.
by Josh
10 Nov 2019, 15:13
Forum: Setup Discussion
Topic: E3531 with RPI Zero W and getting the signal strength
Replies: 6
Views: 14288

Re: E3531 with RPI Zero W and getting the signal strength

In that mode, there is no serial port available.

You can try the alternative Huawei mode. It's easiest if you edit /etc/usb_modeswitch.conf and add the line:

Code: Select all

HuaweiAltModeGlobal=1
by Josh
10 Nov 2019, 13:09
Forum: Everything Coding
Topic: usb_modeswitch_dispatcher SIGABRT - usb_modeswitch 2.2.0
Replies: 5
Views: 13195

Re: usb_modeswitch_dispatcher SIGABRT - usb_modeswitch 2.2.0

I'm about to drop the inclusion of jimtcl altogether.
There should be a libjim on the respective distribution which can be maintained and kept current independently of usb_modeswitch.
by Josh
10 Nov 2019, 12:36
Forum: Everything Coding
Topic: dispatcher: jimtcl; corrupted heap
Replies: 7
Views: 17663

Re: dispatcher: jimtcl; corrupted heap

I see.

I have completed a solution where a bash script replaces the tcl script during build. So the dependency on tclsh is dropped.

Showing consideration for the distro packagers, I will not yet move to cmake though.
by Josh
10 Nov 2019, 12:29
Forum: Everything Coding
Topic: Add support for Logitech G920 Racing Wheel
Replies: 14
Views: 35352

Re: Add support for Logitech G920 Racing Wheel

There are many sources. You should be able to use any newer release.

https://fr2.rpmfind.net/linux/rpm2html/ ... witch-data
by Josh
10 Nov 2019, 12:22
Forum: New Ideas
Topic: Usb_modeswitch, get imei/imsi, add it as symlinks to ttyUSB.
Replies: 4
Views: 13817

Re: Usb_modeswitch, get imei/imsi, add it as symlinks to ttyUSB.

The problem is that there is no common standard how the function of serial ports can be determined. We would end up treating each modem or manufacturer individually. That's really outside the scope of usb_modeswitch. You might want to look at Redhat's "modem-manager" which is part of "...
by Josh
07 Nov 2019, 19:10
Forum: The PPP Widget Family for Android
Topic: Setup modem freeze | rk3368 HU | Android 9 | PX5
Replies: 2
Views: 10626

Re: Setup modem freeze | rk3368 HU | Android 9 | PX5

O.K., let's go through the list ... 1. Android 9 is yet untested with PPP Widget. I just bought my first device running that version but have not managed to root it yet. So this is work in progress ... 2. The modem setup does not need any SIM parameters. If a modem is discovered, the only thing that...
by Josh
12 Oct 2019, 12:34
Forum: Setup Discussion
Topic: Exception for usb-modeswitch
Replies: 4
Views: 11007

Re: Exception for usb-modeswitch

I wonder if there's any kind of "exception" for usb-modeswitch so it doesn't turn my mobile to serial device. Thanks for help. There are several ways to do that. 1. The global approach - affects all USB modems etc.: Edit "/etc/usb_modeswitch.conf" and change DisableSwitching=0 t...
by Josh
09 Oct 2019, 19:03
Forum: The PPP Widget Family for Android
Topic: ipv6 only upstream / modem
Replies: 2
Views: 10586

Re: ipv6 only upstream / modem

Hmm, that's a new one. At the moment, only IPv4 is handled in PPP Widget.

This will be a considerable load of work. I can't make promises at this time.