gargoyle-ispy 2016-February-09 22:05.torrent

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

n8b
Posts: 70
Joined: Wed Sep 16, 2015 1:20 pm
Location: Denmark

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by n8b »

petbrau wrote:Hi n8b,
this is the expected behavior, because this kernel module is not compiled and therefore not part of this version. If you want to implement this module right now, you have to compile Gargoyle by yourself.
Hi petbrau.
You may be right but I hope not :)
Since gargoyle-ispy 2015-December-25 build we have:
Support for host-less modems (hilink)
I have tried OpenWrt CC and added packages kmod-usb-net-cdc-ether & usb-modeswitch.
Then the hilink modem is working. Back to Gargoyle it is not working. :(
Tested with TL-WDR3600 and Huawei E3372.
● wrt1200ac (wired-only router)
AP's or for test:
● tl-wdr4300 OpenWrt 18.06.0 (too small for 1.11.X)
● tl-wr841nd OpenWrt 18.06.0 (too small for 1.11.X)
● tew-691gr OpenWrt 18.06.0

petbrau
Posts: 28
Joined: Fri Jan 29, 2016 2:08 pm

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by petbrau »

I have tried OpenWrt CC and added packages kmod-usb-net-cdc-ether & usb-modeswitch.
Then the hilink modem is working. Back to Gargoyle it is not working. :(
Tested with TL-WDR3600 and Huawei E3372.
Hi n8b
I checked the config-file. As you can see, the module "kmod-usb-net-cdc-ether" is available, everything is prepared, but it's not compiled.

Code: Select all

#
# USB Support
#
CONFIG_PACKAGE_kmod-usb-acm=y
# CONFIG_PACKAGE_kmod-usb-atm is not set
# CONFIG_PACKAGE_kmod-usb-cm109 is not set
CONFIG_PACKAGE_kmod-usb-core=y
# CONFIG_PACKAGE_kmod-usb-dwc2 is not set
# CONFIG_PACKAGE_kmod-usb-dwc3 is not set
# CONFIG_PACKAGE_kmod-usb-hid is not set
CONFIG_PACKAGE_kmod-usb-net=y
# CONFIG_PACKAGE_kmod-usb-net-asix is not set
# CONFIG_PACKAGE_kmod-usb-net-asix-ax88179 is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-eem is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-ether is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-mbim is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-ncm is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-subset is not set
# CONFIG_PACKAGE_kmod-usb-net-dm9601-ether is not set
# CONFIG_PACKAGE_kmod-usb-net-hso is not set
# CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm is not set
# CONFIG_PACKAGE_kmod-usb-net-ipheth is not set
# CONFIG_PACKAGE_kmod-usb-net-kalmia is not set
# CONFIG_PACKAGE_kmod-usb-net-kaweth is not set
# CONFIG_PACKAGE_kmod-usb-net-mcs7830 is not set
# CONFIG_PACKAGE_kmod-usb-net-pegasus is not set
CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y
# CONFIG_PACKAGE_kmod-usb-net-rndis is not set
# CONFIG_PACKAGE_kmod-usb-net-sierrawireless is not set
# CONFIG_PACKAGE_kmod-usb-net-smsc95xx is not set
CONFIG_PACKAGE_kmod-usb-ohci=m
# CONFIG_PACKAGE_kmod-usb-ohci-pci is not set
CONFIG_PACKAGE_kmod-usb-printer=y
CONFIG_PACKAGE_kmod-usb-serial=y
# CONFIG_PACKAGE_kmod-usb-serial-ark3116 is not set
# CONFIG_PACKAGE_kmod-usb-serial-belkin is not set
# CONFIG_PACKAGE_kmod-usb-serial-ch341 is not set
# CONFIG_PACKAGE_kmod-usb-serial-cp210x is not set
# CONFIG_PACKAGE_kmod-usb-serial-cypress-m8 is not set
# CONFIG_PACKAGE_kmod-usb-serial-ftdi is not set
# CONFIG_PACKAGE_kmod-usb-serial-garmin is not set
# CONFIG_PACKAGE_kmod-usb-serial-ipw is not set
# CONFIG_PACKAGE_kmod-usb-serial-keyspan is not set
# CONFIG_PACKAGE_kmod-usb-serial-mct is not set
# CONFIG_PACKAGE_kmod-usb-serial-mos7720 is not set
CONFIG_PACKAGE_kmod-usb-serial-option=y
# CONFIG_PACKAGE_kmod-usb-serial-oti6858 is not set
# CONFIG_PACKAGE_kmod-usb-serial-pl2303 is not set
CONFIG_PACKAGE_kmod-usb-serial-qualcomm=y
CONFIG_PACKAGE_kmod-usb-serial-sierrawireless=y
# CONFIG_PACKAGE_kmod-usb-serial-simple is not set
# CONFIG_PACKAGE_kmod-usb-serial-ti-usb is not set
# CONFIG_PACKAGE_kmod-usb-serial-visor is not set
CONFIG_PACKAGE_kmod-usb-serial-wwan=y
CONFIG_PACKAGE_kmod-usb-storage=y
CONFIG_PACKAGE_kmod-usb-storage-extras=y
# CONFIG_PACKAGE_kmod-usb-uhci is not set
CONFIG_PACKAGE_kmod-usb-wdm=y
# CONFIG_PACKAGE_kmod-usb-yealink is not set
CONFIG_PACKAGE_kmod-usb2=y
# CONFIG_PACKAGE_kmod-usb2-pci is not set
# CONFIG_PACKAGE_kmod-usb3 is not set
# CONFIG_PACKAGE_kmod-usbip is not set
# CONFIG_PACKAGE_kmod-usbip-client is not set
# CONFIG_PACKAGE_kmod-usbip-server is not set
# CONFIG_PACKAGE_kmod-usbmon is not set
"usb-modeswitch" is already part of the firmware.

So, somebody has to change
# CONFIG_PACKAGE_kmod-usb-net-cdc-ether is not set
into
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
in the config files in ./targets/ar71xx/profiles

recompile the firmware and that's it.

But...
Maybe there is a reason that this has not been done.
Last edited by petbrau on Thu Feb 11, 2016 2:14 am, edited 1 time in total.

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

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by Lantis »

petbrau wrote:
I have tried OpenWrt CC and added packages kmod-usb-net-cdc-ether & usb-modeswitch.
Then the hilink modem is working. Back to Gargoyle it is not working. :(
Tested with TL-WDR3600 and Huawei E3372.
Hi n8b
I checked the config-file. As you can see, the module "kmod-usb-net-cdc-ether" is available, everything is prepared, but it's not compiled.

Code: Select all

#
# USB Support
#
CONFIG_PACKAGE_kmod-usb-acm=y
# CONFIG_PACKAGE_kmod-usb-atm is not set
# CONFIG_PACKAGE_kmod-usb-cm109 is not set
CONFIG_PACKAGE_kmod-usb-core=y
# CONFIG_PACKAGE_kmod-usb-dwc2 is not set
# CONFIG_PACKAGE_kmod-usb-dwc3 is not set
# CONFIG_PACKAGE_kmod-usb-hid is not set
CONFIG_PACKAGE_kmod-usb-net=y
# CONFIG_PACKAGE_kmod-usb-net-asix is not set
# CONFIG_PACKAGE_kmod-usb-net-asix-ax88179 is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-eem is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-ether is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-mbim is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-ncm is not set
# CONFIG_PACKAGE_kmod-usb-net-cdc-subset is not set
# CONFIG_PACKAGE_kmod-usb-net-dm9601-ether is not set
# CONFIG_PACKAGE_kmod-usb-net-hso is not set
# CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm is not set
# CONFIG_PACKAGE_kmod-usb-net-ipheth is not set
# CONFIG_PACKAGE_kmod-usb-net-kalmia is not set
# CONFIG_PACKAGE_kmod-usb-net-kaweth is not set
# CONFIG_PACKAGE_kmod-usb-net-mcs7830 is not set
# CONFIG_PACKAGE_kmod-usb-net-pegasus is not set
CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y
# CONFIG_PACKAGE_kmod-usb-net-rndis is not set
# CONFIG_PACKAGE_kmod-usb-net-sierrawireless is not set
# CONFIG_PACKAGE_kmod-usb-net-smsc95xx is not set
CONFIG_PACKAGE_kmod-usb-ohci=m
# CONFIG_PACKAGE_kmod-usb-ohci-pci is not set
CONFIG_PACKAGE_kmod-usb-printer=y
CONFIG_PACKAGE_kmod-usb-serial=y
# CONFIG_PACKAGE_kmod-usb-serial-ark3116 is not set
# CONFIG_PACKAGE_kmod-usb-serial-belkin is not set
# CONFIG_PACKAGE_kmod-usb-serial-ch341 is not set
# CONFIG_PACKAGE_kmod-usb-serial-cp210x is not set
# CONFIG_PACKAGE_kmod-usb-serial-cypress-m8 is not set
# CONFIG_PACKAGE_kmod-usb-serial-ftdi is not set
# CONFIG_PACKAGE_kmod-usb-serial-garmin is not set
# CONFIG_PACKAGE_kmod-usb-serial-ipw is not set
# CONFIG_PACKAGE_kmod-usb-serial-keyspan is not set
# CONFIG_PACKAGE_kmod-usb-serial-mct is not set
# CONFIG_PACKAGE_kmod-usb-serial-mos7720 is not set
CONFIG_PACKAGE_kmod-usb-serial-option=y
# CONFIG_PACKAGE_kmod-usb-serial-oti6858 is not set
# CONFIG_PACKAGE_kmod-usb-serial-pl2303 is not set
CONFIG_PACKAGE_kmod-usb-serial-qualcomm=y
CONFIG_PACKAGE_kmod-usb-serial-sierrawireless=y
# CONFIG_PACKAGE_kmod-usb-serial-simple is not set
# CONFIG_PACKAGE_kmod-usb-serial-ti-usb is not set
# CONFIG_PACKAGE_kmod-usb-serial-visor is not set
CONFIG_PACKAGE_kmod-usb-serial-wwan=y
CONFIG_PACKAGE_kmod-usb-storage=y
CONFIG_PACKAGE_kmod-usb-storage-extras=y
# CONFIG_PACKAGE_kmod-usb-uhci is not set
CONFIG_PACKAGE_kmod-usb-wdm=y
# CONFIG_PACKAGE_kmod-usb-yealink is not set
CONFIG_PACKAGE_kmod-usb2=y
# CONFIG_PACKAGE_kmod-usb2-pci is not set
# CONFIG_PACKAGE_kmod-usb3 is not set
# CONFIG_PACKAGE_kmod-usbip is not set
# CONFIG_PACKAGE_kmod-usbip-client is not set
# CONFIG_PACKAGE_kmod-usbip-server is not set
# CONFIG_PACKAGE_kmod-usbmon is not set
"usb-modeswitch" is already part of the firmware.

So somebody has to change
# CONFIG_PACKAGE_kmod-usb-net-cdc-ether is not set
into
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
in the config files in ./targets/ar71xx/profiles

recompile the firmware and that's it.

But...
Maybe there is a reason that this has not been done.
This is correct. I haven't done it because I don't have time.
I've provided instruction numerous times on how to do a build and include these items.
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.

n8b
Posts: 70
Joined: Wed Sep 16, 2015 1:20 pm
Location: Denmark

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by n8b »

petbrau wrote:
I have tried OpenWrt CC and added packages kmod-usb-net-cdc-ether & usb-modeswitch.
Then the hilink modem is working. Back to Gargoyle it is not working. :(
Tested with TL-WDR3600 and Huawei E3372.
Hi n8b
I checked the config-file. As you can see, the module "kmod-usb-net-cdc-ether" is available, everything is prepared, but it's not compiled.

"usb-modeswitch" is already part of the firmware.

So somebody has to change
# CONFIG_PACKAGE_kmod-usb-net-cdc-ether is not set
into
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
in the config files in ./targets/ar71xx/profiles

recompile the firmware and that's it.

But...
Maybe there is a reason that this has not been done.
Lantis wrote: This is correct. I haven't done it because I don't have time.
I've provided instruction numerous times on how to do a build and include these items.
Hi.

OK got it. I'll stop reporting this.

Thanks.

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

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by Lantis »

Please do keep reporting it.
It needs to be fixed. :)

Just at this point in time it won't be by me.
Busy busy.
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.

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by nworbnhoj »

I have made the change and submitted a pull request to @Eric
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

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

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by Lantis »

Then all is well. Thanks mate
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.

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by ispyisail »

building now

12 hours build
2.5 hours mirror

should be ready just before my bed time 'ish :)

petbrau
Posts: 28
Joined: Fri Jan 29, 2016 2:08 pm

Re: gargoyle-ispy 2016-February-09 22:05.torrent

Post by petbrau »

nworbnhoj wrote:I have made the change and submitted a pull request to @Eric
take also a look at

http://www.gargoyle-router.com/phpbb/vi ... f=6&t=8298

This problem could be solved in the same way.
...and at least one person would be pleased ;)

Post Reply