LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to install 2.6.7 kernel without apt-get (https://www.linuxquestions.org/questions/debian-26/how-to-install-2-6-7-kernel-without-apt-get-248828/)

UnderT 10-29-2004 01:48 PM

How to install 2.6.7 kernel without apt-get
 
Hello all,

I am running Woody (2.4.18) on my second pc. It does not support my network card (3Com 3c920B), so I cannot use apt-get ... .
I found some info on google that I have to upgrade to the 2.6.7 kernel, because this kernel supports my network device.

I downloaded 2 files : kernel-image-2.6.7-1-686_2.6.7-2_i386.deb and kernel-source-2.6.7_2.6.7-4_all.deb

Can someone tell me how to build and install this new kernel, because all info I find on google refers to using apt-get to install new kernels ...

Please help this newbie ...

tekbuz 10-29-2004 02:30 PM

dpkg -i <kernel-image-name>

UnderT 10-29-2004 02:46 PM

Is that all you have to do ?
And what about the other file then ?

UnderT 10-29-2004 02:50 PM

I tried it, but tho command does not work.
I get an error : "Could not find mkinitrd command"

Like I said, I'm totally new to Debian and I don't understand what to do :(

llamakc 10-29-2004 05:32 PM

if you would (or could) use:

apt-get install kernel-image-2.6.7-1-686

apt will handle the dependencies that provide mkinitrd for you. Why can't you use apt-get?

utanja 10-29-2004 06:13 PM

perhaps using the new business card installer
will work......http://www.debian.org/devel/debian-installer/

download the iso and burn it to a cd ...then boot the cd in the woody machine...:) :)

UnderT 10-30-2004 03:47 AM

All of you thanx for the reply !

I cannot use apt-get, because I cannot connect to the internet.
Apparently, the 2.4.18 does not support my 3Com (3c920B) network device ...

I will try to make that CD now, hopefully this will work :)

finrod 10-30-2004 08:55 AM

Code:

amy:~# modinfo 3c59x
filename:      /lib/modules/2.4.18-bf2.4/kernel/drivers/net/3c59x.o
description:  "3Com 3c59x/3c9xx ethernet driver LK1.1.16 19 July 2001"
[...]

if your kernel is the 2.4.18-bf2.4 that ships with debian, you might just try
Code:

modprobe 3c59x
and see if that works :)


All times are GMT -5. The time now is 02:04 PM.