[Touch-packages] [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
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1636282

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

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  As requested by Mathieu Trudel-Lapierre (cyphermox) in bug #1589401
  I'm creating my own bug report.

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  $ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  $ apt-cache policy network-manager
  network-manager:
Installiert:   1.2.2-0ubuntu0.16.04.3
Installationskandidat: 1.2.2-0ubuntu0.16.04.3
Versionstabelle:
   *** 1.2.2-0ubuntu0.16.04.3 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.1.93-0ubuntu4 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  3) What you expected to happen
  I'm connected by WiFi only, not by a wired connection. I expect to see the 
WiFi icon anytime while being connected to my WiFi network. Also, I expect to 
see all the WiFi networks around me (at least one other network with good 
reception and about 3 with bad reception).

  4) What happened instead
  After waking up the laptop from suspend, there appears the ethernet icon 
(arrow symbols) instead of the WiFi icon.
  Also, in this state there are no other WiFi networks visible in the 
network-manager.
  However, the laptop is still connected with my WiFi and the connection works 
as usual.
  Using "service network-manager restart" in the console I can get the wireless 
icon back and all the other networks around me are visible again.
  This can be reproduced anytime and with 100% "success rate". The problem 
appeared with Ubuntu 16.10 and was persistent since.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.2.2-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 24 20:06:09 2016
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-15 (161 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlo1  proto static  metric 600 
   169.254.0.0/16 dev wlo1  scope link  metric 1000 
   192.168.1.0/24 dev wlo1  proto kernel  scope link  src 192.168.1.244  metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlo1wifi  connected/org/freedesktop/NetworkManager/Devices/2  
WiNet 2 162de978-4466-46b0-957b-5f9c141d702a  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eno1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/0  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.2connected  started  full  enabled enabled  
enabled  enabled  enabled

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1636282

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

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  As requested by Mathieu Trudel-Lapierre (cyphermox) in bug #1589401
  I'm creating my own bug report.

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  $ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  $ apt-cache policy network-manager
  network-manager:
Installiert:   1.2.2-0ubuntu0.16.04.3
Installationskandidat: 1.2.2-0ubuntu0.16.04.3
Versionstabelle:
   *** 1.2.2-0ubuntu0.16.04.3 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.1.93-0ubuntu4 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  3) What you expected to happen
  I'm connected by WiFi only, not by a wired connection. I expect to see the 
WiFi icon anytime while being connected to my WiFi network. Also, I expect to 
see all the WiFi networks around me (at least one other network with good 
reception and about 3 with bad reception).

  4) What happened instead
  After waking up the laptop from suspend, there appears the ethernet icon 
(arrow symbols) instead of the WiFi icon.
  Also, in this state there are no other WiFi networks visible in the 
network-manager.
  However, the laptop is still connected with my WiFi and the connection works 
as usual.
  Using "service network-manager restart" in the console I can get the wireless 
icon back and all the other networks around me are visible again.
  This can be reproduced anytime and with 100% "success rate". The problem 
appeared with Ubuntu 16.10 and was persistent since.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.2.2-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 24 20:06:09 2016
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-15 (161 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlo1  proto static  metric 600 
   169.254.0.0/16 dev wlo1  scope link  metric 1000 
   192.168.1.0/24 dev wlo1  proto kernel  scope link  src 192.168.1.244  metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlo1wifi  connected/org/freedesktop/NetworkManager/Devices/2  
WiNet 2 162de978-4466-46b0-957b-5f9c141d702a  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eno1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/0  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.2connected  started  full  enabled enabled  
enabled  enabled  enabled

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1585886

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1636282

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

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  As requested by Mathieu Trudel-Lapierre (cyphermox) in bug #1589401
  I'm creating my own bug report.

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  $ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  $ apt-cache policy network-manager
  network-manager:
Installiert:   1.2.2-0ubuntu0.16.04.3
Installationskandidat: 1.2.2-0ubuntu0.16.04.3
Versionstabelle:
   *** 1.2.2-0ubuntu0.16.04.3 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.1.93-0ubuntu4 500
  500 http://ch.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  3) What you expected to happen
  I'm connected by WiFi only, not by a wired connection. I expect to see the 
WiFi icon anytime while being connected to my WiFi network. Also, I expect to 
see all the WiFi networks around me (at least one other network with good 
reception and about 3 with bad reception).

  4) What happened instead
  After waking up the laptop from suspend, there appears the ethernet icon 
(arrow symbols) instead of the WiFi icon.
  Also, in this state there are no other WiFi networks visible in the 
network-manager.
  However, the laptop is still connected with my WiFi and the connection works 
as usual.
  Using "service network-manager restart" in the console I can get the wireless 
icon back and all the other networks around me are visible again.
  This can be reproduced anytime and with 100% "success rate". The problem 
appeared with Ubuntu 16.10 and was persistent since.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.2.2-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 24 20:06:09 2016
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-15 (161 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev wlo1  proto static  metric 600 
   169.254.0.0/16 dev wlo1  scope link  metric 1000 
   192.168.1.0/24 dev wlo1  proto kernel  scope link  src 192.168.1.244  metric 
600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlo1wifi  connected/org/freedesktop/NetworkManager/Devices/2  
WiNet 2 162de978-4466-46b0-957b-5f9c141d702a  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eno1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/0  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.2connected  started  full  enabled enabled  
enabled  enabled  enabled

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1585084

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

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I upgraded to Ubuntu 16.04 yesterday, I did a clean install while
  preserving the home directory which is mounted in a separate
  partition. Even during the installation I had constant volume
  notification bubble appearing on the top-right corner of my screen, it
  would come and go about twice every minute. I just thought it was due
  to installing hardware drivers or something but the problem persisted
  even when I booted into the freshly installed system. I did some
  searching and two users reported the exact problem. And one more
  suggested this happens because constant disconnect and reconnect of
  the sound card which makes sense as the sound settings flashes briefly
  during every popup. Someone on IRC suggested to kill pulseaudio and
  thus restart it, that does not fix the issue. I also tried the Live
  environment thinking it might be due to some old config files in home
  partition (which was preserved during upgrade), but this problem
  happens in the live environment as well, which makes sense because it
  was present during installation as well.

  Users with the same issue:
  http://ubuntuforums.org/showthread.php?t=2323815
  http://askubuntu.com/questions/773008/constant-volume-osd-in-16-04
  
http://askubuntu.com/questions/767466/sound-card-being-disconnected-reconnected-constantly

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  sidd   1651 F pulseaudio
   /dev/snd/controlC0:  sidd   1651 F pulseaudio
   /dev/snd/controlC1:  sidd   1651 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 24 12:31:12 2016
  InstallationDate: Installed on 2016-05-23 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/23/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0705
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97 EVO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0705:bd08/23/2011:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnM5A97EVO:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1518379

Title:
  Interrupt audio on bluetooth headset

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  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
  

[Touch-packages] [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
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1518379

Title:
  Interrupt audio on bluetooth headset

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  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

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1518379

Title:
  Interrupt audio on bluetooth headset

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  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

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp