Re: Installing a new kernel

2008-05-07 Thread Mumia W..
On 05/07/2008 03:48 AM, James Allsopp wrote: Mumia W.. wrote: Download the source from http://www.kernel.org/ . I have 2.6.24 from kernel.org, and I see the ralink option. ah, I 've got it sorted now, installing linux-image rather than kernel-image got me to 2.6.24.1 and the ralink drivers

Re: Installing a new kernel

2008-05-07 Thread Florian Kulzer
On Tue, May 06, 2008 at 21:41:15 -0500, Mumia W.. wrote: > On 05/06/2008 06:41 AM, James Allsopp wrote: >> [...] >> but when I try: >> apt-get install kernel-image-2.6.686 >> it always says most recent version installed. Does this mean that there >> isn't a post 2.6.21 kernel image available in Le

Re: Installing a new kernel

2008-05-06 Thread Mumia W..
On 05/06/2008 06:41 AM, James Allsopp wrote: [...] but when I try: apt-get install kernel-image-2.6.686 it always says most recent version installed. Does this mean that there isn't a post 2.6.21 kernel image available in Lenny or Sid? I've also tried download the kernel source and doing it ma

Re: Installing a new kernel

2008-05-06 Thread Jochen Schulz
James Allsopp: > > but when I try: > apt-get install kernel-image-2.6.686 > it always says most recent version installed. Does this mean that there > isn't a post 2.6.21 kernel image available in Lenny or Sid? Linux kernel packages have been renamed to linux-image-* long ago. J. -- I throw awa

Re: Installing a new kernel

2008-05-06 Thread Ramiro Caire
James Allsopp wrote: Hello, I need a new debian kernel image installing, 2.6.24>= so I can get my ralink wireless card up and running. My current kernel version is 2.6.21. I have the following in my /etc/apt/sources.list deb http://http.us.debian.org/debian/ lenny contrib non-free main deb htt

Re: Installing a new kernel on Debian.

2005-08-05 Thread Colin
Redefined Horizons wrote: > I'm currently running Debian Sarge with the 2.4.27 kernel. I would > like to update to a 2.6 kernel. I don't have an internet connection to > my Debian box yet, so I can't use apt-get. How did you install Debian in the first place? By CD? If so, the 2.6 kernels are on

Re: Installing a new kernel on Debian.

2005-08-04 Thread kamaraju kusumanchi
Carl Fink wrote: On Thu, Aug 04, 2005 at 04:35:51PM -0700, Redefined Horizons wrote: Is there a place I can download the debs for a 2.6 kernel on the i386 architecture? What files do I need? Packages.debian.org, search for "kernel-image", pick one, read the dependencies on that page.

Re: Installing a new kernel on Debian.

2005-08-04 Thread Carl Fink
On Thu, Aug 04, 2005 at 04:35:51PM -0700, Redefined Horizons wrote: > Is there a place I can download the debs for a 2.6 kernel on the i386 > architecture? What files do I need? Packages.debian.org, search for "kernel-image", pick one, read the dependencies on that page. -- Carl Fink

Re: Installing a new kernel on Debian.

2005-08-04 Thread Bryan Donlan
On 8/4/05, Redefined Horizons <[EMAIL PROTECTED]> wrote: > I'm currently running Debian Sarge with the 2.4.27 kernel. I would > like to update to a 2.6 kernel. I don't have an internet connection to > my Debian box yet, so I can't use apt-get. > > Is there a place I can download the debs for a 2.6

Re: Installing a new kernel...

2002-12-24 Thread Stephen Gran
This one time, at band camp, alan brown said: > I'm not sure I followed your instructions correctly. I tried looking up > the video option for lilo but didn't see it on the web or the man page > for lilo.conf. Nevertheless I went to my new kernel image and added the > line > > video= > > to i

RE: Installing a new kernel...

2002-12-23 Thread alan brown
CTED]] Sent: Monday, December 23, 2002 3:48 PM To: [EMAIL PROTECTED] Subject: Re: Installing a new kernel... This one time, at band camp, alan brown said: > > I tried reconfiguring package getty but was told that it is not > installed and has no available information > > So I d

Re: Installing a new kernel...

2002-12-23 Thread Stephen Gran
This one time, at band camp, alan brown said: > > I tried reconfiguring package getty but was told that it is not > installed and has no available information > > So I did an apt-get install on it and was told that it existed in the > database but had no available version. But that the package u

RE: Installing a new kernel...

2002-12-23 Thread alan brown
brown'; [EMAIL PROTECTED] Subject: RE: Installing a new kernel...   This is way over my head, but it sounds like your choice of "getty" is broken?bad?   The process that should be listening for logins on consoles 1 through 6 is called getty, or mingetty, or some othe replacem

RE: Installing a new kernel...

2002-12-23 Thread Narins, Josh
ot an X problem, since you say that works.       -Original Message-From: alan brown [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 12:09 PMTo: [EMAIL PROTECTED]Subject: RE: Installing a new kernel... You were right.  At least, sort of.  When I did ctrl-alt-F1, I just got a blank

RE: Installing a new kernel...

2002-12-23 Thread alan brown
x86-config4 problem as once I’ve logged in the mouse and key board work fine.   alan       -Original Message- From: Narins, Josh [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 7:51 AM To: 'alan brown'; [EMAIL PROTECTED] Subject: RE: Installing a new kernel...

RE: Installing a new kernel...

2002-12-23 Thread Narins, Josh
Title: Message Is there any chance you were in TWM, Tim(Tom's?) Window Manager?   It's just a big blue screen, until you start clicking.   I'm no smart guy on kernel upgrades (I've never tried it via apt, for instance) but that blue color rings a bell.   The other suggestion is correct, ty

Re: Installing a new kernel...

2002-12-23 Thread Oliver Fuchs
On Mon, 23 Dec 2002, alan brown wrote: > I added a line to lilo.conf regarding initrd=/initrd.img (or whatever it > was that I was told to do while the new kernel was being installed). > Everything went swimmingly. When I rebooted my system, I couldn't see > any problems with the modules being lo

Re: Installing a new kernel....

1997-03-09 Thread Thought
I just had this problem 2 days ago :) After playing around with everyone's responses, here's what finally worked: cd /usr/src/linux rm -r /lib/modules/* make config make dep make clean make zlilo make modules make modules_install /sbin/depmod -a pico /etc/modules You might want to move /lib/mo

Re: Installing a new kernel....

1997-03-08 Thread J.P.D. Kooij
On Sat, 8 Mar 1997, Bjoern Starke wrote: > Hello, > > today i tried to install a new kernel. After making xconfig, make > zImage and running lilo Did you issue "make mrproper" before "make dep" and "make zImage"? Your output indicates a problem with modules. After makeing a new kernel image