Re: Missing Makefile

2013-08-23 Thread Ralf Mardorf
On Fri, 2013-08-23 at 13:14 -0400, Jerry Stuckle wrote: > It's only been about 46 years since I wrote my first program, > using flowcharts and punched cards. Hahaha, you old "bastard". I guess I'm a younker compared to you :p. My fist software was programmed using 65xx Assembler, so you likely wa

Re: Missing Makefile

2013-08-23 Thread Jerry Stuckle
On 8/23/2013 12:57 PM, Ralf Mardorf wrote: :) You'll still find "DR DOS" on my Atari ST's ~ 42 MiB HDD ;). My Atari has got an 80286 hardware emulator. I won't call this "the dark side", but a sign of the times ;). I have the impression that you are a dino, as I'm ;). We are the losers :D! Not b

Re: Missing Makefile

2013-08-23 Thread Ralf Mardorf
:) You'll still find "DR DOS" on my Atari ST's ~ 42 MiB HDD ;). My Atari has got an 80286 hardware emulator. I won't call this "the dark side", but a sign of the times ;). I have the impression that you are a dino, as I'm ;). We are the losers :D! Not born to late, but born to early ;). Your disa

Re: Missing Makefile

2013-08-23 Thread Jerry Stuckle
On 8/23/2013 11:50 AM, Ralf Mardorf wrote: _Unfortunately_ in real live, when we need to earn an honest penny, Linux is 99,% of all user cases completely unusable excepted of servers. The people who now will mention that this isn't true, claim that they made a living with usin

Re: Missing Makefile

2013-08-23 Thread Ralf Mardorf
_Unfortunately_ in real live, when we need to earn an honest penny, Linux is 99,% of all user cases completely unusable excepted of servers. The people who now will mention that this isn't true, claim that they made a living with using Linux only, are likely people with a resear

Re: Missing Makefile

2013-08-23 Thread Jerry Stuckle
On 8/23/2013 10:40 AM, Ralf Mardorf wrote: On Thu, 2013-08-22 at 12:02 -0400, Jerry Stuckle wrote: I tried it with dkms installed also, with no change. Hi Jerry, today I read the whole thread. The common way to build modules for a kernel is to use dkms and I experienced it as always working f

Re: Missing Makefile

2013-08-23 Thread Ralf Mardorf
On Thu, 2013-08-22 at 12:02 -0400, Jerry Stuckle wrote: > I tried it with dkms installed also, with no change. Hi Jerry, today I read the whole thread. The common way to build modules for a kernel is to use dkms and I experienced it as always working for me. How did you run dkms and what output d

Re: Missing Makefile

2013-08-23 Thread Jerry Stuckle
On 8/23/2013 12:36 AM, Kailash wrote: On Thursday 22 August 2013 09:32 PM, Jerry Stuckle wrote: On 8/22/2013 1:50 AM, Kailash wrote: On Monday 05 August 2013 08:10 AM, Jerry Stuckle wrote: On 8/4/2013 5:22 PM, Tom H wrote: On Sat, 03 Aug 2013 22:11:16 -0400, Jerry Stuckle wrote: > On 8/3/2

Re: Missing Makefile

2013-08-22 Thread Kailash
On Thursday 22 August 2013 09:32 PM, Jerry Stuckle wrote: > On 8/22/2013 1:50 AM, Kailash wrote: >> On Monday 05 August 2013 08:10 AM, Jerry Stuckle wrote: >>> On 8/4/2013 5:22 PM, Tom H wrote: On Sat, 03 Aug 2013 22:11:16 -0400, Jerry Stuckle wrote: > On 8/3/2013 10:30 AM, Tom H wrote:

Re: Missing Makefile

2013-08-22 Thread Jerry Stuckle
On 8/22/2013 1:50 AM, Kailash wrote: On Monday 05 August 2013 08:10 AM, Jerry Stuckle wrote: On 8/4/2013 5:22 PM, Tom H wrote: On Sat, 03 Aug 2013 22:11:16 -0400, Jerry Stuckle wrote: > On 8/3/2013 10:30 AM, Tom H wrote: >> >> Do the following four symlinks exist on your box >> (for 3.2

Re: Missing Makefile

2013-08-21 Thread Kailash
On Monday 05 August 2013 08:10 AM, Jerry Stuckle wrote: > On 8/4/2013 5:22 PM, Tom H wrote: >> On Sat, 03 Aug 2013 22:11:16 -0400, Jerry Stuckle wrote: >> > On 8/3/2013 10:30 AM, Tom H wrote: >> >> >> >> Do the following four symlinks exist on your box >> >> (for 3.2 of course). >> >> >> >> /

Re: Missing Makefile

2013-08-04 Thread Jerry Stuckle
On 8/4/2013 5:22 PM, Tom H wrote: On Sat, 03 Aug 2013 22:11:16 -0400, Jerry Stuckle wrote: > On 8/3/2013 10:30 AM, Tom H wrote: >> >> Do the following four symlinks exist on your box >> (for 3.2 of course). >> >> /lib/modules/3.10-1-amd64/build -> >> /usr/src/linux-headers-3.10-1-amd64 >>

Re: Missing Makefile

2013-08-04 Thread Jerry Stuckle
On 8/4/2013 5:49 PM, david...@ling.ohio-state.edu wrote: On Wed, 31 Jul 2013, Jerry Stuckle wrote: Hi, all, I was sent here by the debian-devel list people. Hopefully someone here can help me. I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a t

Re: Missing Makefile

2013-08-04 Thread davidson
On Wed, 31 Jul 2013, Jerry Stuckle wrote: Hi, all, I was sent here by the debian-devel list people. Hopefully someone here can help me. I'm trying to compile my first module for Debian (right now it doesn't do anything - one step at a time ). My makefile is: obj-m = mymodule.o KVERSION =

Re: Missing Makefile

2013-08-04 Thread Tom H
On Sat, 03 Aug 2013 22:11:16 -0400, Jerry Stuckle wrote: > On 8/3/2013 10:30 AM, Tom H wrote: >> >> Do the following four symlinks exist on your box >> (for 3.2 of course). >> >> /lib/modules/3.10-1-amd64/build -> >> /usr/src/linux-headers-3.10-1-amd64 >> >> /lib/modules/3.10-1-amd64/source -> >>

Re: Missing Makefile

2013-08-03 Thread Jerry Stuckle
On 8/3/2013 10:30 AM, Tom H wrote: On Fri, 02 Aug 2013 19:59:57 -0400 > Thanks for trying to help. You're welcome. > No, the make fails with a missing Makefile, as indicated > in my original post. Do the following four symlinks exist on your box (for 3.2 of course). /lib/modules/3.10-1-

Re: Re: Missing Makefile

2013-08-03 Thread Tom H
On Fri, 02 Aug 2013 19:59:57 -0400 > Thanks for trying to help. You're welcome. > No, the make fails with a missing Makefile, as indicated > in my original post. Do the following four symlinks exist on your box (for 3.2 of course). /lib/modules/3.10-1-amd64/build -> /usr/src/linux-headers-3

Re: Missing Makefile

2013-08-02 Thread Jerry Stuckle
On 8/2/2013 4:01 PM, Tom H wrote: This is on sid, not wheezy (I don't have a wheezy box with compilation tools installed). [root@localhost:/usr/src/jstuckle]# aptitude search -F '%c %p %v %V' linux-image-3 i linux-image-3.10-1-amd64 3.10.3-1 3.10.3-1 p linux-image-3.10-1-amd64-dbg

Re: Missing Makefile

2013-08-02 Thread Tom H
On Thu, 01 Aug 2013 09:30:31 -0400, Jerry Stuckle wrote > On 7/31/2013 11:12 PM, Tom H wrote: >> On Tue, 30 Jul 2013 23:05:01 -0400, Jerry Stuckle wrote: >>> >>> I'm trying to compile my first module for Debian. >>> >>> My makefile is: >>> >>> obj-m = mymodule.o >>> KVERSION = $(shell uname -r) >>

Re: Missing Makefile

2013-08-01 Thread Jerry Stuckle
On 7/31/2013 11:12 PM, Tom H wrote: On Tue, 30 Jul 2013 23:05:01 -0400, Jerry Stuckle wrote: > > I'm trying to compile my first module for Debian. > > My makefile is: > > obj-m = mymodule.o > KVERSION = $(shell uname -r) > all: > make -C /lib/modules/$(KVERSION)/build M=$(PWD) module

Re: Missing Makefile

2013-07-31 Thread Tom H
On Tue, 30 Jul 2013 23:05:01 -0400, Jerry Stuckle wrote: > > I'm trying to compile my first module for Debian. > > My makefile is: > > obj-m = mymodule.o > KVERSION = $(shell uname -r) > all: > make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules > clean: > make -C /lib/modules/$(KVERSI