#762767 installation-reports: [ASRock N68-VGS3 FX with onboard Gigabit LAN PHY RTL8211CL] Networking and ACPI conflicts

#762767#5
Date:
2014-09-25 01:48:02 UTC
From:
To:
Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***

#762767#10
Date:
2014-10-07 01:13:15 UTC
From:
To:
#762767#15
Date:
2014-10-07 20:05:24 UTC
From:
To:
I have discovered that the problem appears when I try to obtain one
automatic IP version 4 from one network card (Realtek onboard) or the
other (Dlink offboard) or both.
After a long time, the computer turns on, but no real network connection
is possible even though one or two NICs have a corret IP number provided
from the dhcp server:
----------
#vi /etc/network/interfaces
---
# The primary network interface
auto eth0 eth1
allow-hotplug eth0 eth1
iface eth0 inet dhcp

# The secondary network interface
iface eth1 inet dhcp
---
----------

When I use static IP numbers (version 4) on one network card (Realtek
onboard) or the other (Dlink offboard) or both, the computer turns on
fast and real network connection is created and I can use the Internet
and connect to and from others computers on my local network via SSH and
SAMBA 4.1.
I cannot put gateway information on the Realtek card. When I do, both
network connections stop working and my computer gets isolated from the
rest of my local network.
Although everything seems fine, the computer freezes when I try to reset
it (#shutdown -r now) or turn it off (shutdown -h now):
----------
#vi /etc/network/interfaces
---
# The primary network interface
auto eth0 eth1
allow-hotplug eth0 eth1
iface eth0 inet static
 address 192.168.0.100
 netmask 255.255.255.0
 # gateway 192.168.0.1

# The secondary network interface
iface eth1 inet static
 address 192.168.0.200
 netmask 255.255.255.0
 gateway 192.168.0.1
---
----------