[Fwd: Upgrade Linux Kernel on 6.2 machine]

2003-03-06 Thread edwardspl
--- Begin Message --- "Mikkel L. Ellertson" wrote: > On Thu, 6 Mar 2003 [EMAIL PROTECTED] wrote: > > > "Mikkel L. Ellertson" wrote: > > > > > I am not sure about the rtl8139 - the card I have didn't have problems > > > with the origional driver. > > > > Have you ever tried to install and use the

Re: Upgrade Linux Kernel on 6.2 machine

2003-03-05 Thread Mikkel L. Ellertson
On Thu, 6 Mar 2003 [EMAIL PROTECTED] wrote: > "Mikkel L. Ellertson" wrote: > > > I am not sure about the rtl8139 - the card I have didn't have problems > > with the origional driver. > > Have you ever tried to install and use the card on 6.2 machine ? > > Yes, I did. If I remember correctly, i

Re: Upgrade Linux Kernel on 6.2 machine

2003-03-05 Thread edwardspl
"Mikkel L. Ellertson" wrote: > I am not sure about the rtl8139 - the card I have didn't have problems > with the origional driver. Have you ever tried to install and use the card on 6.2 machine ? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mail

Re: Upgrade Linux Kernel on 6.2 machine

2003-03-05 Thread Mikkel L. Ellertson
On Thu, 6 Mar 2003 [EMAIL PROTECTED] wrote: > Dear all, > > Would you mind to tell me how to upgrade the Linux Kernel on 6.2 machine > with quick guide ? > And is there any resolution about the problem of Network card ( rtl8139 > chips set ) ? > When I add a PCI network card into server machine (

Upgrade Linux Kernel on 6.2 machine

2003-03-05 Thread edwardspl
Dear all, Would you mind to tell me how to upgrade the Linux Kernel on 6.2 machine with quick guide ? And is there any resolution about the problem of Network card ( rtl8139 chips set ) ? When I add a PCI network card into server machine ( 6.2 ) and restart the network ( /etc/rc.d./init.d/network

Re: upgrade linux kernel

2002-02-07 Thread Ben Logan
On Thu, Feb 07, 2002 at 04:08:51PM -0500, Jianping Zhu wrote: > I have linux 7.1, I use uname -r to find out that the kernel version is > 2.4.4-2. I downloaded the 2.4.9-21 code . I use make and make dep to > make it. But After than I find when I use -uname -r, i still get 2.4.4-2. > It did not ch

upgrade linux kernel

2002-02-07 Thread Jianping Zhu
I have linux 7.1, I use uname -r to find out that the kernel version is 2.4.4-2. I downloaded the 2.4.9-21 code . I use make and make dep to make it. But After than I find when I use -uname -r, i still get 2.4.4-2. It did not change. How can upgrade my linux kernel. Thanks