LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 04-18-2018, 08:46 PM   #1
kackiz
LQ Newbie
 
Registered: Apr 2018
Location: California
Distribution: PC Linux OS
Posts: 18

Rep: Reputation: Disabled
No Internet through cable connection


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?

P.S: here is the full log-file, for a better understanding

Last edited by kackiz; 04-18-2018 at 09:02 PM. Reason: Added the log-file
 
Old 04-19-2018, 01:20 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,641

Rep: Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551
Hello and welcome to LQ.


"Official version can be compiled only in the kernel 2.6.X. This version is modified to be able to compile in Kernel 3.19.X."

https://github.com/kinumi/sk98lin
 
Old 04-19-2018, 01:37 PM   #3
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,759

Rep: Reputation: 258Reputation: 258Reputation: 258
Quoth the kernel source:

Quote:
This driver supports Gigabit Ethernet adapters based on the Marvell Yukon 2 chipset:

Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21

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.
Do you have a module named skge.ko? It'd be in
Code:
 /lib/modules/4.16.3/kernel/drivers/net/ethernet/marvell
use your kernel version instead of 4.16.3
 
Old 04-19-2018, 07:44 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,641

Rep: Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551Reputation: 3551
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.
 
Old 04-19-2018, 08:15 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
https://wiki.debian.org/NdisWrapper
 
Old 04-19-2018, 08:51 PM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
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.
 
Old 04-20-2018, 10:50 AM   #7
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,759

Rep: Reputation: 258Reputation: 258Reputation: 258
Are you a kakistocrat?
 
Old 04-20-2018, 06:45 PM   #8
kackiz
LQ Newbie
 
Registered: Apr 2018
Location: California
Distribution: PC Linux OS
Posts: 18

Original Poster
Rep: Reputation: Disabled
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.
 
Old 04-20-2018, 06:46 PM   #9
kackiz
LQ Newbie
 
Registered: Apr 2018
Location: California
Distribution: PC Linux OS
Posts: 18

Original Poster
Rep: Reputation: Disabled
And no, I'm simply a Spanish persimmon
 
Old 04-20-2018, 07:48 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by kackiz View Post
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/
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to share internet connection through a crossover cable. Inkit Linux - General 6 03-07-2011 07:08 PM
no internet connection (cable, router) OpossumPetya SUSE / openSUSE 5 01-02-2006 01:59 PM
Can't get to the internet through usb/cable connection GeneB Mandriva 3 02-07-2005 02:17 AM
Cable modem internet connection does not work GeneB Linux - Software 0 01-26-2005 10:10 AM
Nic card -> cable internet modem no internet connection zeshan_b Mandriva 21 09-26-2004 11:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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