Re: [newbie] kernel-265 or later

2004-09-13 Thread Johan Sch
On Sun, 12 Sep 2004 19:58:14 -0500
Tom Brinkman <[EMAIL PROTECTED]> wrote:

> On Sunday 12 September 2004 01:13 pm, Johan Sch wrote:
> > On Sun, 12 Sep 2004 10:59:36 +0100
> >
<< snip >>

> #
> # Firmware Drivers
> #
> CONFIG_EDD=y
> 
> *** That's a paste from /usr/src/linux/.config for the latest 
> Mandrake kernel, 2.6.8.1-10
> 
>If you're current kernel's  .config  (in /boot) shows
> CONFIG_EDD=y   then 'tech staff' is wrong. Otherwise..
> 
>Install the kernel-source rpm for your kernel if it isn't 
> already. Search it's .config and and if the line looks somethin 
> like# CONFIG_EDD is not set , remove the leading hash 
> (ie, uncomment the line) and edit it to   CONFIG_EDD=y
> Save that .config to a another, eg,  .config.save   ... and after 
> moving it back into   .config   after the 'make 
> mrproper' (mandatory) first step, then 'make oldconfig' and 
> continue with the steps to compile a new kernel.
> 
>make && make modules_install && make install
> 
> The last step is only fully productive if you first edited 
> Makefile before compiling, changed the EXTRAVERSION = (new_name), 
> and uncommented the line (about 460 somethin),
>   export  INSTALL_PATH=/boot
> Then the files and links needed are created in /boot, lilo (and 
> grub) is edited and run for you to make the new kernel an option 
> on boot.  Your new kernel will not be the default, you'll have to 
> choose it on booting up.
> -- 
>   Tom Brinkman Corpus Christi, Texas
>Proud to be an American
> 
>
*
First. Thanks for your detailed instructions. Some of it is still a foreign language 
to me.

The following command which I got from another list shows this..
 
 find . -type f -exec grep CONFIG_EDD {} \; -print

CONFIG_EDD=y
./config-2.6.3-7mdk
CONFIG_EDD=y
./config-2.6.3-15mdk
CONFIG_EDD=y
./config-2.6.3-16mdk

uname -r
2.6.3-16mdk

I am running the last kernel. Then I suppose they must be wrong??
But it is not the kernel 2.6.5 or later as suggested. Should that make a difference??
Thanks
-- 
Johan Sch
Registered Linux User #330034
May this be a good day for learning


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



Re: [newbie] kernel-265 or later

2004-09-12 Thread Tom Brinkman
On Sunday 12 September 2004 01:13 pm, Johan Sch wrote:
> On Sun, 12 Sep 2004 10:59:36 +0100
>
> Derek Jennings <[EMAIL PROTECTED]> wrote:
> > On Sunday 12 September 2004 07:17, Johan Sch wrote:
> > > On Sat, 11 Sep 2004 23:35:04 +0100
> > >
> > > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > > On Saturday 11 September 2004 23:04, Johan Sch wrote:
> > > > > On Sat, 11 Sep 2004 09:13:09 +0100
> > > > >
> > > > > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > > > > On Saturday 11 September 2004 08:24, Johan Sch wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > Need to update to the latest kernel for mdk10.0.
> > > > > > >
> > > > > > > Please any site where latest kernels compiled for
> > > > > > > mdk10.0 could be found. Thanks
> > > > > >
> > > > > > I just realised you are looking for kernels later
> > > > > > than 2.6.5 The update mirrors will not have anything
> > > > > > later than 2.6.3 The mirrors for 10.1 have 2.6.8
> > > > > > kernels which may run OK in 10.0 but it cannot be
> > > > > > guaranteed they will.
> > > > > >
> > > > > > derek
> > > > > > --
> > > > >
> > > > > 
> > > > >
> > > > > I could try them if I can locate them.
> > > > > Could only find the iso's but no kernels.
> > > > > Please. Would appreciate the URL to this kernels.
> > > > > Thanks
> > > >
> > > > ftp://ftp.rediris.es/pub/linux/distributions/mandrake-dev
> > > >el/10.1/i586/med ia/main
> > > >
> > > > derek
> > > >
> > > > --
> > > >***
> > >
> > > Hi Derek,
> > >
> > > Thanks for kindly providing the above.
> > > Seem some changes to install kernel has taken place in
> > > 10.1. Downloaded the kernel. Required some dependencies.
> > > Downloaded that. Too many conflicts. Do not want to maybe
> > > cripple my system. At least I tried. Regards
> >
> > Yes thats what I was afraid of.
> > You never said why you needed a kernel later than 2.6.5
> > Is there some kind of hardware support you need?
> >
> > derek
>
> **
> Yes. Some problems with harddrive. Tech staff at . testdisk .
> utility suggested I should upgrade to a later kernel with
> CONFIG_EDD activated. Regards
***
#
# Firmware Drivers
#
CONFIG_EDD=y

*** That's a paste from /usr/src/linux/.config for the latest 
Mandrake kernel, 2.6.8.1-10

   If you're current kernel's  .config  (in /boot) shows
CONFIG_EDD=y   then 'tech staff' is wrong. Otherwise..

   Install the kernel-source rpm for your kernel if it isn't 
already. Search it's .config and and if the line looks somethin 
like# CONFIG_EDD is not set , remove the leading hash 
(ie, uncomment the line) and edit it to   CONFIG_EDD=y
Save that .config to a another, eg,  .config.save   ... and after 
moving it back into   .config   after the 'make 
mrproper' (mandatory) first step, then 'make oldconfig' and 
continue with the steps to compile a new kernel.

   make && make modules_install && make install

The last step is only fully productive if you first edited 
Makefile before compiling, changed the EXTRAVERSION = (new_name), 
and uncommented the line (about 460 somethin),
  exportINSTALL_PATH=/boot
Then the files and links needed are created in /boot, lilo (and 
grub) is edited and run for you to make the new kernel an option 
on boot.  Your new kernel will not be the default, you'll have to 
choose it on booting up.
-- 
  Tom Brinkman Corpus Christi, Texas
   Proud to be an American


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



Re: [newbie] kernel-265 or later

2004-09-12 Thread Johan Sch
On Sun, 12 Sep 2004 10:59:36 +0100
Derek Jennings <[EMAIL PROTECTED]> wrote:

> On Sunday 12 September 2004 07:17, Johan Sch wrote:
> > On Sat, 11 Sep 2004 23:35:04 +0100
> >
> > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > On Saturday 11 September 2004 23:04, Johan Sch wrote:
> > > > On Sat, 11 Sep 2004 09:13:09 +0100
> > > >
> > > > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > > > On Saturday 11 September 2004 08:24, Johan Sch wrote:
> > > > > > Hi,
> > > > > >
> > > > > > Need to update to the latest kernel for mdk10.0.
> > > > > >
> > > > > > Please any site where latest kernels compiled for mdk10.0 could be
> > > > > > found. Thanks
> > > > >
> > > > > I just realised you are looking for kernels later than 2.6.5
> > > > > The update mirrors will not have anything later than 2.6.3
> > > > > The mirrors for 10.1 have 2.6.8 kernels which may run OK in 10.0 but
> > > > > it cannot be guaranteed they will.
> > > > >
> > > > > derek
> > > > > --
> > > >
> > > > 
> > > >
> > > > I could try them if I can locate them.
> > > > Could only find the iso's but no kernels.
> > > > Please. Would appreciate the URL to this kernels.
> > > > Thanks
> > >
> > > ftp://ftp.rediris.es/pub/linux/distributions/mandrake-devel/10.1/i586/med
> > >ia/main
> > >
> > > derek
> > >
> > > --
> > >***
> >
> > Hi Derek,
> >
> > Thanks for kindly providing the above.
> > Seem some changes to install kernel has taken place in 10.1.
> > Downloaded the kernel. Required some dependencies. Downloaded that. Too
> > many conflicts. Do not want to maybe cripple my system. At least I tried.
> > Regards
> 
> Yes thats what I was afraid of.
> You never said why you needed a kernel later than 2.6.5
> Is there some kind of hardware support you need?
> 
> derek
> 
**
Yes. Some problems with harddrive. Tech staff at . testdisk . utility suggested I 
should upgrade to a later kernel with CONFIG_EDD activated.
Regards
-- 
Johan Sch
Registered Linux User #330034
May this be a good day for learning


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



Re: [newbie] kernel-265 or later

2004-09-12 Thread Derek Jennings
On Sunday 12 September 2004 07:17, Johan Sch wrote:
> On Sat, 11 Sep 2004 23:35:04 +0100
>
> Derek Jennings <[EMAIL PROTECTED]> wrote:
> > On Saturday 11 September 2004 23:04, Johan Sch wrote:
> > > On Sat, 11 Sep 2004 09:13:09 +0100
> > >
> > > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > > On Saturday 11 September 2004 08:24, Johan Sch wrote:
> > > > > Hi,
> > > > >
> > > > > Need to update to the latest kernel for mdk10.0.
> > > > >
> > > > > Please any site where latest kernels compiled for mdk10.0 could be
> > > > > found. Thanks
> > > >
> > > > I just realised you are looking for kernels later than 2.6.5
> > > > The update mirrors will not have anything later than 2.6.3
> > > > The mirrors for 10.1 have 2.6.8 kernels which may run OK in 10.0 but
> > > > it cannot be guaranteed they will.
> > > >
> > > > derek
> > > > --
> > >
> > > 
> > >
> > > I could try them if I can locate them.
> > > Could only find the iso's but no kernels.
> > > Please. Would appreciate the URL to this kernels.
> > > Thanks
> >
> > ftp://ftp.rediris.es/pub/linux/distributions/mandrake-devel/10.1/i586/med
> >ia/main
> >
> > derek
> >
> > --
> >***
>
> Hi Derek,
>
> Thanks for kindly providing the above.
> Seem some changes to install kernel has taken place in 10.1.
> Downloaded the kernel. Required some dependencies. Downloaded that. Too
> many conflicts. Do not want to maybe cripple my system. At least I tried.
> Regards

Yes thats what I was afraid of.
You never said why you needed a kernel later than 2.6.5
Is there some kind of hardware support you need?

derek


-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


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



Re: [newbie] kernel-265 or later

2004-09-11 Thread Johan Sch
On Sat, 11 Sep 2004 23:35:04 +0100
Derek Jennings <[EMAIL PROTECTED]> wrote:

> On Saturday 11 September 2004 23:04, Johan Sch wrote:
> > On Sat, 11 Sep 2004 09:13:09 +0100
> >
> > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > On Saturday 11 September 2004 08:24, Johan Sch wrote:
> > > > Hi,
> > > >
> > > > Need to update to the latest kernel for mdk10.0.
> > > >
> > > > Please any site where latest kernels compiled for mdk10.0 could be
> > > > found. Thanks
> > >
> > > I just realised you are looking for kernels later than 2.6.5
> > > The update mirrors will not have anything later than 2.6.3
> > > The mirrors for 10.1 have 2.6.8 kernels which may run OK in 10.0 but it
> > > cannot be guaranteed they will.
> > >
> > > derek
> > > --
> >
> > 
> >
> > I could try them if I can locate them.
> > Could only find the iso's but no kernels.
> > Please. Would appreciate the URL to this kernels.
> > Thanks
> 
> ftp://ftp.rediris.es/pub/linux/distributions/mandrake-devel/10.1/i586/media/main
> 
> derek
> 
> -- 
>***
Hi Derek,

Thanks for kindly providing the above.
Seem some changes to install kernel has taken place in 10.1.
Downloaded the kernel. Required some dependencies. Downloaded that. Too many 
conflicts. Do not want to maybe cripple my system.
At least I tried.
Regards
-- 
Johan Sch
Registered Linux User #330034
May this be a good day for learning


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



Re: [newbie] kernel-265 or later

2004-09-11 Thread Derek Jennings
On Saturday 11 September 2004 23:04, Johan Sch wrote:
> On Sat, 11 Sep 2004 09:13:09 +0100
>
> Derek Jennings <[EMAIL PROTECTED]> wrote:
> > On Saturday 11 September 2004 08:24, Johan Sch wrote:
> > > Hi,
> > >
> > > Need to update to the latest kernel for mdk10.0.
> > >
> > > Please any site where latest kernels compiled for mdk10.0 could be
> > > found. Thanks
> >
> > I just realised you are looking for kernels later than 2.6.5
> > The update mirrors will not have anything later than 2.6.3
> > The mirrors for 10.1 have 2.6.8 kernels which may run OK in 10.0 but it
> > cannot be guaranteed they will.
> >
> > derek
> > --
>
> 
>
> I could try them if I can locate them.
> Could only find the iso's but no kernels.
> Please. Would appreciate the URL to this kernels.
> Thanks

ftp://ftp.rediris.es/pub/linux/distributions/mandrake-devel/10.1/i586/media/main

derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


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



Re: [newbie] kernel-265 or later

2004-09-11 Thread Johan Sch
On Sat, 11 Sep 2004 09:13:09 +0100
Derek Jennings <[EMAIL PROTECTED]> wrote:

> On Saturday 11 September 2004 08:24, Johan Sch wrote:
> > Hi,
> >
> > Need to update to the latest kernel for mdk10.0.
> >
> > Please any site where latest kernels compiled for mdk10.0 could be found.
> > Thanks
> 
> I just realised you are looking for kernels later than 2.6.5
> The update mirrors will not have anything later than 2.6.3
> The mirrors for 10.1 have 2.6.8 kernels which may run OK in 10.0 but it cannot 
> be guaranteed they will.
> 
> derek
> -- 


I could try them if I can locate them.
Could only find the iso's but no kernels.
Please. Would appreciate the URL to this kernels.
Thanks 
-- 
Johan Sch
Registered Linux User #330034
May this be a good day for learning


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



Re: [newbie] kernel-265 or later

2004-09-11 Thread Derek Jennings
On Saturday 11 September 2004 08:24, Johan Sch wrote:
> Hi,
>
> Need to update to the latest kernel for mdk10.0.
>
> Please any site where latest kernels compiled for mdk10.0 could be found.
> Thanks

I just realised you are looking for kernels later than 2.6.5
The update mirrors will not have anything later than 2.6.3
The mirrors for 10.1 have 2.6.8 kernels which may run OK in 10.0 but it cannot 
be guaranteed they will.

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


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



Re: [newbie] kernel-265 or later

2004-09-11 Thread Derek Jennings
On Saturday 11 September 2004 08:24, Johan Sch wrote:
> Hi,
>
> Need to update to the latest kernel for mdk10.0.
>
> Please any site where latest kernels compiled for mdk10.0 could be found.
> Thanks
They are on the Mandrake update mirrors, but will not be installed 
automatically by Mandrake Update.

To install the latest kernel first run Mandrake Update
(Menu>System>Configuration>Packaging>MandrakeUpdate)

If this is the first time you have run it, it will ask you to select an update 
mirror from a list.

MandrakeUpdate will show you a list of available updates.
You should install at least the security alerts.
Running Mandrake Update will refresh your computers local copy of available 
kernels.

Now go to the Mandrake Install GUI at
Menu>System>Configuration>Packaging>InstallSoftware
and enter kernel in the search box. You will see a whole list of possible 
kernels. The latest kernel for a standard 10.0 system is
kernel-2.6.3.16mdk-1-1mdk.i586

Install the kernel.
New kernels are installed alongside existing kernels.  The new kernel will 
become the default boot kernel and a new boot menu item will allow you to 
boot the old kernel if you wish.


If you have an Nvidia graphics card and use the proprietary nvidia driver you 
will need to install kernel-source to match the new kernel and recompile the 
driver or else X will not work when you boot the new kernel.

HTH
derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


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



[newbie] kernel-265 or later

2004-09-11 Thread Johan Sch
Hi,

Need to update to the latest kernel for mdk10.0.

Please any site where latest kernels compiled for mdk10.0 could be found.
Thanks
-- 
Johan Sch
Registered Linux User #330034
May this be a good day for learning


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