good to know. thanks. i will take a try.pythonic wrote: ↑Fri Jun 03, 2022 8:14 amThe GL-MT300N-V2 (Mango), if that's what you have, is supported by my MT76x8 experimental build.
Version 1.13.0 : Based on OpenWrt 19.07.8
Moderator: Moderators
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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.
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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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:
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.
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
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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.
Can you please
Code: Select all
cat /etc/opkg.conf
gpkg update
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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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.
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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
definitely it is.Lantis wrote: ↑Sat Jun 04, 2022 8:53 pmWell 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.
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
Change
To
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.
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
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
If that works, then I just need to figure out why it happened in the first place.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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.
another problem: the router does not detect usb drives.
-
- Posts: 1
- Joined: Fri Jun 10, 2022 2:18 am
Re: Version 1.13.0 : Based on OpenWrt 19.07.8
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.
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.