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 - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-24-2015, 06:29 AM   #1
c94p67
LQ Newbie
 
Registered: Aug 2014
Posts: 16

Rep: Reputation: Disabled
Question Intel 8086:1f41 slackware64 14.0


Is there a driver for this device on stock slackware 14.0? Looking at the modinfo igb, it does not list the device id.
 
Old 01-24-2015, 06:39 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by c94p67 View Post
Is there a driver for this device on stock slackware 14.0? Looking at the modinfo igb, it does not list the device id.
It does:
Code:
bash-4.2# modinfo igb|grep 1F41
alias:          pci:v00008086d00001F41sv*sd*bc*sc*i*
bash-4.2#
To check, please provide output of:
Code:
 lspci -knn|grep -A3 net
If the igb kernel module is not automatically loaded (lsmod|grep ign will tell you that), just modprobe it.

Last edited by Didier Spaier; 01-24-2015 at 06:42 AM.
 
Old 01-24-2015, 06:58 AM   #3
c94p67
LQ Newbie
 
Registered: Aug 2014
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Didier Spaier View Post
It does:
Code:
bash-4.2# modinfo igb|grep 1F41
alias:          pci:v00008086d00001F41sv*sd*bc*sc*i*
bash-4.2#
To check, please provide output of:
Code:
 lspci -knn|grep -A3 net
If the igb kernel module is not automatically loaded (lsmod|grep ign will tell you that), just modprobe it.

On my install the output of
Code:
modinfo igb|grep 1F41
returns zero results. Which is why i made this thread to begin with.

The output of
Code:
lspci -knn|grep -A3 net
Code:
00:14.0 Ethernet controller [0200]: Inten Corporation Device [8086:1f41] (rev 03)
Subsystem: Super Micro Computer Inc Device [15d9:1f41]

00:14.1 Ethernet controller [0200]: Inten Corporation Device [8086:1f41] (rev 03)
Subsystem: Super Micro Computer Inc Device [15d9:1f41]

00:16.0 USB controller [0c03]: Intel Corporation Device [8086:1f2c] (rev 02)
Subsystem: Super Micro Computer Inc Device [15d9:0828]
And the module igb is not loaded on boot. However, loading it manually does not seem to do the trick either.

Last edited by c94p67; 01-24-2015 at 06:59 AM. Reason: additions
 
Old 01-24-2015, 07:01 AM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Then you could upgrade your kernel & modules (3.10.17-smp here) and/or Slackware as a whole.

Last edited by Didier Spaier; 01-24-2015 at 07:02 AM.
 
Old 01-24-2015, 07:05 AM   #5
c94p67
LQ Newbie
 
Registered: Aug 2014
Posts: 16

Original Poster
Rep: Reputation: Disabled
Thanks

Last edited by c94p67; 01-24-2015 at 07:15 AM.
 
Old 01-24-2015, 07:16 AM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
You'll need to build the kernel yourself I think as it's not the same glibc in Slackware 14.0 vs Slackware 14.1

The stuff to do that is here.

It could be faster to upgrade or install anew Slackware a whole.

PS If not already done you could check this. Also, if you use another kernel you can check for your adapter in /usr/src/linux-<version>/drivers/net/ethernet/intel/igb/drivers/igb.mod.c that writes the info displayed by modinfo.

Last edited by Didier Spaier; 01-24-2015 at 07:45 AM. Reason: Last sentence simplified.
 
Old 01-24-2015, 07:30 AM   #7
genss
Member
 
Registered: Nov 2013
Posts: 744

Rep: Reputation: Disabled
most probably no need to upgrade glibc
 
Old 01-24-2015, 07:40 AM   #8
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by genss View Post
most probably no need to upgrade glibc
I didn't suggest to do that, but just to rebuild the kernel. But maybe you mean that the OP could try to just install an already built kernel? I didn't try, so I'm not sure about that.

Last edited by Didier Spaier; 01-24-2015 at 07:44 AM.
 
Old 01-24-2015, 08:41 AM   #9
c94p67
LQ Newbie
 
Registered: Aug 2014
Posts: 16

Original Poster
Rep: Reputation: Disabled
Thanks for all suggestions and help. I can manage from here. Have a good weekend.
 
Old 01-24-2015, 10:52 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just to clarify, the kernel is in no way dependent on a specific glibc version, you should be fine with just using a kernel+modules from a newer Slackware version.
 
Old 01-25-2015, 03:38 AM   #11
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
(sorry, wrong thread)
 
  


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
UNIX On a 8086? nathanpc Linux - Distributions 7 04-23-2011 10:50 AM
intel fortran compiler on slackware64 13.0 cmk77 Slackware 5 11-18-2009 01:38 PM
simulation 68hc11 or Intel 8086 in Suse 10.1 marcoguillen Linux - Software 0 12-08-2006 03:47 PM
intel 8086 tutorials tuxfood General 1 06-14-2004 07:56 PM
ELKS and 8086 Sander.nl Linux - General 1 12-19-2001 02:57 AM

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

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