PDA

View Full Version : how can i compile a driver into kernel



msnxsw
11-27-2003, 03:18 AM
i have a intel 82457 nic and driver,
i need the knoppix can identify this nic .
i have compiled this driver as a module , but everytime when boot i need to inmod the module.
so how can i compile this driver into the kernel?

Stephen
11-27-2003, 05:46 AM
i have a intel 82457 nic and driver,
i need the knoppix can identify this nic .
i have compiled this driver as a module , but everytime when boot i need to inmod the module.
so how can i compile this driver into the kernel?

Edit the file /etc/modules and put the name of the module on a line by itself and save the file it will be loaded every time you boot.

msnxsw
11-27-2003, 07:12 AM
thank you !
i will try!