LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-16-2005, 12:04 AM   #1
pandasonic
Member
 
Registered: Nov 2003
Location: Bronx, NY
Distribution: Fedora Core 3
Posts: 53

Rep: Reputation: 15
Marvel Yukon 88E8036 PCI-E drivers on FC4


Hi.

I just installed Fedora Core 4 on my Toshiba Satellite M45-S331. It has an onboard Marvel Yukon 88E8036 PCI-E ethernet adapter and FC4 won't recognize it. I found this website: http://www.touslesdrivers.com/index....23&v_code=8160

and I downloaded the file. When I tried installing it, it "Failed" because there's no Kernel version file or something like that (I didn't save the error message)... I remember the solution the error message gave me was to make a symbolic link of /usr/src/KERNEL_VERSION to /usr/src/linux


Does anyone know how to solve this or know of any other way to install a working driver for it?

Thanks.
 
Old 06-16-2005, 06:24 AM   #2
covex
LQ Newbie
 
Registered: Nov 2004
Posts: 8

Rep: Reputation: 0
Re: Marvel Yukon 88E8036 PCI-E drivers on FC4

Quote:
Originally posted by pandasonic
I just installed Fedora Core 4 on my Toshiba Satellite M45-S331. It has an onboard Marvel Yukon 88E8036 PCI-E ethernet adapter and FC4 won't recognize it. I found this website: http://www.touslesdrivers.com/index....23&v_code=8160
Try to use forcedeth if possible. It works wit marvell on nfroce chipsets.
 
Old 06-16-2005, 11:41 PM   #3
pandasonic
Member
 
Registered: Nov 2003
Location: Bronx, NY
Distribution: Fedora Core 3
Posts: 53

Original Poster
Rep: Reputation: 15
thanks for the suggestion... it won't work, however... this laptop has an intel chipset
 
Old 06-17-2005, 03:15 PM   #4
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Re: Marvel Yukon 88E8036 PCI-E drivers on FC4

Quote:
Originally posted by pandasonic
Hi.

I just installed Fedora Core 4 on my Toshiba Satellite M45-S331. It has an onboard Marvel Yukon 88E8036 PCI-E ethernet adapter and FC4 won't recognize it. I found this website: http://www.touslesdrivers.com/index....23&v_code=8160

and I downloaded the file. When I tried installing it, it "Failed" because there's no Kernel version file or something like that (I didn't save the error message)... I remember the solution the error message gave me was to make a symbolic link of /usr/src/KERNEL_VERSION to /usr/src/linux


Does anyone know how to solve this or know of any other way to install a working driver for it?

Thanks.
Marvel Yukon network cards are handled by the sk98lin driver, but unfortunately the linux kernel sk98lin (even with the latest 2.6 kernel)
doesn't support new cards.

Go to this url http://www.syskonnect.de/syskonnect/...tm/sk9elin.htm
It has the latest driver from syskonnect. It can produce a kernel patch for your kernel, or it can even compile a module for it
so you don't have to reboot. You just insmod the sk98lin module.

I don't know about the intel chipset, but i don't know anyone that had failure with the driver.
I use it for a long time and it works perfectly.
 
Old 06-23-2005, 01:50 AM   #5
pandasonic
Member
 
Registered: Nov 2003
Location: Bronx, NY
Distribution: Fedora Core 3
Posts: 53

Original Poster
Rep: Reputation: 15
tried it again, won't work. when i try choosing the Install option it says it can't find the Kernel hearders... something about it not being in /usr/src/KERNEL_HEADER or /usr/src/linux

then I tried the Patch option but it says it's already present in the kernel

no idea... thanks a lot for trying to help
 
Old 07-01-2005, 06:28 PM   #6
taskara
Member
 
Registered: Jul 2003
Location: Canberra, Australia
Distribution: Kororaa
Posts: 34

Rep: Reputation: 15
yes, you need kernel source in order to patch a kernel.

then you will need to RECOMPILE and build your own kernel.

If you can, just get the kernel-headers and then install the module way against that kernel, and use insmod as suggested above.
this way you don't have to rebuild and install your kernel.

yum install kernel-headers or something like that is what you need.

I dunno for sure cause I don't use FC..

-c
 
Old 07-04-2005, 08:40 PM   #7
pandasonic
Member
 
Registered: Nov 2003
Location: Bronx, NY
Distribution: Fedora Core 3
Posts: 53

Original Poster
Rep: Reputation: 15
thanks, i'm gonna try that
 
Old 07-11-2005, 08:59 AM   #8
Jerre Cope
Member
 
Registered: Oct 2003
Location: Texas (central)
Distribution: ubuntu,Slackware,knoppix
Posts: 323

Rep: Reputation: 37
Thanks imitheos for the SysKonnect link. It was just what I needed for an Intel Motherboard D915GEV with the Yukon NIC built it. The install script actually compiled the module and installed it with no intervention on my part--other than creating the /usr/src/linux symbolic link:

ln -s /usr/src/kernels/2.6.11-1.1369_FC4-smp-i686 /usr/src/linux
 
Old 07-25-2005, 03:24 AM   #9
pandasonic
Member
 
Registered: Nov 2003
Location: Bronx, NY
Distribution: Fedora Core 3
Posts: 53

Original Poster
Rep: Reputation: 15
thanks, i tried that, it seemed to have worked but now i get this message:

Check kernel header version (Kernel:2.6.11-1.1369_FC4 == Header:2.6.11-1.1369_FC4) [ OK ]
Check kernel functions (Changed: nothing) [ OK ]
Compile the kernel (error) [ failed ]

An error has occurred during the compile proces which prevented
the installation from completing.
Take a look at the log file install.log for more informations.
Installation of sk98lin driver module failed.


any ideas?...
 
Old 07-26-2005, 09:33 AM   #10
ddnev
LQ Newbie
 
Registered: Jul 2005
Posts: 14

Rep: Reputation: 0
I had to use the kernel from kernel.org to get that ethernet card running on an AMD chip. Actuallynhad to take the kernel patch route outlined in the installation instructions provided with the driver.
 
  


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
Marvell Yukon 88E8036 pci-e fast ethernet controller not being detected in Fedora 3 ozzie_penguin Linux - Laptop and Netbook 2 01-02-2006 03:06 PM
Marvell Yukon 88E8036 pci-e fast ethernet controller driver _ major nightmare to find ozzie_penguin Fedora 0 08-16-2005 10:48 PM
Installing a marvel yukon n/card on Fedora wazza4610 Linux - Software 3 08-08-2005 07:09 AM
Marvell Yukon PCI-E network adaptor frostedegg Linux - Networking 1 04-25-2005 08:18 PM
Marvel Yukon drivers MyStur Linux - Hardware 2 04-25-2005 05:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:37 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