The ethernet tag has no wiki summary.
2
votes
1answer
817 views
eth0 r8169 down on wake up from standby
On waking up after standby the network (eth0) remains down. The eth0 card is r8169.
I have tried :
ifconfig eth0 up
Doesn't work
ifconfig eth0 up; dhcpcd eht0
Worked but how do I configure my ...
3
votes
0answers
271 views
What's the difference between the drivers r8169 and r8168?
Realtek provides the source code for the r8168 driver which is based on the r8169 driver from the kernel tree if I may believe their source:
/*
* This driver is modified from r8169.c in Linux kernel ...
1
vote
0answers
40 views
Super slow internet requests
My Internet connection seems to be extremely slow on loading pages, specifically (it appears) when the browser sends the request for the first time. It takes like 5-6 seconds just to send the request ...
1
vote
0answers
22 views
Identifying MaxSpeed of a Bonded Interface
I have configured Ethernet Bonding for our RHEL 6.2 Servers. Bonding is working fine but few confusion for me when I configured MRTG to monitor the bonded interface.
MRTG is showing MaxSpeed of the ...
1
vote
0answers
436 views
Unable to install Atheros AR8161 Ethernet controller driver for centOS 6
I've installed CentOS 6.3. However, eth0 does not show up on ifconfig.
So I figured out that I need to install alx Ethernet driver from here.
Since my internet is not working, as ethernet drivers are ...
1
vote
0answers
391 views
Why does eth0 only go up sometimes on boot?
I just installed Arch with Archboot. On boot, there's about 50% change of eth0 to go up. If it doesn't I'll have to reboot. What could cause this?
If it goes up, dmesg contains:
[ 7.9...] IPv6: ...
1
vote
0answers
169 views
Wlan0 Static Ip bridge
EDIT: Even taking br0 out, still cannot get a static IP connection.
I had the following /etc/network/interfaces configuration and it was working
auto lo
iface lo inet loopback
auto eth0
iface etho ...
1
vote
0answers
44 views
Would it be possible to not have the network link cycled on loading the kernel module?
Using some cheap hardware in a thin-client setup we use a diskless PXE booting a small Linux kernel. Currently, it takes a quite some time to boot it fully up and we're looking into some optimizations ...
1
vote
0answers
334 views
Linux Mint: LAN “Cable not connected”, despite it is
I've just installed Linux Mint 13, 64 bit (from the CD of "c't kompakt Linux", if this matters), and came across a very unexpected problem, for which I've not found a solution with Google or searching ...
1
vote
0answers
269 views
Configuring multiple static IP addresses for a disk image
Using Ubuntu 10.04
I'm using Clonezilla to create and install a customized image. I'd like to be able to set up multiple static IP addresses. For example, I'd like the first interface to have the IP ...
1
vote
0answers
174 views
SMSC Ethernet PHY problems - blinking ~11.68Hz LED when it isn't working
I've got a custom ARM Linux 2.6.35-based platform I'm trying to get working. My problem is the Ethernet is not working consistently.
I've got a SMSC LAN8720AI PHY, with a i.MX283 uP/MAC @ 454MHz.
...
1
vote
0answers
375 views
Network fail on FreeBSD: Ping to router fails, but router believes computer is connected
I have a TP-Link TL-WN851N wireless adapter, which is based on an Atheros device. When I attempt to connect to my WPA2 wireless network, ifconfig wlan0 tells me that the connection is 'associated'. My ...
0
votes
0answers
11 views
Can we Bring Up eth1 after removing e1000e modules?
I am trying to setup TCP in RTnet. I am not sure whether its possible. I read that RTnet is not supporting TCP. Is that so?
So now I am trying to setup rteth0 as server and eth1 as client. To setup ...
0
votes
0answers
40 views
Troubles with Wifi and ethernet Aspire One AO725
I'm use Debian wheezy on a Acer Aspire One AO725. It has the following kernels:
3.2.0.4-amd64
3.7-trunk-amd64
The command lscpi | grep Network:
02:00:0 Network controller: Atheros ...
0
votes
0answers
104 views
Set up network interface for automatic connection
I have an ethernet device P2P connected to the NIC in my system.
When the remote device is rebooted or changes its IP address, the local network interface goes down and loses its IP address.
How can I ...
0
votes
0answers
2k views
ADDRCONF(NETDEV_UP): eth0: link is not ready
my OS (Ubuntu 12.04) started to load slowly. After I choose OS from GRUB, it takes like 50 seconds of loading to get to login screen. I google'd, that command dmesg can provide some useful output.
...
0
votes
0answers
657 views
Multiple subnets on multiple virtual interfaces with one physical interface
I have a Ubuntu pc with one interface -- eth0 -- which is connected to an unmanaged switch which is linked to two subnets: 192.168.0.0/24 and 192.168.1.0/24. I want to have two virtual interfaces with ...