LinuxQuestions.org
Help answer threads with 0 replies.
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-12-2014, 01:21 AM   #16
jtsn
Member
 
Registered: Sep 2011
Posts: 925

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483

Quote:
Originally Posted by business_kid View Post
I am on kernel 3.8.8-6
Why are you on 3.8.8? Why not on 3.8.13? Or 3.10.17 - the official Slackware kernel?

Quote:
/sys/module/r8169/ exists.
So the module is loaded.

Quote:
Grepping the kernel config for r8169 not much there.
Of course there is nothing there, you must use CONFIG_R8169 (in uppercase).

Quote:
I think r8169 isn't there, jtsn.
Of course, it is. Try
Code:
modinfo r8169
Quote:
Can we leave this one here?
No, someday someone will stumble over this thread and get completely confused by your posts. So let's make things completely clear. I know, you now are not interested in this topic anymore, because it works for you, but this is a public forum and not your personal support system.

Last edited by jtsn; 01-12-2014 at 01:29 AM.
 
Old 01-12-2014, 09:21 AM   #17
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,083

Original Poster
Rep: Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483Reputation: 2483
I don't know why I'm on 3.8.8 - it was the slackware source at some point. I built it, and don't use the standard kernels for long because
1. The generic needs an initrd which is a PITA
2. The huge kernel is just that - huge.
3. Usually there's some modules I want in, or some I want out, from the slackware selection.
4. I get to profile the cpu/chipset for what this particular box is. This is running an I3 and intel chipset, sony sdcard reader, realtek & atheros cards. It's not going to need chipset bugfixes, modules for cards from the last millenium, etc. etc.
5. Adittionally, this is running on a a 60gb ssd, sp space is an issue.

I take your point about the public support forum. I left off cramming for exams to get to the bottom of it. I was getting very mysteriouys behaviour. I had compiled, and installed 3.8.8-6, but had failed to execute the lilo command, so 3.8.8-5 still booted. My bad. I had installed the module to 3.8.8-5 well, of course, and it came up on that reboot.

Now I am on 3.8.8-6. /sys/module/r8168 exists, not r8169. modinfo only returns blurb on r8168, as does lsmod. And the card is tested and working.

I'll leave you to ponder why the box chose that of all reboots to stop listening to the compiled in code and start listening to the module. Next post after next Friday.

Last edited by business_kid; 01-12-2014 at 09:45 AM.
 
Old 01-28-2014, 05:32 PM   #18
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
I have a rev 6 card like those above, but it refuses to work on kernels 3.10.x or 3.12.x, with either r8169 or r8168 from the realtek site. BIOS has been updated to the latest available for this board.
http://www.gigabyte.us/products/prod...px?pid=4492#dl

I am giving up and using a PCI ethernet card I have handy for such cases.
 
Old 01-28-2014, 08:49 PM   #19
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by metaschima View Post
I have a rev 6 card like those above, but it refuses to work on kernels 3.10.x or 3.12.x, with either r8169 or r8168 from the realtek site. BIOS has been updated to the latest available for this board.
http://www.gigabyte.us/products/prod...px?pid=4492#dl

I am giving up and using a PCI ethernet card I have handy for such cases.
Nevermind, it does work with the r8168 module. My network switch just died, and after replacing it, it works.
 
Old 01-29-2014, 08:58 AM   #20
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Rep: Reputation: 73
i too get that problem - today install slackware64 14.1, and get not working ethernet


03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
it is build in inteld945gcnl motherboard.
on slackware 13.37 with default kernel it works beautiful from box with r8169 driver.
now there, in slack 14.1 also i r8169 driver loaded, but it not work - try to read this topic and looks, what i can do. for a hard case i have 3com 3c905b NIC, who's driver, i hope, not ruined in 3.10 kernels...

it is fantastic stream - broke many things, who earlier work good, in newest soft ( kernel)...
 
Old 01-29-2014, 01:15 PM   #21
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
rmmod and blacklist r8169, install r8168 from the realtek website and you should be good to go.

To blacklist modules, add:
Code:
blacklist r8169
to one of the .conf files at '/lib/modprobe.d', or create your own, but it must end in .conf
 
Old 01-30-2014, 02:51 AM   #22
WiseDraco
Member
 
Registered: Nov 2006
Location: Europe,Latvia,Riga
Distribution: slackware,slax, OS X, exMandriva
Posts: 591

Rep: Reputation: 73
sorry, in my case there is another problem, i ve sorted out - udev for unknown to me reason, add a string in /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x8086:/sys/devices/pci0000:00/0000:00:19.0 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:16:41:3a:3b:b8", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

as so my realtek 8169 has be eth1, not eth0.
i do not -oh yes, remember! there is a very big problems with trying to install slack64 14.1 in that machine, and i do installation on another machine, where, looks like, ethernet adapter is be e1000...
ok, i comment that "subsystem" string, and all works ok now.

btw, maybe anyone can tell, how i can see a module - hardware - device dependancies in linux?
i mean do a command, and he show you - you have intel pro 1000 NIC, who was hooked by e1000e module, and will be eth4 ...?
 
Old 01-30-2014, 03:47 AM   #23
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,257

Rep: Reputation: Disabled
Quote from ../slackware64-14.1/CHANGES_AND_HINTS.TXT:
Quote:
Speaking of udev, pay particular attention to 70-persistent-net.rules and 70-persistent-cd.rules in /etc/udev/rules.d/ -- these two are automatically generated by the system. If you remove, add, and/or replace some hardware (specifically network cards and/or optical drives) in a machine, you will probably need to edit one or both of the rules files mentioned above (or just remove them and reboot to create new ones).
lspci -vnn # won't tell that it will be eth4, though.

Last edited by Didier Spaier; 01-30-2014 at 07:42 AM.
 
1 members found this post helpful.
  


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
Realtek 8139/8168/8169 on 2.6.21.3 or newer Gato Azul Linux - Networking 6 05-05-2009 10:56 PM
Realtek 8168 driver problem delinne Linux - Hardware 5 07-16-2008 05:51 AM
Realtek 8168(AS) driver? blueskyhff Linux - Networking 2 03-01-2007 07:42 AM
FC6, Realtek 8168, installed rpm, now what? JSX Linux - Networking 2 01-05-2007 11:39 AM
RealTek 8168/8110 with fedora zolorin Linux - Hardware 0 09-07-2004 08:55 PM

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

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