Search found 6575 matches

by Josh
05 Sep 2020, 18:44
Forum: Device Information
Topic: Attempting to setup E5372s-32
Replies: 13
Views: 22918

Re: Attempting to setup E5372s-32

Hmm, the network interface seems to be set up nicely during boot. Not sure what the problem is. It's correctly detected as a NCM device with Huawei-specific flavour, and a network interface is created (see last line in excerpt). [ 5.671792] huawei_cdc_ncm 3-2:1.1: MAC-Address: 0c:5b:8f:27:9a:64 [ 5....
by Josh
03 Sep 2020, 17:38
Forum: Device Information
Topic: Attempting to setup E5372s-32
Replies: 13
Views: 22918

Re: Attempting to setup E5372s-32

It's possible that there is a NCM port exposed in that mode.

Can you post the output of "lsusb -v -d 12d1:1c05" here?

Be sure to paste the output between [code] tags to keep the formatting. The button in the editor shows '</>'.
by Josh
02 Sep 2020, 22:04
Forum: Device Information
Topic: EZCAST S8000 (1ed1:1101)
Replies: 4
Views: 16785

Re: EZCAST S8000 (1ed1:1101)

Sorry, my mistake - that fix is not released yet. I've mixed this up with a different bug report. Anyway, the fix I linked will work if you don't want usb_modeswitch handle your device. It's not clear to me yet if you actually need usb_modeswitch to make your device work. If you don't, then the solu...
by Josh
31 Aug 2020, 19:50
Forum: Setup Discussion
Topic: 1&1 ZTE MF710M fails to set up
Replies: 7
Views: 17292

Re: 1&1 ZTE MF710M fails to set up

You can force a dhcp query on the interface manually.

"dhclient -4 usb0"
by Josh
31 Aug 2020, 19:38
Forum: Setup Discussion
Topic: empty file /dev/gsmmodem
Replies: 2
Views: 10261

Re: empty file /dev/gsmmodem

Can you tell which version of udev you are running on your system?

You can use the command "udevadm version".
by Josh
31 Aug 2020, 19:33
Forum: Device Information
Topic: EZCAST S8000 (1ed1:1101)
Replies: 4
Views: 16785

Re: EZCAST S8000 (1ed1:1101)

If you are using the current or previous version of "usb-modeswitch-data", that issue should be resolved.

Other people have run into the same problem.
https://bugs.launchpad.net/ubuntu/+sour ... comments/5
by Josh
10 Jul 2020, 20:01
Forum: New Ideas
Topic: Auto connect: (PPP Widget 3 would like to access...)
Replies: 5
Views: 15546

Re: Auto connect: (PPP Widget 3 would like to access...)

I'm simply not able to remove this confirmation.

If your decision is not remembered then there is a bug in the system. This should be reported to the creators of LineageOS.
by Josh
09 Jul 2020, 21:39
Forum: Everything Coding
Topic: USB_ModeSwitch breaks with USB devices without interface 0
Replies: 12
Views: 27164

Re: USB_ModeSwitch breaks with USB devices without interface 0

Some testing revealed that in the default "jimsh", the -dictionary parameter is not implemented for lsort.

I added a work-around where I first sort the list of files with one digit for the interface, then append the sorted list of ifaces with two digits and leave it at that ...
by Josh
09 Jul 2020, 17:34
Forum: Everything Coding
Topic: USB_ModeSwitch breaks with USB devices without interface 0
Replies: 12
Views: 27164

Re: USB_ModeSwitch breaks with USB devices without interface 0

Exellent!

I'll include both fixes in the release version. I wouldn't have been able to test this as in my - rather extended - modem collection there is none with such an 'extreme' setup ...
by Josh
05 Jul 2020, 15:23
Forum: Everything Coding
Topic: USB_ModeSwitch breaks with USB devices without interface 0
Replies: 12
Views: 27164

Re: USB_ModeSwitch breaks with USB devices without interface 0

I have prepared a new release of usb_modeswitch. Among some other fixes, I have changed the wrapper script to look for interfaces according to availability instead of fixed numbers. That means that the first interface may be ".2" or whatever the lowest available interface number is. If you...
by Josh
26 May 2020, 22:30
Forum: The PPP Widget Family for Android
Topic: ZTE MF110 mode switch sequence on Android
Replies: 6
Views: 21344

Re: ZTE MF110 mode switch sequence on Android

How could you find those 4 serial ports? I started off with usb-serial-for-android when I began work on PPP Widget 2. It's good for the initial learning but I ended up with implementing my own drivers. First thing to note is that "flow control" (the pseudo 'modem lines' provided by the re...
by Josh
21 May 2020, 21:17
Forum: The PPP Widget Family for Android
Topic: ZTE MF110 mode switch sequence on Android
Replies: 6
Views: 21344

Re: ZTE MF110 mode switch sequence on Android

The issue is the available drivers in Android. In very early versions - like 2.x - the kernels had lots of drivers and you could post-load modules to add further drivers. Later, with 4.3 if I remember correctly, the module loading was disabled, for 'security reasons', and the modem drivers vanished ...
by Josh
21 May 2020, 20:52
Forum: The PPP Widget Family for Android
Topic: Huawei E3372H-153 & Pop-up at boot time
Replies: 1
Views: 10995

Re: Huawei E3372H-153 & Pop-up at boot time

The dialog is an Android issue. Android should remember your giving that permission if you check the little box saying just that. It does if it runs normally. As for the late start-up, I don't know what the problem is. It may be hardware-related, e.g. not providing enough power to the modem. Did you...
by Josh
21 May 2020, 20:45
Forum: The PPP Widget Family for Android
Topic: PPP widget 3 - connected but no internet
Replies: 4
Views: 13503

Re: PPP widget 3 - connected but no internet

Unfortunately, the log does not show any problems ...

Can you provide more information about the head unit? Like the version of Android?
by Josh
19 May 2020, 21:34
Forum: Device Information
Topic: Quanta 0408:ea25 switch failed
Replies: 7
Views: 15428

Re: Quanta 0408:ea25 switch failed

If you don't see a driver binding to the modem after the switch, then there is either the "option" driver module missing on your system or the "option" module is there but the kernel is so old that the USB ID of your modem is not yet built into it The second possibility means tha...