← Back to team overview

kernel-packages team mailing list archive

[Bug 1379087] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1379087

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

** Tags added: trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1379087

Title:
  rtl8188ee constantly dropping connections

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Not sure how long this has been happening since I recently switched
  out routers to a dd-wrt and it likes to restart the connection
  whenever you make a change.  It could have been happening before that
  since I switched out the other router because it was acting weird (not
  related I don't think, but wasn't dropping connection ... but it had 4
  amplified aerials).  New router has internal, but my phone is right
  next to me and its connection is worse (SNR wise) but stable.  Laptop
  is NOT stable.

  Seems to be similar to Bug #1349108, but that one was a different
  driver.  And I don't want to post the entire log since I've got the
  dd-wrt, the cisco, cron jobs, and all kinds of stuff going to my
  syslog, and I checked .. the mrtg run doesn't always preceed the
  "lost" message, but it was fairly common that it does.   The same
  messages repeat forever (weekly log rotations show from 69 to over 250
  occurances per log file).  Let me know what other info I can give.
  This was stable some weeks ago, but I can't tell you what I changed or
  when.

  $ uname -a
  Linux Taro 3.13.0-37-lowlatency #64-Ubuntu SMP PREEMPT Mon Sep 22 21:56:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  $ dpkg-query -W linux-firmware
  linux-firmware  1.127.7

  $ lsmod | grep rtl
  rtl8188ee              89677  0 
  rtl_pci                26690  1 rtl8188ee
  rtlwifi                63475  2 rtl_pci,rtl8188ee
  mac80211              638933  3 rtl_pci,rtlwifi,rtl8188ee
  cfg80211              496328  2 mac80211,rtlwifi

   *** Snippet of /var/log/messages showing problem ... ***
  Oct  8 01:25:01 Taro CRON[21545]: (root) CMD (if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg ] && [ -d "$(grep '^[[:space:]]*[^#]*[[:spac
  e:]]*WorkDir' /etc/mrtg.cfg | awk '{ print $NF }')" ]; then mkdir -p /var/log/mrtg ; env LANG=C /usr/bin/mrtg /etc/mrtg.cfg 2>&1 | tee -
  a /var/log/mrtg/mrtg.log ; fi | /usr/bin/logger -t mrtg)
  Oct  8 01:25:25 Taro kernel: [ 1811.437893] wlan0: Connection to AP 96:44:52:76:56:a2 lost
  Oct  8 01:23:59 Taro wpa_supplicant[1256]: message repeated 2 times: [ wlan0: CTRL-EVENT-SCAN-STARTED ]
  Oct  8 01:25:25 Taro wpa_supplicant[1256]: wlan0: CTRL-EVENT-DISCONNECTED bssid=96:44:52:76:56:a2 reason=4 locally_generated=1
  Oct  8 01:25:25 Taro NetworkManager[1094]: <warn> Connection disconnected (reason -4)
  Oct  8 01:25:25 Taro kernel: [ 1811.495191] cfg80211: Calling CRDA to update world regulatory domain
  Oct  8 01:25:25 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: completed -> disconnected
  Oct  8 01:25:25 Taro kernel: [ 1811.502751] cfg80211: World regulatory domain updated:
  Oct  8 01:25:25 Taro kernel: [ 1811.502759] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  Oct  8 01:25:25 Taro kernel: [ 1811.502765] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  Oct  8 01:25:25 Taro kernel: [ 1811.502770] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  Oct  8 01:25:25 Taro kernel: [ 1811.502775] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  Oct  8 01:25:25 Taro kernel: [ 1811.502779] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  Oct  8 01:25:25 Taro kernel: [ 1811.502784] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  Oct  8 01:25:26 Taro wpa_supplicant[1256]: wlan0: CTRL-EVENT-SCAN-STARTED 
  Oct  8 01:25:26 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: disconnected -> scanning
  Oct  8 01:25:27 Taro wpa_supplicant[1256]: wlan0: SME: Trying to authenticate with 96:44:52:76:56:a2 (SSID='Stray Scamp's Back Door' freq=2437 MHz)
  Oct  8 01:25:27 Taro kernel: [ 1812.883224] wlan0: authenticate with 96:44:52:76:56:a2
  Oct  8 01:25:27 Taro kernel: [ 1812.902737] wlan0: send auth to 96:44:52:76:56:a2 (try 1/3)
  Oct  8 01:25:27 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: scanning -> authenticating
  Oct  8 01:25:27 Taro wpa_supplicant[1256]: wlan0: Trying to associate with 96:44:52:76:56:a2 (SSID='Stray Scamp's Back Door' freq=2437 MHz)
  Oct  8 01:25:27 Taro kernel: [ 1812.904311] wlan0: authenticated
  Oct  8 01:25:27 Taro kernel: [ 1812.905136] wlan0: associate with 96:44:52:76:56:a2 (try 1/3)
  Oct  8 01:25:27 Taro kernel: [ 1812.908472] wlan0: RX AssocResp from 96:44:52:76:56:a2 (capab=0x411 status=0 aid=3)
  Oct  8 01:25:27 Taro kernel: [ 1812.908619] wlan0: associated
  Oct  8 01:25:27 Taro wpa_supplicant[1256]: wlan0: Associated with 96:44:52:76:56:a2
  Oct  8 01:25:27 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: authenticating -> associated
  Oct  8 01:25:27 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
  Oct  8 01:25:27 Taro wpa_supplicant[1256]: wlan0: WPA: Key negotiation completed with 96:44:52:76:56:a2 [PTK=CCMP GTK=CCMP]
  Oct  8 01:25:27 Taro wpa_supplicant[1256]: wlan0: CTRL-EVENT-CONNECTED - Connection to 96:44:52:76:56:a2 completed [id=0 id_str=]
  Oct  8 01:25:27 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
  Oct  8 01:25:59 Taro wpa_supplicant[1256]: wlan0: CTRL-EVENT-SCAN-STARTED 
  Oct  8 01:30:01 Taro CRON[25255]: (root) CMD (if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg ] && [ -d "$(grep '^[[:space:]]*[^#]*[[:space:]]*WorkDir' /etc/mrtg.cfg | awk '{ print $NF }')" ]; then mkdir -p /var/log/mrtg ; env LANG=C /usr/bin/mrtg /etc/mrtg.cfg 2>&1 | tee -a /var/log/mrtg/mrtg.log ; fi | /usr/bin/logger -t mrtg)
  Oct  8 01:34:39 Taro kernel: [ 2364.916674] wlan0: Connection to AP 96:44:52:76:56:a2 lost
  Oct  8 01:33:59 Taro wpa_supplicant[1256]: message repeated 5 times: [ wlan0: CTRL-EVENT-SCAN-STARTED ]
  Oct  8 01:34:39 Taro wpa_supplicant[1256]: wlan0: CTRL-EVENT-DISCONNECTED bssid=96:44:52:76:56:a2 reason=4 locally_generated=1
  Oct  8 01:34:39 Taro NetworkManager[1094]: <warn> Connection disconnected (reason -4)
  Oct  8 01:34:39 Taro kernel: [ 2364.967665] cfg80211: Calling CRDA to update world regulatory domain
  Oct  8 01:34:39 Taro NetworkManager[1094]: <info> (wlan0): supplicant interface state: completed -> disconnected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1379087/+subscriptions


References