Re: Kernel compilation problem

2018-08-02 Thread Taren
I did finally get the 4.17.11 kernel to compile so that my large drives are visible now, but I had to use a 'shotgun' approach in including as many SCSI/SATA/etc variables as possible. I do intend on comparing the non-functioning config for 4.17.11 against both the functioning config, as

Re: Kernel compilation problem

2018-08-02 Thread David Wright
On Wed 01 Aug 2018 at 23:37:33 (-0600), Taren wrote: > I'm running Stretch, with kernel 4.9.0.7, and am trying to compile a > new kernel (preferably 4.17.11) into which I can boot. > The kernel builds successfully, but whenever I try booting into the > new kernel, I end up in emergency mode, with

Re: Kernel compilation problem

2018-08-02 Thread Taren
Correction: The kernel version I'm using (which sees my 2.7T drives) is 4.9.0-7-amd, not 4.9.0.7. I can provide the .config file for 4.17.11, if needed. On 08/01/2018 11:37 PM, Taren wrote: I'm running Stretch, with kernel 4.9.0.7, and am trying to compile a new kernel (preferably 4.17.11)

RE: kernel compilation (was ... Re: Building computer)

2013-09-29 Thread Beco
On 29 September 2013 02:41, Chris Bannister cbannis...@slingshot.co.nz wrote: On Thu, Sep 26, 2013 at 11:57:43PM -0300, Beco wrote: On 26 September 2013 22:22, Tom H tomh0...@gmail.com wrote: (I've compiled a kernel on a netbook; you'd better have a few hours to spare...)

Re: Kernel Compilation

2006-02-05 Thread Digby Tarvin
Hello Roman, Just been through the exercise of building my first Debian kernel myself. If you have never built a Debian kernel before, the 'Debian way' of doing it seems quite different to that on most other Linux's. The method I used to reproduce my stock stable kernel-source-2.6.8 after a new

Re: Kernel Compilation

2006-02-05 Thread Andreas Janssen
Hello Roman Kouzmenko ([EMAIL PROTECTED]) wrote: I've managed after some work to install debian on my new Dell machine (ICH7 controller + SATA): I debootstrapped the system from Knoppix and then installed the latest kernel 2.6.15-1-686-smp from the backports with initramfs-tools. I need to

Re: Kernel compilation

2006-01-27 Thread Andi Drebes
Hi! For some reason I seem to be getting the following message when type make menuconfig scripts/kconfig/mconf.c:91: error: static declaration of 'current_menu' follows non-static declaration scripts/kconfig/lkc.h:63: error: previous declaration of 'current_menu' was here make[1]: ***

Re: Kernel compilation

2006-01-27 Thread Brent Clark
Andi Drebes wrote: Hi! For some reason I seem to be getting the following message when type make menuconfig scripts/kconfig/mconf.c:91: error: static declaration of 'current_menu' follows non-static declaration scripts/kconfig/lkc.h:63: error: previous declaration of 'current_menu' was here

Re: Kernel compilation

2006-01-27 Thread Andi Drebes
Hi Brent! Thanks for replying, no its from the debian repositry. ok. But which version did you obtain? ukgate:/usr/src/linux# dpkg -l | grep -i gcc ii gcc 4.0.2-2The GNU C compiler ii gcc-2.95 2.95.4-22 The GNU C

Re: Kernel compilation

2006-01-27 Thread AbhiSawa
If its from debian repository try to compile it with make-kpkg first say # apt-get install kernel-package fakeroot libncurses5-dev may be this will solve your dependacy problem get into kernel source directory # make-kpkg clean # fakeroot make-kpkg --config menuconfig

Re: kernel compilation buggy?

2005-05-24 Thread Alberto Bert
On May 23, 2005 at 10:03:13PM -0700, Marc Wilson wrote: On Mon, May 23, 2005 at 07:06:31PM +0200, Alberto Bert wrote: I just tryed to compile the 2.6.22 kernel with make-kpkg and the default config file. Is there any indication whatsoever that the default configuration file is appropriate

Re: kernel compilation buggy?

2005-05-24 Thread Anthony Campbell
On 23 May 2005, Ionut Georgescu wrote: Hello Alberto, I run 2.6.11-ck8 and 2.6.11.2 with no issues. Both compiled with make-kpkg. Could it be a wrong .config file ? Regards, Ionut Is this the vanilla kernel source or the Debian kernel-source package? Anthony -- [EMAIL PROTECTED]

Re: kernel compilation buggy?

2005-05-24 Thread Alberto Bert
On May 24, 2005 at 09:02:59AM +0100, Anthony Campbell wrote: On 23 May 2005, Ionut Georgescu wrote: Hello Alberto, I run 2.6.11-ck8 and 2.6.11.2 with no issues. Both compiled with make-kpkg. Could it be a wrong .config file ? Regards, Ionut Is this the vanilla kernel

Re: kernel compilation buggy?

2005-05-24 Thread Ionut Georgescu
I usually run vanilla sources. For the 2.6.11.-ck8 I wanted to give the much praised -ck patch a try, but for now I haven't seen any difference yet :-) Ionut On Tue, May 24, 2005 at 09:02:59AM +0100, Anthony Campbell wrote: On 23 May 2005, Ionut Georgescu wrote: Hello Alberto, I run

Re: kernel compilation buggy?

2005-05-24 Thread Alberto Bert
Got it! I update the system and it upgraded initrd-tools, plus I updated the kernel-2.6.11 also. Then I copyed the new default config from /boot and I'm now running it. So, I suppose initrd-tools was buggy... thanks anyway, bye Alberto On May 24, 2005 at 10:01:16AM +0200, Alberto Bert wrote:

Re: kernel compilation buggy?

2005-05-23 Thread Alberto Bert
Sorry, I forgot to say that I'm running sid Alberto On May 23, 2005 at 07:06:31PM +0200, Alberto Bert wrote: Hi, I just tryed to compile the 2.6.22 kernel with make-kpkg and the default config file. I doesn't boot giving endless loop with and error apparently related to proc and init. I

Re: kernel compilation buggy?

2005-05-23 Thread Ionut Georgescu
Hello Alberto, I run 2.6.11-ck8 and 2.6.11.2 with no issues. Both compiled with make-kpkg. Could it be a wrong .config file ? Regards, Ionut On Mon, May 23, 2005 at 07:11:00PM +0200, Alberto Bert wrote: Sorry, I forgot to say that I'm running sid Alberto On May 23, 2005 at 07:06:31PM

Re: kernel compilation buggy?

2005-05-23 Thread Marc Wilson
On Mon, May 23, 2005 at 07:06:31PM +0200, Alberto Bert wrote: I just tryed to compile the 2.6.22 kernel with make-kpkg and the default config file. Is there any indication whatsoever that the default configuration file is appropriate for your hardware? If you don't know what you're doing,

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
Yes I have, with the latest provided by debian : 2.6.9 The problem seems to be unrelated to the version of the kernel because even module compilation fails, as I stated before. Thanks for helping Hi Have you tried to compile another 2.6.x kernel with your 2.6.5/.config ? Moreover you will have

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
I do have all the necessary packages. The thing is that I configured my kernel a couple of months ago (when 2.6.5 was the latest stable kernel version). It worked fine. Yesterday I found shfs module, and while trying to compile it I got this error message. It isn't a normal compilation error,

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
I removed some of my gcc's, keeping the gcc-x.x-base files though, they seemed necessary. I tried again, same error. The funny thing, even 'make clean' fails : ... /bin/sh: line 1: 15413 Segmentation fault gcc -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
And it seems all my gcc-3.x packages don't work... gcc-2.95 is fine, but too old... _ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
I've managed to reinstall gcc-3.3 (with aptitude), after having cleared my apt cache (apt-get clean) so as to be sure that a correct version would be downloaded... Same problem, segmentation fault when I do 'gcc -v' _ Express

Re: Kernel compilation error

2005-01-09 Thread Wayne Topa
Alex Papadopoulos([EMAIL PROTECTED]) is reported to have said: I've managed to reinstall gcc-3.3 (with aptitude), after having cleared my apt cache (apt-get clean) so as to be sure that a correct version would be downloaded... Same problem, segmentation fault when I do 'gcc -v' I have

Re: Kernel Compilation

2004-12-20 Thread Kevin Coyner
On Mon, Dec 20, 2004 at 07:39:01AM -0800, Sergio Basurto Juarez wrote.. Hello, Anyone can tell me howto install kernel sources under Debian Testing, I already try: apt-cache search kernel sources and things like that, I also install a kerne-image and it just install a kernel

Re: Kernel Compilation

2004-12-20 Thread Antonio Rodriguez
On Mon, Dec 20, 2004 at 07:39:01AM -0800, Sergio Basurto Juarez wrote: Hello, Anyone can tell me howto install kernel sources under Debian Testing, I already try: apt-cache search kernel sources and things like that, I also install a kerne-image and it just install a kernel but

Re: Kernel Compilation

2004-12-20 Thread James Vahn
In article [EMAIL PROTECTED] you wrote: Anyone can tell me howto install kernel sources under Debian Testing, I already try: apt-cache search kernel sources Try: apt-cache search ^kernel-source I prefer the sources from kernel.org for reasons I have forgotten. If I recall, make-kpkg

Re: Kernel Compilation

2004-12-20 Thread Sergio Basurto Juarez
--- James Vahn [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED] you wrote: Anyone can tell me howto install kernel sources under Debian Testing, I already try: apt-cache search kernel sources Try: apt-cache search ^kernel-source I prefer the sources from kernel.org for

Re: kernel compilation on sid

2004-09-15 Thread Frédéric Dreier
Eric Gaumer wrote: On Mon, 2004-09-13 at 23:36, Frédéric Dreier wrote: Hi, I re-installed my laptop (dell inspiron 8100) with the new installer (kernel 2.6). Then I apt-get the newer kernel source and compile it (make-kpkg --initrd kernel_image; dpkg -i kernel-image...). but it hangs

Re: kernel compilation on sid

2004-09-14 Thread Paolo Alexis Falcone
On Tue, 14 Sep 2004 08:36:39 +0200, Frédéric Dreier [EMAIL PROTECTED] wrote: Hi, I re-installed my laptop (dell inspiron 8100) with the new installer (kernel 2.6). Then I apt-get the newer kernel source and compile it (make-kpkg --initrd kernel_image; dpkg -i kernel-image...). but it

Re: kernel compilation on sid

2004-09-14 Thread Frédéric Dreier
Paolo Alexis Falcone wrote: On Tue, 14 Sep 2004 08:36:39 +0200, Frédéric Dreier [EMAIL PROTECTED] wrote: Hi, I re-installed my laptop (dell inspiron 8100) with the new installer (kernel 2.6). Then I apt-get the newer kernel source and compile it (make-kpkg --initrd kernel_image; dpkg -i

Re: kernel compilation on sid

2004-09-14 Thread Justin Guerin
On Tuesday 14 September 2004 00:36, Frédéric Dreier wrote: Hi, I re-installed my laptop (dell inspiron 8100) with the new installer (kernel 2.6). Then I apt-get the newer kernel source and compile it (make-kpkg --initrd kernel_image; dpkg -i kernel-image...). but it hangs randomly during

Re: kernel compilation on sid

2004-09-14 Thread Eric Gaumer
On Mon, 2004-09-13 at 23:36, Frédéric Dreier wrote: Hi, I re-installed my laptop (dell inspiron 8100) with the new installer (kernel 2.6). Then I apt-get the newer kernel source and compile it (make-kpkg --initrd kernel_image; dpkg -i kernel-image...). but it hangs randomly during the

Re: kernel compilation

2004-09-02 Thread Jean-Luc Coulon (f5ibh)
Le 02.09.2004 22:20:43, Pierre Ancelot a écrit : Bonjour bonjour, question, (oui j'ai bien cherché dans google mais tout le monde a une maniere differente de faire ca) j'ai apt-getted kernel-source et kernel-headers seleument, kernel-headers apparait dans un autre dossier que la source elle

Re: kernel compilation

2004-09-02 Thread Pierre Ancelot
Merci Jean-Luc :) On Thursday 02 September 2004 22:25, Jean-Luc Coulon (f5ibh) wrote: Le 02.09.2004 22:20:43, Pierre Ancelot a écrit : Bonjour bonjour, question, (oui j'ai bien cherché dans google mais tout le monde a une maniere differente de faire ca) j'ai apt-getted kernel-source et

Re: Kernel compilation question

2004-08-24 Thread Thomas Adam
On Tue, Aug 24, 2004 at 09:21:59AM +0200, Magnus Therning wrote: Howcome? (Is it related to '.config support' being compiled into the standard Debian kernels?) How do prevent it from happening? (I unmounted /boot, but that that's less than elegant.) You copy whatever config you want to

Re: Kernel compilation question

2004-08-24 Thread Magnus Therning
On Tue, Aug 24, 2004 at 12:23:57PM +0100, Thomas Adam wrote: On Tue, Aug 24, 2004 at 09:21:59AM +0200, Magnus Therning wrote: Howcome? (Is it related to '.config support' being compiled into the standard Debian kernels?) How do prevent it from happening? (I unmounted /boot, but that that's

Re: Kernel compilation question

2004-08-24 Thread CW Harris
On Tue, Aug 24, 2004 at 05:45:02PM +0200, Magnus Therning wrote: On Tue, Aug 24, 2004 at 12:23:57PM +0100, Thomas Adam wrote: On Tue, Aug 24, 2004 at 09:21:59AM +0200, Magnus Therning wrote: Howcome? (Is it related to '.config support' being compiled into the standard Debian kernels?) How

Re: Kernel compilation woes

2004-02-07 Thread Paul Morgan
On Sat, 07 Feb 2004 12:09:10 -0600, Joel Konkle-Parker wrote: I'm trying to compile my own 2.4.24 kernel using the sources from kernel.org and the .config from Sarge, and I'm getting some errors: # make-kpkg kernel_image compiling... if [ -r System.map ]; then /sbin/depmod -ae -F

Re: Kernel compilation woes

2004-02-07 Thread Andy Firman
On Sat, Feb 07, 2004 at 12:09:10PM -0600, Joel Konkle-Parker wrote: I'm trying to compile my own 2.4.24 kernel using the sources from kernel.org and the .config from Sarge, and I'm getting some errors: # make-kpkg kernel_image compiling... if [ -r System.map ]; then /sbin/depmod -ae -F

Re: kernel compilation for ethernet connection

2004-01-26 Thread Adam Aube
On Monday 26 January 2004 07:01 pm, j smith wrote: i have Debian 3.0, with default kernel, my ethernet connection works, but with my customized kernel, the connection fails. I'm going to guess (since you didn't indicate one way or another) that you're using DHCP. A mistake I have made with

RE: kernel compilation question

2003-07-28 Thread Preston Boyington
Title: RE: kernel compilation question Now that I'm fully moved over to Debian :-), I'm looking at start tinkering with kernel compilation. I would assume I'd need the kernel-source package of my choice? But it are there any other package(s) I'd need to download to get started

Re: kernel compilation question

2003-07-28 Thread Rodney D. Myers
Thanks to all that answered. More than enough info to get me started, and completed. -- Rodney D. Myers [EMAIL PROTECTED] Registered Linux User #96112 ICQ#: AIM#: YAHOO: 18002350 mailman452 mailman42_5 They that can give up essential liberty to obtain a little temporary safety

Re: kernel compilation question

2003-07-27 Thread Marino Fernandez
On Sunday 27 July 2003 9:47 pm, Rodney D. Myers wrote: Now that I'm fully moved over to Debian :-), I'm looking at start tinkering with kernel compilation. I would assume I'd need the kernel-source package of my choice? But it are there any other package(s) I'd need to download to get

Re: kernel compilation question

2003-07-27 Thread Nick Hastings
Hi, * Rodney D. Myers [EMAIL PROTECTED] [030728 11:48]: Now that I'm fully moved over to Debian :-), I'm looking at start tinkering with kernel compilation. I would assume I'd need the kernel-source package of my choice? Need is not strictly true since you could just get the source from

Re: kernel compilation question

2003-07-27 Thread Greg Folkert
On Sun, 2003-07-27 at 22:47, Rodney D. Myers wrote: Now that I'm fully moved over to Debian :-), I'm looking at start tinkering with kernel compilation. I would assume I'd need the kernel-source package of my choice? But it are there any other package(s) I'd need to download to get started

Re: kernel compilation question

2003-07-27 Thread Andrew McGuinness
Marino Fernandez wrote: On Sunday 27 July 2003 9:47 pm, Rodney D. Myers wrote: Now that I'm fully moved over to Debian :-), I'm looking at start tinkering with kernel compilation. I would assume I'd need the kernel-source package of my choice? But it are there any other package(s) I'd need to

RE: Kernel compilation and modules and stuff

2003-04-05 Thread Ben Whyte
Jeff, If you simply download and install kernel headers 2.4.18-bf2.4 and recompile following the instructions in /usr/share/doc/nvidia-kernel and glx, you should find it works. Ben -Original Message- From: Jeff Tickle [mailto:[EMAIL PROTECTED] Sent: 05 April 2003 18:39 To:

Re: Kernel compilation and modules and stuff

2003-04-05 Thread Kevin McKinley
On Sat, 05 Apr 2003 11:39:29 -0600 Jeff Tickle [EMAIL PROTECTED] wrote: Hello... I have just finally gotten around to trying Debian out. Installation has been fun... it's not until one tries out Debian that they understand how bad user-friendliness elsewhere has been. But it's all

Re: [KERNEL] compilation bttv a la mode debian

2003-02-18 Thread Christian Marillat
ARTUS Guillaume [EMAIL PROTECTED] writes: Salut la liste, Salut, [...] 2/ bttv recupere en tar.gz compiler 'a la main' uname -r driver/.version #sinon il plante a l'installation en compilant pour un 2.4.20 tout court su -c make install Il y a-t-il une bonne raison de ne pas utiliser le

Re: [KERNEL] compilation bttv a la mode debian

2003-02-18 Thread Frédéric Bothamy
* Christian Marillat [EMAIL PROTECTED] [2003-02-18 11:58] : ARTUS Guillaume [EMAIL PROTECTED] writes: Salut la liste, Salut, [...] 2/ bttv recupere en tar.gz compiler 'a la main' uname -r driver/.version #sinon il plante a l'installation en compilant pour un 2.4.20 tout court

Re: [KERNEL] compilation bttv a la mode debian

2003-02-18 Thread ARTUS Guillaume
le Tue, Feb 18, 2003 at 11:58:35AM +0100, Christian Marillat a ecrit: 2/ bttv recupere en tar.gz compiler 'a la main' Il y a-t-il une bonne raison de ne pas utiliser le bttv déjà présent dans le 2.4.20 ? Euh en fait il y AVAIT une bonne raison, qui remonte a pas loin de 5 ans quand ma carte

Re: [KERNEL] compilation bttv a la mode debian

2003-02-18 Thread ARTUS Guillaume
le Tue, Feb 18, 2003 at 01:23:42PM +0100, Frédéric Bothamy a ecrit: * Christian Marillat [EMAIL PROTECTED] [2003-02-18 11:58] : Il y a-t-il une bonne raison de ne pas utiliser le bttv déjà présent dans le 2.4.20 ? Moi, perso, j'en vois une : c'est une version pas très récente (0.7.96 contre

Re: Kernel Compilation and Keyboard

2003-02-16 Thread Seneca
On Sun, Feb 16, 2003 at 11:33:00PM -, Kevin Smith wrote: I'm running Debian Woody 3.0r1 on a powerpc (AppleMac G3 beige) and have used the precompiled Kernels in the past. I decided to compile a Kernel from source (2.4.20) and everything works perfect apart from the keyboard, where the

Re: kernel compilation et UDF-files (on y est presque ..)

2002-12-08 Thread claude.parisot
Bon, j'ai recompilé le noyau avec toues les options exigées, j'avais fini par trouver avant que ton message arrive, j'ai lancé la commande listée plus bas, ça a eu l'air de fonctionner, ça m'a effectivement créé un répertoire /udfmnt, mais je ne peux toujours pas lire ces maudits cd-rw - et je

Re: kernel compilation et UDF-files (on y est presque ..)

2002-12-07 Thread Frédéric Bothamy
* claude.parisot [EMAIL PROTECTED] [2002-12-07 21:04] : Bon, je commence à me dépatouiller de ces histoires de lecture / écriture sur CD-RW, à la dernière commande je reçois un message d'erreur, et j'ai besoin d'éclaircissements. En configurant UDFTOOLS , je lance en final : # mount -o

Re: Kernel compilation

2002-11-25 Thread Rob Weir
On Thu, Nov 21, 2002 at 08:22:14AM +0700, Oki DZ wrote: BTW, would there be any problems in using 2.5.x on Debian systems? 2.5.47, iirc, completely changed the module loading code. The modutils in sid _does not work_. You'll have to go get the source for Rusty's new version from kernel.org.

Re: Kernel compilation

2002-11-21 Thread Thomas Kallenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi!! I used 2.5.x some months ago. 2.5.30 was the last one I know. There were some problems with the serial ports, but this was a kernel problem and not a debian Problem. At the moment there is a Acpi-problem but I dont know if this is a debian

Re: Kernel compilation

2002-11-20 Thread Oki DZ
BTW, would there be any problems in using 2.5.x on Debian systems? TIA, Oki -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Kernel compilation

2002-11-20 Thread Vineet Kumar
* Oki DZ ([EMAIL PROTECTED]) [021120 17:15]: Hi, I was trying to compile the kernel version 2.5.44, and then compilation stopped at the following: net/ipv4/raw.c: In function `raw_send_hdrinc': net/ipv4/raw.c:297: `NF_IP_LOCAL_OUT' undeclared (first use in this function)

Re: Kernel compilation

2002-11-02 Thread pd3
On Mon, Dec 30, 2002 at 01:24:15PM -0600, cobb wrote: I have not been able to find a document specific to Debian on upgrading the kernel. I am running 2.2.20, but would like to use a 2.4 or better kernel. Can anyone explain it, or point me to a document SPECIFIC to Debian? Hello

Re: Kernel compilation

2002-11-01 Thread judd
On 30 Dec, cobb wrote: I have not been able to find a document specific to Debian on upgrading the kernel. I am running 2.2.20, but would like to use a 2.4 or better kernel. Can anyone explain it, or point me to a document SPECIFIC to Debian? I keep finding Redhat-specific information.

Re: Kernel compilation

2002-11-01 Thread Rupert
On Mon, 30 Dec 2002 13:24:15 -0600 cobb [EMAIL PROTECTED] wrote: Can anyone explain it, or point me to a document SPECIFIC to Debian? http://www.debian.org//doc/manuals/reference/ch-kernel.en.html Rupert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Re: Kernel compilation

2002-10-30 Thread Mike Egglestone
Quoting cobb [EMAIL PROTECTED]: I have not been able to find a document specific to Debian on upgrading the kernel. I am running 2.2.20, but would like to use a 2.4 or better kernel. Can anyone explain it, or point me to a document SPECIFIC to Debian? I keep finding Redhat-specific

Re: Kernel compilation

2002-10-30 Thread Bob Nielsen
To upgrade your kernel, you can probably just use one of the packaged kernel-image versions. Type 'apt-cache search kernel-image'. Pick the latest 2.4 version which matches your type of processor and install it with apt-get. You may have to edit either /etc/lilo.conf or /boot/grub/menu.lst,

Re: Kernel compilation

2002-10-30 Thread Hugh Saunders
30/12/2002 19:24:15, cobb [EMAIL PROTECTED] wrote: Can anyone explain it, or point me to a document SPECIFIC to Debian? install ncurses-dev im not an expert but if i were to build a new kernel, this is how i would do it... 1. apt-get install libncurses5 2. apt-get install kernel-source-2.4.18

Re: Kernel compilation

2002-10-30 Thread nate
cobb said: I have not been able to find a document specific to Debian on upgrading the kernel. I am running 2.2.20, but would like to use a 2.4 or better kernel. Can anyone explain it, or point me to a document SPECIFIC to Debian? I keep finding Redhat-specific information. if you want

Re: Kernel compilation

2001-12-28 Thread Jens Müller
Daniel Freedman [EMAIL PROTECTED] writes: Make sure you have the proper 'initrd=/boot/initrd.img-2.4.16' (or similar path to your initrd image) in your 'lilo.conf' and rerun lilo. Are you using kernel-package to compile your kernel (I'd suggest you do, if you're not)? Yes, I am. So I

Re: Kernel compilation

2001-12-28 Thread k l u r t
On Friday 28 December 2001 03:56 am, Jens Müller wrote: Daniel Freedman [EMAIL PROTECTED] writes: Make sure you have the proper 'initrd=/boot/initrd.img-2.4.16' (or similar path to your initrd image) in your 'lilo.conf' and rerun lilo. Are you using kernel-package to compile your kernel

Re: Kernel compilation

2001-12-27 Thread Daniel Freedman
On Thu, Dec 27, 2001, Jens Müller wrote: I have tried to compile my own kernel 2.4.16. I took the config file k7 from the Debian kernel source, and just activated acpi additionally. Hi Jens! When I installed it, that kernel complained about not being able to mount the root device. Maybe

Re: Kernel compilation error.......

2001-12-18 Thread Paul Mackinney
C muttered: make[1]: *** [vmlinux] Error 1 make[1]: Leaving directory `/usr/src/linux' make: *** [stamp-build] Error 2 I saw this too when compiling 2.4.16, running an up-to-date Woody system. I'll wait for 2.4.17. While I'm waiting, I have 2 questions for kernel-hackers: 1. I'm currently

Re: Kernel compilation error.......

2001-12-12 Thread J.A.Serralheiro
well I had trouble like those some times, and I assume that is something related with a misconfigured kernel configuration file. I reinstalled the source ( lazy ) and reconfigured the kernel to compile, and everything went just fine. On Wed, 12 Dec 2001, C wrote: Hi there I recently

Re: Kernel compilation error.......

2001-12-12 Thread Dragos
On Wednesday 12 December 2001 01:38 pm, C wrote: Hi there I recently upgraded my machinevia apt.this included a glibc6/-dev upgrade amongst other things. now when compiling a kernel...even one known to previously compileit fails at this point every time

Re: Kernel compilation error.......

2001-12-12 Thread C
] Cc: debian-user@lists.debian.org Sent: Wednesday, December 12, 2001 12:07 PM Subject: Re: Kernel compilation error... well I had trouble like those some times, and I assume that is something related with a misconfigured kernel configuration file. I reinstalled the source ( lazy

Re: Kernel compilation error.......

2001-12-12 Thread G. Soyez
Hi CraigT On Merkidi 12 Decimbe 2001 12:38, C wrote: Hi there I recently upgraded my machinevia apt.this included a glibc6/-dev upgrade amongst other things. now when compiling a kernel...even one known to previously compileit fails at this point every time

Re: Kernel compilation error.......

2001-12-12 Thread Dragos
: Dragos [EMAIL PROTECTED] To: C [EMAIL PROTECTED]; debian-user@lists.debian.org Sent: Wednesday, December 12, 2001 1:18 PM Subject: Re: Kernel compilation error... On Wednesday 12 December 2001 01:38 pm, C wrote: Hi there I recently upgraded my machinevia apt.this included

Re: Kernel compilation error.......

2001-12-12 Thread J.H.M. Dassen \(Ray\)
On Wed, Dec 12, 2001 at 14:21:53 +0100, G. Soyez wrote: It seems that the bug comes from the binutils package and can be solved by downgrading binutils. No it doesn't. The bug is in the kernel sources, and older versions of binutils just happened not to fail on it whereas the newer one does.

Re: kernel compilation and ncurses problem

2001-10-20 Thread Hartmut Figge
Bambang Purnomosidi D. P. wrote: I already have (from unstable) libncurses5, ncurses-bin, ncurses-term, and ncurses-base. DId I miss something?? [EMAIL PROTECTED]:~$ COLUMNS=120 dpkg -l \*ncurses\* | grep ^ii | cut -b -70 ii libncurses4 4.2-9Shared

Re: kernel compilation and ncurses problem

2001-10-20 Thread Marc Wilson
On Sat, Oct 20, 2001 at 11:16:28AM +0700, Bambang Purnomosidi D. P. wrote: failed 'make menuconfig' snipped I already have (from unstable) libncurses5, ncurses-bin, ncurses-term, and ncurses-base. DId I miss something?? In order to compile something against ncurses, you need

Re: kernel compilation and ncurses problem

2001-10-20 Thread Bambang Purnomosidi D. P.
Thank you all. Everything's clear n work now. -- bpdp

Re: kernel compilation LILO

2001-08-18 Thread Peter Palmreuther
Hello Steve, Saturday, August 18, 2001, 5:48:02 AM, you wrote: This way you're able Boot them? Who said anything about booting them? :-) I was just writing 'bout the _ability_ :-) -- Best regards, Petermailto:[EMAIL PROTECTED]

Re: kernel compilation LILO

2001-08-17 Thread Peter Palmreuther
Hello burningclown, On Friday, August 17, 2001 at 5:35:49 PM, you wrote (at least in part): given this [working] addition to /etc/lilo.conf, should I be relatively safe to go ahead and futz? You are! This [working] addition is a simple demonstration of multi-boot capabilities lilo offers.

Re: kernel compilation LILO

2001-08-17 Thread Michael Heldebrant
On 17 Aug 2001 10:35:49 -0500, [EMAIL PROTECTED] wrote: Hi, Yesterday I had an interesting conversation with someone on the #debian IRC channel re: compiling a custom kernel. He urged me to add the following lines to my /etc/lilo.conf file: image=/boot/vmlinuz-2.2.17 label=prev2217

Re: kernel compilation LILO

2001-08-17 Thread George Karaolides
On Fri, 17 Aug 2001 [EMAIL PROTECTED] wrote: Yesterday I had an interesting conversation with someone on the #debian IRC channel re: compiling a custom kernel. He urged me to add the following lines to my /etc/lilo.conf file: image=/boot/vmlinuz-2.2.17 label=prev2217 ... and make sure I

Re: kernel compilation LILO

2001-08-17 Thread Steve Kowalik
On Fri, Aug 17, 2001 at 06:00:39PM +0200, Peter Palmreuther uttered: This way you're able to archive even the last 10 kernels you build just for fun and boot them to see _what da he**_ you changed since then :-) Boot them? Who said anything about booting them? :-) If you used kernel-package,

Re: Kernel Compilation Error

2001-07-16 Thread Joost Kooij
On Mon, Jul 16, 2001 at 12:57:04PM -0400, Case, Benjamin wrote: I just apt-got the kernel-source-2.4.6. I make menuconfiged it and then I make-kpkg cleaned it, and ran make-kpkg --revision custom.1 kernel_image. About 10 minutes in to the compilation it stops with this message: install:

Re: kernel compilation error

2001-07-06 Thread Colin Watson
J.A.Serralheiro [EMAIL PROTECTED] wrote: hi. I already posted a question, but got any replies. You did. I've cc'ed you directly this time; you might want to check the web archives at http://lists.debian.org/ if you aren't subscribed to debian-user, as the convention here is usually to send

Re: kernel compilation in Potato...

2001-04-09 Thread Tim Kelley
On Sunday 08 April 2001 14:01, Marcin Landowski wrote: to get everything you need just fire up tasksel and choose C development, install that, and additionally get bin86 (if you using intel) and libncurses5 and libncurses5-dev (for make menuconfig) Hejka I've reinstalled my Potato

Re: kernel compilation in Potato...

2001-04-08 Thread ktb
On Sun, Apr 08, 2001 at 09:01:42PM +0200, Marcin Landowski wrote: Hejka I've reinstalled my Potato (changed partition) and I can't recompile kernel. The output of make manuconfig is: rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]:

Re: kernel compilation in Potato...

2001-04-08 Thread Mario Vukelic
On 08 Apr 2001 21:01:42 +0200, Marcin Landowski wrote: I've installed packages kernel-headers-2.2.17 and kernel-source-2.2.17. I can't find what other packages are missed to perform compilation. ncurses-dev. Also get kernel-package and read the kernel section in the debian faq -- I did

Re: kernel compilation guide?

2001-02-11 Thread Sven Hoexter
On Sun, Feb 11, 2001 at 02:49:10PM -0500, Glenn Becker wrote: All, I try to tune in to any discussions of how to compile a new / custom kernel on the list, but I was wondering ... is there a convenient doc on how to do this the Debian way? I am currently running 2.2.17 don't feel any

Re: kernel compilation guide?

2001-02-11 Thread ktb
On Sun, Feb 11, 2001 at 02:49:10PM -0500, Glenn Becker wrote: All, I try to tune in to any discussions of how to compile a new / custom kernel on the list, but I was wondering ... is there a convenient doc on how to do this the Debian way? I am currently running 2.2.17 don't feel any

Re: Kernel compilation -- Error 127 after trying Make bzImage

2000-10-09 Thread John McBride
Ulrich wrote: I tried to compile a kernel from the 2.2.17-source. Up to 'make dep' and 'make clean', everything went fine. Make bzImage stops with following error-message: as86 -0 -a -o bbootsect.o bbootsect.s Make(1): as86: Command not found Make(1): *** [bbootsect.o] Error 127

RE: Kernel Compilation Trouble

2000-02-10 Thread Cameron Matheson
Thanks for the tip, that worked perfectly Cameron Matheson -Original Message- From: Phil Brutsche [SMTP:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2000 9:28 PM To: Cameron Matheson Cc: 'debian-user@lists.debian.org' Subject:Re: Kernel Compilation Trouble A long

Re: Kernel Compilation Trouble

2000-02-09 Thread Eric G . Miller
On Tue, Feb 08, 2000 at 09:00:14PM -0700, Cameron Matheson wrote: Hey, I'm trying to compile my kernel (to enable sound). So I installed the 2.0.36 source, ran make config, make dep, and make clean (everything was successful). Unfortunately, when I run make zImage I get an error: I

Re: Kernel compilation straight from the base install...

2000-02-03 Thread da Bobstopper
Hi, I recently installed the potato base system, and wanted to compile my own kernel straight from there. I was wodering what all packages I'd need to download from the debian home page to be able to do this. The reason I have to get them from the debian home page is becuase all I have right

Re: Kernel Compilation Error?

1999-08-18 Thread Mark Wagnon
On Wed 08/18/99 01:01AM, Heikki Vatiainen wrote: My guess is that your gcc is too new. In my potato system I have these too compilers installed: % gcc --version 2.95.1 % gcc272 --version 2.7.2.3 for me: # gcc --version egcs-2.91 (something like that) I installed the gcc and gcc272

Re: Kernel Compilation Error?

1999-08-17 Thread Heikki Vatiainen
Mark Wagnon [EMAIL PROTECTED] wrote: I'm trying to compile a 2.0.36 kernel on my potato system, but I keep getting this error: init/main.c: In function `get_options': init/main.c:272: warning: subscript has type `char' make: *** [init/main.o] Error 1 My guess is that your gcc is too

Re: Kernel compilation problem

1999-06-16 Thread Manoj Srivastava
Hi, Johann == Johann Spies [EMAIL PROTECTED] writes: Johann I am trying to compile a kernel with Johann make-kpkg --revision=custom.1.0 kernel_image Johann dpkg-deb - error: (upstream) version (`scsi') doesn't contain any digits Johann dpkg-deb: 1 errors in control file For some

RE: Kernel compilation

1999-03-01 Thread Shaleh
For information, the network card is a standard PCI NE2000 (Netvin NV5000, to be exact). Like I say, it's definitely possible to get it working because it works with the default kernel! I want to get this sorted out so I can upgrade to kernel 2.2 with some confidence it'll work. Well, the

  1   2   >