reetp wrote:thomi wrote:hi all
so, i have same problem.. have upgraded a test system to kubuntu karmic 9.10 with Kernel 2.6.31-14.
Have done all steps which garth has explained and after the command: sudo sh -c "cat ~/Desktop/kernel_2.6.31_rc6_rt6.patch | patch" i get this:
sudo sh -c "cat ~/Desktop/kernel_2.6.31_rc6_rt6.patch | patch"
(Patch is indented 4 spaces.)
patching file bulk.c
Hunk #1 FAILED at 3062.
Hunk #2 FAILED at 3601.
Hunk #3 FAILED at 3855.
Hunk #4 FAILED at 4133.
4 out of 4 hunks FAILED -- saving rejects to file bulk.c.rej
(Patch is indented 4 spaces.)
patching file device.c
patch: **** malformed patch at line 44: module_param_array(id, charp, NULL, 0444);
thomi
Me too. Identical problem.
Any help please people ?
B. Rgds
John
ohhh ! u need to do something like dos2unix on the files! and test it with
- Code: Select all
patch --dry-run
