applying patches to modules

Uncle Fester unclefester at e-marello.com
Sat Jul 2 09:47:45 UTC 2005


I have to apply a patch to a module (therm_adt746.ko) and... it's my 
first attempt. I've read a lot and now I'm quite confused.
The right way should be:

1. # rm modulename.ko
2. # cp moduledir/ source.c patch.c
3. # patch p1 < patch.c source.c
4. # make
5. # modprobe modulename

Is it correct?
Thanks,

E:




More information about the ubuntu-users mailing list