Search found 6563 matches
- Sat Jan 02, 2021 1:48 pm
- Forum: Setup Discussion
- Topic: UDEV rules problem with ifup
- Replies: 1
- Views: 2173
Re: UDEV rules problem with ifup
Newer versions of udev will kill subprocesses started by rules if they are running 'too long'. I suspect this is happening in your case. Standard usb_modeswitch installations are working around this by using a systemd service file. This allows the detachment of the mode-switching process from udev s...
- Wed Nov 04, 2020 9:26 am
- Forum: Setup Discussion
- Topic: HP lt4220 (Snapdragon X12 LTE)
- Replies: 19
- Views: 9740
Re: HP lt4220 (Snapdragon X12 LTE)
I have responded to the kernel bugzilla report. I'll see if I can pinpoint the reason why I introduced the "change" event in the udev rule.
- Mon Sep 07, 2020 12:17 am
- Forum: Setup Discussion
- Topic: 1&1 ZTE MF710M fails to set up
- Replies: 7
- Views: 3741
Re: 1&1 ZTE MF710M fails to set up
Are you using a proper terminal program to issue AT commands?
I'm using "minicom" for this purpose.
I'm using "minicom" for this purpose.
- Sat Sep 05, 2020 6:44 pm
- Forum: Device Information
- Topic: Attempting to setup E5372s-32
- Replies: 13
- Views: 5169
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....
- Thu Sep 03, 2020 5:38 pm
- Forum: Device Information
- Topic: Attempting to setup E5372s-32
- Replies: 13
- Views: 5169
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 '</>'.
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 '</>'.
- Wed Sep 02, 2020 10:04 pm
- Forum: Device Information
- Topic: EZCAST S8000 (1ed1:1101)
- Replies: 3
- Views: 3269
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...
- Mon Aug 31, 2020 7:50 pm
- Forum: Setup Discussion
- Topic: 1&1 ZTE MF710M fails to set up
- Replies: 7
- Views: 3741
Re: 1&1 ZTE MF710M fails to set up
You can force a dhcp query on the interface manually.
"dhclient -4 usb0"
"dhclient -4 usb0"
- Mon Aug 31, 2020 7:38 pm
- Forum: Setup Discussion
- Topic: empty file /dev/gsmmodem
- Replies: 2
- Views: 2858
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".
You can use the command "udevadm version".
- Mon Aug 31, 2020 7:33 pm
- Forum: Device Information
- Topic: EZCAST S8000 (1ed1:1101)
- Replies: 3
- Views: 3269
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
Other people have run into the same problem.
https://bugs.launchpad.net/ubuntu/+sour ... comments/5
- Fri Jul 10, 2020 8:01 pm
- Forum: New Ideas
- Topic: Auto connect: (PPP Widget 3 would like to access...)
- Replies: 5
- Views: 5733
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.
If your decision is not remembered then there is a bug in the system. This should be reported to the creators of LineageOS.
- Thu Jul 09, 2020 9:39 pm
- Forum: Everything Coding
- Topic: USB_ModeSwitch breaks with USB devices without interface 0
- Replies: 12
- Views: 11564
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 ...
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 ...
- Thu Jul 09, 2020 5:34 pm
- Forum: Everything Coding
- Topic: USB_ModeSwitch breaks with USB devices without interface 0
- Replies: 12
- Views: 11564
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 ...
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 ...
- Sun Jul 05, 2020 3:23 pm
- Forum: Everything Coding
- Topic: USB_ModeSwitch breaks with USB devices without interface 0
- Replies: 12
- Views: 11564
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 like you ...
- Tue May 26, 2020 10:30 pm
- Forum: The PPP Widget Family for Android
- Topic: ZTE MF110 mode switch sequence on Android
- Replies: 6
- Views: 5696
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 respective i...
- Thu May 21, 2020 9:17 pm
- Forum: The PPP Widget Family for Android
- Topic: ZTE MF110 mode switch sequence on Android
- Replies: 6
- Views: 5696
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 ...