Re: [arch-general] Ethernet stopped working after update

2011-08-20 Thread dmbuce
Sorry to ressurect a thread from over a month ago, but for the benefit of people who might end up looking at this in the archive, I just wanted to say that this issue was a hardware problem. I ended up RMA'ing my motherboard. I got it back yesterday and ethernet works just fine. Thanks to all

Re: [arch-general] Ethernet stopped working after update

2011-07-04 Thread dmbuce
On 07/02/2011 09:37 PM, Matthew Gyurgyik wrote: On 06/26/2011 08:32 PM, Damjan wrote: 2: eth0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 link/ether 00:30:67:8f:7c:a8 brd ff:ff:ff:ff:ff:ff Which maybe means something to someone. ;) means it's configured to be up, but it doesn't sense an e

Re: [arch-general] Ethernet stopped working after update

2011-07-02 Thread Matthew Gyurgyik
On 06/26/2011 08:32 PM, Damjan wrote: 2: eth0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 link/ether 00:30:67:8f:7c:a8 brd ff:ff:ff:ff:ff:ff Which maybe means something to someone. ;) means it's configured to be up, but it doesn't sense an ethernet connectivity. Check the cables, a

Re: [arch-general] Ethernet stopped working after update

2011-06-27 Thread Jérôme M. Berger
dmb...@gmail.com wrote: > On 06/26/2011 04:53 PM, "Jérôme M. Berger" wrote: >> What does "route" say in this case? I had a similar problem with >> the update which was due to the gateway being ignored. At that point >> I switched to netcfg which worked fine... >> >> Jerome > > Looks fi

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Axilleas P
On Mon, Jun 27, 2011 at 2:32 AM, wrote: > On 06/26/2011 06:17 PM, Philipp Überbacher wrote: >> >> Excerpts from dmbuce's message of 2011-06-27 01:03:06 +0200: >>> >>> On 06/26/2011 02:50 PM, Javier Vasquez wrote: On Sun, Jun 26, 2011 at 1:05 PM,   wrote: > > My card: > >

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Damjan
> 2: eth0: mtu 1500 qdisc pfifo_fast > state DOWN qlen 1000 > link/ether 00:30:67:8f:7c:a8 brd ff:ff:ff:ff:ff:ff > > Which maybe means something to someone. ;) means it's configured to be up, but it doesn't sense an ethernet connectivity. Check the cables, and the kernel driver. -- дамја

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread dmbuce
On 06/26/2011 06:17 PM, Philipp Überbacher wrote: Excerpts from dmbuce's message of 2011-06-27 01:03:06 +0200: On 06/26/2011 02:50 PM, Javier Vasquez wrote: On Sun, Jun 26, 2011 at 1:05 PM, wrote: My card: # lspci | grep -i ethernet Ethernet controller: Realtek Semiconductor Co., Ltd. RTL81

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Philipp Überbacher
Excerpts from dmbuce's message of 2011-06-27 01:03:06 +0200: > On 06/26/2011 02:50 PM, Javier Vasquez wrote: > > On Sun, Jun 26, 2011 at 1:05 PM, wrote: > >> My card: > >> > >> # lspci | grep -i ethernet > >> Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI > >> Express Gigab

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread dmbuce
On 06/26/2011 02:50 PM, Javier Vasquez wrote: On Sun, Jun 26, 2011 at 1:05 PM, wrote: My card: # lspci | grep -i ethernet Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03) After doing pacman -Syu, ethernet on my desktop stopped

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread dmbuce
On 06/26/2011 04:53 PM, "Jérôme M. Berger" wrote: dmb...@gmail.com wrote: Trying dhcp with the old syntax fails, and configuring a static ip appears to succeed, but then fails when I try to do something with the connection. eth0="eth0 192.168.0.116 netmask 255.255.255.0 broadcast 192.168.0.25

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Jérôme M. Berger
dmb...@gmail.com wrote: > Trying dhcp with the old syntax fails, and configuring a static ip > appears to succeed, but then fails when I try to do something with the > connection. > > eth0="eth0 192.168.0.116 netmask 255.255.255.0 broadcast 192.168.0.255" > INTERFACES=(eth0) > gateway="default gw

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Myra Nelson
On Sun, Jun 26, 2011 at 15:17, wrote: > Some more info: I noticed while looking through pacman.log that this is the > first upgrade I've done since 2011-03-26. *wince* > > On 06/26/2011 02:15 PM, Tom Gundersen wrote: >> >> On Sun, Jun 26, 2011 at 9:05 PM,  wrote: >>> >>> # lspci | grep -i etherne

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread dmbuce
Some more info: I noticed while looking through pacman.log that this is the first upgrade I've done since 2011-03-26. *wince* On 06/26/2011 02:15 PM, Tom Gundersen wrote: On Sun, Jun 26, 2011 at 9:05 PM, wrote: # lspci | grep -i ethernet Ethernet controller: Realtek Semiconductor Co., Ltd. RT

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Javier Vasquez
On Sun, Jun 26, 2011 at 1:05 PM, wrote: > My card: > > # lspci | grep -i ethernet > Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI > Express Gigabit Ethernet controller (rev 03) > > After doing pacman -Syu, ethernet on my desktop stopped working. The card on > my laptop is

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Tom Gundersen
On Sun, Jun 26, 2011 at 9:33 PM, Ron van der Nagel wrote: > Change the deamon 'network' to 'networkmanager' solved the problem for me Just in case this was not clear to everyone: 'networkmanager' (http://projects.gnome.org/NetworkManager/) is completely different from 'network' (our own little sc

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Ron van der Nagel
On Sun, 26 Jun 2011 21:15:15 +0200, Tom Gundersen wrote: Change the deamon 'network' to 'networkmanager' solved the problem for me ... On Sun, Jun 26, 2011 at 9:05 PM, wrote: # lspci | grep -i ethernet Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit

Re: [arch-general] Ethernet stopped working after update

2011-06-26 Thread Tom Gundersen
On Sun, Jun 26, 2011 at 9:05 PM, wrote: > # lspci | grep -i ethernet > Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI > Express Gigabit Ethernet controller (rev 03) > > After doing pacman -Syu, ethernet on my desktop stopped working. The card on > my laptop is the same, at

[arch-general] Ethernet stopped working after update

2011-06-26 Thread dmbuce
My card: # lspci | grep -i ethernet Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03) After doing pacman -Syu, ethernet on my desktop stopped working. The card on my laptop is the same, at least according to lspci, and is work