4G modem on small flash router help

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by ViBE »

wow cool. i thought the project is dead. now i revived one of my router with the fresh firmware. i never tested but is it normal that the firmware does not detect 4G USB modems? the router is a Nexx WT3020F and the modem is a D-Link DWM-222. the modem works well with computers. the router also detects that a USB device is connected but not list it in the connections.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by Lantis »

That device (despite having a USB port) seems to be included in the non usb version of Gargoyle, so all of the modem drivers will be missing.
Try installing the usb storage plug-in (the smaller one) and see if that fixes it. I don’t know if there’s sufficient space to build it with usb support by default, I think cezary added that target
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

4G modem on small flash router help

Post by ViBE »

you mean these?

Image

the size definitely killed the party... the free space with a clear installation is about ~2.5 MB which is cool btw. after installing a few things i have ~2 MB. i wanted to setup as a backup connection. no any other solution to detect the modem? :|

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by Lantis »

If you can figure out what type of modem you're dealing with and what driver it needs, you can try to install just that.
The most common ones are provided by the usb storage plugin as follows

Code: Select all

+kmod-usb-wdm +kmod-usb-net-qmi-wwan +uqmi +kmod-usb-net-cdc-ncm +kmod-usb-net-huawei-cdc-ncm +kmod-usb-net-cdc-ether +kmod-usb-net-rndis
That may not be enough, and i'm sorry but i don't know enough to give you 100% advice. For example if yours is a cdc-ncm device, then i can see these as well

Code: Select all

+comgt +comgt-ncm
Do you need them? No idea, but they're there for a reason.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by ViBE »

since Windows 10 still not detects it well i tried on 7 to install. it's a Qaulcomm 9025(?) chipset and these are the hardware ID's what i noticed:

Code: Select all

USB\VID_05C6&PID_9025&REV_0228&MI_00
USB\VID_05C6&PID_9025&REV_0228&MI_01
USB\VID_05C6&PID_9025&REV_0228&MI_02
USB\VID_05C6&PID_9025&REV_0228&MI_03
USB\VID_05C6&PID_9025&REV_0228&MI_04
USB\VID_05C6&PID_9025&REV_0228&MI_05
USB\VID_05C6&PID_9025&REV_0228
USB\VID_2001&PID_7E46&REV_0228
USB\VID_1A40&PID_0101&REV_0111
maybe the huawei one not needed?

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by Lantis »

You need to plug it into a Linux machine to figure it out.
You could boot Linux off a usb device onto your PC and plug it into another port to find out
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by ViBE »

lsusb gives this:

Code: Select all

Bus 001 Device 013: ID 2001:7e46 D-Link Corp.
or what else i should check?

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by Lantis »

No you need to find out what drivers it is loading. Maybe you can use this information to help, but that in itself is not the answer.
Try google ;) or Openwrt forums!
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by ViBE »

i'm a noob and i did not find too much informations. just in case i tested the modem with another router to be sure that it works with Gargoyle. maybe it contains some relevant infos about the drivers. after i connected the modem i got this:

Code: Select all

Thu Apr 14 16:17:57 2022 kern.info kernel: [  594.094494] usb 1-1: new high-speed USB device number 5 using ci_hdrc
Thu Apr 14 16:17:57 2022 kern.info kernel: [  594.359962] qmi_wwan 1-1:1.4: cdc-wdm0: USB WDM device
Thu Apr 14 16:17:57 2022 kern.info kernel: [  594.375601] qmi_wwan 1-1:1.4 wwan0: register 'qmi_wwan' at usb-ci_hdrc.0-1, WWAN/QMI device, aa:cd:3a:15:33:f5
Thu Apr 14 16:17:57 2022 kern.info kernel: [  594.405225] usb-storage 1-1:1.5: USB Mass Storage device detected
Thu Apr 14 16:17:57 2022 kern.info kernel: [  594.411342] scsi host0: usb-storage 1-1:1.5
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.447318] scsi 0:0:0:0: Direct-Access              SD Storage       0000 PQ: 0 ANSI: 2
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.470736] scsi 0:0:0:1: CD-ROM                     Mass Storage     0000 PQ: 0 ANSI: 2
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.485251] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.488089] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.493455] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.520306] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.527483] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.532711] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.537366] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.543521] sd 0:0:0:0: [sda] 0-byte physical blocks
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.584585] sd 0:0:0:0: [sda] Write Protect is off
Thu Apr 14 16:17:58 2022 kern.debug kernel: [  595.587948] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.588783] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Thu Apr 14 16:17:58 2022 kern.notice kernel: [  595.619021] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.621867] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:17:58 2022 kern.info kernel: [  595.627271] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:17:59 2022 kern.info kernel: [  595.649300] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:17:59 2022 kern.info kernel: [  595.656720] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:17:59 2022 kern.info kernel: [  595.661960] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:17:59 2022 kern.notice kernel: [  595.687925] sd 0:0:0:0: [sda] Attached SCSI removable disk
Thu Apr 14 16:18:00 2022 kern.info kernel: [  597.484805] usb 1-1: USB disconnect, device number 5
Thu Apr 14 16:18:00 2022 kern.info kernel: [  597.490040] qmi_wwan 1-1:1.4 wwan0: unregister 'qmi_wwan' usb-ci_hdrc.0-1, WWAN/QMI device
Thu Apr 14 16:18:01 2022 kern.notice kernel: [  597.635624] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Thu Apr 14 16:18:01 2022 kern.info kernel: [  597.648062] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x01 driverbyte=0x00
Thu Apr 14 16:18:01 2022 kern.info kernel: [  598.034627] usb 1-1: new high-speed USB device number 6 using ci_hdrc
Thu Apr 14 16:18:01 2022 kern.info kernel: [  598.305281] rndis_host 1-1:1.0 usb0: register 'rndis_host' at usb-ci_hdrc.0-1, RNDIS device, 2a:52:a1:00:96:d1
Thu Apr 14 16:18:01 2022 kern.info kernel: [  598.319084] usb-storage 1-1:1.2: USB Mass Storage device detected
Thu Apr 14 16:18:01 2022 kern.info kernel: [  598.354950] scsi host0: usb-storage 1-1:1.2
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.366285] scsi 0:0:0:0: Direct-Access              SD Storage       0000 PQ: 0 ANSI: 2
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.382518] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.385439] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.390669] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.430170] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.437445] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.442585] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.447265] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.453314] sd 0:0:0:0: [sda] 0-byte physical blocks
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.509941] sd 0:0:0:0: [sda] Write Protect is off
Thu Apr 14 16:18:02 2022 kern.debug kernel: [  599.513303] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.534613] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Thu Apr 14 16:18:02 2022 kern.notice kernel: [  599.583679] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.586651] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:18:02 2022 kern.info kernel: [  599.591814] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:18:03 2022 kern.info kernel: [  599.645508] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:18:03 2022 kern.info kernel: [  599.652666] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:18:03 2022 kern.info kernel: [  599.657966] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:18:03 2022 kern.notice kernel: [  599.695175] sd 0:0:0:0: [sda] Attached SCSI removable disk
Thu Apr 14 16:20:17 2022 kern.info kernel: [  733.976326] usb 1-1: USB disconnect, device number 6
Thu Apr 14 16:20:17 2022 kern.info kernel: [  733.980085] rndis_host 1-1:1.0 usb0: unregister 'rndis_host' usb-ci_hdrc.0-1, RNDIS device
Thu Apr 14 16:20:17 2022 kern.notice kernel: [  734.005784] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Thu Apr 14 16:20:17 2022 kern.info kernel: [  734.024775] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x01 driverbyte=0x00
Thu Apr 14 16:21:22 2022 kern.info kernel: [  799.164631] usb 1-1: new high-speed USB device number 7 using ci_hdrc
Thu Apr 14 16:21:22 2022 kern.info kernel: [  799.435884] qmi_wwan 1-1:1.4: cdc-wdm0: USB WDM device
Thu Apr 14 16:21:22 2022 kern.info kernel: [  799.460272] qmi_wwan 1-1:1.4 wwan0: register 'qmi_wwan' at usb-ci_hdrc.0-1, WWAN/QMI device, aa:cd:3a:15:33:f5
Thu Apr 14 16:21:22 2022 kern.info kernel: [  799.493948] usb-storage 1-1:1.5: USB Mass Storage device detected
Thu Apr 14 16:21:22 2022 kern.info kernel: [  799.519212] scsi host0: usb-storage 1-1:1.5
Thu Apr 14 16:21:23 2022 kern.notice kernel: [  800.566199] scsi 0:0:0:0: Direct-Access              SD Storage       0000 PQ: 0 ANSI: 2
Thu Apr 14 16:21:23 2022 kern.notice kernel: [  800.590331] scsi 0:0:0:1: CD-ROM                     Mass Storage     0000 PQ: 0 ANSI: 2
Thu Apr 14 16:21:23 2022 kern.notice kernel: [  800.602527] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:21:23 2022 kern.info kernel: [  800.605475] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:23 2022 kern.info kernel: [  800.610687] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.663428] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.670629] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.675884] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:24 2022 kern.notice kernel: [  800.680449] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
Thu Apr 14 16:21:24 2022 kern.notice kernel: [  800.686617] sd 0:0:0:0: [sda] 0-byte physical blocks
Thu Apr 14 16:21:24 2022 kern.notice kernel: [  800.746430] sd 0:0:0:0: [sda] Write Protect is off
Thu Apr 14 16:21:24 2022 kern.debug kernel: [  800.749788] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
Thu Apr 14 16:21:24 2022 kern.notice kernel: [  800.753586] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Thu Apr 14 16:21:24 2022 kern.notice kernel: [  800.777586] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.780434] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.785823] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.809918] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.817143] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:24 2022 kern.info kernel: [  800.822301] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:24 2022 kern.notice kernel: [  800.845070] sd 0:0:0:0: [sda] Attached SCSI removable disk
Thu Apr 14 16:21:26 2022 kern.info kernel: [  802.699520] usb 1-1: USB disconnect, device number 7
Thu Apr 14 16:21:26 2022 kern.info kernel: [  802.704809] qmi_wwan 1-1:1.4 wwan0: unregister 'qmi_wwan' usb-ci_hdrc.0-1, WWAN/QMI device
Thu Apr 14 16:21:26 2022 kern.notice kernel: [  802.795076] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Thu Apr 14 16:21:26 2022 kern.info kernel: [  802.814675] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=0x01 driverbyte=0x00
Thu Apr 14 16:21:26 2022 kern.info kernel: [  803.254501] usb 1-1: new high-speed USB device number 8 using ci_hdrc
Thu Apr 14 16:21:26 2022 kern.info kernel: [  803.532203] rndis_host 1-1:1.0 usb0: register 'rndis_host' at usb-ci_hdrc.0-1, RNDIS device, ba:62:d8:c8:2b:59
Thu Apr 14 16:21:26 2022 kern.info kernel: [  803.588953] usb-storage 1-1:1.2: USB Mass Storage device detected
Thu Apr 14 16:21:27 2022 kern.info kernel: [  803.644712] scsi host0: usb-storage 1-1:1.2
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.726169] scsi 0:0:0:0: Direct-Access              SD Storage       0000 PQ: 0 ANSI: 2
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.743391] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.746418] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.751527] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.811051] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.818225] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.823456] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.828127] sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.834190] sd 0:0:0:0: [sda] 0-byte physical blocks
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.924420] sd 0:0:0:0: [sda] Write Protect is off
Thu Apr 14 16:21:28 2022 kern.debug kernel: [  804.927783] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.932857] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  804.977650] sd 0:0:0:0: [sda] Unit Not Ready
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.980495] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:28 2022 kern.info kernel: [  804.985882] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:28 2022 kern.info kernel: [  805.032235] sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=0x00 driverbyte=0x08
Thu Apr 14 16:21:28 2022 kern.info kernel: [  805.039455] sd 0:0:0:0: [sda] Sense Key : 0x5 [current]
Thu Apr 14 16:21:28 2022 kern.info kernel: [  805.044658] sd 0:0:0:0: [sda] ASC=0x20 ASCQ=0x0
Thu Apr 14 16:21:28 2022 kern.notice kernel: [  805.081370] sd 0:0:0:0: [sda] Attached SCSI removable disk
but on the interface i see only this and no APN settings:
Image

i'm not a big fan of mobile broadband connections but back in the days i used sometimes and i guess it may have much more settings. i have an old Huawei K3715 modem too, so i tested it also and it shows up in the log like this:

Code: Select all

Thu Apr 14 16:15:33 2022 kern.info kernel: [  450.014705] usb 1-1: new high-speed USB device number 2 using ci_hdrc
Thu Apr 14 16:15:33 2022 kern.info kernel: [  450.230730] usb-storage 1-1:1.0: USB Mass Storage device detected
Thu Apr 14 16:15:33 2022 kern.info kernel: [  450.251709] scsi host0: usb-storage 1-1:1.0
Thu Apr 14 16:15:33 2022 kern.info kernel: [  450.258807] usb 1-1: USB disconnect, device number 2
Thu Apr 14 16:15:40 2022 kern.info kernel: [  456.964688] usb 1-1: new high-speed USB device number 3 using ci_hdrc
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.180557] usb-storage 1-1:1.0: USB Mass Storage device detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.196042] option 1-1:1.0: GSM modem (1-port) converter detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.201299] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.208401] usb-storage 1-1:1.1: USB Mass Storage device detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.236122] option 1-1:1.1: GSM modem (1-port) converter detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.241288] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.248367] usb-storage 1-1:1.2: USB Mass Storage device detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.275666] option 1-1:1.2: GSM modem (1-port) converter detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.280842] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.287913] usb-storage 1-1:1.3: USB Mass Storage device detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.334766] scsi host0: usb-storage 1-1:1.3
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.338788] usb-storage 1-1:1.4: USB Mass Storage device detected
Thu Apr 14 16:15:40 2022 kern.info kernel: [  457.359240] scsi host1: usb-storage 1-1:1.4
Thu Apr 14 16:15:41 2022 kern.notice kernel: [  458.408607] scsi 1:0:0:0: Direct-Access     HUAWEI   MMC Storage      2.31 PQ: 0 ANSI: 2
Thu Apr 14 16:15:41 2022 kern.notice kernel: [  458.419425] scsi 0:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
Thu Apr 14 16:15:41 2022 kern.notice kernel: [  458.434055] sd 1:0:0:0: [sda] Attached SCSI removable disk
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.559098] usb 1-1: USB disconnect, device number 3
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.563200] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.570920] option 1-1:1.0: device disconnected
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.575839] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.583322] option 1-1:1.1: device disconnected
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.588363] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
Thu Apr 14 16:17:01 2022 kern.info kernel: [  538.595899] option 1-1:1.2: device disconnected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.014790] usb 1-1: new high-speed USB device number 4 using ci_hdrc
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.242092] usb-storage 1-1:1.0: USB Mass Storage device detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.275329] option 1-1:1.0: GSM modem (1-port) converter detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.280427] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.287644] usb-storage 1-1:1.1: USB Mass Storage device detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.355351] option 1-1:1.1: GSM modem (1-port) converter detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.360448] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.367779] usb-storage 1-1:1.2: USB Mass Storage device detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.425622] option 1-1:1.2: GSM modem (1-port) converter detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.430828] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.437895] usb-storage 1-1:1.3: USB Mass Storage device detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.512210] scsi host0: usb-storage 1-1:1.3
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.516507] usb-storage 1-1:1.4: USB Mass Storage device detected
Thu Apr 14 16:17:02 2022 kern.info kernel: [  539.584658] scsi host1: usb-storage 1-1:1.4
Thu Apr 14 16:17:03 2022 kern.notice kernel: [  540.568931] scsi 0:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
Thu Apr 14 16:17:04 2022 kern.notice kernel: [  540.648575] scsi 1:0:0:0: Direct-Access     HUAWEI   MMC Storage      2.31 PQ: 0 ANSI: 2
Thu Apr 14 16:17:04 2022 kern.notice kernel: [  540.668817] sd 1:0:0:0: [sda] Attached SCSI removable disk
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.305724] usb 1-1: USB disconnect, device number 4
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.309823] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.317533] option 1-1:1.0: device disconnected
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.322395] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.330207] option 1-1:1.1: device disconnected
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.334989] option1 ttyUSB2: GSM modem (1-port) converter now disconnected from ttyUSB2
Thu Apr 14 16:17:33 2022 kern.info kernel: [  570.342452] option 1-1:1.2: device disconnected
and much more settings:
Image


another topic: could you please add GL.iNet GL-AR300M support? the QCA9531 target is already supported as i see cause GL-AR750 is supported by Gargoyle.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by Lantis »

Seeing something like that USB Modem RNDIS mode indicates that the modem is operating in HiLink mode as opposed to "stick" mode. Usually in this mode it is doing all of the work itself and it appears as just another interface for Gargoyle to seek DHCP over and then connect to the interface. There's nothing wrong with this. If it's working, use it.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply