From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266845AbUGLOYV (ORCPT ); Mon, 12 Jul 2004 10:24:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266847AbUGLOYV (ORCPT ); Mon, 12 Jul 2004 10:24:21 -0400 Received: from charme.mynetix.de ([80.190.251.41]:25050 "EHLO charme.mynetix.de") by vger.kernel.org with ESMTP id S266845AbUGLOYM (ORCPT ); Mon, 12 Jul 2004 10:24:12 -0400 Subject: suspend to disk breaks e100 driver kernel 2.6.7 and 2.6.8-rc1 From: Andreas Kotowicz To: Kernel Mailing List Content-Type: text/plain Message-Id: <1089641949.13037.5.camel@saturn.koto.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 12 Jul 2004 16:23:10 +0200 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, whenever I put my notebook into suspend to disk by calling "echo -n disk > /sys/power/state" my network connection dies. this is what I get in the logs: ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 11 (level, low) -> IRQ 11 [] __report_bad_irq+0x2a/0x90 [] note_interrupt+0x70/0xb0 [] do_IRQ+0x120/0x130 [] common_interrupt+0x18/0x20 [] do_sysctl_strategy+0x11b/0x180 [] e100_xmit_frame+0x1c5/0x2d0 [e100] [] qdisc_restart+0x62/0x130 [] net_tx_action+0x9f/0xf0 [] __do_softirq+0x7b/0x80 [] do_softirq+0x27/0x30 [] do_IRQ+0xfb/0x130 [] common_interrupt+0x18/0x20 [] delay_pmtmr+0x14/0x20 [] __delay+0x12/0x20 [] e100_hw_reset+0x7d/0xa0 [e100] [] e100_hw_init+0x13/0x690 [e100] [] __get_free_pages+0x1f/0x40 [] dma_alloc_coherent+0x4a/0x80 [] e100_alloc_cbs+0x70/0x160 [e100] [] e100_up+0x51/0x1d0 [e100] [] e100_resume+0xa8/0xd0 [e100] [] pci_device_resume+0x2a/0x30 [] resume_device+0x29/0x30 [] dpm_resume+0x6e/0x70 [] device_resume+0x19/0x30 [] finish+0x8/0x40 [] pmdisk_free+0x5/0x10 [] pm_suspend_disk+0x7e/0xc0 [] enter_state+0xa5/0xb0 [] state_store+0xc4/0xdb [] subsys_attr_store+0x3a/0x40 [] flush_write_buffer+0x3b/0x50 [] sysfs_write_file+0x60/0x70 [] vfs_write+0xb8/0x130 [] sys_write+0x42/0x70 [] syscall_call+0x7/0xb e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex Restarting tasks... done NETDEV WATCHDOG: eth0: transmit timed out e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex Message from syslogd@saturn at Mon Jul 12 16:09:19 2004 ... saturn kernel: Disabling IRQ #11 NETDEV WATCHDOG: eth0: transmit timed out e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex NETDEV WATCHDOG: eth0: transmit timed out taking the network connection down, removing the modules and reinserting it, doesn't help. I have to reboot the notebook for the network to work again. this didn't happen with kernel 2.6.6 and prior versions. maybe someone can help, andreas