[Touch-packages] [Bug 2022310] [NEW] package linux-image-5.19.0-43-generic 5.19.0-43.44~22.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2023-06-02 Thread Francisco Javier Ubeda Moret
Public bug reported:

I don't know what is the isue. The sistem reported a bug and create a
report, but i don't see any effect but the message itself.

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: linux-image-5.19.0-43-generic 5.19.0-43.44~22.04.1
ProcVersionSignature: Ubuntu 5.19.0-42.43~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-42-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia zfs zunicode zavl icp zcommon 
znvpair
ApportVersion: 2.20.11-0ubuntu82.4
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Fri Jun  2 08:12:08 2023
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2022-10-04 (240 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.1
 apt  2.4.9
SourcePackage: initramfs-tools
Title: package linux-image-5.19.0-43-generic 5.19.0-43.44~22.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2022310

Title:
  package linux-image-5.19.0-43-generic 5.19.0-43.44~22.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  I don't know what is the isue. The sistem reported a bug and create a
  report, but i don't see any effect but the message itself.

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.19.0-43-generic 5.19.0-43.44~22.04.1
  ProcVersionSignature: Ubuntu 5.19.0-42.43~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-42-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia zfs zunicode zavl icp zcommon 
znvpair
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  CasperMD5CheckResult: unknown
  Date: Fri Jun  2 08:12:08 2023
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2022-10-04 (240 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.9
  SourcePackage: initramfs-tools
  Title: package linux-image-5.19.0-43-generic 5.19.0-43.44~22.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2022310/+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 1932305] [NEW] fstrim doesn't trim my /home separate partition

2021-06-17 Thread Francisco T.
Public bug reported:

My system is Kubuntu 20.04

I have 3 partitions in my nvme:
NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
nvme0n1 259:00 465,8G  0 disk 
├─nvme0n1p1 259:10   251M  0 part /boot/efi
├─nvme0n1p2 259:20  53,7G  0 part /
├─nvme0n1p4 259:30   7,6G  0 part [SWAP]
└─nvme0n1p5 259:40   357G  0 part /home


I have activated fstrim.service and fstrim.timer:
sudo systemctl list-timers
...
Mon 2021-06-21 00:00:00 CEST 3 days left   Mon 2021-06-14 00:00:03 CEST 3 days 
ago   fstrim.timer fstrim.service  


But home partition is not trimmed:
...
jun 14 00:00:10 moon fstrim[5137]: /: 29,1 GiB (31264600064 bytes) trimmed on 
/dev/nvme0n1p2
jun 14 00:00:10 moon fstrim[5137]: /boot/efi: 239,1 MiB (250755584 bytes) 
trimmed on /dev/nvme0n1p1
jun 14 00:00:10 moon systemd[1]: fstrim.service: Succeeded.
...


The fstrim.service is Protected for home:
sudo systemctl cat fstrim.service 
# /lib/systemd/system/fstrim.service
[Unit]
Description=Discard unused blocks on filesystems from /etc/fstab
Documentation=man:fstrim(8)
ConditionVirtualization=!container

[Service]
Type=oneshot
ExecStart=/sbin/fstrim --fstab --verbose --quiet
ProtectSystem=strict
ProtectHome=yes
PrivateDevices=no
PrivateNetwork=yes
PrivateUsers=no
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectControlGroups=yes
MemoryDenyWriteExecute=yes
SystemCallFilter=@default @file-system @basic-io @system-service


I think the problem is:
https://github.com/karelzak/util-linux/commit/61b384b36105fe682ddf16b9379f446d935603bc

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1932305

Title:
  fstrim doesn't trim my /home separate partition

Status in util-linux package in Ubuntu:
  New

Bug description:
  My system is Kubuntu 20.04

  I have 3 partitions in my nvme:
  NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
  nvme0n1 259:00 465,8G  0 disk 
  ├─nvme0n1p1 259:10   251M  0 part /boot/efi
  ├─nvme0n1p2 259:20  53,7G  0 part /
  ├─nvme0n1p4 259:30   7,6G  0 part [SWAP]
  └─nvme0n1p5 259:40   357G  0 part /home


  I have activated fstrim.service and fstrim.timer:
  sudo systemctl list-timers
  ...
  Mon 2021-06-21 00:00:00 CEST 3 days left   Mon 2021-06-14 00:00:03 CEST 3 
days ago   fstrim.timer fstrim.service  


  But home partition is not trimmed:
  ...
  jun 14 00:00:10 moon fstrim[5137]: /: 29,1 GiB (31264600064 bytes) trimmed on 
/dev/nvme0n1p2
  jun 14 00:00:10 moon fstrim[5137]: /boot/efi: 239,1 MiB (250755584 bytes) 
trimmed on /dev/nvme0n1p1
  jun 14 00:00:10 moon systemd[1]: fstrim.service: Succeeded.
  ...


  The fstrim.service is Protected for home:
  sudo systemctl cat fstrim.service 
  # /lib/systemd/system/fstrim.service
  [Unit]
  Description=Discard unused blocks on filesystems from /etc/fstab
  Documentation=man:fstrim(8)
  ConditionVirtualization=!container

  [Service]
  Type=oneshot
  ExecStart=/sbin/fstrim --fstab --verbose --quiet
  ProtectSystem=strict
  ProtectHome=yes
  PrivateDevices=no
  PrivateNetwork=yes
  PrivateUsers=no
  ProtectKernelTunables=yes
  ProtectKernelModules=yes
  ProtectControlGroups=yes
  MemoryDenyWriteExecute=yes
  SystemCallFilter=@default @file-system @basic-io @system-service


  
  I think the problem is:
  
https://github.com/karelzak/util-linux/commit/61b384b36105fe682ddf16b9379f446d935603bc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1932305/+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 1576559] Re: Refused to switch profile to headset_head_unit: Not connected

2021-02-07 Thread Francisco A . Hernández
Same issue here. As many others here, I need to use the mic at work's
meetings and I needed to spent extra money on a wired headset because of
this bug made my airpods useless for the task.

elementary OS 5.1.7 Hera, Built on Ubuntu 18.04.4 LTS.
Linux 4.15.0-135-generic.

$pactl list cards
Card #0
Name: alsa_card.pci-_00_1b.0
Driver: module-alsa-card.c
Owner Module: 7
Properties:
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xf000 irq 26"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-:00:1b.0"
sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "27d8"
device.product.name = "NM10/ICH7 Family High Definition Audio 
Controller"
device.form_factor = "internal"
device.string = "0"
device.description = "Built-in Audio"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
Profiles:
input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, 
priority: 60, available: no)
output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 
0, priority: 6000, available: yes)
output:analog-stereo+input:analog-stereo: Analog Stereo Duplex 
(sinks: 1, sources: 1, priority: 6060, available: yes)
output:iec958-stereo: Digital Stereo (IEC958) Output (sinks: 1, 
sources: 0, priority: 5500, available: yes)
output:iec958-stereo+input:analog-stereo: Digital Stereo 
(IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5560, 
available: yes)
off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
Active Profile: output:analog-stereo+input:analog-stereo
Ports:
analog-input-mic: Microphone (priority: 8700, latency offset: 0 
usec, not available)
Properties:
device.icon_name = "audio-input-microphone"
Part of profile(s): input:analog-stereo, 
output:analog-stereo+input:analog-stereo, 
output:iec958-stereo+input:analog-stereo
analog-output-speaker: Speakers (priority: 1, latency 
offset: 0 usec)
Properties:
device.icon_name = "audio-speakers"
Part of profile(s): output:analog-stereo, 
output:analog-stereo+input:analog-stereo
analog-output-headphones: Headphones (priority: 9000, latency 
offset: 0 usec, not available)
Properties:
device.icon_name = "audio-headphones"
Part of profile(s): output:analog-stereo, 
output:analog-stereo+input:analog-stereo
iec958-stereo-output: Digital Output (S/PDIF) (priority: 0, 
latency offset: 0 usec)
Part of profile(s): output:iec958-stereo, 
output:iec958-stereo+input:analog-stereo

Card #7
Name: bluez_card.AC_80_1C_01_34_B0
Driver: module-bluez5-device.c
Owner Module: 33
Properties:
device.description = "Baseus Encok W04 Pro"
device.string = "AC:80:1C:01:34:B0"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "headset"
bluez.path = "/org/bluez/hci0/dev_AC_80_1C_01_34_B0"
bluez.class = "0x240404"
bluez.alias = "Baseus Encok W04 Pro"
device.icon_name = "audio-headset-bluetooth"
device.intended_roles = "phone"
Profiles:
a2dp_sink: High Fidelity Playback (A2DP Sink) (sinks: 1, 
sources: 0, priority: 40, available: yes)
headset_head_unit: Headset Head Unit (HSP/HFP) (sinks: 1, 
sources: 1, priority: 30, available: no)
off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
Active Profile: off
Ports:
headset-output: Headset (priority: 0, latency offset: 0 usec)
Part of profile(s): a2dp_sink, headset_head_unit
headset-input: Headset (priority: 0, latency offset: 0 usec, 
not available)
Part of profile(s): headset_head_unit

$ bluetoothctl

[NEW] Controller 00:1A:7D:DA:71:11 siemens-AMILO-Pi-1505 [default]
[NEW] Device AC:80:1C:01:34:B0 Fran Hdez's Airpods
[NEW] Device 4B:A3:18:BC:21:5B Sony Home Sound System
[NEW] Device 2B:20:C2:C6:E1:5D Bose QC25
[NEW] Device B1:81:AE:C5:1D:20 Home Living Room Pioneer Sound System
Agent registered
[Fran Hdez's Airpods]# info 

[Touch-packages] [Bug 1909729] Re: Remaining time while running "sudo apt upgrade"

2020-12-30 Thread Francisco Milán
Hi Chris,

Thanks a lot for your guidance in using the apport tool, I ran the command 
that you provided and now I see some details were automatically added to the 
bug report.
In future bug reports, I'll try to follow your instructions. My apologies for 
not using the apport command before, but this is just the third bug that I've 
reported ever, and I was not familiar with the use of this tool.

Best regards,

Paco Milan.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1909729

Title:
  Remaining time while running "sudo apt upgrade"

Status in apt package in Ubuntu:
  New

Bug description:
  Hi there,

     After running "sudo apt upgrade" in a Terminal window I noticed
  that the remaining time for 1 minute is displayed as "60s", I think to
  keep consistency this would need to be displayed as "1min 0s" since at
  some point I also saw the remaining time displayed as "5min 0s" (refer
  to the attached images). Going even further I would recommend removing
  the "0s" portion from the remaining time when applicable, e.g.
  displaying only "5min" instead of "5min 0s", "1min" instead of "1min
  0s", and so on.

  I'm using Ubuntu 20.04 (Focal Fossa).

  Best regards,

  Paco Milán.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-06 (299 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Package: apt 2.0.2ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1909729/+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 1909729] ProcCpuinfoMinimal.txt

2020-12-30 Thread Francisco Milan
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1909729/+attachment/5448202/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1909729

Title:
  Remaining time while running "sudo apt upgrade"

Status in apt package in Ubuntu:
  New

Bug description:
  Hi there,

     After running "sudo apt upgrade" in a Terminal window I noticed
  that the remaining time for 1 minute is displayed as "60s", I think to
  keep consistency this would need to be displayed as "1min 0s" since at
  some point I also saw the remaining time displayed as "5min 0s" (refer
  to the attached images). Going even further I would recommend removing
  the "0s" portion from the remaining time when applicable, e.g.
  displaying only "5min" instead of "5min 0s", "1min" instead of "1min
  0s", and so on.

  I'm using Ubuntu 20.04 (Focal Fossa).

  Best regards,

  Paco Milán.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-06 (299 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Package: apt 2.0.2ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1909729/+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 1909729] ProcEnviron.txt

2020-12-30 Thread Francisco Milan
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1909729/+attachment/5448203/+files/ProcEnviron.txt

** Description changed:

  Hi there,
  
     After running "sudo apt upgrade" in a Terminal window I noticed that
  the remaining time for 1 minute is displayed as "60s", I think to keep
  consistency this would need to be displayed as "1min 0s" since at some
  point I also saw the remaining time displayed as "5min 0s" (refer to the
  attached images). Going even further I would recommend removing the "0s"
- from the remaining time when applicable, e.g. displaying only "5min"
- instead of "5min 0s", "1min" instead of "1min 0s" and so on.
+ portion from the remaining time when applicable, e.g. displaying only
+ "5min" instead of "5min 0s", "1min" instead of "1min 0s" and so on.
  
  I'm using Ubuntu 20.04 (Focal Fossa).
  
  Best regards,
  
  Paco Milán.
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-06 (299 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Package: apt 2.0.2ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
  _MarkForUpload: True

** Description changed:

  Hi there,
  
     After running "sudo apt upgrade" in a Terminal window I noticed that
  the remaining time for 1 minute is displayed as "60s", I think to keep
  consistency this would need to be displayed as "1min 0s" since at some
  point I also saw the remaining time displayed as "5min 0s" (refer to the
  attached images). Going even further I would recommend removing the "0s"
  portion from the remaining time when applicable, e.g. displaying only
- "5min" instead of "5min 0s", "1min" instead of "1min 0s" and so on.
+ "5min" instead of "5min 0s", "1min" instead of "1min 0s", and so on.
  
  I'm using Ubuntu 20.04 (Focal Fossa).
  
  Best regards,
  
  Paco Milán.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-06 (299 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Package: apt 2.0.2ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
  _MarkForUpload: True

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1909729

Title:
  Remaining time while running "sudo apt upgrade"

Status in apt package in Ubuntu:
  New

Bug description:
  Hi there,

     After running "sudo apt upgrade" in a Terminal window I noticed
  that the remaining time for 1 minute is displayed as "60s", I think to
  keep consistency this would need to be displayed as "1min 0s" since at
  some point I also saw the remaining time displayed as "5min 0s" (refer
  to the attached images). Going even further I would recommend removing
  the "0s" portion from the remaining time when applicable, e.g.
  displaying only "5min" instead of "5min 0s", "1min" instead of "1min
  0s", and so on.

  I'm using Ubuntu 20.04 (Focal Fossa).

  Best regards,

  Paco Milán.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-06 (299 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Package: apt 2.0.2ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1909729/+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 1909729] Re: Remaining time while running "sudo apt upgrade"

2020-12-30 Thread Francisco Milan
apport information

** Tags added: apport-collected focal

** Description changed:

  Hi there,
  
     After running "sudo apt upgrade" in a Terminal window I noticed that
  the remaining time for 1 minute is displayed as "60s", I think to keep
  consistency this would need to be displayed as "1min 0s" since at some
  point I also saw the remaining time displayed as "5min 0s" (refer to the
  attached images). Going even further I would recommend removing the "0s"
  from the remaining time when applicable, e.g. displaying only "5min"
  instead of "5min 0s", "1min" instead of "1min 0s" and so on.
  
  I'm using Ubuntu 20.04 (Focal Fossa).
  
  Best regards,
  
  Paco Milán.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.12
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-03-06 (299 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ Package: apt 2.0.2ubuntu0.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
+ Tags:  focal
+ Uname: Linux 5.4.0-54-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1909729/+attachment/5448201/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1909729

Title:
  Remaining time while running "sudo apt upgrade"

Status in apt package in Ubuntu:
  New

Bug description:
  Hi there,

     After running "sudo apt upgrade" in a Terminal window I noticed
  that the remaining time for 1 minute is displayed as "60s", I think to
  keep consistency this would need to be displayed as "1min 0s" since at
  some point I also saw the remaining time displayed as "5min 0s" (refer
  to the attached images). Going even further I would recommend removing
  the "0s" portion from the remaining time when applicable, e.g.
  displaying only "5min" instead of "5min 0s", "1min" instead of "1min
  0s", and so on.

  I'm using Ubuntu 20.04 (Focal Fossa).

  Best regards,

  Paco Milán.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.12
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-03-06 (299 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Package: apt 2.0.2ubuntu0.1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65
  Tags:  focal
  Uname: Linux 5.4.0-54-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-10 (235 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo vboxsf
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1909729/+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 1596381] Re: [X555UA, Realtek ALC256, Mic, Internal] No sound at all

2020-04-08 Thread Francisco Pombal
I was able to fully fix the issue of the microphone not working on my UX430UA 
by doing this:
https://forums.linuxmint.com/viewtopic.php?p=1790578#p1790578

Original source linked in that forum post:
https://wiki.archlinux.org/index.php/ASUS_Zenbook_UX430/UX530#Headset_Microphone

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1596381

Title:
  [X555UA, Realtek ALC256, Mic, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Internal mic doesn't work for Asus X555UA, Codec: Realtek ALC256

  speakers work, it's just the mic not working.

  sudo hda-verb /dev/snd/hwC0D0 0x1a SET_AMP_GAIN_MUTE 0x5003
  sudo hda-verb /dev/snd/hwC0D0 0x1a SET_AMP_GAIN_MUTE 0x6003
  sudo hda-verb /dev/snd/hwC0D0 0x23 SET_AMP_GAIN_MUTE 0x5200
  sudo hda-verb /dev/snd/hwC0D0 0x23 SET_AMP_GAIN_MUTE 0x6200
  sudo hda-verb /dev/snd/hwC0D0 0x08 SET_AMP_GAIN_MUTE 0x503f
  sudo hda-verb /dev/snd/hwC0D0 0x08 SET_AMP_GAIN_MUTE 0x603f
  sudo hda-verb /dev/snd/hwC0D0 0x08 SET_POWER_STATE 0
  sudo hda-verb /dev/snd/hwC0D0 0x1a SET_POWER_STATE 0

  8 lines make mic working until reboot.

  thx a lot for

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   ubuntu 1983 F...m pulseaudio
   /dev/snd/controlC0:  ubuntu 1983 F pulseaudio
  CasperVersion: 1.376
  CurrentDesktop: Unity
  Date: Sun Jun 26 23:56:46 2016
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 2 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   ubuntu 1983 F...m pulseaudio
   /dev/snd/controlC0:  ubuntu 1983 F pulseaudio
  Symptom_Jack: Mic, Internal
  Symptom_Type: No sound at all
  Title: [X555UA, Realtek ALC256, Mic, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/23/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X555UA.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X555UA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555UA.206:bd01/23/2016:svnASUSTeKCOMPUTERINC.:pnX555UA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555UA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X555UA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1596381/+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 1624320] Re: systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries

2020-01-23 Thread Francisco Sánchez-Aedo Gálvez
I just installed the 19.10 server iso and the machine doesn't use the
DNS server provided through DHCP.

As a workaround I had to:
$ sudo rm /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1624320

Title:
  systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing
  entries

Status in systemd package in Ubuntu:
  Confirmed
Status in Ubuntu RTM:
  New

Bug description:
  systemd-resolved, or more precisely the hook script
  /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf, causes
  resolvconf to add 127.0.0.53 to the set of nameservers in
  /etc/resolv.conf alongside the other nameservers.  That makes no sense
  because systemd-resolved sets up 127.0.0.53 as a proxy for those other
  nameservers.  The effect is similar to bug 1624071 but for
  applications doing their own DNS lookups.  It breaks any DNSSEC
  validation that systemd-resolved tries to do; applications will
  failover to the other nameservers, bypassing validation failures.  And
  it makes failing queries take twice as long.

  /etc/resolv.conf should have only 127.0.0.53 when systemd-resolved is
  active.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1624320/+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 1829025] [NEW] mouse

2019-05-14 Thread Francisco Valdes
Public bug reported:

mousse dont work well

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3.1
ProcVersionSignature: Ubuntu 4.15.0-48.51~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-48-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
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
Date: Tue May 14 10:20:32 2019
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 82946GZ/GL Integrated Graphics Controller [8086:2972] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 82946GZ/GL Integrated Graphics Controller [17aa:300b]
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-48-generic 
root=UUID=876b673d-874d-476c-90be-90e7f71c5a7e ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/17/2007
dmi.chassis.vendor: LENOVO
dmi.product.name: 9642A34
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.91-2~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Tue May 14 09:21:50 2019
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.6-1ubuntu4.1~16.04.2
xserver.video_driver: modeset

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1829025

Title:
  mouse

Status in xorg package in Ubuntu:
  New

Bug description:
  mousse dont work well

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3.1
  ProcVersionSignature: Ubuntu 4.15.0-48.51~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-48-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.18
  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
  Date: Tue May 14 10:20:32 2019
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 82946GZ/GL Integrated Graphics Controller [8086:2972] (rev 
02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 82946GZ/GL Integrated Graphics Controller [17aa:300b]
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-48-generic 
root=UUID=876b673d-874d-476c-90be-90e7f71c5a7e ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2007
  dmi.chassis.vendor: LENOVO
  dmi.product.name: 9642A34
  version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.91-2~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Tue May 14 09:21:50 2019
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.6-1ubuntu4.1~16.04.2
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1829025/+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 1807399] [NEW] package libpam-systemd:amd64 229-4ubuntu21.10 [origin: Ubuntu] failed to install/upgrade: subprocess installed post-installation script returned error exit status

2018-12-07 Thread francisco
Public bug reported:

ola

ProblemType: Package
DistroRelease: elementary 0.4.1
Package: libpam-systemd:amd64 229-4ubuntu21.10 [origin: Ubuntu]
ProcVersionSignature: Ubuntu 4.15.0-42.45~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-42-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Tue Dec  4 22:59:18 2018
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2018-11-25 (11 days ago)
InstallationMedia: elementary OS 0.4.1 "Loki" - Stable amd64 (20170517)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.5
 apt  1.2.29
SourcePackage: systemd
Title: package libpam-systemd:amd64 229-4ubuntu21.10 [origin: Ubuntu] failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package loki third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1807399

Title:
  package libpam-systemd:amd64 229-4ubuntu21.10 [origin: Ubuntu] failed
  to install/upgrade: subprocess installed post-installation script
  returned error exit status 128

Status in systemd package in Ubuntu:
  New

Bug description:
  ola

  ProblemType: Package
  DistroRelease: elementary 0.4.1
  Package: libpam-systemd:amd64 229-4ubuntu21.10 [origin: Ubuntu]
  ProcVersionSignature: Ubuntu 4.15.0-42.45~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-42-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  Date: Tue Dec  4 22:59:18 2018
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2018-11-25 (11 days ago)
  InstallationMedia: elementary OS 0.4.1 "Loki" - Stable amd64 (20170517)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.5
   apt  1.2.29
  SourcePackage: systemd
  Title: package libpam-systemd:amd64 229-4ubuntu21.10 [origin: Ubuntu] failed 
to install/upgrade: subprocess installed post-installation script returned 
error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1807399/+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 1781986] Re: package ufw 0.35-5 failed to install/upgrade: los disparadores han entrado en bucle, abandonando

2018-07-16 Thread Francisco de la Paz
I deleted hplip and that solved the problem

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ufw in Ubuntu.
https://bugs.launchpad.net/bugs/1781986

Title:
  package ufw 0.35-5 failed to install/upgrade: los disparadores han
  entrado en bucle, abandonando

Status in ufw package in Ubuntu:
  New

Bug description:
  I was trying to upgrade and this messages chows up.

  Leyendo lista de paquetes... Hecho
  Creando árbol de dependencias   
  Leyendo la información de estado... Hecho
  0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
  9 no instalados del todo o eliminados.
  Se utilizarán 0 B de espacio de disco adicional después de esta operación.
  Configurando python3 (3.6.5-3ubuntu1) ...
  running python rtupdate hooks for python3.6...
  E: py3compile:183: cannot create directory /usr/share/hplip/ui5/__pycache__: 
FileNotFoundError(2, 'No such file or directory')
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/aboutdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/aboutdialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/aligndialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/aligndialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/cleandialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/cleandialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/colorcaldialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/colorcaldialog_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/devicesetupdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/devicesetupdialog_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/deviceuricombobox.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/devmgr5.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/devmgr5_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/devmgr_ext.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabgrouptable.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabnametable.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabwindow.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabwindow_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/faxsetupdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/faxsetupdialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/filetable.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/firmwaredialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/firmwaredialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/infodialog.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/infodialog_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/linefeedcaldialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/linefeedcaldialog_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/loadpapergroupbox.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/makecopiesdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/makecopiesdialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/mimetypesdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/mimetypesdialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/nodevicesdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/nodevicesdialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/plugindiagnose.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/plugindiagnose_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/plugindialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/plugindialog_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/pluginlicensedialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/pluginlicensedialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/pqdiagdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/pqdiagdialog_base.py'
  [Errno 2] No such file or directory: '/usr/share/hplip/ui5/printdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printdialog_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printernamecombobox.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettings_base.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettingsdialog.py'
  [Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettingsdialog_base.py'
  [Errno 2] No such file or directory: 

[Touch-packages] [Bug 1781986] [NEW] package ufw 0.35-5 failed to install/upgrade: los disparadores han entrado en bucle, abandonando

2018-07-16 Thread Francisco de la Paz
Public bug reported:

I was trying to upgrade and this messages chows up.

Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
9 no instalados del todo o eliminados.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
Configurando python3 (3.6.5-3ubuntu1) ...
running python rtupdate hooks for python3.6...
E: py3compile:183: cannot create directory /usr/share/hplip/ui5/__pycache__: 
FileNotFoundError(2, 'No such file or directory')
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/aboutdialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/aboutdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/aligndialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/aligndialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/cleandialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/cleandialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/colorcaldialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/colorcaldialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/devicesetupdialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/devicesetupdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/deviceuricombobox.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/devmgr5.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/devmgr5_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/devmgr_ext.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabgrouptable.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabnametable.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabwindow.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/fabwindow_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/faxsetupdialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/faxsetupdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/filetable.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/firmwaredialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/firmwaredialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/infodialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/infodialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/linefeedcaldialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/linefeedcaldialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/loadpapergroupbox.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/makecopiesdialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/makecopiesdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/mimetypesdialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/mimetypesdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/nodevicesdialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/nodevicesdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/plugindiagnose.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/plugindiagnose_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/plugindialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/plugindialog_base.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/pluginlicensedialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/pluginlicensedialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/pqdiagdialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/pqdiagdialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/printdialog.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/printdialog_base.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printernamecombobox.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettings_base.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettingsdialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettingsdialog_base.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printsettingstoolbox.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printtestpagedialog.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/printtestpagedialog_base.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/queuesconf.py'
[Errno 2] No such file or directory: 
'/usr/share/hplip/ui5/readonlyradiobutton.py'
[Errno 2] No such file or directory: '/usr/share/hplip/ui5/sendfaxdialog.py'
[Errno 2] No such file or directory: 

[Touch-packages] [Bug 1561278] Re: internal sound card not detected HP X2

2018-03-12 Thread Francisco Postigo García
This pc has the same audio chip
may anyone try?

https://ubuntu-mate.community/t/intel-22b8-sound-chip-no-soundcard-
found-on-hp-x2-210-g2/10673/6

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1561278

Title:
  internal sound card not detected HP X2

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  HP Pavilion X2 - No sound card detected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Wed Mar 23 18:18:32 2016
  InstallationDate: Installed on 2016-03-18 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 813E
  dmi.board.vendor: HP
  dmi.board.version: 34.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.04:bd09/11/2015:svnHP:pnHPPavilionx2Detachable:pvrType1ProductConfigId:rvnHP:rn813E:rvr34.10:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1561278/+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 1561278] Re: internal sound card not detected HP X2

2018-03-12 Thread Francisco Postigo García
What? you got audio working in HDMI?
is there any way to fool ubuntu to think that the hdmi is connected and derive 
the sound to the speakers?
and i will try with Ubuntu 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1561278

Title:
  internal sound card not detected HP X2

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  HP Pavilion X2 - No sound card detected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Wed Mar 23 18:18:32 2016
  InstallationDate: Installed on 2016-03-18 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 813E
  dmi.board.vendor: HP
  dmi.board.version: 34.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.04:bd09/11/2015:svnHP:pnHPPavilionx2Detachable:pvrType1ProductConfigId:rvnHP:rn813E:rvr34.10:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1561278/+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 1729381] [NEW] package libfontconfig1 2.9.0-7 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libfontconfig1/copyright', which is different from other insta

2017-11-01 Thread Francisco Ortiz
Public bug reported:

I installed old libraries by mistake, and I don't know how to fix it.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libfontconfig1 2.9.0-7
ProcVersionSignature: Ubuntu 3.13.0-128.177-generic 3.13.11-ckt39
Uname: Linux 3.13.0-128-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.14.1-0ubuntu3.25
Architecture: amd64
Date: Wed Nov  1 13:48:27 2017
DpkgHistoryLog:
 Start-Date: 2017-11-01  13:48:21
 Commandline: apt-get -f install
 Upgrade: libfontconfig1:amd64 (2.9.0-7, 2.11.0-0ubuntu4.2), libjbig0:amd64 
(2.0-2, 2.0-2ubuntu4.1)
DpkgTerminalLog:
 Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...
 Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) over (2.9.0-7) ...
DuplicateSignature: package:libfontconfig1:2.9.0-7:trying to overwrite shared 
'/usr/share/doc/libfontconfig1/copyright', which is different from other 
instances of package libfontconfig1:amd64
ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libfontconfig1/copyright', which is different from other 
instances of package libfontconfig1:amd64
InstallationDate: Installed on 2016-04-16 (564 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: fontconfig
Title: package libfontconfig1 2.9.0-7 failed to install/upgrade: trying to 
overwrite shared '/usr/share/doc/libfontconfig1/copyright', which is different 
from other instances of package libfontconfig1:amd64
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-conflict third-party-packages trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1729381

Title:
  package libfontconfig1 2.9.0-7 failed to install/upgrade: trying to
  overwrite shared '/usr/share/doc/libfontconfig1/copyright', which is
  different from other instances of package libfontconfig1:amd64

Status in fontconfig package in Ubuntu:
  New

Bug description:
  I installed old libraries by mistake, and I don't know how to fix it.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libfontconfig1 2.9.0-7
  ProcVersionSignature: Ubuntu 3.13.0-128.177-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-128-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.14.1-0ubuntu3.25
  Architecture: amd64
  Date: Wed Nov  1 13:48:27 2017
  DpkgHistoryLog:
   Start-Date: 2017-11-01  13:48:21
   Commandline: apt-get -f install
   Upgrade: libfontconfig1:amd64 (2.9.0-7, 2.11.0-0ubuntu4.2), libjbig0:amd64 
(2.0-2, 2.0-2ubuntu4.1)
  DpkgTerminalLog:
   Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...
   Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) over (2.9.0-7) ...
  DuplicateSignature: package:libfontconfig1:2.9.0-7:trying to overwrite shared 
'/usr/share/doc/libfontconfig1/copyright', which is different from other 
instances of package libfontconfig1:amd64
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libfontconfig1/copyright', which is different from other 
instances of package libfontconfig1:amd64
  InstallationDate: Installed on 2016-04-16 (564 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.17
  SourcePackage: fontconfig
  Title: package libfontconfig1 2.9.0-7 failed to install/upgrade: trying to 
overwrite shared '/usr/share/doc/libfontconfig1/copyright', which is different 
from other instances of package libfontconfig1:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1729381/+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 1712719] [NEW] PCI/internal sound card not detected

2017-08-23 Thread FRANCISCO GUAJARDO
Public bug reported:

hi i did the update and i lost the sound i have checked the mute the
volume and did a test on the right and left speakers and nothing i also
tried the troubleshooting on the help menu and i can't find the driver
for the sound

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-92.115~14.04.1-generic 4.4.76
Uname: Linux 4.4.0-92-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.25
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Wed Aug 23 21:47:03 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-chestersmill-trusty-amd64-20150428-4
InstallationDate: Installed on 2016-10-01 (326 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150428-09:25
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/22/2015
dmi.bios.vendor: Intel Corp.
dmi.bios.version: FCBYT10H.86A.0024.2015.0522.1757
dmi.board.name: STCK1A8LFC
dmi.board.vendor: Intel Corporation
dmi.board.version: H67494-302
dmi.chassis.type: 3
dmi.chassis.vendor: Intel Corporation
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnIntelCorp.:bvrFCBYT10H.86A.0024.2015.0522.1757:bd05/22/2015:svnIntelCorporation:pnSTCK1A8LFC:pvrH85499-100:rvnIntelCorporation:rnSTCK1A8LFC:rvrH67494-302:cvnIntelCorporation:ct3:cvr1.0:
dmi.product.name: STCK1A8LFC
dmi.product.version: H85499-100
dmi.sys.vendor: Intel Corporation

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1712719

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  hi i did the update and i lost the sound i have checked the mute the
  volume and did a test on the right and left speakers and nothing i
  also tried the troubleshooting on the help menu and i can't find the
  driver for the sound

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-92.115~14.04.1-generic 4.4.76
  Uname: Linux 4.4.0-92-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.25
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Wed Aug 23 21:47:03 2017
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-chestersmill-trusty-amd64-20150428-4
  InstallationDate: Installed on 2016-10-01 (326 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150428-09:25
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/22/2015
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: FCBYT10H.86A.0024.2015.0522.1757
  dmi.board.name: STCK1A8LFC
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H67494-302
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrFCBYT10H.86A.0024.2015.0522.1757:bd05/22/2015:svnIntelCorporation:pnSTCK1A8LFC:pvrH85499-100:rvnIntelCorporation:rnSTCK1A8LFC:rvrH67494-302:cvnIntelCorporation:ct3:cvr1.0:
  dmi.product.name: STCK1A8LFC
  dmi.product.version: H85499-100
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1712719/+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 1709358] [NEW] Udev android rules for manufacter id 18d1 do not includes device id 4ee7

2017-08-08 Thread José Francisco Tello Ropero
Public bug reported:

After install android-tools-adb

Udev android rules for vendor id 18d1 do not includes device id 4ee7.
For example, my Nexus 4 is identified as 18d1:4ee7 using lsusb command.

70-android-tools-adb.rules must include 4ee7 as a valid device for 18d1
vendor.

Workaround is to add that rule on custom file at /etc/udev/rules.d/
until package will fixed.

** Affects: android-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to android-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1709358

Title:
  Udev android rules for manufacter id 18d1 do not includes device id
  4ee7

Status in android-tools package in Ubuntu:
  New

Bug description:
  After install android-tools-adb

  Udev android rules for vendor id 18d1 do not includes device id 4ee7.
  For example, my Nexus 4 is identified as 18d1:4ee7 using lsusb
  command.

  70-android-tools-adb.rules must include 4ee7 as a valid device for
  18d1 vendor.

  Workaround is to add that rule on custom file at /etc/udev/rules.d/
  until package will fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-tools/+bug/1709358/+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 1694627] [NEW] ksplice-uptrac failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-31 Thread Francisco Rodrigues
Public bug reported:

Instalation Failed on Xenial - Using file manager

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libpam-ck-connector:amd64 0.4.6-5
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Wed May 31 09:06:54 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2016-07-12 (322 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: consolekit
Title: package libpam-ck-connector:amd64 0.4.6-5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to consolekit in Ubuntu.
https://bugs.launchpad.net/bugs/1694627

Title:
  ksplice-uptrac failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 128

Status in consolekit package in Ubuntu:
  New

Bug description:
  Instalation Failed on Xenial - Using file manager

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpam-ck-connector:amd64 0.4.6-5
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Wed May 31 09:06:54 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2016-07-12 (322 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: consolekit
  Title: package libpam-ck-connector:amd64 0.4.6-5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/1694627/+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 469005] Re: GDB: Failed to set controlling terminal

2017-02-05 Thread Francisco Cunha Neto
Same, Code::Blocks 16.01, Ubuntu Desktop 16.04 x64 with all current
updates.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/469005

Title:
  GDB: Failed to set controlling terminal

Status in Code::Blocks:
  New
Status in gdb:
  New
Status in gdb package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: netbeans

  Im using Ubuntu 9.10 and Netbeans 6.7 and gdb 7.0, and it keeps
  complaining that gdb couldnt get control of the terminal, it seems tht
  gdb used in ubuntu 9.10 is newer than netbeans can accept. Maybe keep
  a special gdb 6.8 like a dependency for netbeans would solve this
  problem.

  ProblemType: Bug
  Architecture: i386
  Date: Sun Nov  1 14:57:52 2009
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: netbeans 6.7.1-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR.UTF-8
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: netbeans
  Uname: Linux 2.6.31-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/codeblocks/+bug/469005/+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 1561278] Re: internal sound card not detected HP X2

2017-01-09 Thread Francisco Postigo García
9/1/2017

Still having the problem
Camera and Sound Card Don´t work. I tried it in Linux Mint, Arch Linux and 
Debian and still nothing
OS: Elementary OS Loki, based on ubuntu 16.04, witch is based on debian.
I'M gona try an external USB soundcard, and i hope it will works.

WAITING FOR THE SOLUTION!!, but, something happen.
4 mouths ago, y uninstalled the Intel WDM driver, and install a REALTEK DRIVER. 
AND THE SOUND WORKS, but an update reinstall the old drivers and stops working. 
I'm working in it, but I AM NOT the developer who's working in this bug. My PC 
IS AN HP X2 10 DECHETABLE PC, red, with a 500GB HDD in the keyboard, and 32GB 
in the internal memory of the tablet. And, i can't boot to the ADVANCED BIOS, 
only the simple and boring bios config, witch don't have any options like 
hardware or  chispest or something. 
HELP

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1561278

Title:
  internal sound card not detected HP X2

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  HP Pavilion X2 - No sound card detected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Wed Mar 23 18:18:32 2016
  InstallationDate: Installed on 2016-03-18 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 813E
  dmi.board.vendor: HP
  dmi.board.version: 34.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.04:bd09/11/2015:svnHP:pnHPPavilionx2Detachable:pvrType1ProductConfigId:rvnHP:rn813E:rvr34.10:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1561278/+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 1641326] [NEW] package libicu-dev 55.1-7 failed to install/upgrade: libicu-dev:amd64 57.1-4 (Multi-Arch: no) is not co-installable with libicu-dev which has multiple installed in

2016-11-12 Thread Francisco Javier García Olmos
Public bug reported:

I was update ubuntu and automatically don't install this library.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libicu-dev 55.1-7
ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
Uname: Linux 4.8.0-27-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Fri Nov 11 19:42:46 2016
DuplicateSignature:
 package:libicu-dev:55.1-7
 Unpacking libxml2:i386 (2.9.4+dfsg1-2) over (2.9.3+dfsg1-1ubuntu0.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-sxBQc9/13-libicu-dev_57.1-4_amd64.deb (--unpack):
  libicu-dev:amd64 57.1-4 (Multi-Arch: no) is not co-installable with 
libicu-dev which has multiple installed instances
ErrorMessage: libicu-dev:amd64 57.1-4 (Multi-Arch: no) is not co-installable 
with libicu-dev which has multiple installed instances
InstallationDate: Installed on 2016-01-24 (292 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: icu
Title: package libicu-dev 55.1-7 failed to install/upgrade: libicu-dev:amd64 
57.1-4 (Multi-Arch: no) is not co-installable with libicu-dev which has 
multiple installed instances
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check third-party-packages yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to icu in Ubuntu.
https://bugs.launchpad.net/bugs/1641326

Title:
  package libicu-dev 55.1-7 failed to install/upgrade: libicu-dev:amd64
  57.1-4 (Multi-Arch: no) is not co-installable with libicu-dev which
  has multiple installed instances

Status in icu package in Ubuntu:
  New

Bug description:
  I was update ubuntu and automatically don't install this library.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libicu-dev 55.1-7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Fri Nov 11 19:42:46 2016
  DuplicateSignature:
   package:libicu-dev:55.1-7
   Unpacking libxml2:i386 (2.9.4+dfsg1-2) over (2.9.3+dfsg1-1ubuntu0.1) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-sxBQc9/13-libicu-dev_57.1-4_amd64.deb (--unpack):
libicu-dev:amd64 57.1-4 (Multi-Arch: no) is not co-installable with 
libicu-dev which has multiple installed instances
  ErrorMessage: libicu-dev:amd64 57.1-4 (Multi-Arch: no) is not co-installable 
with libicu-dev which has multiple installed instances
  InstallationDate: Installed on 2016-01-24 (292 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: icu
  Title: package libicu-dev 55.1-7 failed to install/upgrade: libicu-dev:amd64 
57.1-4 (Multi-Arch: no) is not co-installable with libicu-dev which has 
multiple installed instances
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1641326/+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 1638271] [NEW] package python3 3.5.1-3 failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de erro 127

2016-11-01 Thread Adriano Francisco dos Santos
Public bug reported:

Ao iniciar e logar no sistema

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python3 3.5.1-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
Date: Tue Nov  1 09:30:59 2016
ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 127
InstallationDate: Installed on 2016-09-12 (49 days ago)
InstallationMedia: SARDU
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.14
SourcePackage: python3-defaults
Title: package python3 3.5.1-3 failed to install/upgrade: sub-processo script 
pre-removal instalado retornou estado de saída de erro 127
UpgradeStatus: Upgraded to xenial on 2016-11-01 (0 days ago)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1638271

Title:
  package python3 3.5.1-3 failed to install/upgrade: sub-processo script
  pre-removal instalado retornou estado de saída de erro 127

Status in python3-defaults package in Ubuntu:
  New

Bug description:
  Ao iniciar e logar no sistema

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python3 3.5.1-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
  Date: Tue Nov  1 09:30:59 2016
  ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 127
  InstallationDate: Installed on 2016-09-12 (49 days ago)
  InstallationMedia: SARDU
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.14
  SourcePackage: python3-defaults
  Title: package python3 3.5.1-3 failed to install/upgrade: sub-processo script 
pre-removal instalado retornou estado de saída de erro 127
  UpgradeStatus: Upgraded to xenial on 2016-11-01 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1638271/+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 1636033] [NEW] Graphics driver setback to Gallium 0.4 on llvmpipe (LLVM 3.8, 256 bits)

2016-10-23 Thread Francisco
Public bug reported:

I've been experiencing brightness control issues and I ended up "upgrading" my 
graphics driver through Intel Graphics Update Tool for Linux 
https://01.org/linuxgraphics. Running their application setback my graphics 
driver (previously Intel Ivybridge) to Gallium 0.4 on llvmpipe (LLVM 3.8, 256 
bits). I've tried several solutions I found on askubuntu and other forums, but 
nothing seems to work. Fortunately I stumbled upon your xdiagnose tool and 
tried running it. It seems my system is not using hardware acceleration.
I'll be happy to share any additional information you might need for solving 
this. I'm including some of my commands from bash_history in a file.
I'm running Ubuntu LTS 16.04. Output to $ apt-cache policy xorg:
xorg:
  Installed: 1:7.7+13ubuntu3
  Candidate: 1:7.7+13ubuntu3
  Version table:
 *** 1:7.7+13ubuntu3 500
500 http://pt.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status
Thank you.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.1-0ubuntu2.1
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
Date: Mon Oct 24 00:14:22 2016
DistUpgraded: 2016-10-21 01:04:16,317 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus: i915-4.6.3-4.4.0, 1, 4.4.0-45-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd 3rd Gen Core processor Graphics 
Controller [144d:c0e1]
InstallationDate: Installed on 2016-02-18 (248 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 700T1C
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-45-generic.efi.signed 
root=UUID=ad1c3829-15ce-4772-9c8f-e82456a320c8 ro quiet splash 
video.use_native_backlight=1 vt.handoff=7 init=/sbin/upstart
Renderer: Software
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2016-10-21 (2 days ago)
XorgConf: Section "Device" Identifier "Card0" Driver "intel" Option 
"AccelMethod" "sna" EndSection
dmi.bios.date: 02/15/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P10AAT.050.140215.dg
dmi.board.asset.tag: No Asset Tag
dmi.board.name: XE700T1C-K01PT
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SEC_SW_REVISION_1234567890ABCD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 8
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP10AAT.050.140215.dg:bd02/15/2014:svnSAMSUNGELECTRONICSCO.,LTD.:pn700T1C:pvrP10AAT:rvnSAMSUNGELECTRONICSCO.,LTD.:rnXE700T1C-K01PT:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct8:cvrN/A:
dmi.product.name: 700T1C
dmi.product.version: P10AAT
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.68-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.2-0intel1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.2-0intel1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sun Oct 23 23:59:15 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.1

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

** Attachment added: "Commands I tried to solve the problem."
   
https://bugs.launchpad.net/bugs/1636033/+attachment/4766047/+files/bash_history1.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1636033

Title:
  Graphics driver setback to Gallium 0.4 on llvmpipe (LLVM 3.8, 256
  bits)

Status in xorg package in Ubuntu:
  New

Bug description:
  I've been experiencing brightness control issues and I ended up "upgrading" 
my graphics driver through Intel Graphics Update Tool for Linux 
https://01.org/linuxgraphics. Running their application setback my graphics 
driver (previously Intel Ivybridge) 

[Touch-packages] [Bug 1627869] [NEW] package libkmod2 22-1ubuntu4 [modified: usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: a tentar sobreescrever '/usr/share/doc/libkmod2/chan

2016-09-26 Thread Francisco Carlos Meneses Bezerra da Silva
Public bug reported:

 ok

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Mon Sep 26 18:50:29 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
ErrorMessage: a tentar sobreescrever 
'/usr/share/doc/libkmod2/changelog.Debian.gz' partilhado, que é diferente de 
outras instâncias do pacote libkmod2:i386
InstallationDate: Installed on 2016-09-26 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: kmod
Title: package libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: a tentar 
sobreescrever '/usr/share/doc/libkmod2/changelog.Debian.gz' partilhado, que é 
diferente de outras instâncias do pacote libkmod2:i386
UpgradeStatus: Upgraded to xenial on 2016-09-26 (0 days ago)

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


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to kmod in Ubuntu.
https://bugs.launchpad.net/bugs/1627869

Title:
  package libkmod2 22-1ubuntu4 [modified:
  usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade:
  a tentar sobreescrever '/usr/share/doc/libkmod2/changelog.Debian.gz'
  partilhado, que é diferente de outras instâncias do pacote
  libkmod2:i386

Status in kmod package in Ubuntu:
  New

Bug description:
   ok

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Mon Sep 26 18:50:29 2016
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1
   libc6 2.23-0ubuntu3
   libgcc1 1:6.0.1-0ubuntu1
  ErrorMessage: a tentar sobreescrever 
'/usr/share/doc/libkmod2/changelog.Debian.gz' partilhado, que é diferente de 
outras instâncias do pacote libkmod2:i386
  InstallationDate: Installed on 2016-09-26 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: kmod
  Title: package libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: a tentar 
sobreescrever '/usr/share/doc/libkmod2/changelog.Debian.gz' partilhado, que é 
diferente de outras instâncias do pacote libkmod2:i386
  UpgradeStatus: Upgraded to xenial on 2016-09-26 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1627869/+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 1597862] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: опит за презапис на '/usr/share/accounts/services/google-im.service', съществуващ ве

2016-08-25 Thread Francisco José Cañizares Santofimia
I think #1573239 and #1559736 are dupes of this one (or viceversa).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1597862

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: опит за презапис на '/usr/share/accounts/services
  /google-im.service', съществуващ вече и в пакета account-plugin-google
  0.12+16.04.20160126-0ubuntu1

Status in account-plugins package in Ubuntu:
  Confirmed
Status in ktp-accounts-kcm package in Ubuntu:
  Confirmed

Bug description:
  just installing kde environment and it give me that error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: kde-config-telepathy-accounts (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Jun 30 20:31:52 2016
  ErrorMessage: опит за презапис на 
'/usr/share/accounts/services/google-im.service', съществуващ вече и в пакета 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  InstallationDate: Installed on 2016-06-30 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: ktp-accounts-kcm
  Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: опит за презапис на 
'/usr/share/accounts/services/google-im.service', съществуващ вече и в пакета 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1597862/+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 1597862] Re: package kde-config-telepathy-accounts (not installed) failed to install/upgrade: опит за презапис на '/usr/share/accounts/services/google-im.service', съществуващ ве

2016-08-25 Thread Francisco José Cañizares Santofimia
Same here but with proposed 0.13+16.04.20160719-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1597862

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: опит за презапис на '/usr/share/accounts/services
  /google-im.service', съществуващ вече и в пакета account-plugin-google
  0.12+16.04.20160126-0ubuntu1

Status in account-plugins package in Ubuntu:
  Confirmed
Status in ktp-accounts-kcm package in Ubuntu:
  Confirmed

Bug description:
  just installing kde environment and it give me that error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: kde-config-telepathy-accounts (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Jun 30 20:31:52 2016
  ErrorMessage: опит за презапис на 
'/usr/share/accounts/services/google-im.service', съществуващ вече и в пакета 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  InstallationDate: Installed on 2016-06-30 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: ktp-accounts-kcm
  Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: опит за презапис на 
'/usr/share/accounts/services/google-im.service', съществуващ вече и в пакета 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1597862/+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 1380480] Re: network disabled after suspend - resume

2016-08-12 Thread Francisco Cribari
After resuming, it is necessary to do a

sudo systemctl restart network-manager.service

-- 
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/1380480

Title:
  network disabled after suspend - resume

Status in linux package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Background: 
  this started to happen after the upgrade to Utopic Beta 1

  3) When I close the laptop's lid and open, the wifi should reconnect
  4) Wifi does not reconnect. It says "Wi-Fi networks" - "disconnected" when I 
left-click on NM icon in notif area. However the context menu (right-click) has 
items "Enable networking" and "Enable Wi-Fi" both with checkmarks.

  Workarounds: 
  switch off - on the physical switch on laptop OR  two times go and select 
"Enable networking" in the NM context menu (after first time it removes 
checkmark and the  "Enable Wi-Fi" item - visual feedback of being disabled).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager 0.9.8.8-0ubuntu27
  ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4
  Uname: Linux 3.16.0-21-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Oct 11 22:33:06 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-07-21 (447 days ago)
  InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 
(20130423.1)
  IpRoute:
   default via 192.168.10.1 dev wlan0  proto static 
   10.9.9.0/24 dev vboxnet0  proto kernel  scope link  src 10.9.9.1 
   192.168.10.0/24 dev wlan0  proto kernel  scope link  src 192.168.10.239  
metric 9
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to utopic on 2014-09-25 (16 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-07-19T15:03:44.847279
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1380480/+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 1558894] [NEW] xorg

2016-03-19 Thread JUAN FRANCISCO ABURTO ADAME
Public bug reported:

fail xorg video

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
Uname: Linux 3.19.0-49-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
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
Date: Thu Mar 17 21:08:52 2016
DistUpgraded: 2015-09-27 13:13:06,527 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DpkgLog:
 
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0366]
InstallationDate: Installed on 2015-08-23 (207 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: Acer Aspire 4553
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=3883c43b-55a2-45ca-89fb-45c92f0bfdb7 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2015-09-27 (172 days ago)
dmi.bios.date: 04/27/2010
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.08
dmi.board.name: JV41_DN
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.08:bd04/27/2010:svnAcer:pnAspire4553:pvrNotApplicable:rvnAcer:rnJV41_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 4553
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Mar 17 19:05:17 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "ati" (module does not exist, 0)
 Failed to load module "ati" (module does not exist, 0)
 evdev: 1.3M WebCam: Unable to open evdev device "/dev/input/event12".
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3.1~trusty1
xserver.video_driver: modeset

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1558894

Title:
  xorg

Status in xorg package in Ubuntu:
  New

Bug description:
  fail xorg video

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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
  Date: Thu Mar 17 21:08:52 2016
  DistUpgraded: 2015-09-27 13:13:06,527 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DpkgLog:
   
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0366]
  InstallationDate: Installed on 2015-08-23 (207 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Acer Aspire 4553
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=3883c43b-55a2-45ca-89fb-45c92f0bfdb7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-09-27 (172 days ago)
  dmi.bios.date: 04/27/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.08
  dmi.board.name: JV41_DN
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.08:bd04/27/2010:svnAcer:pnAspire4553:pvrNotApplicable:rvnAcer:rnJV41_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 4553
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  

[Touch-packages] [Bug 1008539] Re: Wrong volume binding when connecting bluetooth speakers

2016-02-27 Thread Francisco Lopes
Thanks, Andrei fix works for me on latest Gnome 3 on Archlinux! as of
2016/02/27.

-- 
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/1008539

Title:
  Wrong volume binding when connecting bluetooth speakers

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I have a 2.1 speaker system and a Logitech bluetooth adapter for them that 
connects to my Asus UL50AG notebook for sound.
  In Sound Settings, I then have 2 entries: Built-in Audio Card and Logitech 
Adapter.

  The problem is that when I connect/reconnect to the bluetooth adapter,
  the sound volume knob is not bound to the Logitech Adapter. Instead,
  in Sound Settings, the Built-in Audio Card is selected instead of the
  Logitech Adapter. And when I use the multimedia keys on my notebook
  (Volume Up, Down, Mute), they have effect on the sound coming out of
  the notebook, not the external speakers.

  The expected result would be that, when I connect/reconnect the
  bluetooth adapter, the volume multimedia keys should bound to the new
  bluetooth setup, not the internal audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1008539/+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 1514990] Re: Primary screen not listed in Gnome color manager

2016-01-18 Thread Francisco Cribari
I am now running kernel 4.2.0-23. The problem remains.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to colord in Ubuntu.
https://bugs.launchpad.net/bugs/1514990

Title:
  Primary screen not listed in Gnome color manager

Status in colord package in Ubuntu:
  Confirmed

Bug description:
  I am running Ubuntu Gnome 15.10 64 bit, kernel 4.2.0-18, Gnome 3.16,
  colord 1.2.11 (fresh install). My computer's primary screen is not
  listed in the Gnome color manager. It only lists my printers. colormgr
  get-devices only return a list of my printers as well. A screenshot
  can be viewed at

  https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

  cribari@darwin3:~$ colormgr get-devices
  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet P3010 Series
  Vendor:Hewlett Packard
  Serial:BRBHB6F720
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-P3010-Series
  Profile 1: HP-LaserJet-P3010-Series-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet Pro P1606dn
  Vendor:Hewlett Packard
  Serial:0RL136FTPR1a
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-Professional-P1606dn
  Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
  cribari@darwin3:~$ colormgr get-devices-by-kind display
  cribari@darwin3:~$ 

  Hardware: DELL XPS 13 (2013 model) notebook, Intel GPU.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: colord 1.2.11-0ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Tue Nov 10 17:01:18 2015
  ExecutablePath: /usr/lib/colord/colord
  InstallationDate: Installed on 2015-11-09 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1514990/+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 1514990] Re: Primary screen not listed in Gnome color manager

2015-11-13 Thread Francisco Cribari
colormgr get-devices only lists my printers, i.e., it does not list my
primary screen.


cribari@darwin3:~$ colormgr get-devices
Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
Owner: root
Created:   novembro 12 2015, 04:10:57 
Modified:  novembro 12 2015, 04:10:57 
Type:  printer
Enabled:   Yes
Embedded:  No
Model: HP LaserJet P3010 Series
Vendor:Hewlett Packard
Serial:BRBHB6F720
Format:ColorSpace.MediaType.Resolution
Scope: temp
Colorspace:gray
Device ID: cups-HP-LaserJet-P3010-Series
Profile 1: HP-LaserJet-P3010-Series-Gray..
Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
Owner: root
Created:   novembro 12 2015, 04:10:57 
Modified:  novembro 12 2015, 04:10:57 
Type:  printer
Enabled:   Yes
Embedded:  No
Model: HP LaserJet Pro P1606dn
Vendor:Hewlett Packard
Serial:0RL136FTPR1a
Format:ColorSpace.MediaType.Resolution
Scope: temp
Colorspace:gray
Device ID: cups-HP-LaserJet-Professional-P1606dn
Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
cribari@darwin3:~$

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to colord in Ubuntu.
https://bugs.launchpad.net/bugs/1514990

Title:
  Primary screen not listed in Gnome color manager

Status in colord package in Ubuntu:
  Confirmed

Bug description:
  I am running Ubuntu Gnome 15.10 64 bit, kernel 4.2.0-18, Gnome 3.16,
  colord 1.2.11 (fresh install). My computer's primary screen is not
  listed in the Gnome color manager. It only lists my printers. colormgr
  get-devices only return a list of my printers as well. A screenshot
  can be viewed at

  https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

  cribari@darwin3:~$ colormgr get-devices
  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet P3010 Series
  Vendor:Hewlett Packard
  Serial:BRBHB6F720
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-P3010-Series
  Profile 1: HP-LaserJet-P3010-Series-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet Pro P1606dn
  Vendor:Hewlett Packard
  Serial:0RL136FTPR1a
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-Professional-P1606dn
  Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
  cribari@darwin3:~$ colormgr get-devices-by-kind display
  cribari@darwin3:~$ 

  Hardware: DELL XPS 13 (2013 model) notebook, Intel GPU.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: colord 1.2.11-0ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Tue Nov 10 17:01:18 2015
  ExecutablePath: /usr/lib/colord/colord
  InstallationDate: Installed on 2015-11-09 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1514990/+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 1514990] Re: Primary screen not listed in Gnome color manager

2015-11-11 Thread Francisco Cribari
The bug exists even when no proprietary drivers are used. Screenshot:

https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager-3.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to colord in Ubuntu.
https://bugs.launchpad.net/bugs/1514990

Title:
  Primary screen not listed in Gnome color manager

Status in colord package in Ubuntu:
  New

Bug description:
  I am running Ubuntu Gnome 15.10 64 bit, kernel 4.2.0-18, Gnome 3.16,
  colord 1.2.11 (fresh install). My computer's primary screen is not
  listed in the Gnome color manager. It only lists my printers. colormgr
  get-devices only return a list of my printers as well. A screenshot
  can be viewed at

  https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

  cribari@darwin3:~$ colormgr get-devices
  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet P3010 Series
  Vendor:Hewlett Packard
  Serial:BRBHB6F720
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-P3010-Series
  Profile 1: HP-LaserJet-P3010-Series-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet Pro P1606dn
  Vendor:Hewlett Packard
  Serial:0RL136FTPR1a
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-Professional-P1606dn
  Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
  cribari@darwin3:~$ colormgr get-devices-by-kind display
  cribari@darwin3:~$ 

  Hardware: DELL XPS 13 (2013 model) notebook, Intel GPU.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: colord 1.2.11-0ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Tue Nov 10 17:01:18 2015
  ExecutablePath: /usr/lib/colord/colord
  InstallationDate: Installed on 2015-11-09 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1514990/+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 1514990] [NEW] Primary screen not listed in Gnome color manager

2015-11-10 Thread Francisco Cribari
Public bug reported:

I am running Ubuntu Gnome 15.10 64 bit, kernel 4.2.0-18, Gnome 3.16,
colord 1.2.11 (fresh install). My computer's primary screen is not
listed in the Gnome color manager. It only lists my printers. colormgr
get-devices only return a list of my printers as well. A screenshot can
be viewed at

https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

cribari@darwin3:~$ colormgr get-devices
Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
Owner: root
Created:   novembro 10 2015, 06:24:46 
Modified:  novembro 10 2015, 06:24:46 
Type:  printer
Enabled:   Yes
Embedded:  No
Model: HP LaserJet P3010 Series
Vendor:Hewlett Packard
Serial:BRBHB6F720
Format:ColorSpace.MediaType.Resolution
Scope: temp
Colorspace:gray
Device ID: cups-HP-LaserJet-P3010-Series
Profile 1: HP-LaserJet-P3010-Series-Gray..
Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
Owner: root
Created:   novembro 10 2015, 06:24:46 
Modified:  novembro 10 2015, 06:24:46 
Type:  printer
Enabled:   Yes
Embedded:  No
Model: HP LaserJet Pro P1606dn
Vendor:Hewlett Packard
Serial:0RL136FTPR1a
Format:ColorSpace.MediaType.Resolution
Scope: temp
Colorspace:gray
Device ID: cups-HP-LaserJet-Professional-P1606dn
Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
cribari@darwin3:~$ colormgr get-devices-by-kind display
cribari@darwin3:~$ 

Hardware: DELL XPS 13 (2013 model) notebook, Intel GPU.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: colord 1.2.11-0ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
Date: Tue Nov 10 17:01:18 2015
ExecutablePath: /usr/lib/colord/colord
InstallationDate: Installed on 2015-11-09 (1 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: colord
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1514990/+attachment/4516467/+files/gnome-color-manager.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to colord in Ubuntu.
https://bugs.launchpad.net/bugs/1514990

Title:
  Primary screen not listed in Gnome color manager

Status in colord package in Ubuntu:
  New

Bug description:
  I am running Ubuntu Gnome 15.10 64 bit, kernel 4.2.0-18, Gnome 3.16,
  colord 1.2.11 (fresh install). My computer's primary screen is not
  listed in the Gnome color manager. It only lists my printers. colormgr
  get-devices only return a list of my printers as well. A screenshot
  can be viewed at

  https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

  cribari@darwin3:~$ colormgr get-devices
  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet P3010 Series
  Vendor:Hewlett Packard
  Serial:BRBHB6F720
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-P3010-Series
  Profile 1: HP-LaserJet-P3010-Series-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet Pro P1606dn
  Vendor:Hewlett Packard
  Serial:0RL136FTPR1a
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-Professional-P1606dn
  Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
  cribari@darwin3:~$ colormgr get-devices-by-kind display
  cribari@darwin3:~$ 

  Hardware: DELL XPS 13 (2013 model) notebook, Intel GPU.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: colord 1.2.11-0ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Tue Nov 10 17:01:18 2015
  ExecutablePath: /usr/lib/colord/colord
  InstallationDate: Installed on 2015-11-09 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 

[Touch-packages] [Bug 1514990] Re: Primary screen not listed in Gnome color manager

2015-11-10 Thread Francisco Cribari
Interestingly, my primary notebook (DELL XPS 13, 2015 model, Intel GPU)
runs Fedora 22 (Gnome 3.16, gdm 3.16.3-1, colord 1.2.10-2, gnome-color-
manager 3.16.0-1) and does not suffer from that problem. Screenshots:

Ubuntu Gnome 15.10, Gnome 3.16:
https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

Fedora 22, Gnome 3.16: https://dl.dropboxusercontent.com/u/2171814
/gnome-color-manager-2.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to colord in Ubuntu.
https://bugs.launchpad.net/bugs/1514990

Title:
  Primary screen not listed in Gnome color manager

Status in colord package in Ubuntu:
  New

Bug description:
  I am running Ubuntu Gnome 15.10 64 bit, kernel 4.2.0-18, Gnome 3.16,
  colord 1.2.11 (fresh install). My computer's primary screen is not
  listed in the Gnome color manager. It only lists my printers. colormgr
  get-devices only return a list of my printers as well. A screenshot
  can be viewed at

  https://dl.dropboxusercontent.com/u/2171814/gnome-color-manager.png

  cribari@darwin3:~$ colormgr get-devices
  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_P3010_Series
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet P3010 Series
  Vendor:Hewlett Packard
  Serial:BRBHB6F720
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-P3010-Series
  Profile 1: HP-LaserJet-P3010-Series-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 

  Object Path:   
/org/freedesktop/ColorManager/devices/cups_HP_LaserJet_Professional_P1606dn
  Owner: root
  Created:   novembro 10 2015, 06:24:46 
  Modified:  novembro 10 2015, 06:24:46 
  Type:  printer
  Enabled:   Yes
  Embedded:  No
  Model: HP LaserJet Pro P1606dn
  Vendor:Hewlett Packard
  Serial:0RL136FTPR1a
  Format:ColorSpace.MediaType.Resolution
  Scope: temp
  Colorspace:gray
  Device ID: cups-HP-LaserJet-Professional-P1606dn
  Profile 1: HP-LaserJet-Professional-P1606dn-Gray..
  Metadata:  OwnerCmdline=/usr/sbin/cupsd -l 
  cribari@darwin3:~$ colormgr get-devices-by-kind display
  cribari@darwin3:~$ 

  Hardware: DELL XPS 13 (2013 model) notebook, Intel GPU.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: colord 1.2.11-0ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Tue Nov 10 17:01:18 2015
  ExecutablePath: /usr/lib/colord/colord
  InstallationDate: Installed on 2015-11-09 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1514990/+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 1454450] Re: Bluetooth mouse laggy and erratic

2015-05-23 Thread Francisco Cribari
The problem just happened again. I am enclosing below information
obtained from dmesg.

[54069.332038] CPU3 is up
[54069.335595] ACPI: Waking up from system sleep state S3
[54070.521751] ehci-pci :00:1d.0: System wakeup disabled by ACPI
[54070.522779] xhci_hcd :00:14.0: System wakeup disabled by ACPI
[54070.522842] PM: noirq resume of devices complete after 17.080 msecs
[54070.545697] PM: early resume of devices complete after 22.808 msecs
[54070.545796] usb usb1: root hub lost power or was reset
[54070.545798] usb usb2: root hub lost power or was reset
[54070.547460] rtc_cmos 00:01: System wakeup disabled by ACPI
[54070.561611] sd 3:0:0:0: [sda] Starting disk
[54070.730554] cfg80211: Calling CRDA to update world regulatory domain
[54070.781847] usb 3-1: reset high-speed USB device number 2 using ehci-pci
[54070.881907] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[54070.884034] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[54070.884415] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[54070.884447] ata4.00: configured for UDMA/133
[54071.050074] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[54071.288028] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d8fb2f60
[54071.288029] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d8fb2f00
[54071.402440] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[54071.531804] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8802149b9e00
[54071.531806] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8802149b9e90
[54071.531806] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8802149b9e48
[54071.531807] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979948
[54071.531808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979900
[54071.531808] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979288
[54071.531809] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979240
[54071.642640] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[54071.771282] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d90cd3c0
[54071.771283] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d90cd408
[54071.771291] usb 1-4: ep 0x2 - rounding interval to 64 microframes, ep desc 
says 80 microframes
[54071.776773] PM: resume of devices complete after 1230.077 msecs
[54071.777403] PM: Finishing wakeup.
[54071.777404] Restarting tasks ... 
[54071.31] pci_bus :01: Allocating resources
[54071.777846] pci_bus :02: Allocating resources
[54071.777890] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.779421] pci_bus :01: Allocating resources
[54071.779540] pci_bus :02: Allocating resources
[54071.779584] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.779658] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.779754] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.779835] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.780169] pci_bus :01: Allocating resources
[54071.780187] pci_bus :02: Allocating resources
[54071.780228] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.780893] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.780960] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.781056] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.781071] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.781088] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[54071.781106] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 
lmp_ver=06 lmp_subver=220e
[54071.782857] done.
[54071.785656] cfg80211: World regulatory domain updated:
[54071.785660] cfg80211:  DFS Master region: unset
[54071.785661] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp), (dfs_cac_time)
[54071.785664] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm), (N/A)
[54071.785666] cfg80211:   (2457000 KHz - 2482000 KHz @ 4 KHz), (300 mBi, 
2000 mBm), (N/A)
[54071.785668] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm), (N/A)
[54071.785670] cfg80211:   (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm), (N/A)
[54071.785671] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm), (N/A)
[54072.397622] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
[54086.545625] hid-generic 0005:046D:B00E.0009: unknown main item tag 0x0
[54086.584968] input: 

[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic

2015-05-22 Thread Francisco Cribari
The problem just happened to me again. I am including bellow the dmesg
information.

[39935.550219] ACPI: Waking up from system sleep state S3
[39936.749233] ehci-pci :00:1d.0: System wakeup disabled by ACPI
[39936.749486] xhci_hcd :00:14.0: System wakeup disabled by ACPI
[39936.749535] PM: noirq resume of devices complete after 16.818 msecs
[39936.772659] PM: early resume of devices complete after 23.055 msecs
[39936.772771] usb usb1: root hub lost power or was reset
[39936.772772] usb usb2: root hub lost power or was reset
[39936.773878] sd 3:0:0:0: [sda] Starting disk
[39936.774743] rtc_cmos 00:01: System wakeup disabled by ACPI
[39936.957171] cfg80211: Calling CRDA to update world regulatory domain
[39937.000773] usb 3-1: reset high-speed USB device number 2 using ehci-pci
[39937.096852] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[39937.098948] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[39937.099202] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[39937.099240] ata4.00: configured for UDMA/133
[39937.277116] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[39937.406403] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8802149b9e00
[39937.406404] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8802149b9e90
[39937.406405] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8802149b9e48
[39937.406412] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979948
[39937.406413] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979900
[39937.406413] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979288
[39937.406414] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880212979240
[39937.517280] usb 1-4: reset full-speed USB device number 3 using xhci_hcd
[39937.645962] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d90cd3c0
[39937.645963] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d90cd408
[39937.645976] usb 1-4: ep 0x2 - rounding interval to 64 microframes, ep desc 
says 80 microframes
[39937.757453] usb 1-5: reset high-speed USB device number 4 using xhci_hcd
[39937.995391] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d8fb2f60
[39937.995398] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d8fb2f00
[39938.038325] PM: resume of devices complete after 1264.639 msecs
[39938.038849] [ cut here ]
[39938.038853] WARNING: CPU: 1 PID: 8500 at 
/build/buildd/linux-3.19.0/drivers/base/firmware_class.c:1126 
_request_firmware+0x72e/0xbd0()
[39938.038877] Modules linked in: cpuid mmc_block ses enclosure uas usb_storage 
hid_generic hidp binfmt_misc rfcomm bnep nls_iso8859_1 uvcvideo 
videobuf2_vmalloc videobuf2_memops btusb videobuf2_core bluetooth v4l2_common 
videodev usbhid media dell_led joydev dell_wmi hid_multitouch sparse_keymap 
dell_laptop dcdbas intel_rapl iosf_mbi x86_pkg_temp_thermal 
snd_hda_codec_realtek i915_bpo intel_powerclamp coretemp wl(POE) 
snd_hda_codec_generic intel_ips kvm_intel kvm crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper 
cryptd cfg80211 snd_hda_intel rtsx_pci_ms snd_hda_controller serio_raw 
snd_hda_codec memstick lpc_ich snd_hwdep snd_seq_midi snd_soc_rt286 
snd_seq_midi_event snd_soc_core snd_rawmidi snd_compress snd_pcm_dmaengine i915 
snd_pcm snd_seq
[39938.038890]  i2c_hid snd_seq_device hid drm_kms_helper drm snd_timer mei_me 
snd mei shpchp soundcore i2c_algo_bit wmi soc_button_array snd_soc_sst_acpi 
i2c_designware_platform int3403_thermal i2c_designware_core dw_dmac video 
8250_dw dw_dmac_core int3400_thermal int3402_thermal acpi_thermal_rel 
spi_pxa2xx_platform processor_thermal_device acpi_pad mac_hid parport_pc ppdev 
lp parport autofs4 rtsx_pci_sdmmc ahci psmouse libahci rtsx_pci sdhci_acpi sdhci
[39938.038892] CPU: 1 PID: 8500 Comm: kworker/u9:0 Tainted: PW  OE  
3.19.0-18-generic #18-Ubuntu
[39938.038892] Hardware name: Dell Inc. XPS 13 9343/0310JH, BIOS A03 03/25/2015
[39938.038900] Workqueue: hci0 hci_power_on [bluetooth]
[39938.038902]  81b10ca0 8800da35bb78 817c27cd 
81c54db8
[39938.038903]   8800da35bbb8 8107593a 
815196ca
[39938.038904]  8800da35bcd0 8800bbc185a0 8801c299b780 
fff5
[39938.038904] Call Trace:
[39938.038907]  [817c27cd] dump_stack+0x45/0x57
[39938.038909]  [8107593a] warn_slowpath_common+0x8a/0xc0
[39938.038910]  [815196ca] ? _request_firmware+0x5a/0xbd0
[39938.038911]  [81075a2a] warn_slowpath_null+0x1a/0x20
[39938.038912]  [81519d9e] _request_firmware+0x72e/0xbd0
[39938.038913]  [8151a275] request_firmware+0x35/0x50
[39938.038916]  

[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic

2015-05-22 Thread Francisco Cribari
I then did

sudo modprobe -r btusb
sudo modprobe btusb

and the BT mouse was no longer laggy and erratic.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1454450

Title:
  Bluetooth mouse laggy and erratic

Status in HWE Next Project:
  Triaged
Status in bluez package in Ubuntu:
  New
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios
  A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves
  erratically (laggy, jumpy). The problem happens after a few (sometimes
  one) suspend and resume. I am attaching below some info on my system.
  Thank you.

  cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep 
-i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
  Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac 
Wireless Network Adapter [14e4:43b1] (rev 03)
   Subsystem: Dell Device [1028:0019]
   Kernel driver in use: wl
  Bus 003 Device 002: ID 8087:8001 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 004: ID 0c45:670c Microdia
  Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
  Bus 001 Device 002: ID 0a5c:216f Broadcom Corp.
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [2.174367] Bluetooth: Core ver 2.20
  [2.174669] Bluetooth: HCI device and connection manager initialized
  [2.174792] Bluetooth: HCI socket layer initialized
  [2.174795] Bluetooth: L2CAP socket layer initialized
  [2.175449] Bluetooth: SCO socket layer initialized
  [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [3.542421] Bluetooth: BNEP filters: protocol multicast
  [3.542425] Bluetooth: BNEP socket layer initialized
  [3.551641] Bluetooth: RFCOMM TTY layer initialized
  [3.551649] Bluetooth: RFCOMM socket layer initialized
  [3.551654] Bluetooth: RFCOMM ver 1.11
  [   26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  [   26.569287] Bluetooth: HIDP socket layer initialized
  [   26.576971] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15
  [   26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [   72.448281] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16
  [   72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 2994.842547] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17
  [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 
lmp_ver=06 lmp_subver=220e
  [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [ 3811.777260] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20
  [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option 
usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr 
binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal 
dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul 
dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel 
hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc 
glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd 
v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms 
intel_ips memstick snd_hda_codec_realtek snd_soc_rt286 snd_hda_codec_generic 
cfg80211 snd_soc_core drm_kms_helper mei_me lpc_ich shpchp mei snd_compress 
snd_hda_intel snd_hda_controller drm snd_hda_codec i2c_algo_bit
  [ 5579.876223] Workqueue: hci0 hci_power_on [bluetooth]
  [ 5579.876261]  [c0e09561] hci_dev_do_open+0xe1/0xa90 [bluetooth]
  [ 5579.876266]  [c0e0a6f0] hci_power_on+0x40/0x200 

[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic

2015-05-19 Thread Francisco Cribari
I followed the instructions available here:

http://askubuntu.com/questions/613614/bluetooth-not-working-in-
ubuntu-15-04

That is, I did:

wget https://www.dropbox.com/s/r2pb41rhx65t9zi/BCM20702A0-0a5c-216f.hcd
sudo cp BCM20702A0-0a5c-216f.hcd /lib/firmware/brcm/
sudo modprobe -r btusb
sudo modprobe btusb

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1454450

Title:
  Bluetooth mouse laggy and erratic

Status in HWE Next Project:
  Triaged
Status in bluez package in Ubuntu:
  New
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios
  A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves
  erratically (laggy, jumpy). The problem happens after a few (sometimes
  one) suspend and resume. I am attaching below some info on my system.
  Thank you.

  cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep 
-i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
  Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac 
Wireless Network Adapter [14e4:43b1] (rev 03)
   Subsystem: Dell Device [1028:0019]
   Kernel driver in use: wl
  Bus 003 Device 002: ID 8087:8001 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 004: ID 0c45:670c Microdia
  Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
  Bus 001 Device 002: ID 0a5c:216f Broadcom Corp.
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [2.174367] Bluetooth: Core ver 2.20
  [2.174669] Bluetooth: HCI device and connection manager initialized
  [2.174792] Bluetooth: HCI socket layer initialized
  [2.174795] Bluetooth: L2CAP socket layer initialized
  [2.175449] Bluetooth: SCO socket layer initialized
  [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [3.542421] Bluetooth: BNEP filters: protocol multicast
  [3.542425] Bluetooth: BNEP socket layer initialized
  [3.551641] Bluetooth: RFCOMM TTY layer initialized
  [3.551649] Bluetooth: RFCOMM socket layer initialized
  [3.551654] Bluetooth: RFCOMM ver 1.11
  [   26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  [   26.569287] Bluetooth: HIDP socket layer initialized
  [   26.576971] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15
  [   26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [   72.448281] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16
  [   72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 2994.842547] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17
  [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 
lmp_ver=06 lmp_subver=220e
  [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [ 3811.777260] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20
  [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option 
usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr 
binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal 
dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul 
dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel 
hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc 
glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd 
v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms 
intel_ips memstick snd_hda_codec_realtek snd_soc_rt286 snd_hda_codec_generic 
cfg80211 snd_soc_core drm_kms_helper mei_me lpc_ich shpchp mei snd_compress 
snd_hda_intel snd_hda_controller drm snd_hda_codec i2c_algo_bit
  

[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic

2015-05-19 Thread Francisco Cribari
@fourdollars I did that when I first installed Ubuntu 15.04 on my new
DELL XPS 13 (2015 edition, model 9343, bios A03). I was then able to
pair devices via bluetooth. Nonetheless, I faced two major problems
after that: 1) my bluetooth mouse became laggy and erratic after a
suspend (to RAM) and resume (both DELL and Microsoft mice). 2) frequent
freezes/crashes when I tried to suspend (blank screen, CAPS LOCK key
blinking, unable to ssh into the machine). Last night I did a fresh
reinstall of Ubuntu 15.04.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1454450

Title:
  Bluetooth mouse laggy and erratic

Status in HWE Next Project:
  Triaged
Status in bluez package in Ubuntu:
  New
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios
  A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves
  erratically (laggy, jumpy). The problem happens after a few (sometimes
  one) suspend and resume. I am attaching below some info on my system.
  Thank you.

  cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep 
-i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
  Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac 
Wireless Network Adapter [14e4:43b1] (rev 03)
   Subsystem: Dell Device [1028:0019]
   Kernel driver in use: wl
  Bus 003 Device 002: ID 8087:8001 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 004: ID 0c45:670c Microdia
  Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
  Bus 001 Device 002: ID 0a5c:216f Broadcom Corp.
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [2.174367] Bluetooth: Core ver 2.20
  [2.174669] Bluetooth: HCI device and connection manager initialized
  [2.174792] Bluetooth: HCI socket layer initialized
  [2.174795] Bluetooth: L2CAP socket layer initialized
  [2.175449] Bluetooth: SCO socket layer initialized
  [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [3.542421] Bluetooth: BNEP filters: protocol multicast
  [3.542425] Bluetooth: BNEP socket layer initialized
  [3.551641] Bluetooth: RFCOMM TTY layer initialized
  [3.551649] Bluetooth: RFCOMM socket layer initialized
  [3.551654] Bluetooth: RFCOMM ver 1.11
  [   26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  [   26.569287] Bluetooth: HIDP socket layer initialized
  [   26.576971] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15
  [   26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [   72.448281] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16
  [   72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 2994.842547] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17
  [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 
lmp_ver=06 lmp_subver=220e
  [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [ 3811.777260] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20
  [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option 
usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr 
binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal 
dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul 
dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel 
hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc 
glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd 
v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms 
intel_ips memstick 

[Touch-packages] [Bug 1454450] Re: Bluetooth mouse laggy and erratic

2015-05-13 Thread Francisco Cribari
** Description changed:

  I installed Ubuntu 15.04 (64 bit) on a DELL XPS 13 (model 9343, bios
  A03) notebook. I use a DELL bluetooth mouse but sometimes it behaves
- erratically (laggy, jumpy). What could be causing that? Is there a fiz
- for that? I am attaching below some info on my system. Thank you.
+ erratically (laggy, jumpy). The problem happens after a few (sometimes
+ one) suspend and resume. What could be causing that? Is there a fix for
+ that? I am attaching below some info on my system. Thank you.
  
  cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep 
-i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
  Linux darwin4 3.19.0-17-generic #17-Ubuntu SMP Wed May 6 16:46:12 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac 
Wireless Network Adapter [14e4:43b1] (rev 03)
-   Subsystem: Dell Device [1028:0019]
-   Kernel driver in use: wl
- Bus 003 Device 002: ID 8087:8001 Intel Corp. 
+  Subsystem: Dell Device [1028:0019]
+  Kernel driver in use: wl
+ Bus 003 Device 002: ID 8087:8001 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 004: ID 0c45:670c Microdia 
- Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. 
- Bus 001 Device 002: ID 0a5c:216f Broadcom Corp. 
+ Bus 001 Device 004: ID 0c45:670c Microdia
+ Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp.
+ Bus 001 Device 002: ID 0a5c:216f Broadcom Corp.
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [2.174367] Bluetooth: Core ver 2.20
  [2.174669] Bluetooth: HCI device and connection manager initialized
  [2.174792] Bluetooth: HCI socket layer initialized
  [2.174795] Bluetooth: L2CAP socket layer initialized
  [2.175449] Bluetooth: SCO socket layer initialized
  [2.592936] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.203438] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [3.542418] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [3.542421] Bluetooth: BNEP filters: protocol multicast
  [3.542425] Bluetooth: BNEP socket layer initialized
  [3.551641] Bluetooth: RFCOMM TTY layer initialized
  [3.551649] Bluetooth: RFCOMM socket layer initialized
  [3.551654] Bluetooth: RFCOMM ver 1.11
  [   26.569283] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  [   26.569287] Bluetooth: HIDP socket layer initialized
  [   26.576971] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0003/input/input15
  [   26.577172] hid-generic 0005:046D:B00E.0003: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [   72.448281] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:12/0005:046D:B00E.0004/input/input16
  [   72.448526] hid-generic 0005:046D:B00E.0004: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 2994.842547] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:13/0005:046D:B00E.0005/input/input17
  [ 2994.842810] hid-generic 0005:046D:B00E.0005: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 3694.214037] Bluetooth: hci0: BCM: patching hci_ver=06 hci_rev=1000 
lmp_ver=06 lmp_subver=220e
  [ 3694.861578] Bluetooth: hci0: BCM: firmware hci_ver=06 hci_rev=1624 
lmp_ver=06 lmp_subver=220e
  [ 3811.777260] input: Dell Travel Mouse WM524 as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/bluetooth/hci0/hci0:11/0005:046D:B00E.0006/input/input20
  [ 3811.777571] hid-generic 0005:046D:B00E.0006: input,hidraw2: BLUETOOTH HID 
v8.00 Mouse [Dell Travel Mouse WM524] on ac:d1:b8:c0:6f:5c
  [ 5579.876192] Modules linked in: huawei_cdc_ncm cdc_wdm cdc_ncm option 
usb_wwan usbserial usbnet mii uas usb_storage hid_generic hidp nvram msr 
binfmt_misc rfcomm bnep nls_iso8859_1 intel_rapl iosf_mbi x86_pkg_temp_thermal 
dell_wmi sparse_keymap intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul 
dell_laptop dcdbas btusb crc32_pclmul bluetooth ghash_clmulni_intel 
hid_multitouch aesni_intel aes_x86_64 lrw uvcvideo gf128mul videobuf2_vmalloc 
glue_helper wl(POE) videobuf2_memops ablk_helper videobuf2_core cryptd 
v4l2_common videodev media joydev i915_bpo serio_raw i915 dell_led rtsx_pci_ms 
intel_ips memstick snd_hda_codec_realtek snd_soc_rt286 snd_hda_codec_generic 
cfg80211 snd_soc_core drm_kms_helper mei_me lpc_ich shpchp mei snd_compress 
snd_hda_intel snd_hda_controller drm snd_hda_codec i2c_algo_bit
  [ 5579.876223] Workqueue: hci0 hci_power_on [bluetooth]
  [ 5579.876261]  [c0e09561] hci_dev_do_open+0xe1/0xa90 [bluetooth]
  [ 5579.876266]  [c0e0a6f0] 

[Touch-packages] [Bug 1246981] Re: Bluetooth mouse fails to re-connect after sleep.

2015-05-13 Thread Francisco Cribari
I am having this problem with Ubuntu 15.04. Hardware is a DELL XPS 13
(model 9343, bios A03) notebook. I manage to reconnect the DELL
bluetooth mouse after a suspend and resume, but it becomes very laggy
and erratic.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1246981

Title:
  Bluetooth mouse fails to re-connect after sleep.

Status in bluez package in Ubuntu:
  Invalid

Bug description:
  This exact harware was working faultlessly in 13.04. Since re-
  installing at 13.10 the mouse consistently failes to reconnect after
  the device either hybernates or ever goes to screen saver sleep.

  I have to remove the dive and re-add it each time (which works well).

  There are other issues with the bluetooth stack as well in that I have
  not found any way to use bluetooth tethering to my mobile which again
  worked well and was easy to configure in 13.04

  Peter.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: bluetooth 4.101-0ubuntu8b1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov  1 16:44:37 2013
  InstallationDate: Installed on 2013-10-19 (13 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Dell Inc. Latitude E6530
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=8283de78-9264-42bf-a8b4-25643fa1475f ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/13/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 07Y85M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd12/13/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6530
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 20:16:D8:9C:38:E5  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN ISCAN 
RX bytes:1817731 acl:117432 sco:0 events:5271 errors:0
TX bytes:37955 acl:131 sco:0 commands:5096 errors:0
  syslog:
   Nov  1 14:50:19 pnunn-Latitude-E6530 bluetoothd[1015]: Discovery session 
0x7f6489f7b450 with :1.582 activated
   Nov  1 14:50:25 pnunn-Latitude-E6530 bluetoothd[1015]: Unknown command 
complete for opcode 37
   Nov  1 14:50:28 pnunn-Latitude-E6530 bluetoothd[1015]: Stopping discovery
   Nov  1 14:50:36 pnunn-Latitude-E6530 kernel: [60934.211132] input: Microsoft 
Bluetooth Notebook Mouse 5000 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input29
   Nov  1 14:50:36 pnunn-Latitude-E6530 kernel: [60934.211646] hid-generic 
0005:045E:0700.000C: input,hidraw3: BLUETOOTH HID v1.00 Mouse [Microsoft 
Bluetooth Notebook Mouse 5000] on 20:16:d8:9c:38:e5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1246981/+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 1246981] Re: Bluetooth mouse fails to re-connect after sleep.

2015-05-13 Thread Francisco Cribari
I am having this problem with Ubuntu 15.04. Hardware is a DELL XPS 13
(model 9343, bios A03) notebook.  I manage to reconnect the DELL
bluetooth mouse after a suspend and resume, but it becomes very laggy
and erratic.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1246981

Title:
  Bluetooth mouse fails to re-connect after sleep.

Status in bluez package in Ubuntu:
  Invalid

Bug description:
  This exact harware was working faultlessly in 13.04. Since re-
  installing at 13.10 the mouse consistently failes to reconnect after
  the device either hybernates or ever goes to screen saver sleep.

  I have to remove the dive and re-add it each time (which works well).

  There are other issues with the bluetooth stack as well in that I have
  not found any way to use bluetooth tethering to my mobile which again
  worked well and was easy to configure in 13.04

  Peter.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: bluetooth 4.101-0ubuntu8b1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Nov  1 16:44:37 2013
  InstallationDate: Installed on 2013-10-19 (13 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Dell Inc. Latitude E6530
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=8283de78-9264-42bf-a8b4-25643fa1475f ro quiet splash
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/13/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 07Y85M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd12/13/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6530
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 20:16:D8:9C:38:E5  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN ISCAN 
RX bytes:1817731 acl:117432 sco:0 events:5271 errors:0
TX bytes:37955 acl:131 sco:0 commands:5096 errors:0
  syslog:
   Nov  1 14:50:19 pnunn-Latitude-E6530 bluetoothd[1015]: Discovery session 
0x7f6489f7b450 with :1.582 activated
   Nov  1 14:50:25 pnunn-Latitude-E6530 bluetoothd[1015]: Unknown command 
complete for opcode 37
   Nov  1 14:50:28 pnunn-Latitude-E6530 bluetoothd[1015]: Stopping discovery
   Nov  1 14:50:36 pnunn-Latitude-E6530 kernel: [60934.211132] input: Microsoft 
Bluetooth Notebook Mouse 5000 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input29
   Nov  1 14:50:36 pnunn-Latitude-E6530 kernel: [60934.211646] hid-generic 
0005:045E:0700.000C: input,hidraw3: BLUETOOTH HID v1.00 Mouse [Microsoft 
Bluetooth Notebook Mouse 5000] on 20:16:d8:9c:38:e5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1246981/+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 1447767] Re: [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all

2015-04-26 Thread Francisco Cribari
I found the solution here: http://bartongeorge.net/2015/04/09/4th-gen-
dell-xps-13-developer-edition-available/ : If dual booting with Windows
8.1 and kernel 4.0 or earlier you will need to cold boot twice into the
OS for audio to work.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1447767

Title:
  [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu 15.04 64 bit (desktop editition) on a DELL XPS 13
  notebook (model 9343) and I have no sound at all. Before installing
  Ubuntu I upgraded bios to A03.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cribari1733 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Apr 23 15:46:30 2015
  InstallationDate: Installed on 2015-04-23 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cribari1733 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1447767/+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 1447767] [NEW] [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all

2015-04-23 Thread Francisco Cribari
Public bug reported:

I installed Ubuntu 15.04 64 bit (desktop editition) on a DELL XPS 13
notebook (model 9343) and I have no sound at all. Before installing
Ubuntu I upgraded bios to A03.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cribari1733 F pulseaudio
CurrentDesktop: Unity
Date: Thu Apr 23 15:46:30 2015
InstallationDate: Installed on 2015-04-23 (0 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
Symptom_Card: Built-in Audio - HDA Intel HDMI
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cribari1733 F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0310JH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1447767

Title:
  [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 15.04 64 bit (desktop editition) on a DELL XPS 13
  notebook (model 9343) and I have no sound at all. Before installing
  Ubuntu I upgraded bios to A03.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cribari1733 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Apr 23 15:46:30 2015
  InstallationDate: Installed on 2015-04-23 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cribari1733 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1447767/+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 1382462] Re: 10de:0dfa Desktop/windows painted incorrectly in dual monitor configuration

2015-03-10 Thread Francisco Gouveia
After days lost with replacing NVidia drivers and manually editing
xorg.conf file, I finally found this!

Rockwalrus (rockwalrus) solution works!

On CompizConfig Settings Manager, go to General Options, then Display
Settings and do the following:

- Uncheck Deteck Outputs
- In the Outputs array, set the resolutions of each of your screens. The 
numbers after the resolution 1920x1080+0+0 are the offset. It's important to 
add this offset according to your needs. I have two full HD screens, so I added 
the following configuration:
1920x1080+0+0
1920x1080+1920+0

The second output has an offset of 1920, because it is on the right side
of the first output, which has a width of 1920.

I was hopeless already, what a relief!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1382462

Title:
  10de:0dfa Desktop/windows painted incorrectly in dual monitor
  configuration

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  My setup: Dell M4600 laptop with Dell U3011 2560x1600 monitor attached
  to DisplayPort.

  I was using Nvidia 331.38 prioprietary driver for quite a long time
  with Ubuntu 14.04 LTS and everything worked perfectly. Today I
  upgraded to Ubuntu 14.10, which comes with Nvidia 331.89 and observed
  the following problem:

  1. When I boot up the computer with the monitor connected, the login
  screen looks fine. Both displays get detected properly and resolutions
  are ok (1920x1080 on the builtin laptop display and 2560x1600 on
  U3011) and screen contents scaled properly.

  2. Then I log into my account, for 3 seconds U3011 displays some
  rubbish (but it was always like that) and when it finally logs in, it
  displays everything stretched horizontally through both my screens. It
  looks as if it tried to paint the contents of a single display on two
  of them, by stretching the content horizontally, so everything (icons,
  windows, wallpaper) has wrong aspect-ratio. Funny, the top status bar
  seem to render correctly and the resolution/size of the top menu is
  correct. Physical resolution of both screens is ok. I'll attach a
  photo, because it is hard to describe how it looks.

  3. I cannot use system in this state - mouse click position seems to
  not be synchronized with what's on the display - e.g. I can start
  applications, but then they don't react to mouseclicks.

  However: booting up without the second display connected, logging in
  and *then* connecting the second display works fine.

  If I boot up with connected monitor and log in (desktop distorted), 
disconnecting and connecting monitor does *not* help. After disconnecting the 
U3011, the builtin display is painted ok, but after connecting, it returns back 
to the incorrect state and both are rendered incorrectly.
  The only thing that helps recovering from this state seems to be 
disconnecting the second monitor, reboot, logging in and then connecting.

  Suspending to memory and waking up does not change the layout of the
  screen (neither fixes the broken one nor destroys the good one).

  Using a Guest session instead of my account does not fix my problem (I
  was hoping this was something screwed up in my .config).

  Switching to a Guest user account while I'm using both monitors in the
  good layout creates a session with a broken layout. Then logging out
  from Guest and switching back to my original session restores the good
  layout. The good layout seems to not be forgotten until I finish the
  session and logout. The bad layout is created whenever I start a new
  session with both monitors plugged in.

  BTW: I'm using a docking station - not sure if it is related - if you
  think it might be, I can try with connecting the monitor directly.

  I tried deleting ~/.compiz and ~/.config/compiz-1 directories but the problem 
remains.
  I also tried to go into the Displays configuration when everything is ok, 
apply the settings there (without any changes) in hope it will persist them 
somehow, but after restart it is broken again.

  I also tried reinstalling nvidia 331.89 drivers, because it complained
  about not being able to install nvidia-uvm during the upgrade process
  (reported separately), and now all nvidia packages installed cleanly.
  Before that I also got rid of all the ppa mainline kernels I had, just
  in case they mess something up.

  I remember the same problem happened on Ubuntu 14.04 when I tried to
  upgrade nvidia from ppa/xorg-edgers to 331.89, but then the easy
  workaround was to downgrade back to official 331.38. Now I have no
  choice :(

  Some other observations that may or may not be related to the problem,
  but I disclose them anyway, maybe they are helpful:

  * Notifications (e.g. network connection) displayed on the login
  screen in dual screen mode seem to be misplaced and instead of being
  painted in the upper right corner of one of the displays 

[Touch-packages] [Bug 1382462] Re: 10de:0dfa Desktop/windows painted incorrectly in dual monitor configuration

2015-03-10 Thread Francisco Gouveia
It is worth to mention that, with the noveau drivers that come with
ubuntu, I didn't have to do any of this. It works out-of-the box (but,
with a bad performance - that's why I needed the nvidia drivers).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1382462

Title:
  10de:0dfa Desktop/windows painted incorrectly in dual monitor
  configuration

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  My setup: Dell M4600 laptop with Dell U3011 2560x1600 monitor attached
  to DisplayPort.

  I was using Nvidia 331.38 prioprietary driver for quite a long time
  with Ubuntu 14.04 LTS and everything worked perfectly. Today I
  upgraded to Ubuntu 14.10, which comes with Nvidia 331.89 and observed
  the following problem:

  1. When I boot up the computer with the monitor connected, the login
  screen looks fine. Both displays get detected properly and resolutions
  are ok (1920x1080 on the builtin laptop display and 2560x1600 on
  U3011) and screen contents scaled properly.

  2. Then I log into my account, for 3 seconds U3011 displays some
  rubbish (but it was always like that) and when it finally logs in, it
  displays everything stretched horizontally through both my screens. It
  looks as if it tried to paint the contents of a single display on two
  of them, by stretching the content horizontally, so everything (icons,
  windows, wallpaper) has wrong aspect-ratio. Funny, the top status bar
  seem to render correctly and the resolution/size of the top menu is
  correct. Physical resolution of both screens is ok. I'll attach a
  photo, because it is hard to describe how it looks.

  3. I cannot use system in this state - mouse click position seems to
  not be synchronized with what's on the display - e.g. I can start
  applications, but then they don't react to mouseclicks.

  However: booting up without the second display connected, logging in
  and *then* connecting the second display works fine.

  If I boot up with connected monitor and log in (desktop distorted), 
disconnecting and connecting monitor does *not* help. After disconnecting the 
U3011, the builtin display is painted ok, but after connecting, it returns back 
to the incorrect state and both are rendered incorrectly.
  The only thing that helps recovering from this state seems to be 
disconnecting the second monitor, reboot, logging in and then connecting.

  Suspending to memory and waking up does not change the layout of the
  screen (neither fixes the broken one nor destroys the good one).

  Using a Guest session instead of my account does not fix my problem (I
  was hoping this was something screwed up in my .config).

  Switching to a Guest user account while I'm using both monitors in the
  good layout creates a session with a broken layout. Then logging out
  from Guest and switching back to my original session restores the good
  layout. The good layout seems to not be forgotten until I finish the
  session and logout. The bad layout is created whenever I start a new
  session with both monitors plugged in.

  BTW: I'm using a docking station - not sure if it is related - if you
  think it might be, I can try with connecting the monitor directly.

  I tried deleting ~/.compiz and ~/.config/compiz-1 directories but the problem 
remains.
  I also tried to go into the Displays configuration when everything is ok, 
apply the settings there (without any changes) in hope it will persist them 
somehow, but after restart it is broken again.

  I also tried reinstalling nvidia 331.89 drivers, because it complained
  about not being able to install nvidia-uvm during the upgrade process
  (reported separately), and now all nvidia packages installed cleanly.
  Before that I also got rid of all the ppa mainline kernels I had, just
  in case they mess something up.

  I remember the same problem happened on Ubuntu 14.04 when I tried to
  upgrade nvidia from ppa/xorg-edgers to 331.89, but then the easy
  workaround was to downgrade back to official 331.38. Now I have no
  choice :(

  Some other observations that may or may not be related to the problem,
  but I disclose them anyway, maybe they are helpful:

  * Notifications (e.g. network connection) displayed on the login
  screen in dual screen mode seem to be misplaced and instead of being
  painted in the upper right corner of one of the displays they get
  painted in some hard to logically explain position - neither at the
  center, nor in any corner.

  * The splash screen of IntelliJ IDEA (this is using Java / AWT
  probably) is also rendered in a strange position - below the center of
  the laptop screen, moved to the right (but not touching the edge),
  instead of exact center as it should be.

  * GMail notification just displayed at the moment when I'm writing it
  exactly at the left-lower corner of the bigger screen (U3011).

  * Nvidia settings lists 

[Touch-packages] [Bug 1388703] [NEW] Alsa driver was not working properly

2014-11-02 Thread Francisco José Ruiz Toledo
Public bug reported:

There was no sound played, i think it can be because it was raining for
a while, so it can be the reason the sound breaks

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  soydel82   2960 F pulseaudio
 /dev/snd/controlC0:  soydel82   2960 F pulseaudio
 /dev/snd/controlC1:  soydel82   2960 F pulseaudio
CurrentDesktop: Unity
Date: Mon Nov  3 06:04:29 2014
InstallationDate: Installed on 2014-10-04 (29 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=es_ES
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Audio Interno - HDA Intel
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: No sound at all
Title: [Aspire X3910, Realtek ALC888, Green Line Out, Rear] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/12/2009
dmi.bios.vendor: AMI
dmi.bios.version: P01-B1
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: WG43M
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAMI:bvrP01-B1:bd11/12/2009:svnAcer:pnAspireX3910:pvr:rvnAcer:rnWG43M:rvr:cvnAcer:ct3:cvr:
dmi.product.name: Aspire X3910
dmi.sys.vendor: Acer

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Assignee: Francisco José Ruiz Toledo (soydel82)
 Status: Opinion


** Tags: amd64 apport-bug trusty

** Changed in: alsa-driver (Ubuntu)
 Assignee: (unassigned) = Francisco José Ruiz Toledo (soydel82)

** Changed in: alsa-driver (Ubuntu)
   Status: New = Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1388703

Title:
  Alsa driver was not working properly

Status in “alsa-driver” package in Ubuntu:
  Opinion

Bug description:
  There was no sound played, i think it can be because it was raining
  for a while, so it can be the reason the sound breaks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  soydel82   2960 F pulseaudio
   /dev/snd/controlC0:  soydel82   2960 F pulseaudio
   /dev/snd/controlC1:  soydel82   2960 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Nov  3 06:04:29 2014
  InstallationDate: Installed on 2014-10-04 (29 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Audio Interno - HDA Intel
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [Aspire X3910, Realtek ALC888, Green Line Out, Rear] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2009
  dmi.bios.vendor: AMI
  dmi.bios.version: P01-B1
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: WG43M
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAMI:bvrP01-B1:bd11/12/2009:svnAcer:pnAspireX3910:pvr:rvnAcer:rnWG43M:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Aspire X3910
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1388703/+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 1386203] [NEW] Plantronics C620 - Mouse buttons freeze

2014-10-27 Thread Francisco Carriedo Scher
Public bug reported:

Confirmed occurrence of bug reported in:

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/993655

Ubuntu 12.04 - Plantronics C620 Headset

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-61.93-generic 3.2.55
Uname: Linux 3.2.0-61-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Mon Oct 27 14:42:31 2014
InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1386203

Title:
  Plantronics C620 - Mouse buttons freeze

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Confirmed occurrence of bug reported in:

  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/993655

  Ubuntu 12.04 - Plantronics C620 Headset

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-61.93-generic 3.2.55
  Uname: Linux 3.2.0-61-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Mon Oct 27 14:42:31 2014
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1386203/+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 1381042] [NEW] No networking after suspend and resume

2014-10-14 Thread Francisco Cribari
Public bug reported:

I started having problems with suspend and resume after upgrading to
kernel 3.13.0-37. Resume takes a long time, suspend sometimes takes me
to the log in screen and I have no networking after resuming (I need to
restart Network Manager). I am running Ubuntu 14.04 (64 bit) on a DELL
XPS 13 (full HD, Intel GPU) notebook. Everything works fine with kernel
3.13.0-36.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager 0.9.8.8-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Tue Oct 14 09:19:50 2014
ExecutablePath: /usr/sbin/NetworkManager
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-04-27 (170 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
IpRoute:
 default via 192.168.25.1 dev wlan0  proto static 
 192.168.25.0/24 dev wlan0  proto kernel  scope link  src 192.168.25.2  metric 9
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 CC:07:AB:0D:ED:A4 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/3  
 9C:65:B0:BF:D2:55 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/2  
 30:19:66:26:90:06 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/1  
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
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/1381042

Title:
  No networking after suspend and resume

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  I started having problems with suspend and resume after upgrading to
  kernel 3.13.0-37. Resume takes a long time, suspend sometimes takes me
  to the log in screen and I have no networking after resuming (I need
  to restart Network Manager). I am running Ubuntu 14.04 (64 bit) on a
  DELL XPS 13 (full HD, Intel GPU) notebook. Everything works fine with
  kernel 3.13.0-36.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  Date: Tue Oct 14 09:19:50 2014
  ExecutablePath: /usr/sbin/NetworkManager
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-04-27 (170 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  IpRoute:
   default via 192.168.25.1 dev wlan0  proto static 
   192.168.25.0/24 dev wlan0  proto kernel  scope link  src 192.168.25.2  
metric 9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   CC:07:AB:0D:ED:A4 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/3  
   9C:65:B0:BF:D2:55 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/2  
   30:19:66:26:90:06 bluetooth disconnected  
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1381042/+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