Page 7 of 13
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sat Jun 04, 2022 5:10 am
by ViBE
good to know. thanks. i will take a try.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sat Jun 04, 2022 5:44 am
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sat Jun 04, 2022 5:59 am
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sat Jun 04, 2022 9:51 am
by Lantis
gpkg has
always been the package manager for Gargoyle.
Can you please
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sat Jun 04, 2022 10:31 am
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?
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sat Jun 04, 2022 8:53 pm
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sun Jun 05, 2022 5:01 am
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)
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sun Jun 05, 2022 9:22 am
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Sun Jun 05, 2022 2:03 pm
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Posted: Fri Jun 10, 2022 2:24 am
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.