LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-04-2007, 09:33 AM   #1
oracle_on_linux
LQ Newbie
 
Registered: Nov 2007
Posts: 7

Rep: Reputation: 0
Question problem installing network card in linux RHAS3, kernel is 2.4.


hi friends,


Please help me urgently!!!!!!!!!!!

I have a laptop HCL p9912 T2060. I am unable to put up network card in it.The network card is Marvell Yukon 88E8055 PCI-E Gigabit Ethernet Controller. The config of my laptop is

Linux Red Hat Advance Server 3 (kernel version is 2.4)Kudzu utility is unable to find network card.

Please help me. i am in dire need of making it get done.

Kernel was unable to configure the n/w card, i think the driver issue is problem?

Also, is it possible to change the network card of notebook opening it and putting another company card which has network drivers available randomly.

Last edited by oracle_on_linux; 11-04-2007 at 09:36 AM. Reason: spell mistake
 
Old 11-04-2007, 11:03 AM   #2
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Re: problem installing network card in linux RHAS3, kernel is 2.4

Quote:
Originally Posted by oracle_on_linux View Post
I have a laptop HCL p9912 T2060. I am unable to put up network card in it. The network card is Marvell Yukon 88E8055 PCI-E Gigabit Ethernet Controller.
The config of my laptop is
Linux Red Hat Advance Server 3 (kernel version is 2.4)
Kudzu utility is unable to find network card. Please help me. i am in dire need of making it get done. Kernel was unable to configure the n/w card, i think the driver issue is problem?

Also, is it possible to change the network card of notebook opening it and putting another company card which has network drivers available randomly.
Etherenet network adapters in laptops are soldered to the motherboard and cannot be switched out. On some laptops, you can replace the wirelesss network adapter, but not all.

In this case, I recommend going to OfficeMax and buying a D-Link laptop network adapter and plugging it into the CardBus slot in your laptop. You must make sure that you have a regular (full width) CardBus slot. If you have a newer PCI-e expansion slot, you will have to find a network adapter from D-Link that fits in that.

The reason I recommend D-Link is that they base their adapters around the RealTek chips which are very well supported by kernels as far back as 2.4.

Your other option is to upgrade to a newer kernel that might support your network adapter.
 
Old 11-04-2007, 11:08 AM   #3
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
I'm not sure if this will help, but you may be able to use the kernel-unsupported rpm package from here;

http://mirror.chpc.utah.edu/pub/centos/

The current released version shows;

$ rpm -qlip kernel-unsupported-2.4.21-52.EL.i686.rpm | grep sk98
warning: kernel-unsupported-2.4.21-52.EL.i686.rpm: Header V3 DSA signature: NOKEY, key ID 025e513b
/lib/modules/2.4.21-52.EL/unsupported/drivers/net/sk98lin
/lib/modules/2.4.21-52.EL/unsupported/drivers/net/sk98lin/sk98lin.o

Which is the driver I believe your looking for, this is from the equivalent RHEL 3 update 9 directory (CentOS3.9).
 
Old 11-05-2007, 04:59 AM   #4
oracle_on_linux
LQ Newbie
 
Registered: Nov 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Exclamation

Quote:
Originally Posted by Lenard View Post
I'm not sure if this will help, but you may be able to use the kernel-unsupported rpm package from here;

http://mirror.chpc.utah.edu/pub/centos/

The current released version shows;

$ rpm -qlip kernel-unsupported-2.4.21-52.EL.i686.rpm | grep sk98
warning: kernel-unsupported-2.4.21-52.EL.i686.rpm: Header V3 DSA signature: NOKEY, key ID 025e513b
/lib/modules/2.4.21-52.EL/unsupported/drivers/net/sk98lin
/lib/modules/2.4.21-52.EL/unsupported/drivers/net/sk98lin/sk98lin.o

Which is the driver I believe your looking for, this is from the equivalent RHEL 3 update 9 directory (CentOS3.9).

Dear Lenard,

Actually, i went to the site as suggested by you "http://mirror.chpc.utah.edu/pub/centos/"
but please help me how can i find the correct rpm. i got something like parent directory etc....... Please help me , i wish to install the unsupported kernel rpms.

reply ASAP

regards,
 
Old 11-05-2007, 07:00 AM   #5
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Which version of the kernel are you using and which update level are you at???

uname -a
rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n" kernel
cat /etc/*release

If you see i386 then go to for example: http://mirror.chpc.utah.edu/pub/cent...tes/i386/RPMS/

Note the kernel version numer and the kernel-unsupported version number must match.
 
Old 11-07-2007, 09:14 AM   #6
oracle_on_linux
LQ Newbie
 
Registered: Nov 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Lightbulb

Quote:
Originally Posted by Lenard View Post
I'm not sure if this will help, but you may be able to use the kernel-unsupported rpm package from here;

http://mirror.chpc.utah.edu/pub/centos/

The current released version shows;

$ rpm -qlip kernel-unsupported-2.4.21-52.EL.i686.rpm | grep sk98
warning: kernel-unsupported-2.4.21-52.EL.i686.rpm: Header V3 DSA signature: NOKEY, key ID 025e513b
/lib/modules/2.4.21-52.EL/unsupported/drivers/net/sk98lin
/lib/modules/2.4.21-52.EL/unsupported/drivers/net/sk98lin/sk98lin.o

Which is the driver I believe your looking for, this is from the equivalent RHEL 3 update 9 directory (CentOS3.9).


Dear Lenard,

i got the following replies from my linux mac.
For uname -a
Linux localhost.localdomain 2.4.21-4 EL smp #1 SMP i 686 i686 i386 GNU linux.

For rpm -qa --qf="%{n}-%{v}-%{r}.%{arch}\n" kernel
2.4.21-4.EL. i686

For cat /etc/*release
LSB_VERSION="1.3"
Red Hat Enterprise Linux Advance Server Release 3 (Taroon)

Please tell me what can i do now.As suggested by you, it is not coming as i386.

reply asap
 
Old 11-07-2007, 11:14 AM   #7
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
This 2.4.21-4 EL smp i686 kernel is really old, I would suggest updating at least the kernel first so the netowrk interface will work, download and install both of these;

http://vault.centos.org/3.1/contrib/...EL.c0.i586.rpm
http://vault.centos.org/3.1/contrib/...EL.c0.i586.rpm

rpm -ivh kernel*.rpm

Reboot the system and select the new kernel to boot to. As soon as possible active an RHN account and update the system.
 
Old 11-13-2007, 12:55 AM   #8
oracle_on_linux
LQ Newbie
 
Registered: Nov 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Thumbs down

Quote:
Originally Posted by Lenard View Post
This 2.4.21-4 EL smp i686 kernel is really old, I would suggest updating at least the kernel first so the netowrk interface will work, download and install both of these;

http://vault.centos.org/3.1/contrib/...EL.c0.i586.rpm
http://vault.centos.org/3.1/contrib/...EL.c0.i586.rpm

rpm -ivh kernel*.rpm

Reboot the system and select the new kernel to boot to. As soon as possible active an RHN account and update the system.


Dear Lenard,

I did as suggested in the above paragraph, and rebooted the system with the new compiled kernel, but was unable to detect and network card automatically or by kudzu.
If u can tell me , should i upgrade to kernel 2.6 or else and if yes then please, how and from where i can do this?
Also, Are the USB network cards costilier?
Any other suggestion regarding network card from ur side?

please reply ASAP

regards,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error unclear when upgrading kernel RHAS3.0 x64 eur0dad Red Hat 2 08-22-2006 10:47 AM
Problem Installing Network Card Driver databox Linux - Networking 6 05-31-2006 10:42 PM
Installing gcc-3.4 on RHAS3 dand Linux - Software 0 02-10-2005 06:29 AM
Problem while installing WLAN Lucent Orinoco Silver card on linux kernel 2.4.20 bond_7942 Linux - Wireless Networking 3 09-15-2003 12:39 AM
Problem while installing WLAN Lucent Orinoco Silver card on linux kernel 2.4.20 bond_7942 Linux - Hardware 1 09-12-2003 01:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration