You are not logged in.

#1 2008-09-20 17:34:16

jazz.arch
Member
From: Austria
Registered: 2008-09-20
Posts: 29

[Solved] Crash resulting in networking problems

Hello!

Recently my netbook (Acer Aspire One 150L) crashed because of me forgetting to plug in the power supply (Arrrgh!).

Since that crash my previously working network connection stopped working.

Since I am completely new to ArchLinux, I don't really know how to start looking for possible solutions to that problem.
In my dmesg output I found something like NETDEV WATCHDOG: eth0: transmit timed out, which I investigated. The only information I found was about people getting that message after a while, but all had a working network connection.

I attached some information that I hope is helpfull.

Thanks in advance.

(the probably relevant part of) dmesg:

r8169: eth0: link up
NETDEV WATCHDOG: eth0: transmit timed out
------------[ cut here ]------------
WARNING: at net/sched/sch_generic.c:222 dev_watchdog+0xfd/0x120()
Modules linked in: ext2 mbcache joydev psmouse pcspkr i2c_i801 i2c_core serio_raw video output uvcvideo compat_ioctl32 videodev v4l1_compat intel_agp agpgart sg acer_wmi led_class wmi evdev thermal processor fan button battery ac snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_hda_intel snd_hwdep snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore rtc_cmos rtc_core rtc_lib sr_mod cdrom xfs dm_crypt dm_mod arc4 ecb usb_storage sd_mod ath5k mac80211 cfg80211 r8169 uhci_hcd ehci_hcd usbcore ata_piix ata_generic pata_acpi libata scsi_mod dock
Pid: 0, comm: swapper Not tainted 2.6.26-ARCH #1
 [<c012ac9f>] warn_on_slowpath+0x5f/0xc0
 [<c0120cb3>] __wake_up_common+0x43/0x70
 [<c012298e>] __wake_up+0x3e/0x60
 [<c012b3a3>] wake_up_klogd+0x33/0x40
 [<c012bb10>] vprintk+0x380/0x3f0
 [<c0134c87>] lock_timer_base+0x27/0x60
 [<c0134e30>] __mod_timer+0xa0/0xe0
 [<c013c393>] queue_delayed_work_on+0xa3/0xd0
 [<c02a031d>] dev_watchdog+0xfd/0x120
 [<c01345c8>] run_timer_softirq+0x128/0x1f0
 [<c02a0220>] dev_watchdog+0x0/0x120
 [<c02a0220>] dev_watchdog+0x0/0x120
 [<c013059a>] __do_softirq+0x8a/0x110
 [<c0130675>] do_softirq+0x55/0x60
 [<c013088d>] irq_exit+0x6d/0x90
 [<c0107130>] do_IRQ+0x40/0x70
 [<c01049c7>] common_interrupt+0x23/0x28
 [<c01400d8>] set_process_cpu_timer+0x88/0xd0
 [<f8af5015>] acpi_idle_enter_bm+0x310/0x392 [processor]
 [<c0102030>] default_idle+0x0/0x70
 [<c027c0c3>] cpuidle_idle_call+0x73/0xd0
 [<c027c050>] cpuidle_idle_call+0x0/0xd0
 [<c0102e36>] cpu_idle+0x66/0x100
 =======================
---[ end trace 0e350b3dda0875e6 ]---
r8169: eth0: link up
NETDEV WATCHDOG: eth0: transmit timed out
r8169: eth0: link up

ifconfig:

eth0      Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:XX  
          inet addr:169.254.82.164  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:4294967292 overruns:0 frame:0
          TX packets:0 errors:0 dropped:184 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:17

(the probably relevant parts of) rc.local:

MODULES=(r8169 !ath5k !memstick snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)

eth0="dhcp"
INTERFACES=(eth0)

DAEMONS=(syslog-ng @network netfs crond)

Last edited by jazz.arch (2008-09-22 17:46:44)

Offline

#2 2008-09-21 13:45:17

jazz.arch
Member
From: Austria
Registered: 2008-09-20
Posts: 29

Re: [Solved] Crash resulting in networking problems

I realized that this seems to be a networking problem.

What I already tried:

Basic checking:
- checking the cable (works with another pc)
- restarting and checking the router (assigns ips correctly)
- assigning the router's MAC address to m

Specific stuff:
- ifconfig eth0 down
- ifconfig eth0 up
- dhcpcd eth0 (told me there's already one running)
- dhcpcd eth0 --release
- dhcpcd eth0 --renew (got another 169... ip-address)
- downloading and installing the r8169 driver from the realtek site (still the same problem)
- booting with noapci boot option

I pretty much reached the point where I don't know what else to try.

If you need additional information, please tell me.

Offline

#3 2008-09-22 17:46:09

jazz.arch
Member
From: Austria
Registered: 2008-09-20
Posts: 29

Re: [Solved] Crash resulting in networking problems

Not loading r8169 on bootup and afterwards loading it with modprobe provided network connection again.

More information can be found at: http://bbs.archlinux.org/viewtopic.php?pid=423553

As a permanent solution, using another kernel seems to be the best way to go.

Offline

Board footer

Powered by FluxBB