[Bug 1636282] Re: network-manager after suspend showing arrow icon instead of wifi icon and showing no wifi networks

2017-12-17 Thread Dimon2242
After needs "sudo systemctl enable wireless-resume.service" for enable
this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636282

Title:
  network-manager after suspend showing arrow icon instead of wifi icon
  and showing no wifi networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1636282/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636282] Re: network-manager after suspend showing arrow icon instead of wifi icon and showing no wifi networks

2017-12-17 Thread Dimon2242
I fix it on my acer extensa 2510g with custom wifi card (atheros ar9285).
I create /etc/systemd/system/wireless-resume.service contains it (ath9k is my 
wireless kernel module, replace it with your):
[Unit]
Description=Wireless Resume
After=suspend.target hibernate.target hybrid-sleep.target
#After=hibernate.target
#After=hybrid-sleep.target
 
[Service]
Type=oneshot
ExecStart=/sbin/modprobe -r ath9k
ExecStart=/sbin/modprobe ath9k
 
[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target
#WantedBy=
#WantedBy=

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636282

Title:
  network-manager after suspend showing arrow icon instead of wifi icon
  and showing no wifi networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1636282/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2017-09-09 Thread Dimon2242
I created script in /lib/systemd/system-sleep/ and give it chmod +x, and
every wakeup it is run.

#!/bin/sh
 
# NAME: /lib/systemd/system-sleep/iwlwifi-reset
# DESC: Resets Intel WiFi after a long suspend.
# DATE: Apr 1, 2017. Modified April 8, 2017.
 
# NOTE: Per AU comment restart network.
 
MYNAME=$0
 
restart_wifi() {
/usr/bin/logger $MYNAME 'restart_wifi BEGIN'
#/sbin/modprobe -v -r iwldvm # This removes iwlwifi too
#/sbin/modprobe -v iwlwifi   # This starts iwldvm too
systemctl restart NetworkManager.service
nohup nm-applet &
/usr/bin/logger $MYNAME 'restart_wifi END'
}
 
/usr/bin/logger $MYNAME 'case=[' ${1}' ]'
case "${1}/${2}" in
hibernate|suspend|pre*)
  ;;
resume|thaw|post*)
  restart_wifi;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1585886

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636282] Re: network-manager after suspend showing arrow icon instead of wifi icon and showing no wifi networks

2017-02-24 Thread Dimon2242
I have this problem too on 16.04.2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636282

Title:
  network-manager after suspend showing arrow icon instead of wifi icon
  and showing no wifi networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1636282/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1667738] Re: System is not running after installing with full format system with Win10 installed

2017-02-24 Thread Dimon2242
No, this is not installation media problem. I tried ith few flash drives
and a DVD.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667738

Title:
  System is not running after installing with full format system with
  Win10 installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1667738] [NEW] System is not running after installing with full format system with Win10 installed

2017-02-24 Thread Dimon2242
Public bug reported:

Before start installing i see this message http://prnt.sc/ecvi8h
After install Ubuntu system is not running (Boot device not found, but system 
installed is complete).
If i reinstall Ubuntu again, i do not see this message and after installing 
system is working!
System with UEFI.
In /var/log/installer/ debug version only
debug:
Ubiquity 2.21.63.3
Gtk-Message: Failed to load module "overlay-scrollbar"
/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py:53: PyGIWarning: Gtk was imported 
without specifying a version first. Use gi.require_version('Gtk', '3.0') before 
import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Gdk, GObject, GLib, Atk
/usr/lib/ubiquity/plugins/ubi-timezone.py:195: PyGIWarning: TimezoneMap was 
imported without specifying a version first. Use 
gi.require_version('TimezoneMap', '1.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import TimezoneMap
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "overlay-scrollbar"
update_release_notes_label()
update_release_notes_label()
update_release_notes_label()
Could not translate page (prepare): 'NoneType' object has no attribute 'replace'
/usr/lib/ubiquity/ubiquity/segmented_bar.py:34: PyGIWarning: PangoCairo was 
imported without specifying a version first. Use 
gi.require_version('PangoCairo', '1.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import GObject, Gdk, Gtk, PangoCairo

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion 
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)' failed
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion
'_gtk_widget_get_visible (widget) || _gtk_widget_is_toplevel (widget)'
failed

(ubiquity:3113): Gtk-CRITICAL **: gtk_widget_set_allocation: assertion 

[Bug 1585084] Re: Volume notification keeps popping up constantly(the notifyosd bubble on top-right corner)

2016-05-27 Thread Dimon2242
I have similar problem. After every start system, in top right corner
displaying Volume Notification (Mute), but once.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1585084

Title:
  Volume notification keeps popping up constantly(the notifyosd bubble
  on top-right corner)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1563566] Re: Empty recent opened documents

2016-04-15 Thread Dimon2242
I open any documents. After reopen Evince i can't see recent documents
place. This place is empty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1563566

Title:
  Empty recent opened documents

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1563566] [NEW] Empty recent opened documents

2016-03-29 Thread Dimon2242
Public bug reported:

Empty recent opened documents in evince on Ubuntu 15.10 (and on Ubuntu
15.04 after updating apps from system updater).

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1563566

Title:
  Empty recent opened documents

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1519461] Re: Black screen, when nvidia enabled after wakeup from suspend

2016-02-26 Thread Dimon2242
Mainline kernel not fixed this problem.
On Ubuntu 15.04 (kernel 3.19.0-51-generic) with intel graphics after resume 
from hibernate i not have this problem!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1519461

Title:
  Black screen, when nvidia enabled after wakeup from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1519461] Re: Black screen, when nvidia enabled after wakeup from suspend

2015-11-27 Thread Dimon2242
On Ubuntu 15.10 periodic have this problem with intel video (nvidia
disabled in UEFI).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1519461

Title:
  Black screen, when nvidia enabled after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1519461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1519461] [NEW] Black screen, when nvidia enabled after wakeup from suspend

2015-11-24 Thread Dimon2242
Public bug reported:

When NVidia 820m is enabled in UEFI, after wake up from suspend mode i have 
hang on black screen (ctrl + alt + Fx is not working).
Also i report about this bug to Nvidia (on official blob drivers problem is 
here), and they have reproduced this problem and will submit info to 
engineering nvidia.
I try add this parameter ADD_PARAMETERS="--quirk-dpms-on" to 
/etc/pm/config.d/config, and after wake up from suspend mode i see lockscreen 
(ubuntu greeter), but mouse, keyboard not working again. Again hang system, but 
with image on display!

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Nov 24 22:39:29 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0866]
   Subsystem: Acer Incorporated [ALI] GeForce 820M [1025:0868]
InstallationDate: Installed on 2015-11-24 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Acer Extensa 2510G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic.efi.signed 
root=UUID=f6094b80-a9d8-4e96-8077-66b0e59e75b0 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-nouveau
UdevLog: Error: [Errno 2] Нет такого файла или каталога: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/23/2015
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.27
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: BA50_HB
dmi.board.vendor: Acer
dmi.board.version: V1.27
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.27:bd03/23/2015:svnAcer:pnExtensa2510G:pvrV1.27:rvnAcer:rnBA50_HB:rvrV1.27:cvnAcer:ct10:cvrChassisVersion:
dmi.product.name: Extensa 2510G
dmi.product.version: V1.27
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Tue Nov 24 22:32:11 2015
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 NOUVEAU(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5566 
 vendor CMN
xserver.version: 2:1.17.2-1ubuntu9

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 ubuntu wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1519461

Title:
  Black screen, when nvidia enabled after wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1519461/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1518379] Re: Interrupt audio on bluetooth headset

2015-11-20 Thread Dimon2242
And strange behavior! I ping:
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=128 time=107 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=128 time=321 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=128 time=291 ms
64 bytes from 192.168.1.2: icmp_seq=4 ttl=128 time=282 ms
64 bytes from 192.168.1.2: icmp_seq=5 ttl=128 time=498 ms
64 bytes from 192.168.1.2: icmp_seq=6 ttl=128 time=2664 ms
64 bytes from 192.168.1.2: icmp_seq=7 ttl=128 time=1663 ms
64 bytes from 192.168.1.2: icmp_seq=9 ttl=128 time=1415 ms
64 bytes from 192.168.1.2: icmp_seq=10 ttl=128 time=411 ms
64 bytes from 192.168.1.2: icmp_seq=11 ttl=128 time=91.2 ms
64 bytes from 192.168.1.2: icmp_seq=12 ttl=128 time=87.8 ms
64 bytes from 192.168.1.2: icmp_seq=13 ttl=128 time=300 ms
64 bytes from 192.168.1.2: icmp_seq=14 ttl=128 time=84.9 ms
64 bytes from 192.168.1.2: icmp_seq=15 ttl=128 time=184 ms
64 bytes from 192.168.1.2: icmp_seq=16 ttl=128 time=105 ms
64 bytes from 192.168.1.2: icmp_seq=17 ttl=128 time=1402 ms
64 bytes from 192.168.1.2: icmp_seq=18 ttl=128 time=398 ms
64 bytes from 192.168.1.2: icmp_seq=19 ttl=128 time=28.3 ms
And when see high delay, sound is interrupting.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1518379

Title:
  Interrupt audio on bluetooth headset

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1518379] [NEW] Interrupt audio on bluetooth headset

2015-11-20 Thread Dimon2242
Public bug reported:

In bluetooth headset i hear periodic pauses (interrupt).
In syslog i see this message:
ov 20 19:05:36 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 2851700 us (= 503036 bytes) in audio stream
Nov 20 19:05:36 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 215199 us (= 37960 bytes) in audio stream
Nov 20 19:05:39 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 2522676 us (= 445000 bytes) in audio stream
Nov 20 19:05:39 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 275523 us (= 48600 bytes) in audio stream
Nov 20 19:05:40 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 30653 us (= 5404 bytes) in audio stream
Nov 20 19:05:40 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 11324 us (= 1996 bytes) in audio stream
Nov 20 19:05:40 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 64623 us (= 11396 bytes) in audio stream
Nov 20 19:05:43 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 37157 us (= 6552 bytes) in audio stream
Nov 20 19:05:54 Photonix-Laptop pulseaudio[1468]: [bluetooth] 
module-bluez5-device.c: Skipping 1821597 us (= 321328 bytes) in audio stream

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: pulseaudio 1:6.0-0ubuntu13
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dmitry21   1468 F pulseaudio
 /dev/snd/controlC1:  dmitry21   1468 F pulseaudio
CurrentDesktop: Unity
Date: Fri Nov 20 19:05:18 2015
InstallationDate: Installed on 2015-11-20 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/23/2015
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.27
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: BA50_HB
dmi.board.vendor: Acer
dmi.board.version: V1.27
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.27:bd03/23/2015:svnAcer:pnExtensa2510G:pvrV1.27:rvnAcer:rnBA50_HB:rvrV1.27:cvnAcer:ct10:cvrChassisVersion:
dmi.product.name: Extensa 2510G
dmi.product.version: V1.27
dmi.sys.vendor: Acer

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1518379

Title:
  Interrupt audio on bluetooth headset

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1518408] [NEW] Interrupt audio on bluetooth headset when wifi is on

2015-11-20 Thread Dimon2242
Public bug reported:

When WiFi and Bluetooth is on, this have conflict!
Sound on bluetooth headset is interrupted, ping is high.
In syslog:
Nov 20 20:28:22 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 3939657 us (= 694952 bytes) in audio stream
Nov 20 20:28:30 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 90008 us (= 15876 bytes) in audio stream
Nov 20 20:28:33 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1229297 us (= 216844 bytes) in audio stream
Nov 20 20:28:36 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1114638 us (= 196620 bytes) in audio stream
Nov 20 20:28:47 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 888216 us (= 156680 bytes) in audio stream
Nov 20 20:28:51 Photonix-Laptop pulseaudio[1250]: [bluetooth] 
module-bluez5-device.c: Skipping 1772705 us (= 312704 bytes) in audio stream
Chip Broadcom 43142 Combo with Bluetooth (ID 04ca:2009 Lite-On Technology Corp. 
)

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu7
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Nov 20 20:55:20 2015
InstallationDate: Installed on 2015-11-20 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: bcmwl
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bcmwl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1518408

Title:
  Interrupt audio on bluetooth headset when wifi is on

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1518379] Re: Interrupt audio on bluetooth headset

2015-11-20 Thread Dimon2242
Please, move to right section.
When i turn off wifi networking, problem is gonem but after turn on already 
here!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1518379

Title:
  Interrupt audio on bluetooth headset

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-07-01 Thread Dimon2242
If i run sudo pm-suspend -quirk-vbemode-restore, after wake display is 
working, but system not reacts for nouveau.
Nouveau is not workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-346/+bug/1464983/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-29 Thread Dimon2242
Nope.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-346/+bug/1464983/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-26 Thread Dimon2242
No, after updates problem is not fixed!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1464983/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-25 Thread Dimon2242
I tried from Ubuntu repository and from nvidia.com and problem not
resolving.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-24 Thread Dimon2242
340.76

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-23 Thread Dimon2242
Tested on 3.19.0-21-generic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-23 Thread Dimon2242
If i run sudo pm-suspend -quirk-vbemode-restore, after wake display is
working, but system not reacts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-23 Thread Dimon2242
After reboot i send report error suspend/resume.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-23 Thread Dimon2242
This working on nouveau only, with Nvidia binary black screen.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-16 Thread Dimon2242
** Attachment added: wakeup
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1464983/+attachment/4415662/+files/wakeup

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: [Acer Extensa 2510G] Black screen after wake up from suspend

2015-06-16 Thread Dimon2242
** Attachment added: dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1464983/+attachment/4415663/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  [Acer Extensa 2510G] Black screen after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: Black screen after after wake up from suspend

2015-06-15 Thread Dimon2242
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-4.1.0-040100rc8-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] [NEW] Black screen after after wake up from suspend

2015-06-14 Thread Dimon2242
Public bug reported:

Notebook Acer Extensa 2510g
When i change video on Intel HD, all is working!
When i use NVidia 820m, after wake up i got black screen with console cursor in 
upper left corner.
This problem on Proprietary and Nouveau.
Version:
Ubuntu 3.19.0-20.20-generic 3.19.8

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414580/+files/lspci-vnvn.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] JournalErrors.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414586/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] CRDA.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1464983/+attachment/4414583/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] ProcInterrupts.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414590/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Re: Black screen after after wake up from suspend

2015-06-14 Thread Dimon2242
apport information

** Tags added: apport-collected vivid

** Description changed:

  Notebook Acer Extensa 2510g
  When i change video on Intel HD, all is working!
  When i use NVidia 820m, after wake up i got black screen with console cursor 
in upper left corner.
  This problem on Proprietary and Nouveau.
  Version:
  Ubuntu 3.19.0-20.20-generic 3.19.8
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  dmitry21   1404 F pulseaudio
+  /dev/snd/controlC1:  dmitry21   1404 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ HibernationDevice: RESUME=UUID=85369393-b11e-4aa9-9876-f0fe071152a8
+ InstallationDate: Installed on 2015-06-12 (2 days ago)
+ InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
+ Lsusb:
+  Bus 003 Device 002: ID 8087:8000 Intel Corp. 
+  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 002: ID 04f2:b469 Chicony Electronics Co., Ltd 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Acer Extensa 2510G
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic.efi.signed 
root=UUID=62ba55e3-29b2-46df-a4a0-cdc272eafe4b ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-20-generic N/A
+  linux-backports-modules-3.19.0-20-generic  N/A
+  linux-firmware 1.143.1
+ Tags:  vivid
+ UdevLog: Error: [Errno 2] Нет такого файла или каталога: '/var/log/udev'
+ Uname: Linux 3.19.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 03/23/2015
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: V1.27
+ dmi.board.asset.tag: Type2 - Board Asset Tag
+ dmi.board.name: BA50_HB
+ dmi.board.vendor: Acer
+ dmi.board.version: V1.27
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.27:bd03/23/2015:svnAcer:pnExtensa2510G:pvrV1.27:rvnAcer:rnBA50_HB:rvrV1.27:cvnAcer:ct10:cvrChassisVersion:
+ dmi.product.name: Extensa 2510G
+ dmi.product.version: V1.27
+ dmi.sys.vendor: Acer

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414582/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1464983] ProcEnviron.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414589/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] IwConfig.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414585/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] ProcModules.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414591/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] UdevDb.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1464983/+attachment/4414594/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] Lspci.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1464983/+attachment/4414587/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] ProcCpuinfo.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414588/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] CurrentDmesg.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414584/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] WifiSyslog.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414595/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] RfKill.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1464983/+attachment/4414593/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464983] PulseList.txt

2015-06-14 Thread Dimon2242
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1464983/+attachment/4414592/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464983

Title:
  Black screen after after wake up from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs