RE: problems for making kernel module

2008-04-28 Thread 서청원
ECTED] Sent: Monday, April 28, 2008 5:32 PM To: debian-user@lists.debian.org Subject: Re: problems for making kernel module On Mon, Apr 28, 2008 at 09:20:32AM +0900, ��û�� wrote: > I got this message during compiling module. > > > > Building modules, stage 2. >

Re: problems for making kernel module

2008-04-28 Thread Tzafrir Cohen
On Mon, Apr 28, 2008 at 09:20:32AM +0900, ��û�� wrote: > I got this message during compiling module. > > > > Building modules, stage 2. > > MODPOST > > WARNING: "tasklist_lock" [ /Red/src/Red.ko] undefined! > > make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686' (There's 2.6.18

problems for making kernel module

2008-04-27 Thread 서청원
I got this message during compiling module. Building modules, stage 2. MODPOST WARNING: "tasklist_lock" [ /Red/src/Red.ko] undefined! make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-4-686' Actually, Red.ko had made but can not load the module due to the unknown symbol (tasklis

Re: Making kernel 2.6.18

2006-09-27 Thread David Baron
On Wednesday 27 September 2006 16:20, Hugo Vanwoerkom wrote: > David Baron wrote: > > Manually putting in the symlink worked. 2.6.18 is up and running. > > Easily build the kqemu and, using m-a all the other added kernel models. > > And yes, Nvidia's installer CAN be easily used with multiple kerne

Re: Making kernel 2.6.18

2006-09-27 Thread Hugo Vanwoerkom
David Baron wrote: Manually putting in the symlink worked. 2.6.18 is up and running. Easily build the kqemu and, using m-a all the other added kernel models. And yes, Nvidia's installer CAN be easily used with multiple kernels and even cross-compile (read their "advanced" options). I'll keep 2

RE: Making kernel 2.6.18

2006-09-26 Thread David Baron
Manually putting in the symlink worked. 2.6.18 is up and running. Easily build the kqemu and, using m-a all the other added kernel models. And yes, Nvidia's installer CAN be easily used with multiple kernels and even cross-compile (read their "advanced" options). I'll keep 2.6.17 around for a few

Re: Making kernel 2.6.18

2006-09-26 Thread Arthur Marsh
David Baron wrote, On 2006-09-26 23:42: On Tuesday 26 September 2006 02:54, Arthur Marsh wrote: Hugo Vanwoerkom wrote, On 2006-09-26 03:49: David Baron wrote: I recall others have had a problem with this as well. Looks for the asm/socket.h file. This is very often a problem on a clean(ed) bui

Re: Making kernel 2.6.18

2006-09-26 Thread David Baron
On Tuesday 26 September 2006 17:47, Arthur Marsh wrote: > David Baron wrote, On 2006-09-26 23:42: > > On Tuesday 26 September 2006 02:54, Arthur Marsh wrote: > >> Hugo Vanwoerkom wrote, On 2006-09-26 03:49: > >>> David Baron wrote: > I recall others have had a problem with this as well. Looks

Re: Making kernel 2.6.18

2006-09-26 Thread David Baron
On Tuesday 26 September 2006 02:54, Arthur Marsh wrote: > Hugo Vanwoerkom wrote, On 2006-09-26 03:49: > > David Baron wrote: > >> I recall others have had a problem with this as well. Looks for the > >> asm/socket.h file. > >> > >> This is very often a problem on a clean(ed) build, usually solved b

Re: Making kernel 2.6.18

2006-09-25 Thread Arthur Marsh
Hugo Vanwoerkom wrote, On 2006-09-26 03:49: David Baron wrote: I recall others have had a problem with this as well. Looks for the asm/socket.h file. This is very often a problem on a clean(ed) build, usually solved by running a make until c files are actually being compiled and then stoppin

Re: Making kernel 2.6.18

2006-09-25 Thread Hugo Vanwoerkom
David Baron wrote: I recall others have had a problem with this as well. Looks for the asm/socket.h file. This is very often a problem on a clean(ed) build, usually solved by running a make until c files are actually being compiled and then stopping it. Then one could go on with whatever make

Making kernel 2.6.18

2006-09-25 Thread David Baron
I recall others have had a problem with this as well. Looks for the asm/socket.h file. This is very often a problem on a clean(ed) build, usually solved by running a make until c files are actually being compiled and then stopping it. Then one could go on with whatever makekpkg one was doing.

problem making kernel - infinite loop

2006-01-10 Thread Eckhart Guthöhrlein
Hi all, I have problems making a 2.6.15 kernel on a debian unstable machine, more precisely Linux seneca 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686 GNU/Linux The problem is that after saying make, everything that happens is: seneca:/usr/src/linux-source-2.6.15# make CHK include/linu

Re: Making Kernel

1997-07-09 Thread Manoj Srivastava
Hi, As other people have already mentioned, make-kpkg clean is the answer (it removes the stamp-* files too). I'd suggest that a perusal of /usr/doc/kernel-package/{Poblems,README}.gz before building the kernel (the problems file mentions this, at least i the newer versions of kernel-p

Re: Making Kernel: Addendum

1997-07-09 Thread Mike Schmitz
On Wed, 9 Jul 1997, Michael Bucciarelli wrote: > The second time around I also did make clean after make deb. > Sorry I left this out. > -- Mike > > > Mike Bucciarelli, N7CK > [EMAIL PROTECTED] > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTE

Making Kernel

1997-07-09 Thread Michael Bucciarelli
Thanks for the help. Getting rid of the stamp-configure and stamp-image files and doing a make-kpkg clean did the trick. Somebody might want to stick that helpful hint in the FAQ as that was what I was using for documentation to make my kernel package. -- Mike Mike Bucciarelli, N7CK [EMAIL PROT

Re: Making Kernel

1997-07-09 Thread Jesse Goldman
Hi, It looks like you forgot to remove or touch the stamp-configure and stamp-image files created by the make-kpkg script in /usr/src/linux. Once you do that, you should be able to recompile without a problem. Also, "make-kpkg clean" should do it. J. Goldman On Wed, 9 Jul 1997, Michael Bucciarel

Making Kernel: Addendum

1997-07-09 Thread Michael Bucciarelli
The second time around I also did make clean after make deb. Sorry I left this out. -- Mike Mike Bucciarelli, N7CK [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Making Kernel

1997-07-09 Thread Michael Bucciarelli
I have been having a problem using make-kpkg to make a debianized kernel. The first time I did this procedure it worked, scripts ran and I ended up with the debian package: make menuconfig make dep make-kpkg -r Custom.1 kernel_image The second time (after I installed the kernel package, found my

Re: Making kernel using "make install"

1997-01-22 Thread Kendrick Myatt
At 12:08 AM 1/19/97 +0100, Thomas Baetzler wrote: >Victor Torrico wrote: >> >> When making a kernel 2.0.27 I do the following: >[clumsy procedure deleted] > >Actually, on Debian it´s so much nicer to install the kernel-package >package. >Then you cd to the linux source, "make mrproper" and "make c

Re: Making kernel using "make install"

1997-01-18 Thread Thomas Baetzler
Pete Templin wrote: > Ah-hah! Finally, what seems to be a simple sequence of commands for > building a new kernel. But what must I do to ensure that my old kernel > will continue to work (with its modules), especially if lilo wants to > complain that the new kernel is too large? I assume that c

Re: Making kernel using "make install"

1997-01-18 Thread Thomas Baetzler
Victor Torrico wrote: > > When making a kernel 2.0.27 I do the following: [clumsy procedure deleted] Actually, on Debian it´s so much nicer to install the kernel-package package. Then you cd to the linux source, "make mrproper" and "make config" just once, and then you can always rebuild your ker

Re: Making kernel using "make install"

1997-01-18 Thread Nathan L. Cutler
> "kooij" == J P D Kooij <[EMAIL PROTECTED]> writes: kooij> Regarding compiling and installing new kernels, kooij> I would like to know more about details of installing new kooij> (and older) kernels and have an overview of the process as kooij> well. IMHO this is something th

Re: Modules (was Re: Making kernel using "make install")

1997-01-18 Thread Daniel Stringfield
On Fri, 17 Jan 1997, David Wright wrote: > Am I right in thinking that a module is a module is a module? > In other words, is the sound.o module always the same even though > different base addresses/IRQs etc. were configured? Nope. Each time you compile it, differences do occur. You can USE s

Re: Making kernel using "make install"

1997-01-17 Thread Buddha Buck
> > On Fri, 17 Jan 1997, Victor Torrico wrote: > > > When making a kernel 2.0.27 I do the following: > > > > make mrproper > > make config > > make dep > > make clean > > make zImage > > make modules > > make modules_install > > make install > > > > The "make install" is not documented in the "

Modules (was Re: Making kernel using "make install")

1997-01-17 Thread David Wright
On Fri, 17 Jan 1997, Martin Konold wrote: > Every kernel release gets its own direcory in /etc/modules/ > So no need to backup the modules. > The new directory gets created with > make modules_install Am I right in thinking that a module is a module is a module? In other words, is the sound.o mo

Re: Making kernel using "make install"

1997-01-17 Thread J.P.D. Kooij
Regarding compiling and installing new kernels, On 17 Jan 1997, Guy Maor wrote: > Victor Torrico <[EMAIL PROTECTED]> writes: > > > What exactly does "make install" do? > > See installkernel(8) and mkboot(8). Hey, this is not a very elaborate answer. I would like to know more about details o

Re: Making kernel using "make install"

1997-01-17 Thread Martin Konold
On Fri, 17 Jan 1997, Pete Templin wrote: Hi there, > Ah-hah! Finally, what seems to be a simple sequence of commands for > building a new kernel. But what must I do to ensure that my old kernel > will continue to work (with its modules), especially if lilo wants to > complain that the new kernel

Re: Making kernel using "make install"

1997-01-17 Thread Guy Maor
Victor Torrico <[EMAIL PROTECTED]> writes: > What exactly does "make install" do? See installkernel(8) and mkboot(8). Guy -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Re: Making kernel using "make install"

1997-01-17 Thread Pete Templin
On Fri, 17 Jan 1997, Victor Torrico wrote: > When making a kernel 2.0.27 I do the following: > > make mrproper > make config > make dep > make clean > make zImage > make modules > make modules_install > make install > > The "make install" is not documented in the "/usr/src/linux" directory > as

Making kernel using "make install"

1997-01-17 Thread Victor Torrico
When making a kernel 2.0.27 I do the following: make mrproper make config make dep make clean make zImage make modules make modules_install make install The "make install" is not documented in the "/usr/src/linux" directory as far as I know but when it is used it seems to put everything from the

Re: Error making kernel package

1996-11-24 Thread Roger Endo
> > warning, 'debian/tmp-image/DEBIAN/control/' contains user-defined field > > 'Installed-Size' > > dpkg-deb: building package 'kernel-image-2.0.25' in '..'. > > dpkg-deb: ignoring 1 warning about control file(s) > > dpkg-deb: unable to create '..': Is a directory > > make: *** [stamp-image] Error

Re: Error making kernel package

1996-11-23 Thread Fabien Ninoles
On Fri, 22 Nov 1996, juan j casero wrote: > Hi Folks - > > In my never ending saga with Debian Linux and the custom kernel I finally > found thanks to help from others on the net dpkg-dev and installed it. > When I tried to make the custom kernel package I get the following error: > > warnin

Re: Error making kernel package

1996-11-23 Thread Manoj Srivastava
Hi, The warning 'debian/tmp-image/DEBIAN/control/' contains user-defined field 'Installed-Size' indicates that you are using the new version of kernel-package, which creates a new style package, with the stable version of dpkg, which does not yet understand it. That is also the

Error making kernel package

1996-11-23 Thread juan j casero
Hi Folks - In my never ending saga with Debian Linux and the custom kernel I finally found thanks to help from others on the net dpkg-dev and installed it. When I tried to make the custom kernel package I get the following error: warning, 'debian/tmp-image/DEBIAN/control/' contains user-defin