Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network does not work with Realtek RTL8111/8168/8411 ...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Sakarias
n00b
n00b


Joined: 12 May 2007
Posts: 60

PostPosted: Sat Nov 22, 2014 3:52 pm    Post subject: Network does not work with Realtek RTL8111/8168/8411 ... Reply with quote

I did a fresh installation of Gentoo. My network card is Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06) (lspci list).
Kernel is gentoo-sources-3.14.14. Little old, but i copy my old config. I install also linux-firmware-20140603.
Openrc is sys-apps/openrc-0.12.4 USE="ncurses netifrc pam tools- unicode -debug -newnet (-prefix) (-selinux) -static-libs". dmesg show renamed network interface eth0 to enp3s0.
I did symlink net.enp3s0 --> net.lo and add rc-update add net.enp3s0 default. I install also dhcpcd.

lsmod show
mii 3803 1 r8169 and
r8169 55812 0

Am I forgetting something? Before connecting the work with these settings.
How do I make fixed network settings? My router ip is 192.168.11.2
is config_enp3s0="192.168.0.2/24" or config_eth0="192.168.0.2/24" ?
Why udev rename eth0 to enp3s0?

my make.conf is now
CFLAGS="-O2 -march=bdver1 -mprefer-avx128 -mvzeroupper -pipe"

CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
USE="bindist mmx sse sse2 tools vdpau -cups -gtk -ipv6 -kde -qt-dbus
-qt3support -qt4 -spell"

#ACCEPT_KEYWORDS="~amd64"
GRUB_PLATFORMS="pc"
VIDEO_CARDS="nvidia vesa"
INPUT_DEVICES="evdev"
LINGUAS="fi"
ACCEPT_LICENSE="*"
ALSA_CARDS="hda-intel"
INPUT_DEVIDES="edev joystick"
LIRC_DEVICES="userspace"
CAMERAS="canon ptp2"
PYTHON_TARGETS="python2_7 python3_3"
PYTHON_SINGLE_TARGET="python2_7"
MAKEOPTS="-j6"

GENTOO_MIRRORS="rsync://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ http://trumpetti.atm.tut.fi/gentoo/"
SYNC="rsync://rsync.fi.gentoo.org/gentoo-portage"
FEATURES="-parallel-fetch"
#PORTAGE_NICENESS =19
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"

And i make emerge -e system
_________________
---
Sakarias
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21602

PostPosted: Sat Nov 22, 2014 4:06 pm    Post subject: Re: Network does not work with Realtek RTL8111/8168/8411 ... Reply with quote

Sakarias wrote:
I did symlink net.enp3s0 --> net.lo and add rc-update add net.enp3s0 default. I install also dhcpcd.

lsmod show
mii 3803 1 r8169 and
r8169 55812 0

Am I forgetting something? Before connecting the work with these settings.
How do I make fixed network settings? My router ip is 192.168.11.2
is config_enp3s0="192.168.0.2/24" or config_eth0="192.168.0.2/24" ?
Why udev rename eth0 to enp3s0?
As part of its highly contentious and often troublesome "Predictable Network Interface Names" feature, udev renames your devices based on their physical characteristics. There are many threads discussing both the technical value of the feature and the wisdom of this default. You should decide whether you want to use the udev mangled name or the kernel assigned name, configure udev accordingly, and then configure your network.

If you want to use a fixed IP address, then you should set config_interface="chosen-fixed-IP/24". In most cases, you will want the fixed IP to be on the same subnet as your router. Usually, you can set config_interface="dhcp" and let your router assign an appropriate IP address.

If you need more help, please explain exactly what does not work and why you believe the observed behavior is wrong. For example, do you have trouble resolving names? Can you connect over TCP to a known valid IP address on the Internet? Can you connect over TCP to a known valid IP address on your LAN?
Back to top
View user's profile Send private message
Sakarias
n00b
n00b


Joined: 12 May 2007
Posts: 60

PostPosted: Sat Nov 22, 2014 9:00 pm    Post subject: Reply with quote

I use stage3-amd64-20141113.tar.bz2. Maybe some older stage3 is better?
The network does not work. also ssh don't work. I would like to continue with the installation ..
emerge X, emerge kde....

cut from /var/log/messages..
ov 22 21:38:01 localhost kernel: [ 11.089353] r8169 0000:03:00.0 enp3s0: link down
Nov 22 21:38:01 localhost kernel: [ 11.089368] r8169 0000:03:00.0 enp3s0: link down
Nov 22 21:38:01 localhost /etc/init.d/net.enp3s0[1730]: config_enp3s0 not specified; defaulting to DHCP
Nov 22 21:38:01 localhost dhcpcd[1738]: version 6.4.7 starting
Nov 22 21:38:01 localhost dhcpcd[1738]: all: IPv6 kernel autoconf disabled
Nov 22 21:38:01 localhost dhcpcd[1738]: enp3s0: adding address fe80::9e1:8838:6b9f:31e0
Nov 22 21:38:01 localhost dhcpcd[1738]: if_addaddress6: Operation not supported
Nov 22 21:38:02 localhost dhcpcd[1738]: enp3s0: waiting for carrier
Nov 22 21:38:03 localhost kernel: [ 12.755354] r8169 0000:03:00.0 enp3s0: link up
Nov 22 21:38:03 localhost dhcpcd[1738]: enp3s0: carrier acquired
Nov 22 21:38:03 localhost dhcpcd[1738]: all: IPv6 kernel autoconf disabled
Nov 22 21:38:03 localhost dhcpcd[1738]: DUID 00:01:00:01:1b:fa:8e:4e:94:de:80:7c:9a:68
Nov 22 21:38:03 localhost dhcpcd[1738]: enp3s0: IAID 80:7c:9a:68
Nov 22 21:38:08 localhost dhcpcd[1738]: enp3s0: using IPv4LL address 169.254.250.116
Nov 22 21:38:08 localhost dhcpcd[1738]: enp3s0: adding route to 169.254.0.0/16
Nov 22 21:38:08 localhost dhcpcd[1738]: forked to background, child pid 1769
Nov 22 21:38:13 localhost dhcpcd[1769]: enp3s0: soliciting a DHCP lease

My router ip is 192.168.11.2. I know very little network settings. I left blank
/etc/conf.d/net. I do not know what to try.
/etc/init.d/net.enp3s0 start don't work
I tried many times. first, of course, i did /etc/init.d/net.enp3s0 stop

Sorry my bad english. I can english only little
_________________
---
Sakarias
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sat Nov 22, 2014 9:38 pm    Post subject: Reply with quote

Sakarias,

Code:
Nov 22 21:38:03 localhost kernel: [ 12.755354] r8169 0000:03:00.0 enp3s0: link up
Nov 22 21:38:08 localhost dhcpcd[1738]: enp3s0: using IPv4LL address 169.254.250.116
Nov 22 21:38:08 localhost dhcpcd[1738]: enp3s0: adding route to 169.254.0.0/16


shows that dhcpcd failed to get an IP address from your router for some reason so it assigned itself a link local address.
it only waited 5 seconds, thats a very short timeout.
The only use for link local addresses is in ad hoc wireless networking.
This at least shows your kernel is OK as enp3s0 exists.

Lets rule out a few trivial things. Do you only have a single wired ethernet port on your motherboard?
Its quite possible for the liveCD and your install to see multiple interfaces in different orders, so you may need to try all your interfaces.
However enp3s0: link up, says that there is a cable in enp3s0

Next step. Given that your router ip is 192.168.11.2. lets assign an IP statically.
Code:
ifconfig  enp3s0 192.168.11.101/24
will do that. If that worked
Code:
ping 192.168.11.2
should work too.
You will not get to the internet yet, that needs another setting
Code:
route add default gw 192.168.11.2

Does
Code:
ping 74.125.230.64
work?
Thats google.com.

If it fails tell what happens and post the output of
Code:
route -n

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Sakarias
n00b
n00b


Joined: 12 May 2007
Posts: 60

PostPosted: Sun Nov 23, 2014 8:54 am    Post subject: Reply with quote

i try
#ifconfig enp3s0 192.168.11.101/24
#ping 192.168.11.2 > ping1
#cat ping1
PING 192.168.11.2 (192.168.11.2) 56(84) bytes of data.
From 192.168.11.101: icmp_seq=1 Destination Host Unreachable
From 192.168.11.101: icmp_seq=2 Destination Host Unreachable
From 192.168.11.101: icmp_seq=3 Destination Host Unreachable
From 192.168.11.101: icmp_seq=4 Destination Host Unreachable
From 192.168.11.101: icmp_seq=5 Destination Host Unreachable
From 192.168.11.101: icmp_seq=6 Destination Host Unreachable
From 192.168.11.101: icmp_seq=7 Destination Host Unreachable
From 192.168.11.101: icmp_seq=8 Destination Host Unreachable
From 192.168.11.101: icmp_seq=9 Destination Host Unreachable
From 192.168.11.101: icmp_seq=10 Destination Host Unreachable
From 192.168.11.101: icmp_seq=11 Destination Host Unreachable
From 192.168.11.101: icmp_seq=12 Destination Host Unreachable
From 192.168.11.101: icmp_seq=13 Destination Host Unreachable
From 192.168.11.101: icmp_seq=14 Destination Host Unreachable
From 192.168.11.101: icmp_seq=15 Destination Host Unreachable
From 192.168.11.101: icmp_seq=16 Destination Host Unreachable
From 192.168.11.101: icmp_seq=17 Destination Host Unreachable
From 192.168.11.101: icmp_seq=18 Destination Host Unreachable
From 192.168.11.101: icmp_seq=19 Destination Host Unreachable
From 192.168.11.101: icmp_seq=20 Destination Host Unreachable

--- 192.168.11.2 ping statistics ---
21 packets transmitted, 0 received, +20 errors, 100% packet loss, time 20005ms
pipe 4

Is 192.168.11.101/24 right? Can i try 192.168.11.1/24?

route add default gw 192.168.11.2

and ping 74.125.230.64 don't work

route -n > route1

# cat route1
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.11.2 0.0.0.0 UG 0 0 0 enp3s0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 enp3s0

file /etc/conf.d/net missing?

My second gentoo installation works and
get ip 192.168.11.2 from router with dhcpcd.
And i use same kernel! gcc is new stable 4.8
_________________
---
Sakarias
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sun Nov 23, 2014 12:14 pm    Post subject: Reply with quote

Sakarias,

Code:
PING 192.168.11.2 (192.168.11.2) 56(84) bytes of data.
From 192.168.11.101: icmp_seq=1 Destination Host Unreachable


Shows that there is no TCP/IP link from your PC to your router. Until that is fixed, networking won't work.
Your routing table is correct.

/etc/conf.d/net missing is OK. The system will use dhcpcd, which we have seen in your earlier posts.

A driver issue is not ruled out but its easier to test for hardware.
Can you prove that the port on the router and ethernet cable works by testing with another PC.
If thats good, can you try another network card in yor PC.
Try another cable and router port anyway.

The output of lspci and lspic -n may be useful. Just the Ethernet lines.
Code:
0a:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
0a:06.0 0200: 10ec:8169 (rev 10)
In my case they are identified by the 0a:06.0 at the start of the line.

Your dmesg output might show useful information too. That will not fit in a post but you can put it onto a pastebin site and post a link.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Sakarias
n00b
n00b


Joined: 12 May 2007
Posts: 60

PostPosted: Sun Nov 23, 2014 4:35 pm    Post subject: Reply with quote

My compurer and router work. I'm just typing with same computer, but another system. I have new 2T hardisk and like instal light Linux with vdr and xbmc.

cut from dmesg...
3.667301] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 3.667319] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 3.667598] r8169 0000:03:00.0: irq 73 for MSI/MSI-X
[ 3.667836] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xffffc90011734000, 94:de:80:7c:9a:68, XID 0c900800 IRQ 73
[ 3.667841] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 3.708365] Linux video capture interface: v2.00
[ 3.806097] saa7146: register extension 'budget_av'
[ 3.806286] saa7146: found saa7146 @ mem ffffc9001179a000 (revision 1, irq 21) (0x153b,0x1156)
[ 3.806291] saa7146 (0): dma buffer size 192512
[ 3.806295] DVB: registering new adapter (Terratec Cinergy 1200 DVB-C)
[ 3.824587] adapter failed MAC signature check
[ 3.824593] encoded MAC from EEPROM was ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff
[ 3.839557] systemd-udevd[1042]: renamed network interface eth0 to enp3s0
[
I installed Gentoo on several occasions. Now, I have forgotten something and I came up with what would be wrong with.


cut from /var/log/messages

Nov 23 10:09:54 localhost dhcpcd[1731]: enp3s0: IAID 80:7c:9a:68
Nov 23 10:09:55 localhost dhcpcd[1731]: enp3s0: rebinding lease of 192.168.11.2
Nov 23 10:10:00 localhost dhcpcd[1731]: enp3s0: leased 192.168.11.2 for 172800 seconds
Nov 23 10:10:00 localhost dhcpcd[1731]: enp3s0: adding route to 192.168.11.0/24
Nov 23 10:10:00 localhost dhcpcd[1731]: enp3s0: adding default route via 192.168.11.1
Nov 23 10:10:00 localhost dhcpcd[1731]: forked to background, child pid 1773
Nov 23 10:10:01 localhost crond[1859]: pam_unix(crond:session): session opened for user root by (uid=0)
Nov 23 10:10:01 localhost CROND[1860]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Nov 23 10:10:01 localhost CROND[1859]: pam_unix(crond:session): session closed for user root
Nov 23 10:10:09 localhost login[1840]: pam_unix(login:session): session opened for user sakke by LOGIN(uid=0)
Nov 23 10:10:48 localhost su[1877]: Successful su for root by sakke
Nov 23 10:10:48 localhost su[1877]: + /dev/tty1 sakke:root
Nov 23 10:10:48 localhost su[1877]: pam_unix(su:session): session opened for user root by sakke(uid=1000)
Nov 23 10:14:19 localhost dhcpcd[1773]: enp3s0: removing IP address 192.168.11.2/24
Nov 23 10:14:19 localhost dhcpcd[1773]: enp3s0: deleting route to 192.168.11.0/24
Nov 23 10:14:19 localhost dhcpcd[1773]: enp3s0: deleting default route via 192.168.11.1
Nov 23 10:15:36 localhost kernel: [ 354.973399] ------------[ cut here ]------------
Nov 23 10:15:36 localhost kernel: [ 354.973428] WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:264 dev_watchdog+0x225/0x230()
Nov 23 10:15:36 localhost kernel: [ 354.973435] NETDEV WATCHDOG: enp3s0 (r8169): transmit queue 0 timed out
Nov 23 10:15:36 localhost kernel: [ 354.973439] Modules linked in: xfs libcrc32c ext3 jbd nvidia(PO) tda10021 budget_av saa7146_vv videobuf_dma_sg videobuf_core v4l2_common videodev budget_core ttpci_eeprom saa7146 r8169 mii dvb_core fam15h_power k10temp xhci_hcd
Nov 23 10:15:36 localhost kernel: [ 354.973467] CPU: 3 PID: 0 Comm: swapper/3 Tainted: P O 3.14.14-gentoo #3
Nov 23 10:15:36 localhost kernel: [ 354.973472] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-DS3P, BIOS F1 04/08/2013
Nov 23 10:15:36 localhost kernel: [ 354.973477] 0000000000000009 ffffffff814ae868 ffff88013ecc3e58 ffffffff8103ef01
Nov 23 10:15:36 localhost kernel: [ 354.973483] 0000000000000000 ffff88013ecc3ea8 0000000000000001 0000000000000003
Nov 23 10:15:36 localhost kernel: [ 354.973490] 00000000000000b0 ffffffff8103ef77 ffffffff8160cf18 ffff880100000030
Nov 23 10:15:36 localhost kernel: [ 354.973496] Call Trace:
Nov 23 10:15:36 localhost kernel: [ 354.973498] <IRQ> [<ffffffff814ae868>] ? dump_stack+0x41/0x51
Nov 23 10:15:36 localhost kernel: [ 354.973511] [<ffffffff8103ef01>] ? warn_slowpath_common+0x81/0xb0
Nov 23 10:15:36 localhost kernel: [ 354.973517] [<ffffffff8103ef77>] ? warn_slowpath_fmt+0x47/0x50
Nov 23 10:15:36 localhost kernel: [ 354.973524] [<ffffffff81426785>] ? dev_watchdog+0x225/0x230
Nov 23 10:15:36 localhost kernel: [ 354.973529] [<ffffffff81426560>] ? dev_graft_qdisc+0x90/0x90
Nov 23 10:15:36 localhost kernel: [ 354.973535] [<ffffffff81048823>] ? call_timer_fn.isra.32+0x23/0x80
Nov 23 10:15:36 localhost kernel: [ 354.973541] [<ffffffff810489da>] ? run_timer_softirq+0x15a/0x1f0
Nov 23 10:15:36 localhost kernel: [ 354.973546] [<ffffffff81042e67>] ? __do_softirq+0xd7/0x1e0
Nov 23 10:15:36 localhost kernel: [ 354.973550] [<ffffffff81043145>] ? irq_exit+0x85/0x90
Nov 23 10:15:36 localhost kernel: [ 354.973554] [<ffffffff8102bf0b>] ? smp_apic_timer_interrupt+0x3b/0x50
Nov 23 10:15:36 localhost kernel: [ 354.973561] [<ffffffff814b4eca>] ? apic_timer_interrupt+0x6a/0x70
Nov 23 10:15:36 localhost kernel: [ 354.973563] <EOI> [<ffffffff8137e9d6>] ? cpuidle_enter_state+0x56/0xd0
Nov 23 10:15:36 localhost kernel: [ 354.973573] [<ffffffff8137e9d2>] ? cpuidle_enter_state+0x52/0xd0
Nov 23 10:15:36 localhost kernel: [ 354.973578] [<ffffffff8137eae0>] ? cpuidle_idle_call+0x90/0x130
Nov 23 10:15:36 localhost kernel: [ 354.973585] [<ffffffff8100b695>] ? arch_cpu_idle+0x5/0x20
Nov 23 10:15:36 localhost kernel: [ 354.973589] [<ffffffff81081b51>] ? cpu_startup_entry+0x81/0x170
Nov 23 10:15:36 localhost kernel: [ 354.973593] ---[ end trace 50ef52a46f3dcaf9 ]---
Nov 23 10:15:36 localhost kernel: [ 354.983656] r8169 0000:03:00.0 enp3s0: link up
Nov 23 10:20:01 localhost crond[1914]: pam_unix(crond:session): session opened for user root by (uid=0)
Nov 23 10:20:01 localhost CROND[1916]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Nov 23 10:20:01 localhost CROND[1914]: pam_unix(crond:session): session closed for user root
Nov 23 10:22:14 localhost su[1877]: pam_unix(su:session): session closed for user root

cat /etc/resolv.conf
# Generated by dhcpcd from enp3s0
# /etc/resolv.conf.head can replace this line
nameserver 192.168.11.1
# /etc/resolv.conf.tail can replace this line

This computer use 192.168.11.2 and another 192.168.11.3. Router have wlan, but it is disabled.


Thank you very much your help and time.
_________________
---
Sakarias
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sun Nov 23, 2014 6:25 pm    Post subject: Reply with quote

Sakarias,


/var/log/messages :
Nov 23 10:09:54 localhost dhcpcd[1731]: enp3s0: IAID 80:7c:9a:68
Nov 23 10:09:55 localhost dhcpcd[1731]: enp3s0: rebinding lease of 192.168.11.2
Nov 23 10:10:00 localhost dhcpcd[1731]: enp3s0: leased 192.168.11.2 for 172800 seconds
Nov 23 10:10:00 localhost dhcpcd[1731]: enp3s0: adding route to 192.168.11.0/24
Nov 23 10:10:00 localhost dhcpcd[1731]: enp3s0: adding default route via 192.168.11.1

Shows that enp3s0 was able to get an IP address using dhcpcd.
Its not clear if tis is Gentoo or your other operating system.
That all works.

Assorted Realtek cards take firmware patches to make thew work properly/better. I'm not aware of any that must have firware loaded to work at all.
The firmware is provided by the linux-firmware package. The r8169 driver must be compiled as a module to pick up the firmware.


/var/log/messages:
Nov 23 10:14:19 localhost dhcpcd[1773]: enp3s0: removing IP address 192.168.11.2/24
Nov 23 10:14:19 localhost dhcpcd[1773]: enp3s0: deleting route to 192.168.11.0/24
Nov 23 10:14:19 localhost dhcpcd[1773]: enp3s0: deleting default route via 192.168.11.1
Nov 23 10:15:36 localhost kernel: [ 354.973399] ------------[ cut here ]------------
Nov 23 10:15:36 localhost kernel: [ 354.973428] WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:264 dev_watchdog+0x225/0x230()
Nov 23 10:15:36 localhost kernel: [ 354.973435] NETDEV WATCHDOG: enp3s0 (r8169): transmit queue 0 timed out
Nov 23 10:15:36 localhost kernel: [ 354.973439] Modules linked in: xfs libcrc32c ext3 jbd nvidia(PO) tda10021 budget_av saa7146_vv videobuf_dma_sg videobuf_core v4l2_common videodev budget_core ttpci_eeprom saa7146 r8169 mii dvb_core fam15h_power k10temp xhci_hcd
Nov 23 10:15:36 localhost kernel: [ 354.973467] CPU: 3 PID: 0 Comm: swapper/3 Tainted: P O 3.14.14-gentoo #3
Nov 23 10:15:36 localhost kernel: [ 354.973472] Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-DS3P, BIOS F1 04/08/2013
Nov 23 10:15:36 localhost kernel: [ 354.973477] 0000000000000009 ffffffff814ae868 ffff88013ecc3e58 ffffffff8103ef01
Nov 23 10:15:36 localhost kernel: [ 354.973483] 0000000000000000 ffff88013ecc3ea8 0000000000000001 0000000000000003
Nov 23 10:15:36 localhost kernel: [ 354.973490] 00000000000000b0 ffffffff8103ef77 ffffffff8160cf18 ffff880100000030
Nov 23 10:15:36 localhost kernel: [ 354.973496] Call Trace:
Nov 23 10:15:36 localhost kernel: [ 354.973498] <IRQ> [<ffffffff814ae868>] ? dump_stack+0x41/0x51
Nov 23 10:15:36 localhost kernel: [ 354.973511] [<ffffffff8103ef01>] ? warn_slowpath_common+0x81/0xb0
Nov 23 10:15:36 localhost kernel: [ 354.973517] [<ffffffff8103ef77>] ? warn_slowpath_fmt+0x47/0x50
Nov 23 10:15:36 localhost kernel: [ 354.973524] [<ffffffff81426785>] ? dev_watchdog+0x225/0x230
Nov 23 10:15:36 localhost kernel: [ 354.973529] [<ffffffff81426560>] ? dev_graft_qdisc+0x90/0x90
Nov 23 10:15:36 localhost kernel: [ 354.973535] [<ffffffff81048823>] ? call_timer_fn.isra.32+0x23/0x80
Nov 23 10:15:36 localhost kernel: [ 354.973541] [<ffffffff810489da>] ? run_timer_softirq+0x15a/0x1f0
Nov 23 10:15:36 localhost kernel: [ 354.973546] [<ffffffff81042e67>] ? __do_softirq+0xd7/0x1e0
Nov 23 10:15:36 localhost kernel: [ 354.973550] [<ffffffff81043145>] ? irq_exit+0x85/0x90
Nov 23 10:15:36 localhost kernel: [ 354.973554] [<ffffffff8102bf0b>] ? smp_apic_timer_interrupt+0x3b/0x50
Nov 23 10:15:36 localhost kernel: [ 354.973561] [<ffffffff814b4eca>] ? apic_timer_interrupt+0x6a/0x70
Nov 23 10:15:36 localhost kernel: [ 354.973563] <EOI> [<ffffffff8137e9d6>] ? cpuidle_enter_state+0x56/0xd0
Nov 23 10:15:36 localhost kernel: [ 354.973573] [<ffffffff8137e9d2>] ? cpuidle_enter_state+0x52/0xd0
Nov 23 10:15:36 localhost kernel: [ 354.973578] [<ffffffff8137eae0>] ? cpuidle_idle_call+0x90/0x130
Nov 23 10:15:36 localhost kernel: [ 354.973585] [<ffffffff8100b695>] ? arch_cpu_idle+0x5/0x20
Nov 23 10:15:36 localhost kernel: [ 354.973589] [<ffffffff81081b51>] ? cpu_startup_entry+0x81/0x170
Nov 23 10:15:36 localhost kernel: [ 354.973593] ---[ end trace 50ef52a46f3dcaf9 ]---
Nov 23 10:15:36 localhost kernel: [ 354.983656] r8169 0000:03:00.0 enp3s0: link up
shows the interface going down, the kerel being unhappy abount it and finally the interface comming back up. This time without an IP address.

This might be a power management issue. If you can, turn off any Ethernet power managemet . Thats a guess though.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Sakarias
n00b
n00b


Joined: 12 May 2007
Posts: 60

PostPosted: Wed Dec 03, 2014 8:00 pm    Post subject: Reply with quote

Enabling IOMMU in BIOS solved problem. I find solution here...http://ubuntuforums.org/showthread.php?t=2111223
Maybe better solution is kernel parameter iommu=soft. Now dmesg tel me...

[ 2.975745] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 2.975832] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 8
[ 2.975866] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
[ 2.975871] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
[ 2.975877] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
[ 2.975880] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
[ 2.975882] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
[ 2.975883] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
[ 2.975885] AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain=0x0015 address=0x00000000bea05740 flags=0x0010]
........ over 100 lines

[ 3.012773] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 3.012788] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 3.013030] r8169 0000:03:00.0: irq 73 for MSI/MSI-X
[ 3.013224] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000063a000, 94:de:80:7c:9a:68, XID 0c900800 IRQ 73
[ 3.013228] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 3.0

Difficult this Installing Gentoo. A number of days and hours ... and now the network is operating...
_________________
---
Sakarias
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum