From rommel@esoterica.pt Wed Mar 4 00:15:29 1998 From: rommel@esoterica.pt To: users@lists.opensuse.org Subject: [SuSE Linux] Kernel 2.2.0 Date: Wed, 04 Mar 1998 00:15:29 +0000 Message-ID: <002e01bd4702$a44b8000$360416c3@redemptor> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5737267277747604459==" --===============5737267277747604459== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I have this little problem:
I installed the 2.2.0 kernel in a Suse6=20 installation, but it runs kernel 2.0.36 instead, WHY??????
And why doesn't the gcc compiler compile = 2.2.2=20 kernel sources??
Procedure:
make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install
--===============5737267277747604459==-- From raffo@neuronet.pitt.edu Thu Mar 4 01:01:49 1999 From: raffo@neuronet.pitt.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2.0 Date: Wed, 03 Mar 1999 20:01:49 -0500 Message-ID: <36DDDB7D.CF955C36@neuronet.pitt.edu> In-Reply-To: <002e01bd4702$a44b8000$360416c3@redemptor> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7665636334196276952==" --===============7665636334196276952== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You forgot to install the newly compiled kernel. Install it into a disk to test it: make zdisk If it works, then install it in your disk: make zlilo --=20 Rafael Herrera Laboratory for Computational Neuroscience University of Pittsburgh http://www.neuronet.pitt.edu/~raffo> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7665636334196276952==-- From raffo@neuronet.pitt.edu Thu Mar 4 02:04:54 1999 From: raffo@neuronet.pitt.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2.0 Date: Wed, 03 Mar 1999 21:04:54 -0500 Message-ID: <36DDEA46.48DFD5DF@neuronet.pitt.edu> In-Reply-To: <36DDDB7D.CF955C36@neuronet.pitt.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6444253646274940014==" --===============6444253646274940014== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sorry about the wording, install it in a diskette with 'make zdisk' and in your hard disk with 'make zlilo' --=20 Rafael Herrera Laboratory for Computational Neuroscience University of Pittsburgh http://www.neuronet.pitt.edu/~raffo> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6444253646274940014==-- From grimmer@suse.de Thu Mar 4 09:29:37 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2.0 Date: Thu, 04 Mar 1999 10:29:37 +0100 Message-ID: In-Reply-To: <002e01bd4702$a44b8000$360416c3@redemptor> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2401085428522356783==" --===============2401085428522356783== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 4 Mar 1998, Nelson Marques wrote: > I have this little problem: > I installed the 2.2.0 kernel in a Suse6 installation, but it runs > kernel 2.0.36 instead, WHY?????? Make sure, that you use the correct install path for lilo and the Makefile. By default, the kernel will be installed as /vmlinuz, while LILO is looking for /boot/vmlinuz. Either correct /etc/lilo.conf or the variable INSTALL_PATH in /usr/src/linux/Makefile > And why doesn't the gcc compiler compile 2.2.2 kernel sources?? > Procedure: > make menuconfig > make dep > make clean > make bzImage > make modules > make modules_install This seems to be a common problem with 2.2.2. I still run 2.2.1, though... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer@suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2401085428522356783==-- From deem@wdm.com Thu Mar 4 13:35:05 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2.0 Date: Thu, 04 Mar 1999 04:35:05 -0900 Message-ID: <199903041335.EAA01459@wdm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0918840846764534233==" --===============0918840846764534233== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: >=20 > Hi, >=20 > On Wed, 4 Mar 1998, Nelson Marques wrote: >=20 > > I have this little problem: > > I installed the 2.2.0 kernel in a Suse6 installation, but it runs > > kernel 2.0.36 instead, WHY?????? >=20 > Make sure, that you use the correct install path for lilo and the > Makefile. By default, the kernel will be installed as /vmlinuz, while LILO > is looking for /boot/vmlinuz. Either correct /etc/lilo.conf or the > variable INSTALL_PATH in /usr/src/linux/Makefile >=20 > > And why doesn't the gcc compiler compile 2.2.2 kernel sources?? > > Procedure: > > make menuconfig > > make dep > > make clean > > make bzImage > > make modules > > make modules_install >=20 > This seems to be a common problem with 2.2.2. I still run 2.2.1, though... >=20 > Bye, > LenZ Hi Lenz, uname -a Linux wdm 2.2.2 #1 SMP Tue Feb 23 18:57:27 AKST 1999 i586 unknown Been up with Linux-2.2.2 since it came out. Worked great for me. No problems at all. Regards -Dee W.D.McKinney (Dee) deem@wdm.com Faith is acting on your passions & beliefs. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0918840846764534233==--