Re: LT WinModem and kernel headers

2001-08-13 Thread Rogério Brito
On Aug 12 2001, Guy Geens wrote: [1] /usr/src has even been deprecated AFAIK. What is the best current practice nowadays? Since I read a post by Linus on the lkml some time ago, I've been compiling my kernels under my own user tree, and not even bothering using

Re: [ Re: LT WinModem and kernel headers]

2001-08-13 Thread Nathan E Norman
On Sun, Aug 12, 2001 at 02:04:24PM -0700, Paul Scott wrote: [1] /usr/src has even been deprecated AFAIK. Please post anything you know about this. The Filesystem Hierarechy Standard doesn't mention this. He simply means that you aren't [0] supposed to compile kernels there. /usr/src is

Re: LT WinModem and kernel headers

2001-08-13 Thread Nathan E Norman
On Mon, Aug 13, 2001 at 01:26:05AM -0300, Rog?rio Brito wrote: On Aug 12 2001, Guy Geens wrote: [1] /usr/src has even been deprecated AFAIK. What is the best current practice nowadays? Since I read a post by Linus on the lkml some time ago, I've been compiling my

Re: LT WinModem and kernel headers

2001-08-13 Thread Petr \[Dingo\] Dvorak
On Mon, 13 Aug 2001, Rogério Brito wrote: RB On Aug 12 2001, Guy Geens wrote: RB [1] /usr/src has even been deprecated AFAIK. RB RB What is the best current practice nowadays? RB RB Since I read a post by Linus on the lkml some time ago, I've RB been compiling my kernels under my

Re: [ Re: LT WinModem and kernel headers]

2001-08-13 Thread Paul Scott
Nathan E Norman wrote: On Sun, Aug 12, 2001 at 02:04:24PM -0700, Paul Scott wrote: [1] /usr/src has even been deprecated AFAIK. Please post anything you know about this. The Filesystem Hierarechy Standard doesn't mention this. He simply means that you aren't [0] supposed to compile

Re: [ Re: LT WinModem and kernel headers]

2001-08-13 Thread Nathan E Norman
On Mon, Aug 13, 2001 at 03:11:43AM -0700, Paul Scott wrote: Nathan E Norman wrote: On Sun, Aug 12, 2001 at 02:04:24PM -0700, Paul Scott wrote: [1] /usr/src has even been deprecated AFAIK. Please post anything you know about this. The Filesystem Hierarechy Standard doesn't mention

Re: LT WinModem and kernel headers

2001-08-12 Thread Guy Geens
Paul == Paul Scott [EMAIL PROTECTED] writes: Paul I'm still reading every fine manual I can but can you tell me Paul how I identify the kernel? Are you talking about executable or Paul source? I actually D/L'd the entired source last night but I'm Paul not sure if I installed it correctly.

[ Re: LT WinModem and kernel headers]

2001-08-12 Thread Paul Scott
Guy Geens wrote: Paul == Paul Scott writes: Paul I was trying not to do that but I couldn't find header files Paul which seemed to be the exact same version as the kernel that I Paul had installed. I did my install from official CD's but I don't Paul remember every step. There are supposed

Re: LT WinModem and kernel headers

2001-08-07 Thread Guy Geens
Paul == Paul Scott [EMAIL PROTECTED] writes: Paul I am trying to get my LT WinModem running under potato Paul 2.2.19pre17 #1 I have downloaded what seem to be the files I Paul need. Running the install script appropriate for Debian I get Paul this which I believe is the relevant part of the

Re: LT WinModem and kernel headers

2001-08-07 Thread Paul Scott
Guy Geens wrote: Paul == Paul Scott [EMAIL PROTECTED] writes: Paul I am trying to get my LT WinModem running under potato Paul 2.2.19pre17 #1 I have downloaded what seem to be the files I Paul need. Running the install script appropriate for Debian I get Paul this which I believe is the

Re: LT WinModem and kernel headers

2001-08-06 Thread Paul Scott
Paul Scott wrote: Paul Scott wrote: [EMAIL PROTECTED] wrote: I'm not going to tell you to RTFM because I hate when people say that. :) dpkg -l kernel-headers-2.2.19pre17 turned up nothing apt-get install kernel-headers-2.2.19pre17 seemed to work and left me with:

Re: LT WinModem and kernel headers

2001-08-06 Thread D. Hoyem
Paul, I realize that I'm getting in late on this thread, but if you go to this web page you should be able to find the LTModem driver in the .deb version that you want http://www.physcip.uni-stuttgart.de/heby/computer/ltmodem/ Don --- Paul Scott [EMAIL PROTECTED] wrote: Hi, I am an

Re: LT WinModem and kernel headers

2001-08-06 Thread Dimitri Maziuk
Find out what kernel version you're running (man uname) and install kernel-source package for that vesrion. Symlink /usr/src/linux to wherever kernel source is installed. Disclaimer: I haven't used debian kernel packages since I don't remember when. I heartily recommend installing

Re: LT WinModem and kernel headers

2001-08-06 Thread JakeCatfox
It appears to me that when you are trying to make this driver, what it's complaining about is either that your kernel is not the same version as your kernel sources in usr/src, or that this source can't work with the version of either you have. Make sure you have the SAME version kernel as your

Re: LT WinModem and kernel headers

2001-08-06 Thread D. Hoyem
Deven, You hit the nail on the head there... If Paul would go to linmodems.org and look around there he would probably find a .deb for his version of kernel and then he wouldn't need the headers. Don --- [EMAIL PROTECTED] wrote: It appears to me that when you are trying to make this driver,

Re: LT WinModem and kernel headers

2001-08-06 Thread Paul Scott
D. Hoyem wrote: Paul, I realize that I'm getting in late on this thread, but if you go to this web page you should be able to find the LTModem driver in the .deb version that you want http://www.physcip.uni-stuttgart.de/heby/computer/ltmodem/ Thanks. That's where I got ltmodem-5.99b. I

Re: LT WinModem and kernel headers

2001-08-06 Thread Paul Scott
D. Hoyem wrote: Deven, You hit the nail on the head there... If Paul would go to linmodems.org and look around there he would probably find a .deb for his version of kernel and then he wouldn't need the headers. Don --- [EMAIL PROTECTED] wrote: It appears to me that when you are trying to

LT WinModem and kernel headers

2001-08-05 Thread Paul Scott
Hi, I am an experienced programmer who still has a lot to learn/remember about *nix. I am trying to get my LT WinModem running under potato 2.2.19pre17 #1 I have downloaded what seem to be the files I need. Running the install script appropriate for Debian I get this which I believe is

Re: LT WinModem and kernel headers

2001-08-05 Thread JakeCatfox
I'm not going to tell you to RTFM because I hate when people say that. :) I'd say, first off, install the linux kernel sources into /usr/src (it should make a /linux dir and dump all the stuff in there when you un-tar/gz it.) Then try running it. Note that if the driver won't work, try an

Re: LT WinModem and kernel headers

2001-08-05 Thread Aaron Maxwell
On Sunday 05 August 2001 17:00, Paul Scott wrote: Brett Parker wrote: On Sun, Aug 05, 2001 at 03:34:44PM -0700, Paul Scott wrote: have you got the kernel-headers-2.2.19pre17 package installed? if not, that's what you are missing. How do I determine whether that package is installed? With

Re: LT WinModem and kernel headers

2001-08-05 Thread Brett Parker
On Sun, Aug 05, 2001 at 03:34:44PM -0700, Paul Scott wrote: Hi, I am an experienced programmer who still has a lot to learn/remember about *nix. I am trying to get my LT WinModem running under potato 2.2.19pre17 #1 I have downloaded what seem to be the files I need. Running the

Re: LT WinModem and kernel headers

2001-08-05 Thread Paul Scott
Brett Parker wrote: On Sun, Aug 05, 2001 at 03:34:44PM -0700, Paul Scott wrote: Hi, I am an experienced programmer who still has a lot to learn/remember about *nix. I am trying to get my LT WinModem running under potato 2.2.19pre17 #1 I have downloaded what seem to be the files I need.

Re: LT WinModem and kernel headers

2001-08-05 Thread Paul Scott
[EMAIL PROTECTED] wrote: I'm not going to tell you to RTFM because I hate when people say that. :) I have been reading everything I can find most of which is at LDP or places linked to there. I've found many answers but not some of the structural answers I need. I'll admit being somewhat

Re: LT WinModem and kernel headers

2001-08-05 Thread Paul Scott
Paul Scott wrote: [EMAIL PROTECTED] wrote: I'm not going to tell you to RTFM because I hate when people say that. :) I have been reading everything I can find most of which is at LDP or places linked to there. I've found many answers but not some of the structural answers I need. I'll