Re: Re: Re: Dongle USB

2025-03-27 Thread Patrick Dupre via users
> > Suggestion try > > Use lsusb to identify PID and VID Then once identified > > Use usb_modeswitch -v vid - p PID -J > This tell the device to flip mode , RNDIS > > Check again > lsusb > lsusb Bus 001 Device 065: ID 1bbb:0908 T & A Mobile Phones LinkKey usb_modeswitch -v 1bbb -p 0908

Re: Re: Re: Re: Re: Dongle USB

2025-03-27 Thread None via users
Interesting, my opinion sounds like device is resetting probably faulty driver., firmware. When it resets it losses connection. Sent using the mobile mail app On 3/27/25 at 4:08 PM, Patrick Dupre via users wrote: > The bizarre thing (I check with another computer). > is that it works during ~1

Re: Re: Re: Re: Dongle USB

2025-03-27 Thread Patrick Dupre via users
The bizarre thing (I check with another computer). is that it works during ~1 mn, and it stops to work. The only difference that I noted. is When it works Link 18 (enp0s20f0u11) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 Protocols: +DefaultRoute LLMNR=resolve -mDNS -DNSOverTLS

Re: Re: Re: Re: Dongle USB

2025-03-27 Thread Patrick Dupre via users
> You can try sudo modprobe cdc_mbim > lsmod |grep cdc_mbim > To verify OK Good, cdc_mbim 24576 0 cdc_wdm36864 1 cdc_mbim cdc_ncm53248 1 cdc_mbim usbnet 65536 4 cdc_mbim,cdc_ncm,rndis_host,cdc_ether What is next ? See below >

Re: Re: Re: Re: Dongle USB

2025-03-27 Thread None via users
You can try sudo modprobe cdc_mbim lsmod |grep cdc_mbim To verify Sent using the mobile mail app On 3/27/25 at 12:29 PM, Patrick Dupre via users wrote: > > > > lsusb search for PID like 1bbb vid like 00bc > > > > The cdc_mbin kernel module may be needed newer kernel have it > > Think modem b

Re: Re: Re: Dongle USB

2025-03-27 Thread Patrick Dupre via users
> > lsusb search for PID like 1bbb vid like 00bc > > The cdc_mbin kernel module may be needed newer kernel have it > Think modem by default uses mbin, > RNDIS is recommended > > Use minicom to pass AT command to modem to switch modem like > AT=USBMODE=1 I guess AT+USNMODE=1 ? To /dev/bus/usb

Re: Re: Re: Dongle USB

2025-03-27 Thread None via users
lsusb search for PID like 1bbb vid like 00bc The cdc_mbin kernel module may be needed newer kernel have it Think modem by default uses mbin, RNDIS is recommended Use minicom to pass AT command to modem to switch modem like AT=USBMODE=1 Sent using the mobile mail app On 3/27/25 at 8:57 AM, P

Re: Re: Re: Re: Re: Dongle USB

2025-03-25 Thread Patrick Dupre via users
ld switch to RNDIS mode > Cc: edwardgib...@gmx.com > Subject: Re: Re: Re: Re: Re: Dongle USB > > Some more info that may help sending AT commands to device, also may need to > read more on usb-modeswitch command > > https://openwrt.org/docs/guide-user/network/wan/wwan/at_c

Re: Re: Re: Re: Re: Dongle USB

2025-03-24 Thread None via users
Some more info that may help sending AT commands to device, also may need to read more on usb-modeswitch command https://openwrt.org/docs/guide-user/network/wan/wwan/at_commands#:~:text=To%20send%20AT%20commands%20directly,through%20to%20/dev/ttyUSB3%20.&text=For%20some%20modems%20ttyACM%20devi

Re: Re: Re: Re: Dongle USB

2025-03-24 Thread Patrick Dupre via users
Thank for the feedback, However, before I run these commands, I need to understand. What it is this "command" AT+USBMODE=1 does not works AT+USBMODE? command not found How do I find my router? In /dev/tty I do not see something which could be a usb router Can I deduce from? Bus 001 Device 00

Re: Re: Re: Re: Dongle USB

2025-03-24 Thread None via users
This may help out https://techship.com/support/faq/how-to-automated-always-on-connection-establishment-with-alcatel-ik41-series-lte-data-sticks-using-rndis-usb-mode/#:~:text=Both%20Windows%20and%20Linux%20systems%20can%20support%20RNDIS,driver%20supporting%20RNDIS%20USB%20network%20interfaces%20

Re: Re: Re: Dongle USB

2025-03-24 Thread Patrick Dupre via users
Hello, Unfortunately, the issue is still not solved. Can somebody help me? > > > > > Suggestion try > > > > Use lsusb to identify PID and VID Then once identified > > > > Use usb_modeswitch -v vid - p PID -J > > This tell the device to flip mode , RNDIS > > > > Check again > > lsusb > >

Re: Re: Re: Dongle USB

2025-03-20 Thread None via users
Suggestion try Use lsusb to identify PID and VID Then once identified Use usb_modeswitch -v vid - p PID -J This tell the device to flip mode , RNDIS Check again lsusb ip a modprobe cdc_ether may be needed Sent using the mobile mail app On 3/20/25 at 12:32 PM, Patrick Dupre via users

Re: Re: Re: Dongle USB

2025-03-20 Thread None via users
Sent using the mobile mail app On 3/20/25 at 5:14 AM, Patrick Dupre via users wrote: > > > > Sent using the mobile mail app > > > > On 3/20/25 at 4:41 AM, Patrick Dupre via users wrote: > > > > > Thank Marco for your concerns. > > > > > > With the new LTE dongle not working properly, but wh