Re: [expert] kernel 2.5.50 on Mandrake

2002-12-04 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Crawford wrote on Wed, Dec 04, 2002 at 05:02:37PM -0500 :
> Todd,
> Do you mean:
> 
> make oldconfig
> make bzImage

Just 'make' by itself does the same thing as make bzImage.

> make modules
> make modules_install
> make install
> 
> leaving out the make dep and make clean steps, and use the default Mandrake 
> .config file from /boot as the basis for the configure?

Yes.  I always edit the .config file by hand and then make oldconfig to
read it in and make the required adjustments, but most people are going
to be more comfortable in make menuconfig or make xconfig.

Blue skies...   Todd
- -- 
...and I will strike down upon thee with great vengeance and furious
 anger, those who attempt to poison and destroy my binaries, and you 
will know my name is root, when I lay my vengeance upon thee.
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-0.4mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE97ph5lp7v05cW2woRAgTkAJ9PStQxsV/YgjEgYoEc4PS9+dM8awCeNd1U
S8oWgSAmVIv4XzM3k4GJE2o=
=DqLi
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kernel 2.5.50 on Mandrake

2002-12-04 Thread Robert Crawford
Todd,
Do you mean:

make oldconfig
make bzImage
make modules
make modules_install
make install

leaving out the make dep and make clean steps, and use the default Mandrake 
.config file from /boot as the basis for the configure?

Thanks, 
Robert C.

On Wednesday 04 December 2002 04:07 pm, Todd Lyons wrote:
> make oldconfig
> make
> make modules
> make modules_install
> make install



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kernel 2.5.50 on Mandrake

2002-12-04 Thread Bryan Whitehead
Todd Lyons wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Crawford wrote on Wed, Dec 04, 2002 at 07:08:21AM -0500 :


Is anyone using kernel 2.5.50 with Mandrake 9.0? I've tried to compile, both 
using the stock 9.0 .config file from /boot, and doing my own menuconfig and 
xconfig, but can never get past make dep without multiple errors. I've 
updated the required stuff in the 2.5.50 Documentation/changes file, but it 
didn't seem to help. Maybe I left something out, but I was careful to be sure 


make dep seems to be deprecated in the 2.5 series.  Just do 

make oldconfig
make
make modules
make modules_install
make install

Now having said all that, I haven't been able to get a 2.5 kernel to
boot successfully since 2.5.47.  They changed the modutils.  Go look at
http://www.kernel.org/pub/linux/people/rusty/modules/ and get version
0.9beta.  I was not able to make it work, but maybe you'll have more
time and better luck.

I have 2.5.50 running fine... except for a couple snags, amd is kinda 
broken and the alsa-oss drivers are not automatically loaded for 
compadibility.

In addition, the new modutils don't correctly work when they call the 
older utilities. (for some reason the .o.gz modules will not get 
decompressed automatically by the old modutils when called from the new 
modutils) :(

don't for get to apply the patch in 
http://www.kernel.org/pub/linux/people/rusty/modules/ for 2.5.50. There 
is one reject you have to fix by hand.

All in all 2.5 seems nice, just needs much polishing.

The modutils changes are the biggest pain.

--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kernel 2.5.50 on Mandrake

2002-12-04 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Crawford wrote on Wed, Dec 04, 2002 at 07:08:21AM -0500 :
> Is anyone using kernel 2.5.50 with Mandrake 9.0? I've tried to compile, both 
> using the stock 9.0 .config file from /boot, and doing my own menuconfig and 
> xconfig, but can never get past make dep without multiple errors. I've 
> updated the required stuff in the 2.5.50 Documentation/changes file, but it 
> didn't seem to help. Maybe I left something out, but I was careful to be sure 

make dep seems to be deprecated in the 2.5 series.  Just do 

make oldconfig
make
make modules
make modules_install
make install

Now having said all that, I haven't been able to get a 2.5 kernel to
boot successfully since 2.5.47.  They changed the modutils.  Go look at
http://www.kernel.org/pub/linux/people/rusty/modules/ and get version
0.9beta.  I was not able to make it work, but maybe you'll have more
time and better luck.

Blue skies...   Todd
- -- 
| MandrakeSoft USA | Security is like an onion.  It's made |
| http://www.mandrakesoft.com  | made up of several layers and makes   |
| http://www.mandrakelinux.com | you cry.  --Howard Chu|
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.20-0.4mdk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE97m6Xlp7v05cW2woRAhslAKCKam9rLOmIDTXL/+V9LwYDjnrCfwCcDOHZ
6/vUUQtYlyNvPED1Gi2SdC4=
=YSpZ
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] kernel 2.5.50 on Mandrake

2002-12-04 Thread nDiScReEt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 04 December 2002 6:08 am, Robert Crawford wrote:
> Is anyone using kernel 2.5.50 with Mandrake 9.0? I've tried to compile,
> both using the stock 9.0 .config file from /boot, and doing my own
> menuconfig and xconfig, but can never get past make dep without multiple
> errors. I've updated the required stuff in the 2.5.50 Documentation/changes
> file, but it didn't seem to help. Maybe I left something out, but I was
> careful to be sure and have the versions needed for installing the new
> kernel. Could it be gcc 3.2 is causing the problems?
> Thanks,
> Robert Crawford

More than likely your kernel headers don't match. Recompile the appropriate 
kernel headers for that version of kernel. HTH

- -- 
- 
Altoine B
Maximum Time Unlimited
Chicago Based and Operated
http://pgp.mit.edu
- 
Being frustrated is disagreeable, but the real disasters in life begin
when you get what you want.
- 
2.4.20-0.5endr
Mandrake Linux release 9.1 (Cooker) for i586
- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE97iyKxjybQmhmUgYRAg+8AKCdY1BLnDYoTtQ8HHUFo+OnZFeJpwCeLqw5
pOiQzsjCeLxkqsCzb8cMhWM=
=DX5A
-END PGP SIGNATURE-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] kernel 2.5.50 on Mandrake

2002-12-04 Thread Robert Crawford
Is anyone using kernel 2.5.50 with Mandrake 9.0? I've tried to compile, both 
using the stock 9.0 .config file from /boot, and doing my own menuconfig and 
xconfig, but can never get past make dep without multiple errors. I've 
updated the required stuff in the 2.5.50 Documentation/changes file, but it 
didn't seem to help. Maybe I left something out, but I was careful to be sure 
and have the versions needed for installing the new kernel. Could it be gcc 
3.2 is causing the problems?
Thanks,
Robert Crawford


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com