Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
The Motherboard includes a driver for the Ethernet adapter, but I am not being able to install it. The adapter seems to be Marvell Yukon, and the driver is identified as sk98lin. I didn't had permission to even open the files directly on the disc, so I transferred them to my computer and executed from there. After several tries, the log-file gave out quite some errors, talking about a kernel source located in /src that was badly identified. Apparently all I had to do was run a command inside the kernel source folder. The problem was, however, there was no kernel source. I downloaded linux-source 3.16 from the Debian repositories (I think. I'm using Point Linux and it identifies itself as Debian Jessie). I tried to run that simple command (it was a make command by the way), and it still didn't work. Eventually I gave up and deleted everything, even the log-file. So now I'm here asking for help. Is there any way I can get my wired Internet connection to work? maybe with some generic drivers?
There is companion driver for the older Marvell Yukon and SysKonnect Genesis based adapters: skge. This enables support for the older and uncommon SysKonnect Genesis chips, which support MII via an external transceiver, instead of an internal one. Disabling this option will save some memory by making code smaller. If unsure say Y.
At one time there was a project that could have allowed any windows driver to be used. Some distros ship with part of this still but not usually all or fully set up. Ndiswrapper could possibly be use to run a windows driver if it is supported.
I'd think that an el cheapo usb nic would do for this.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521
Rep:
I'm pretty sure Marvel Yukon is in the kernel since 2.6. If your mobo has a disk with a driver for the Marvell Yukon ethernet adapter, are you sure it's a Linux driver? You shouldn't have to install a driver for it to work.
I have downloaded the unofficial Marvell Patch from git, but it doesn't seem to work. running the install.sh file fails when trying to find the kernel headers. I have the kernel headers. NDIS looks interesting, but the driver i have is for win7, and yes, it also provides a Linux driver along with a windows one, inside the motherboard DVD.
I have downloaded the unofficial Marvell Patch from git, but it doesn't seem to work. running the install.sh file fails when trying to find the kernel headers. I have the kernel headers. NDIS looks interesting, but the driver i have is for win7, and yes, it also provides a Linux driver along with a windows one, inside the motherboard DVD.
Maybe try the Linux driver that's on the DVD and see if that works.
IF that fails try installing a new kernel. <OR> recompile the kernel you already have. https://www.kernel.org/
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.