Comment 97 for bug 630748

Revision history for this message
Scott Deagan (scott-deagan) wrote :

Looks like I spoke too soon. I am still having problems with iwlagn. I have an Intel Centrino Advanced-N 6200. The problems are intermittent: when downloading a file, the download will simply stop at some point (when downloading using Firefox 4 or wget). The same thing happens when streaming from YouTube. Here is the output of dmesg immediately after a download degrades and then grinds to a complete stop:

[ 21.313848] Console: switching to colour frame buffer device 80x30
[ 21.313868] fb0: VESA VGA frame buffer device
[ 21.339162] ppdev: user-space parallel port driver
[ 21.598087] ioremap error for 0xcef16000-0xcef17000, requested 0x10, got 0x0
[ 21.598094] ioremap error for 0xcef2a000-0xcef2b000, requested 0x10, got 0x0
[ 21.598100] ioremap error for 0xcef2a000-0xcef2b000, requested 0x10, got 0x0
[ 21.598106] ioremap error for 0xcef23000-0xcef24000, requested 0x10, got 0x0
[ 21.598112] ioremap error for 0xcef12000-0xcef13000, requested 0x10, got 0x0
[ 21.598117] ioremap error for 0xcef11000-0xcef12000, requested 0x10, got 0x0
[ 24.872770] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro,commit=0
[ 26.431902] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 32.976889] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 36.873897] CE: hpet3 increased min_delta_ns to 7500 nsec
[ 36.873904] CE: hpet3 increased min_delta_ns to 11250 nsec
[ 36.873907] hrtimer: interrupt took 2916 ns
[ 36.963024] wlan0: authenticate with c0:3f:0e:c7:e4:ea (try 1)
[ 36.965746] wlan0: authenticated
[ 36.965828] wlan0: associate with c0:3f:0e:c7:e4:ea (try 1)
[ 36.969780] wlan0: RX AssocResp from c0:3f:0e:c7:e4:ea (capab=0x411 status=0 aid=3)
[ 36.969787] wlan0: associated
[ 36.973127] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 37.000431] Intel AES-NI instructions are not detected.
[ 37.075364] padlock_aes: VIA PadLock not detected.
[ 40.089806] input: VGP-BMS55 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/bluetooth/hci0/hci0:11/input9
[ 40.089938] generic-bluetooth 0005:0A5C:0001.0001: input,hidraw0: BLUETOOTH HID v2.45 Mouse [VGP-BMS55] on 50:63:13:A4:2E:A3
[ 47.284175] wlan0: no IPv6 routers present
[ 48.462965] CE: hpet2 increased min_delta_ns to 7500 nsec
[ 48.463037] CE: hpet2 increased min_delta_ns to 11250 nsec
[ 49.661859] iwlagn 0000:02:00.0: iwlagn_tx_agg_start on ra = c0:3f:0e:c7:e4:ea tid = 0
[ 95.945098] CE: hpet6 increased min_delta_ns to 7500 nsec
[ 95.945111] CE: hpet6 increased min_delta_ns to 11250 nsec
[ 589.707273] CE: hpet4 increased min_delta_ns to 7500 nsec
[ 589.707283] CE: hpet4 increased min_delta_ns to 11250 nsec
[ 600.608951] CE: hpet increased min_delta_ns to 20113 nsec
[ 2073.837838] CE: hpet5 increased min_delta_ns to 7500 nsec
[ 2073.837849] CE: hpet5 increased min_delta_ns to 11250 nsec

I'm also using a Bluetooth mouse - could this be causing problems?