Page 2 of 2

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

Posted: Wed Feb 10, 2016 4:09 pm
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.

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

Posted: Wed Feb 10, 2016 5:21 pm
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.

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

Posted: Wed Feb 10, 2016 9:46 pm
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.

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

Posted: Thu Feb 11, 2016 12:23 pm
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.

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

Posted: Thu Feb 11, 2016 3:35 pm
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.

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

Posted: Thu Feb 11, 2016 3:37 pm
by nworbnhoj
I have made the change and submitted a pull request to @Eric

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

Posted: Thu Feb 11, 2016 3:39 pm
by Lantis
Then all is well. Thanks mate

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

Posted: Thu Feb 11, 2016 4:47 pm
by ispyisail
building now

12 hours build
2.5 hours mirror

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

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

Posted: Thu Feb 11, 2016 4:51 pm
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 ;)