-
Notifications
You must be signed in to change notification settings - Fork 22
USB Kmod packages for this release #3
Comments
yep same here. Is there any other way modules could be added without rebuilding the entire image ? scsi_mod.ko (kmod-scsi-core) is missing a symbol: scsi_mod: Unknown symbol warn_slowpath_null right now |
Yes I know, but I am really busy this month so I am not able to commit. I can only resume end of next month. |
Kernel Config issues should be fixed hopefully when I tried to install kmod-scsi-core on the latest image it seems okay |
Hi. The necessary modules for the EXT-root are:
Optional for compatibility Microsoft format are:
I modify your September script and it works well (only path 066-... not work). Checkout for kernel 4.4.87, actually is kernel 4.4.102 and not work.
make menuconfig Regards. |
jgvega, I followed the build procedure, (build was successful) and flashed my 1043nd v1 Now I need to make a serial connection....so be careful, something is odd. |
Hi. |
Hello, Is anyone still working from time to time on this ? How about its status integration on openwrt - I have seen it has some implications on some Qos algos which do not work anymore - or it is not the case anymore ?
I do have a router with the gwlim build on it - but cannot add kernel modules as packages as they do not match - the build being too old.
Adrian
On Tuesday, 9 January 2018, 16:24:16 EET, jgvega <[email protected]> wrote:
Hi.
Your model router need mips24k-lede-patch nota mips74k.
My script is only for mips74k. You need to modify my script for your model router.
You bricked your router because you used image for other model router.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi. Packages that are not kernel modules can be installed with opkg, but the use of insmod is not possible. regards |
Yes I know about the kernel module problem. I was wandering if any progress has been made to integrate the patch in lede or not ?
Otherwise we need to build images ourselves whenever there are security patches or enhancements to original lede source tree.
Adrian
On Wednesday, 10 January 2018, 13:58:48 EET, jgvega <[email protected]> wrote:
Hi.
Each compilation of the kernel has a hash code.
The kernel modules can only be installed when the image is built in menuconfig.
Packages that are not kernel modules can be installed with opkg, but the use of insmod is not possible.
regards
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I had prebuild some images with latest 17.01 which support extroot for ext4 and f2fs. The images are about 7MB but i had also added some extra packages such as full dnsmasq, nano... Look at file included_packages.txt in my fork. If you need a build for a other router, feel free to write a response. Greets |
Hi. Regards. |
With "Sep-2018" installing kmods still produced bootloop. Can USB / ext-root modules be included as optional images for WDR's? |
That is right. I have upgraded the compiler and kernel and optimizations too far from the original LEDE so ABI changes cause the kmod no longer to work. I can add USB Modules but personally I find it quite pointless, filesharing is not suppose to be the duty of a networking device. Even if you can mount a drive off the router, it is not going to be fast, during file transfer the RAM usage will kill the router defeating the original purpose of a high performance network device, what do you think? |
About optimizations @gwlim ? You also put alot of CPU specific optimizations in the compiler options (arguments). Do they really impact that much the end result ? I am asking this as on your builds tcpdump crashes every few seconds with Bus error: Only cause of those crashes I could find is because of too agressive compiler optimizations... Some kernel modules bootloop the device (wdr4300 v1 in my case) - kmod-nf-nathelper-extra package for pptp and others, etc. This worked in a previous image build. I know is impossible to test on too many devices but having a working image that is closer to stock lede/openwrt and slowly improve it as the user base grows and there are many testers could be a better alternative than going directly and trying to get every single feature of a CPU architecture Not criticising here ..... anyway - great work otherwise |
The bus error issue is not related with the kmod issue. |
Hi,
Could you either include support for, or provide me compiled packages, for the kernel versions associated with the builds for WDR4300 and Archer C7v2 for usb-storage and its related requisites for extroot?
As well, (if it's possible), the f2fs support? Not sure if the mips24k or mips74kc architectures support it (there's a few differing opinions on this, from what I've seen, and I just get a "bus error" with a different/older firmware that had USB-storage support, but did not have the same issues formatting the usb-key as ext4
The kernel version in these builds is newer than that in the repo, so even if I force --nodeps, and either link/copy the downloaded mods to the current-kernel, they won't insmod b/c of unresolved/unknown symbols, and if I browse LEDE's dev/nightly package list, it has a newer kernel version than the Sept. builds, so same issue
I'd really like to setup/install extroot on my devices, to give a bit more room than the stock flash size
The text was updated successfully, but these errors were encountered: