Re: applying the patch

2007-04-10 Thread Roberto C . Sánchez
On Tue, Apr 10, 2007 at 10:45:40AM -0700, Andrew Sackville-West wrote: > On Tue, Apr 10, 2007 at 07:11:10PM +0200, luther138 wrote: > > > I tried: > > > > patch -p1 add-coretemp-driver.patch > > > > but all I get is a blinking curser under it and the terminal just sits > > there. > > its waiti

Re: applying the patch

2007-04-10 Thread Sven Arvidsson
On Tue, 2007-04-10 at 19:11 +0200, luther138 wrote: > patch -p1 add-coretemp-driver.patch > > but all I get is a blinking curser under it and the terminal just sits there. > Any help for a newbie would be greatly appretiated. One little character can make a huge difference, try patch -p

Re: applying the patch

2007-04-10 Thread Andrew Sackville-West
On Tue, Apr 10, 2007 at 07:11:10PM +0200, luther138 wrote: > I tried: > > patch -p1 add-coretemp-driver.patch > > but all I get is a blinking curser under it and the terminal just sits > there. its waiting for input. look at man patch. try: patch -p1 < add-coretemp-driver.patch A signature

applying the patch

2007-04-10 Thread luther138
I am quite new to compiling kernels although I believe I have it figured out . My one problem is applying the patch. I downloaded it from where it was mentioned above and renamed it to add-coretemp-driver.patch (which was its original name). Then I put it in the same directory as my kernel