List Info

Thread: upgrade kernel




upgrade kernel
user name
2007-07-09 14:34:53
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
I have problems to upgrade my kernel from 2.6.18-r6 to upper
versions.
If I use my 2.6.18-r6 config file and I do a make, after
reboot I can't 
boot the new kernel. After the message about free kernel
memory, it 
stops with any message.
I can reboot, I can use my keyboard, but I have no info
because it 
happens.
Same problem if I try to configure a new kernel without an
old config.
Can someone help me?
- -- 
Public key GPG(0xC5CB65CD) on
hkp://pgp.mit.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGko3d5ZpKrsXLZc0RArzyAJ9EqylQUoKR9va1foy8g2WKVEyJ3gCf
Q2rt
IJkA4UTuj2BlyDr9tMkXhYM=
=9q/5
-----END PGP SIGNATURE-----
-- 
gentoo-usergentoo.org mailing list


Re: upgrade kernel
user name
2007-07-09 14:56:12


On 7/9/07, Luigi Pinna < mailing-gentoosailorferris.com">mailing-gentoosailorferris.com> wrote:
I have problems to upgrade my kernel from 2.6.18-r6 to upper versions.
If I use my 2.6.18-r6 config file and I do a make, after reboot I can't
boot the new kernel. After the message about free kernel memory, it
stops with any message.
I can reboot, I can use my keyboard, but I have no info because it
happens.
Same problem if I try to configure a new kernel without an old config.
Can someone help me?

Try to customize your PATA & SATA settings. There are a lot of changes and moves in >= 2.6.19.

--
Vladimir Rusinov
GreenMice Solutions: IT-решния на базе Linux
http://greenmice.info/
Re: upgrade kernel
country flaguser name
United States
2007-07-09 17:06:19
On Mon, 9 Jul 2007 23:56:12 +0400
"Vladimir Rusinov" <vladimirgreenmice.info> wrote:

> On 7/9/07, Luigi Pinna <mailing-gentoosailorferris.com> wrote:
> >
> > I have problems to upgrade my kernel from
2.6.18-r6 to upper
> > versions. If I use my 2.6.18-r6 config file and I
do a make, after
> > reboot I can't boot the new kernel. After the
message about free
> > kernel memory, it stops with any message.
> > I can reboot, I can use my keyboard, but I have no
info because it
> > happens.
> > Same problem if I try to configure a new kernel
without an old
> > config. Can someone help me?
> >
> 
> Try to customize your PATA & SATA settings. There
are a lot of
> changes and moves in >= 2.6.19.
> 
Yes; if you use PATA I recommend using the old ATA drivers
and not the
new 'Experimental' PATA drivers.  It's a little easier to
configure the
boot that way.
-- 
gentoo-usergentoo.org mailing list


Re: upgrade kernel
country flaguser name
Australia
2007-07-09 18:12:24
On Mon, 2007-07-09 at 21:34 +0200, Luigi Pinna wrote:
> Hi,
> I have problems to upgrade my kernel from 2.6.18-r6 to
upper versions.
> If I use my 2.6.18-r6 config file and I do a make,
after reboot I can't 
> boot the new kernel.
[snip]

After you copy your old .config file, try "make
oldconfig" first, to get
quizzed about any new features.  It might take a bit of time
to get
through, but at least you'll know what's changed!

HTH,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

BOFH Excuse #358:

struck by the Good Times virus

-- 
gentoo-usergentoo.org mailing list


Re: upgrade kernel
user name
2007-07-10 12:37:59
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alle luned 09 luglio 2007, Vladimir Rusinov ha scritto:
> On 7/9/07, Luigi Pinna <mailing-gentoosailorferris.com> wrote:
> > I have problems to upgrade my kernel from
2.6.18-r6 to upper
> > versions. If I use my 2.6.18-r6 config file and I
do a make, after
> > reboot I can't boot the new kernel. After the
message about free
> > kernel memory, it stops with any message.
> > I can reboot, I can use my keyboard, but I have no
info because it
> > happens.
> > Same problem if I try to configure a new kernel
without an old
> > config. Can someone help me?
>
> Try to customize your PATA & SATA settings. There
are a lot of
> changes and moves in >= 2.6.19.

I think the problem is on PATA drivers!
It seems that it doesn't load any chipset driver...
I used the old config as suggested without changes...
Or must I change something in fstab???
I'm a little bit confused...
Thanks a lot,
Luigi

- -- 
Public key GPG(0xC5CB65CD) on
hkp://pgp.mit.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGk8P45ZpKrsXLZc0RAqT+AJwPY1hWpGpr/vi1D9L5WxJ2BuCQTQCe
MxTT
24hCRwsY/pSnzUSa4Je7XY0=
=IE44
-----END PGP SIGNATURE-----
-- 
gentoo-usergentoo.org mailing list


Re: upgrade kernel
user name
2007-07-10 13:48:16


On 7/10/07, Luigi Pinna < mailing-gentoosailorferris.com">mailing-gentoosailorferris.com> wrote:
I think the problem is on PATA drivers!
It seems that it doesn't load any chipset driver...
I used the old config as suggested without changes...
Or must I change something in fstab???

You should change your kernel';s config e.g. with menuconfig (if you are using genkernel, type genkernel --menuconfig all).
In you config you should enable some drivers in Device Drivers>;ATA/ATAPI/ (this is old IDE drivers, which have been used in <=2.6.18 ) or use new libata drivers in Device Drivers>;SATA and PATA (this PATA drivers are only available in >=2.6.19).

oldconfig doesn't work just because option';s names have changed in 2.6.19.

PS: sorry for my English. I think google speaks English better.

--
Vladimir Rusinov
GreenMice Solutions: IT-решния на базе Linux
http://greenmice.info/
Re: upgrade kernel
user name
2007-07-12 13:17:15
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alle marted 10 luglio 2007, Vladimir Rusinov ha scritto:
> On 7/10/07, Luigi Pinna <mailing-gentoosailorferris.com> wrote:
> > I think the problem is on PATA drivers!
> > It seems that it doesn't load any chipset
driver...
> > I used the old config as suggested without
changes...
> > Or must I change something in fstab???
>
> You should change your kernel's config e.g. with
menuconfig (if you
> are using genkernel, type genkernel --menuconfig all).
> In you config you should enable some drivers in Device
> Drivers>ATA/ATAPI/ (this is old IDE drivers, which
have been used in
> <=2.6.18) or use new libata drivers in Device
Drivers>SATA and PATA
> (this PATA drivers are only available in >=2.6.19).
>
> oldconfig doesn't work just because option's names have
changed in
> 2.6.19.
>
> PS: sorry for my English. I think google speaks English
better.

I tried everything: by google I  found any upgrade howto,
genkernel 
generates a config from my 2.6.18-r6 kernel, that means no
upgrades...
Any suggestion?
Luigi

- -- 
Public key GPG(0xC5CB65CD) on
hkp://pgp.mit.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGlnAr5ZpKrsXLZc0RAiuAAJ903tI0kK7WIAvMGH6vptYOzcXZ+QCg
thPa
ViUjkyvGqEGwhSc3Z8OEaN0=
=PZ9S
-----END PGP SIGNATURE-----
-- 
gentoo-usergentoo.org mailing list


Re upgrade kernel
user name
2007-07-12 15:42:41
Hi Luigi,

Thursday, July 12, 2007, 9:17:15 PM, you wrote:

> I tried everything: by google I  found any upgrade
howto, genkernel
> generates a config from my 2.6.18-r6 kernel, that means
no upgrades...
> Any suggestion?

I had problem with 2.6.21 kernel on VMware Virtual Machine.
I does not
detect virtual controller appropriately. Downgrading to
2.6.20 helped
me. Maybe it will help you too? ;)

-- 
Sergey

-- 
gentoo-usergentoo.org mailing list


[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )