Re: How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-27 Thread s. keeling
Paul Csanyi [EMAIL PROTECTED]:
  Wed, 26 Dec 2007 16:39:51 +0100 keltezéssel s. keeling azt írta:
 
  Paul Csanyi [EMAIL PROTECTED]:
  
   My system is Debian Etch, with linux-image-2.6.18-5-686 SMP.
  
   I want to upgrade my kernel, but in the repository can't find 
   subsequent linux-image.
  
  You are aware that Debian Stable kernels are continuously updated with
  security patches, yes?  Is there other functionality you need in later
  kernels?
 
  I have ASUS P5N-E SLI NVIDIA motherboard, Intel Core 2 Duo CPU and MSI
  nVidia NX7600GT videocard.
 
  When I use nvidia driver, the X Window freeze and I can only to reset my
  PC box.
 
  I search for solution and find here advices, but not the solution:
  http://www.nvnews.net/vbulletin/showthread.php?t=58498
 
  I did the following from there:
  boot the system with pci=nommconf idle=poll maxcpus=1 kernel parameters
  I edit the grub/menu.lst like:
  # kopt=root=/dev/md2 ro pci=nommconf idle=poll maxcpus=1
 
  Is it OK?
  I don't know how to make certain that these parameters are set up indeed?

I believe that won't take affect until you run update-grub.

I would copy the relevant stanza in your menu.lst into a new boot
stanza, and add those parameters to that stanza's kernel line.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.



How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-26 Thread Paul Csanyi
Hello!

My system is Debian Etch, with linux-image-2.6.18-5-686 SMP.

I want to upgrade my kernel, but in the repository can't find 
subsequent linux-image.

What can I to do to get and install subsequent kernel on Etch
than linux-image-2.6.18 on debian way?

Any advices will be appreciated!

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-26 Thread s. keeling
Paul Csanyi [EMAIL PROTECTED]:
 
  My system is Debian Etch, with linux-image-2.6.18-5-686 SMP.
 
  I want to upgrade my kernel, but in the repository can't find 
  subsequent linux-image.

You are aware that Debian Stable kernels are continuously updated with
security patches, yes?  Is there other functionality you need in later
kernels?

  What can I to do to get and install subsequent kernel on Etch
  than linux-image-2.6.18 on debian way?

I can think of four ways to have access to later kernels:

  - Upgrade to Testing/Lenny, though I'm not sure what kernels they
offer.

  - Multi-boot/chroot lenny/sid in/alongside an etch system.

  - Run a hybrid system, etch with lenny/sid(?) apps in parallel.  Not
recommended for noobs, and I'm not sure it's possible with
something as fundamental as the kernel.

  - Go to kernel.org and get the sources and build your own outside
the packaging system.  This is pretty easy to do, but moves you
out of the mainstream.  You'll be doing it by hand from now on.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-26 Thread Paul Csanyi
Wed, 26 Dec 2007 16:39:51 +0100 keltezéssel s. keeling azt írta:

 Paul Csanyi [EMAIL PROTECTED]:
 
  My system is Debian Etch, with linux-image-2.6.18-5-686 SMP.
 
  I want to upgrade my kernel, but in the repository can't find 
  subsequent linux-image.
 
 You are aware that Debian Stable kernels are continuously updated with
 security patches, yes?  Is there other functionality you need in later
 kernels?

I have ASUS P5N-E SLI NVIDIA motherboard, Intel Core 2 Duo CPU and MSI
nVidia NX7600GT videocard.

When I use nvidia driver, the X Window freeze and I can only to reset my
PC box.

I search for solution and find here advices, but not the solution:
http://www.nvnews.net/vbulletin/showthread.php?t=58498

I did the following from there:
boot the system with pci=nommconf idle=poll maxcpus=1 kernel parameters
I edit the grub/menu.lst like:
# kopt=root=/dev/md2 ro pci=nommconf idle=poll maxcpus=1

Is it OK?
I don't know how to make certain that these parameters are set up indeed?

I edit xorg.conf like in the Section Device:
Option  NvAGP   0
to see if this eliminates the instability, but did not.


So, my system crash frequently. I hope so that I can somehow to solve
this problem.

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-26 Thread Anton Khirnov
The Debian way would be to get the sources from kernel.org, configure
them and then use make-kpkg to create Debian packages, but:

1. you have to be able to configure the kernel

2. you won't be getting any debian patches and security upgrades.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-26 Thread John Hasler
s. keeling writes:
  - Run a hybrid system, etch with lenny/sid(?) apps in parallel.  Not
recommended for noobs, and I'm not sure it's possible with
something as fundamental as the kernel.

It almost certainly would work fine.  Not many things depend on a
particular kernel version.  Applications talk to libc, not the kernel.

  - Go to kernel.org and get the sources and build your own outside the
  packaging system.

Or go to kernel.org and get the sources and use kernel-package to build
your own inside the packaging system, or else just use the Debian source
package.
-- 
John Hasler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to install subsequent kernel than linux-image-2.6.18 on debian way?

2007-12-26 Thread baldyeti

backports.org currently offers 2.6.22 packages for etch.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]