Bug#609538: r8169: long delay during resume

2011-01-10 Thread Jarek Kamiński
Package: linux-2.6 Version: 2.6.37-1~experimental.1 Severity: normal File: /lib/modules/2.6.37-trunk-amd64/kernel/drivers/net/r8169.ko Tags: upstream Hi. 2.6.37 introduces regression in r8169. During every resume I get ~20 seconds delay: Jan 10 13:57:15 rocket kernel: [36458.257780] ata1.00: conf

Bug#609538: r8169: long delay during resume

2011-01-10 Thread Ben Hutchings
On Mon, 2011-01-10 at 14:14 +0100, Jarek Kamiński wrote: > Package: linux-2.6 > Version: 2.6.37-1~experimental.1 > Severity: normal > File: /lib/modules/2.6.37-trunk-amd64/kernel/drivers/net/r8169.ko > Tags: upstream > > Hi. > > 2.6.37 introduces regression in r8169. During every resume I get ~20

Bug#609538: r8169: long delay during resume

2011-01-10 Thread Jarek Kamiński
W dniu 11.01.2011 06:49, Ben Hutchings pisze: > On Mon, 2011-01-10 at 14:14 +0100, Jarek Kamiński wrote: >> Package: linux-2.6 >> Version: 2.6.37-1~experimental.1 >> 2.6.37 introduces regression in r8169. During every resume I get ~20 >> seconds delay: >> Jan 10 13:57:15 rocket kernel: [36458.2577

Bug#609538: r8169: long delay during resume

2011-01-11 Thread Francois Romieu
Jarek Kamiński : [...] > The last 2.6.36 I've tried was 2.6.36-1~experimental.1, I've then > passsed and returned to 2.6.32 for unrelated problems. I think it wasn't > affected, but I can re-check it and/or test later 2.6.36 versions if it > may help. The patch below against 2.6.37-git + davem's

Bug#609538: r8169: long delay during resume

2011-01-11 Thread Jarek Kamiński
W dniu 11.01.2011 14:25, Francois Romieu pisze: > Jarek Kamiński : > [...] >> The last 2.6.36 I've tried was 2.6.36-1~experimental.1, I've then >> passsed and returned to 2.6.32 for unrelated problems. I think it wasn't >> affected, but I can re-check it and/or test later 2.6.36 versions if it >>

Bug#609538: r8169: long delay during resume

2011-01-11 Thread Francois Romieu
Jarek Kamiński : [failure] /me slaps head Please check that it works if you add the patch below and I'll merge both for a proper submission. r8169: I am a clown. Modifying rtl8169_reset_task() to tolerate firmware changes between close() and open() but this is not high-priority. Signed-off-by

Bug#609538: r8169: long delay during resume

2011-01-19 Thread Daniel J Blueman
When resuming from suspended with 2.6.38-rc1 with my RTL8168d/8111d hardware, I see significant delays [1]. The only firmware I see in /lib/firmware is RTL8192E, thus it looks like this is due to it being not present. I see that Francois' patch is present in 2.6.38-rc1; is there a way to avoid th

Bug#609538: r8169: long delay during resume

2011-01-19 Thread Ben Hutchings
On Thu, 2011-01-20 at 10:04 +0700, Daniel J Blueman wrote: > When resuming from suspended with 2.6.38-rc1 with my RTL8168d/8111d > hardware, I see significant delays [1]. > > The only firmware I see in /lib/firmware is RTL8192E, thus it looks > like this is due to it being not present. If you're

Bug#609538: r8169: long delay during resume

2011-01-20 Thread Jarek Kamiński
On Thu, Jan 20, 2011 at 03:20:03AM +, Ben Hutchings wrote: > On Thu, 2011-01-20 at 10:04 +0700, Daniel J Blueman wrote: >> I see that Francois' patch is present in 2.6.38-rc1; is there a way to >> avoid this delay, or is this likely in request_firmware? > It's a known problem with calls to req

Bug#609538: r8169: long delay during resume

2011-02-22 Thread Colomban Wendling
Hi, I had the same delay issue when resuming, and fixed it as suggested: by installing firmware-realtek. However, the driver don't actually need these firmware to work with my hardware (RTL8111/8168B rev3), and the only issue without the firmware is this resume-time delay (~60s for me). So, as yo