LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 10-09-2004, 08:49 PM   #1
burrough
LQ Newbie
 
Registered: Oct 2004
Location: Manchester
Posts: 9

Rep: Reputation: 0
ethernet adapter problem in redhat enterprise linux WS (update 3)


Hi everyone, this is my first post in this forum.


Ok, here's the story, I just finished installing this Redhat Enterprise Linux WS (update 3) on my new machine. Strangely enough, during the installation, it didn't ask me for configuring my network settings, which according to Redhat documentions that, my ethernet adapter couldn't be detected. However, I do have a Marvell Yukon Gigabit Ethernet Adapter that is integrated on my mobo.

So, after finishing the installtion, I decided to install the driver manually. and I downloaded the driver 'sk98lin' (I think it should be the driver name...), and first I tried 'user mode' in its installation, unfortunately, it didn't work out very well, actually failed at the end. The reason is:

"An error has occurred during the check process...."
"It's not possible to build a standalone sk98lin driver on this host. The kernel don't export a neccesay symbols for the device driver and we aren't able to load the driver."

So, I tried to compile both the driver and the kernel manually, but the thing is, I really couldn't find 'Marvell Yukon/SysKonnect SK-98xx/Sk-95xx Gigabit Ethernet Adapter support' in 'Network Device Support' when I was doing the kernel compilation. However, I did find the folder 'sk98lin' in /usr/src/linux-2.4.xx/drivers/net directory.

Now, I'm totally lost, what should I do next?! I'm sorry for posting such a exhaustedly long thread.... Thank you you guys in advance...

Last edited by burrough; 10-10-2004 at 08:36 AM.
 
Old 10-10-2004, 02:35 AM   #2
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
See if this is any help?

https://bugzilla.redhat.com/bugzilla....cgi?id=128279
 
Old 10-10-2004, 08:38 AM   #3
burrough
LQ Newbie
 
Registered: Oct 2004
Location: Manchester
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by RHELL
See if this is any help?

https://bugzilla.redhat.com/bugzilla....cgi?id=128279

Thanks. but it doesn't seems that help me much...

The main problem is the above highlighted in red color. Cheers
 
Old 10-11-2004, 12:49 AM   #4
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
Sorry, I should have read more carefully, that was a link to what you already have. I tried to find an RPM, no luck.
The aforementioned crimson clause assumes that your kernel source is on the hard drive. RedHat doesn't do this.
Stupid (and potentially insulting) question: Did you untar the kernel source on your drive as in 6.1 of the install instructions.
 
Old 10-11-2004, 01:56 AM   #5
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
RedHat is definitely not enthralled with this driver.
 
Old 10-13-2004, 10:29 AM   #6
vasundhar
LQ Newbie
 
Registered: Oct 2004
Location: India
Distribution: Redhat 9,RHEL
Posts: 8

Rep: Reputation: 0
Red face REL More than a bug...



I purchased REL3.0 for My IBM Thinkpad R51 2888 CA4 model which
was working fine until I thought of registering it where the real problem started my network adapter did not support
and no support helped me in that regard
the support which I got from web support was nothing but a junk mail which read "contact INDIA support"
but globally there was no support or driver available for the machine
so almost My machine is going to be a dumb one ...

I when thought of Linux I went to REL assuming all the latest and reliable stuff will be available
but now it is evident that fedora is better that the REL which is charging for no good reason

 
Old 10-13-2004, 01:51 PM   #7
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
RHEL is supposed to be the most reliable, something on which to bank the Enterprise, which is by its nature not going to be the latest. This will also limit your choices of supported hardware.
Fedora is the latest stuff, but with no testing.
Which is the most useful for you depends entirely on your priorities.

> when thought of Linux I went to REL assuming all the latest and >reliable stuff will be available
>but now it is evident that fedora is better that the REL which is >charging for no good reason
 
Old 10-13-2004, 02:54 PM   #8
vasundhar
LQ Newbie
 
Registered: Oct 2004
Location: India
Distribution: Redhat 9,RHEL
Posts: 8

Rep: Reputation: 0
Ok man
Can u please locate me to a driver to ethernet adapter which suits my system ?
I have R51 IBM thinkpad 2888 model
"Integrated Intel PRO/1000 Gigabit Ethernet"
regards
 
Old 10-13-2004, 04:20 PM   #9
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
Quote:
Originally posted by vasundhar
Ok man
Can u please locate me to a driver to ethernet adapter which suits my system ?
I have R51 IBM thinkpad 2888 model
"Integrated Intel PRO/1000 Gigabit Ethernet"
regards
Try posting your own thread instead of adding to someone else's. Your problem will get solved faster. try e1000 module

Last edited by vectordrake; 10-13-2004 at 04:24 PM.
 
Old 10-15-2004, 02:43 PM   #10
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
Burrough, did you make any headway compiling the driver?
 
Old 10-17-2004, 08:59 AM   #11
burrough
LQ Newbie
 
Registered: Oct 2004
Location: Manchester
Posts: 9

Original Poster
Rep: Reputation: 0
right, now the I got the official patch for kernel 2.4.22, but the default kernel is 2.4.21.20-EL on my machine, so could I apply this patch to this kernel, or I have to compile the driver on my own?
 
Old 10-17-2004, 09:01 AM   #12
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
The patch must match the kernel, unfortunately.
 
Old 10-21-2004, 02:09 AM   #13
praveen_143
LQ Newbie
 
Registered: Oct 2004
Location: London, UK
Distribution: Red hat Linux, Debian
Posts: 4

Rep: Reputation: 0
hey guys,
I have IBM r51 thinkpad which has Intel(R) PRO/1000 Mobile Connection ethernet card. i have to do a project ..and i have RHEL ES3 installed on it...i have to configure many..but please help me in finding out a driver and its location where can i get it...please also find me a driver for redhat 9 as well...please guys help me fast...thanks
praveen.
 
Old 10-22-2004, 02:44 PM   #14
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
If you read the previous threadjack, you would know.
 
Old 10-22-2004, 07:27 PM   #15
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
Quote:
Originally posted by RHELL
If you read the previous threadjack, you would know.
Post # 9.
Read man modprobe, man insmod. Cheers.

Burrough: did you get the source to match your kernel? If not, why don't you take stock of all the modules currently loaded and match them against the output of lspci. Then you can compile a kernel and the proper driver for your adaptor all in one fell swoop. There is an excellent kernel compiling guide here on LQ (probably in the wiki as well by now).
 
  


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
ethernet card with redhat enterprise freddyincali Linux - Hardware 3 08-18-2005 02:56 AM
RedHat Enterprise. How to go from V3 Update 1 to V3 Update 3? vectorz2 Linux - Software 3 05-07-2005 02:50 AM
Has anyone tried update the kernel to 2.6.x in Redhat Enterprise Linux? burrough Linux - Enterprise 0 10-17-2004 11:31 AM
Redhat Enterprise 3 NForce2 ethernet Problems emig647 Linux - Networking 2 07-28-2004 02:23 AM
RedHat 9.0 no eth0 no ethernet adapter johnh62 Linux - Hardware 6 09-12-2003 09:39 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 10:12 AM.

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