Version 1.13.0 : Based on OpenWrt 19.07.8

The latest news about Gargoyle

Moderator: Moderators

Post Reply
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 »

pythonic wrote:
Fri Jun 03, 2022 8:14 am
The GL-MT300N-V2 (Mango), if that's what you have, is supported by my MT76x8 experimental build.
good to know. thanks. i will take a try.

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 »

Did you update the package list? And did that cause any errors?
Do “gpkg update” on the command line.

I understand your frustration. The reality is, images are getting larger and I can’t fit everything. I have to cut things and make them installable. There’s obviously something wrong here but I need to understand if it’s on your end or Gargoyles.
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 »

gpkg? are there two package managers now? i tried to update via interface and ssh too. after gpkg update now i can install DLNA, but others still the same:

Code: Select all

Sat Jun  4 11:54:24 2022 daemon.err uhttpd[3545]: ERROR: Dependency kmod-fs-ext4 of package plugin-gargoyle-usb-storage-full cannot be found, try updating your package lists
Sat Jun  4 11:54:51 2022 daemon.err uhttpd[3545]: ERROR: Dependency kmod-fs-ext4 of package plugin-gargoyle-usb-storage-noshare cannot be found, try updating your package lists
i also noticed that webcam and printer support packages are not available for 1.12 for some reason. this still an issue on 1.13.

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 »

gpkg has always been the package manager for Gargoyle.
Can you please

Code: Select all

cat /etc/opkg.conf
gpkg update
And paste the output of both commands.
I can see the kmod-fs-ext4 package available in the correct repository for your router, and i can download it manually.

For what it's worth, I can also see the webcam plugin and printer plugins.
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 »

Code: Select all

src/gz openwrt_19.07-SNAPSHOT_base http://downloads.openwrt.org/releases/19.07-SNAPSHOT/packages/mipsel_24kc/base
src/gz openwrt_19.07-SNAPSHOT_packages http://downloads.openwrt.org/releases/19.07-SNAPSHOT/packages/mipsel_24kc/packages
src/gz openwrt_19.07-SNAPSHOT_routing http://downloads.openwrt.org/releases/19.07-SNAPSHOT/packages/mipsel_24kc/routing
src/gz openwrt_19.07-SNAPSHOT_telephony http://downloads.openwrt.org/releases/19.07-SNAPSHOT/packages/mipsel_24kc/telephony

src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.13.0/ramips/default
src/gz gargoyle_kernel_specific http://www.gargoyle-router.com/packages/gargoyle-1.13.0/ramips/default_kernelspecific

dest root /
dest ram /tmp
dest plugin_root /plugin_root
lists_dir ext /var/opkg-lists
option overlay_root /overlay

Code: Select all

Downloading package list for gargoyle_kernel_specific source...
Package list for gargoyle_kernel_specific downloaded successfully.

Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.

Downloading package list for openwrt_19.07-SNAPSHOT_packages source...
Package list for openwrt_19.07-SNAPSHOT_packages downloaded successfully.

Downloading package list for openwrt_19.07-SNAPSHOT_base source...
Package list for openwrt_19.07-SNAPSHOT_base downloaded successfully.

Downloading package list for openwrt_19.07-SNAPSHOT_telephony source...
Package list for openwrt_19.07-SNAPSHOT_telephony downloaded successfully.

Downloading package list for openwrt_19.07-SNAPSHOT_routing source...
Package list for openwrt_19.07-SNAPSHOT_routing downloaded successfully.
i don't get it then. so if i have a direct link for the packages i could download them?

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 »

Well that doesn’t look right.
You’re using a Xiaomi MiRouter 3G yes? It should be pointing the package repos to mt7621 not default. The modules in that folder are probably not compatible hence it saying it can’t find them.

So this is a potential issue that needs to be addressed.
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 »

Lantis wrote:
Sat Jun 04, 2022 8:53 pm
Well that doesn’t look right.
You’re using a Xiaomi MiRouter 3G yes? It should be pointing the package repos to mt7621 not default. The modules in that folder are probably not compatible hence it saying it can’t find them.

So this is a potential issue that needs to be addressed.
definitely it is.
https://openwrt.org/toh/hwdata/xiaomi/xiaomi_miwifi_3g
https://wikidevi.wi-cat.ru/Xiaomi_MiWiFi_3G_(R3G)

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 »

Change

Code: Select all

src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.13.0/ramips/default
src/gz gargoyle_kernel_specific http://www.gargoyle-router.com/packages/gargoyle-1.13.0/ramips/default_kernelspecific
To

Code: Select all

src/gz gargoyle http://www.gargoyle-router.com/packages/gargoyle-1.13.0/ramips/mt7621
src/gz gargoyle_kernel_specific http://www.gargoyle-router.com/packages/gargoyle-1.13.0/ramips/mt7621_kernelspecific
Reboot, then gpkg update and try to install the plugins again.
If that works, then I just need to figure out why it happened in the first place.
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 »

cool. repos now working. i can install the plugins. but as i mentioned it was an issue with the recent version too... but it was not as annoying because the preinstalled plugins.

another problem: the router does not detect usb drives.

richang2009
Posts: 1
Joined: Fri Jun 10, 2022 2:18 am

Re: Version 1.13.0 : Based on OpenWrt 19.07.8

Post by richang2009 »

I need the kmod-usb-printer kernel module for usb printer support. It seems that the module is compiled for an older version of kernel and is not compatible with the current kernel.

Not only the kmod-usb-printer module, some of the kmod-video modules are compiled for another version of kernel while the kernel version present is different.

Will be very obliged if the all the kernel modules are compiled for the current version of kernel.

Thank you.

Post Reply