You are not logged in.
Pages: 1
I have installed a custom kernel as I needed toshiba support. The modules are in /lib/modules/2.6.17.13. I need to install ndiswrapper, however after running pacman -S ndiswrapper the ndiswrapper module is installed in /lib/modules/2.6.17-ARCH not in /lib/modules/2.6.17.13, which is where I want it. I've completly removed the arch kernel. I've created a symlink named linux to the custom kernel in /usr/src, which is what I do under Gentoo, but to no avail. How do I tell the system I don't want to use the ARCH kernel?
Thanks
Offline
well, the kernel modules in pacman are specifically built for a single kernel. If you're using a custom kernel, you'll need to build your own modules as well. You can do a quick modification of the arch packages to accomplish this.
run 'abs' as root to get the package tree, then in /var/abs/extra/network/ndiswrapper you'll find the PKGBUILD to edit - copy that folder to a directory you have write access to, then edit the name (ndiswrapper-custom or whatever) and the kernel version (to whatever kernel ver you want) and run makepkg.
Offline
Yes of course now I understand, Thanks!
Offline
Pages: 1