You are not logged in.
Pages: 1
I compiled a custom madwifi module using a patch for the Atheros 5007EG chipset. If I upgrade the kernel, will it break the module? Will I have to recompile everytime I get a kernel? I currently have the kernel ignored by pacman.
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
It depends.
If your module overwritted a kernel module when you installed it, upgrading the kernel will overwrite it again, because the file should be owned by the kernel package.
If the file did not exist prior to your installation, upgrading the kernel should not overwrite your module.
If upgrade from 2.6.22 to 2.6.23 or from 2.6.23 to 2.6.24, then your modules directory will change from /lib/modules/2.6.23-ARCH/ to /lib/modules/2.6.24-ARCH/ so you will need to recompile your module.
Hope it helped.
Offline
i suggest you file a bug report to include that patch if it doesn't break anything else
Offline
I dont think it overwrote anything, I had a fairly light system and I hadn't installed a wifi driver before I compiled the driver. I think I'll upgrade and see what happens.
@hacosta: It hasn't broken anything I can see. It's a wifi driver, so I suppose unless someone has another wifi driver installed it shouldn't be a problem. It works fine with the normal network and wicd daemons. I'll go file that bug report now.
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
Pages: 1