Re: recompile [was cdrecord]

2001-09-17 Thread Gary Dolan
On Mon, Sep 17, 2001 at 07:15:17AM +0200, Robert Waldner wrote:
> 
> >
> >Then in /usr/share/doc/kernel-package there is a README.gz that'll tell
> >you what to do.
> 
> And/or search the list-archive for "make-kpgk", this particular README 
> gave[0] me headaches every time I just wanted to quickly roll a new kernel 
> .
> 
> 0: Subsequently I ended up doing kernel-compiles/-installs on my own
>  again.
> 
> 
I'm glad to hear someone else had the same experience as I.  That
particular README sent me over the edge, and I thought I was just
unable to grasp what was going on.  Since then, probably 20 or
30 kernel compiles later, I happily still compile by hand and
love it.




-- 
Gary Dolan
Debian GNU/Linux 2.2, kernel 2.4.10-pre9
FreeBSD 4.3



Re: Debian and Kylix open edition

2001-08-31 Thread Gary Dolan
On Thu, Aug 30, 2001 at 06:42:21PM -0700, Dmitriy wrote:
> Anyone else has any advice? (I use sid)
> 
> I installed it w/o any problems (as user).
> When I ran it, it complained about LC_ALL being set to C (is it some
> sort of unnaceptable practice that I don't know about?).
> 
> I set LC_ALL to russian, and it said "Generating font matrix"
> It takes about 60% of my CPU time, and I am still waiting.
> 
> Anyone willing to share their expiriences?

I did much the same, except that when the popup 
"Generating font matrix" appeared, I did something
(closed the box ??), I just don't remember exactly
what, and then kylix came up fine. Whatever I did
was suggested in a previous post that I found on
google. Anyway, it has run fine since that
initial problem.


-- 
Gary Dolan
Debian GNU/Linux 2.2, kernel 2.4.9
FreeBSD 4.3



Re: Keyboard Prob

2001-07-06 Thread Gary Dolan
On Fri, Jul 06, 2001 at 10:59:25PM +0100, Keri wrote:
> Will have a good think abotu this one and have someone
> do some searching for the origination.
> At least it's a start to one of the reasons why this puppy won't 
> work. 
> 
Actually, I have on several occasions used winmodems without a
problem; depends on the winmodem.  Do a search for "linmodem"
and see if you modem is usable. I came late to this thread, so
forgive me for jumping in.

-- 
Gary Dolan
Debian GNU/Linux 2.2, kernel 2.4.6
FreeBSD 4.3



Re: Re: Voodoo 3

2000-08-21 Thread Gary Dolan
On 20 Aug 00, at 20:01, Tal Danzig wrote:

> Actually I believe that versions.h is made when you compile with kernel versio
> n headers on (not quite the correct terminology here I think) and is made with
> a 'mak  make dep in the kernel source dir.  At least I think that is correct 
> :)
> 
> Tal
> 
> 
> On Sun, 20 Aug 2000 22:48:17 -0400 (EDT), Dave Bresson said:
> 
> > On Sun, 20 Aug 2000, David Bellows wrote:
> >  
> >  > Hello all,
> >  > 
> >  > I'm now trying to configure my Voodoo 3 2000 card for fullscreen mode. 
> >  > As far as I can tell I've installed everything from the Debian CDs
> >  > pertaining to glide and mesa and 3dfx.  Now I'm left with a
> >  > device3dfx.tar.gz in /usr/src.  When I untared and unzipped it I was
> >  > given a modules directory.  I tried to compile anything in there I
> >  > could, but was given the error  "missing
> >  > /usr/src/linux/include/linux/version.h configure the kernel first".  Now
> >  > I'm stuck.  Anyone have any hints?  Am I even going in the right
> >  > direction?  I've read several docs, but I can't find anything yet.
> >  > 
> >  
> >  
> >  well, speaking from my own experience, the kernel source given by Debian
> >  does not have a version.h.  However, the kernel-headers *do*, so if you
> >  have the kernel-headers for your kernel installed, that is what
> >  /usr/src/linux should be pointed to, as long as you're going to compile
> >  against headers there. of course, /usr/src/linux isn't really the way
> of
> >  doing things the way i understand it...but that should help you at least.

   If you have kernel source code installed, you can do:
 cd /usr/src/kernel-source-2.x.x.   make  include/linux/version.h

and you should have version.h