View previous topic :: View next topic |
Author |
Message |
haneulso Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 31 Aug 2004 Posts: 173
|
Posted: Tue Jun 09, 2009 12:15 pm Post subject: How to kernel patch for ati-drivers |
|
|
At this time gentoo official kernel-2.6.29 does not match ati-drivers-8.552-r2
So I'm trying to patch kernel for ati-drivers.
Patch file is in follow.
https://bugs.gentoo.org/266819
But, I cannot patch it to kernel.
How can I patch it?
Location of patch file and option of patch.
Tanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gringo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/9565137345531ca1c9c61.jpg)
Joined: 27 Apr 2003 Posts: 3793
|
Posted: Tue Jun 09, 2009 2:36 pm Post subject: |
|
|
normally you only have to do the following as root :
- download the patch and put it into the directory where your kernel sources are ( /usr/src/linux i suppose)
- cd into that directory and execute patch -p1 --dry-run < patch
- if the above does apply cleanly, then you can remove the --dry-run switch and execute it again
- sources are patched, recompile the kernel
hope this helps.
cheers _________________ Error: Failing not supported by current locale |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cyrillic Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/8174739453e52fd5e9aef6.jpg)
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Tue Jun 09, 2009 8:23 pm Post subject: |
|
|
The bugreport you linked to looks like they are applying the patch to ati-drivers, not the kernel.
It seems like ati-drivers (especially an old version like 8.552-r2) is too old to work with recent kernel sources. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|