[Bug 2080961] Re: SubiquityException: getStorageV2() returned error 500

2024-09-27 Thread Diego Germán Gonzalez
With that same version it did not work for me

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

Title:
  SubiquityException: getStorageV2() returned error 500

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2080961/+subscriptions


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

[Bug 2080961] Re: SubiquityException: getStorageV2() returned error 500

2024-09-21 Thread Diego Germán Gonzalez
The error also occurs in Spanish / Latin American keyboard.

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

Title:
  SubiquityException: getStorageV2() returned error 500

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2080961/+subscriptions


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

[Bug 2080961] Re: SubiquityException: getStorageV2() returned error 500

2024-09-20 Thread Diego Germán Gonzalez
In addition to Ventoy I tried Fedora Media Writer and unetbootin (Linux) and 
Rufus and Balena Etcher (Windows).
Same problem.

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

Title:
  SubiquityException: getStorageV2() returned error 500

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2080961/+subscriptions


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

[Bug 2081360] [NEW] The installer is interrupted

2024-09-20 Thread Diego Germán Gonzalez
Public bug reported:

In Ubuntu 24.10 the installer crashes with a message that it cannot
identify the cause of the crash and restarts.

ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 6.11.0-7.7-generic 6.11.0-rc7
Uname: Linux 6.11.0-7-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.30.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CasperVersion: 1.502
CloudArchitecture: x86_64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud)
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep 20 18:53:07 2024
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz --- quiet splash
LiveMediaBuild: Ubuntu 24.10 "Oracular Oriole" - Daily amd64 (20240917)
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oracular wayland-session

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

Title:
  The installer is interrupted

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


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

[Bug 2073569] Re: Ansible raises an exception when running tasks with loops calling super()

2024-07-22 Thread Diego
** Tags added: ansible

** Tags added: ubuntu-pro

** Tags added: python

** Also affects: ansible
   Importance: Undecided
   Status: New

** No longer affects: ansible

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

Title:
  Ansible raises an exception when running tasks with loops calling
  super()

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


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

[Bug 2073569] [NEW] Ansible raises an exception when running tasks with loops calling super()

2024-07-19 Thread Diego
Public bug reported:

Running a simple playbook with loops with Ansible 2.5.1 (Ubuntu package
version is '2.5.1+dfsg-1ubuntu0.1+esm2', and this is important because
in previous version this error was not raised) in Ubuntu 18.04 raises
this error:

PLAY [Ansible Bug] 
TASK [Show Ansible Version]
fatal: [localhost]: FAILED! => {"msg": "the field 'args' has an invalid value 
([]), and could not be converted to an dict.The error was: super() takes at 
least 1 argument (0 given)\n\nThe error appears to have been in 
'/home/user/ansible-tests/ansible-bug/bug.yaml': line 12, column 7, but may\nbe 
elsewhere in the file depending on the exact syntax problem.\n\nThe offending 
line appears to be:\n\n  tasks:\n- name: Show Ansible Version\n  ^ 
here\n"}
to retry, use: --limit @/home/user/ansible-tests/ansible-bug/bug.retry

PLAY RECAP
localhost  : ok=0changed=0unreachable=0failed=1  

The playbook contains:

- name: Ansible Bug
  hosts: localhost
  connection: local
  gather_facts: no
  vars:
test_items:
  - a
  - b
  tasks:
- name: Show Ansible Version
  debug:
msg: "Ansible Version: {{ ansible_version }} - {{ item }}"
  loop: "{{ test_items }}"

This error is not raised with any other Ansible version.

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

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

Title:
  Ansible raises an exception when running tasks with loops calling
  super()

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


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

[Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2024-06-26 Thread Diego González
Any news when this fix will arrive for users¿?

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

Title:
  Seahorse unable to import pkcs12 certificates

To manage notifications about this bug go to:
https://bugs.launchpad.net/seahorse/+bug/1771880/+subscriptions


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

[Bug 2064713] [NEW] Typo in -h

2024-05-03 Thread Diego Mateos
Public bug reported:

Final part of -h spells "--titlte" instead of "title", see attached pic
for version and demo etc

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

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/bugs/2064713/+attachment/5774286/+files/xtitle-bug.png

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

Title:
  Typo in -h

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


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

[Bug 1967843] Re: cheese display corrupted under Ubuntu 22.04

2022-05-14 Thread Diego Viola
Same problem here with a Logitech C505 on Ubuntu 22.04.

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

Title:
  cheese display corrupted under  Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/cheese/+bug/1967843/+subscriptions


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

[Bug 1971435] Re: Modem Manager gui crashed

2022-05-06 Thread Diego A. Elizondo
Model: Huawei E303

It seems that the problem is related to the chosen connection manager,
with pppd the app opens allowing to send messages and USSD codes but it
does not have support to manage internet connections, and if I choose
the Network Manager the app just closes

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

Title:
  Modem Manager gui crashed

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


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

[Bug 1971435] [NEW] Modem Manager gui crashed

2022-05-03 Thread Diego A. Elizondo
Public bug reported:

OS:Ubuntu 22.04 Jammy Jellyfish

Modem manager: Modem Manager >= 0.7.0
Segmentation fault at address: 0x20
Stack trace:
1. /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_bit_lock+0x50) [0x7fe50fcac540]
2. /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_bit_lock+0x50) [0x7fe50fcac540]
3. /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_variant_n_children+0x1d) 
[0x7fe50fd2637d]
4. 
/usr/lib/x86_64-linux-gnu/modem-manager-gui/modules/libmodcm_nm09.so(+0x3bc0) 
[0x7fe50c314bc0]
5. modem-manager-gui(mmguicore_connections_enum+0x6d) [0x5650e5bafd4d]
6. modem-manager-gui(+0x4ac35) [0x5650e5bd0c35]
7. 
/usr/lib/x86_64-linux-gnu/modem-manager-gui/modules/libmodmm_mm07.so(+0x9189) 
[0x7fe5057f0189]
8. /lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0x16f) 
[0x7fe50fc41d2f]
9. /lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x30b76) [0x7fe50fc5db76]

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

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

Title:
  Modem Manager gui crashed

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


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

[Bug 1969853] Re: No Bluetooth Found on QCA9565 (but replacing the ar3k firmware works)

2022-05-02 Thread Diego Aparecido de Souza Pereira
Bluetooth working well with `linux-firmware/jammy-proposed,now
20220329.git681281e4-0ubuntu3 all  [installed]`. Thank you so much!

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

Title:
  No Bluetooth Found on QCA9565 (but replacing the ar3k firmware works)

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


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

[Bug 1969254] Re: wayland session not longer an option after recent update on Ubuntu 22.04

2022-04-28 Thread Diego Lineros
*** This bug is a duplicate of bug 1969243 ***
https://bugs.launchpad.net/bugs/1969243

Interestingly, the gear appears only after hibernation. I can choose
Wayland, but, once I log out everything is gone and I'm back to X11

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

Title:
  wayland session not longer an option after recent update on Ubuntu
  22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1969254/+subscriptions


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

[Bug 1969853] Re: No Bluetooth Found

2022-04-26 Thread Diego Aparecido de Souza Pereira
Hi! I'll add some information that might help. As using bluetooth was
very important to me (and I had this same problem on 3 different
installs of that Ubuntu version), I searched forums and found a
solution. Basically I manually downloaded the linux firmware and copied
the ar3k folder to /lib/firmware. I followed the following steps from
the forum below.

- Download linux-firmware_1.201.tar.xz at 
[http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.201.tar.xz](http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.201.tar.xz)
 (you can visit 
[https://packages.ubuntu.com/impish/linux-firmware](https://packages.ubuntu.com/impish/linux-firmware)
 for more details)
- Extract linux-firmware_1.201.tar.xz, copy folder ar3k into /lib/firmware
- Restart your computer

https://askubuntu.com/questions/1403934/patch-file-not-found-
ar3k-athrbt-0x3101-dfu

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] acpidump.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584034/+files/acpidump.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] WifiSyslog.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584033/+files/WifiSyslog.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] UdevDb.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1969853/+attachment/5584032/+files/UdevDb.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] RfKill.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1969853/+attachment/5584031/+files/RfKill.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] ProcModules.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584029/+files/ProcModules.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] PulseList.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584030/+files/PulseList.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] ProcCpuinfoMinimal.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

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

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] ProcInterrupts.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584028/+files/ProcInterrupts.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] ProcEnviron.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

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

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] ProcCpuinfo.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584025/+files/ProcCpuinfo.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] PaInfo.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1969853/+attachment/5584024/+files/PaInfo.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Lsusb-v.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584023/+files/Lsusb-v.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Lsusb-t.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584022/+files/Lsusb-t.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Lspci-vt.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584020/+files/Lspci-vt.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Lsusb.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1969853/+attachment/5584021/+files/Lsusb.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Lspci.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1969853/+attachment/5584019/+files/Lspci.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] IwConfig.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584018/+files/IwConfig.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] CurrentDmesg.txt

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584017/+files/CurrentDmesg.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Re: No Bluetooth Found

2022-04-26 Thread Diego Aparecido de Souza Pereira
apport information

** Tags added: apport-collected wayland-session

** Description changed:

  After updating to version 22.04, with kernel 5.15.0-25, Bluettoth
  stopped working via menu. Before I used versions 20.04 and 21.10, the
  latter with kernel 5.13, and Bluetooth was recognized normally. The
  bluetooth status in the terminal is this:
  
  diego@diego-Inspiron:~$ sudo systemctl status bluetooth.service
  ● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Thu 2022-04-21 18:16:17 -03; 16min ago
 Docs: man:bluetoothd(8)
 Main PID: 1100 (bluetoothd)
   Status: "Running"
Tasks: 1 (limit: 18808)
   Memory: 1.8M
  CPU: 66ms
   CGroup: /system.slice/bluetooth.service
   └─1100 /usr/lib/bluetooth/bluetoothd
  
  abr 21 18:16:16 diego-Inspiron systemd[1]: Starting Bluetooth service...
  abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Bluetooth daemon 5.64
  abr 21 18:16:17 diego-Inspiron systemd[1]: Started Bluetooth service.
  abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Starting SDP server
  abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Bluetooth management 
interface 1.21 initialized
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  diego  2220 F pulseaudio
+  /dev/snd/pcmC0D0p:   diego  2220 F...m pulseaudio
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-04-23 (2 days ago)
+ InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
+ MachineType: Dell Inc. Inspiron 15-3567
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=bf1a2827-c8db-4042-aa45-5db6ad9d1449 ro quiet splash
+ ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-27-generic N/A
+  linux-backports-modules-5.15.0-27-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu1
+ Tags:  wayland-session jammy
+ Uname: Linux 5.15.0-27-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/15/2021
+ dmi.bios.release: 2.18
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 2.18.0
+ dmi.board.name: 0MM5K1
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr2.18.0:bd12/15/2021:br2.18:svnDellInc.:pnInspiron15-3567:pvr:rvnDellInc.:rn0MM5K1:rvrA00:cvnDellInc.:ct9:cvr:sku078B:
+ dmi.product.family: Inspiron
+ dmi.product.name: Inspiron 15-3567
+ dmi.product.sku: 078B
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1969853/+attachment/5584016/+files/AlsaInfo.txt

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

Title:
  No Bluetooth Found

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


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

[Bug 1969853] Re: Bluetooth doesn't work but seems active

2022-04-22 Thread Diego Aparecido de Souza Pereira
** Package changed: ubuntu => bluez (Ubuntu)

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

Title:
  Bluetooth doesn't work but seems active

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


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

[Bug 1969853] [NEW] Bluetooth doesn't work but seems active

2022-04-21 Thread Diego Aparecido de Souza Pereira
Public bug reported:

After updating to version 22.04, with kernel 5.15.0-25, Bluettoth
stopped working via menu. Before I used versions 20.04 and 21.10, the
latter with kernel 5.13, and Bluetooth was recognized normally. The
bluetooth status in the terminal is this:

diego@diego-Inspiron:~$ sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Thu 2022-04-21 18:16:17 -03; 16min ago
   Docs: man:bluetoothd(8)
   Main PID: 1100 (bluetoothd)
 Status: "Running"
  Tasks: 1 (limit: 18808)
 Memory: 1.8M
CPU: 66ms
 CGroup: /system.slice/bluetooth.service
 └─1100 /usr/lib/bluetooth/bluetoothd

abr 21 18:16:16 diego-Inspiron systemd[1]: Starting Bluetooth service...
abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Bluetooth daemon 5.64
abr 21 18:16:17 diego-Inspiron systemd[1]: Started Bluetooth service.
abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Starting SDP server
abr 21 18:16:17 diego-Inspiron bluetoothd[1100]: Bluetooth management interface 
1.21 initialized

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "anexo.pdf"
   https://bugs.launchpad.net/bugs/1969853/+attachment/5582234/+files/anexo.pdf

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

Title:
  Bluetooth doesn't work but seems active

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


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

[Bug 1964414] WifiSyslog.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568046/+files/WifiSyslog.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] acpidump.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568047/+files/acpidump.txt

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

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] RfKill.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1964414/+attachment/5568044/+files/RfKill.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] ProcModules.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568042/+files/ProcModules.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] PulseList.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568043/+files/PulseList.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] ProcInterrupts.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568041/+files/ProcInterrupts.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] UdevDb.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1964414/+attachment/5568045/+files/UdevDb.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] ProcEnviron.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

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

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] ProcCpuinfoMinimal.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

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

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] ProcCpuinfo.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568038/+files/ProcCpuinfo.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] Lsusb-t.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568036/+files/Lsusb-t.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] Lsusb-v.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568037/+files/Lsusb-v.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] Lsusb.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1964414/+attachment/5568035/+files/Lsusb.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] Lspci-vt.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568034/+files/Lspci-vt.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] Lspci.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1964414/+attachment/5568033/+files/Lspci.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] IwConfig.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568032/+files/IwConfig.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] CurrentDmesg.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568031/+files/CurrentDmesg.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] CRDA.txt

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1964414/+attachment/5568030/+files/CRDA.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] Re: wifi disconnecting when i use bluetooth

2022-03-11 Thread Diego Aparecido de Souza Pereira
apport information

** Tags added: apport-collected focal

** Description changed:

  My network interface is the Qualcomm Atheros QCA9565 / AR9565 Wireless 
Network Adapter and the driver is the ath9k.
  I've had this problem years before and I solved it by updating the kernel, 
but this time the problem came with the update.
  
  What happens: when I use my bluetooth headphones, the wifi connection is
  extremely slow, unusable. I turn off bluetooth and it works again
  quickly.
  
  When it started: Earlier today when I updated the system and the package
  was replaced. I send the update history below.
  
  2022-03-08 18:08:32 upgrade linux-generic-hwe-20.04:amd64 
5.13.0.30.33~20.04.17 5.13.0.35.40~20.04.20
  2022-03-08 18:08:32 upgrade linux-image-generic-hwe-20.04:amd64 
5.13.0.30.33~20.04.17 5.13.0.35.40~20.04.20
  2022-03-08 18:08:36 upgrade linux-headers-generic-hwe-20.04:amd64 
5.13.0.30.33~20.04.17 5.13.0.35.40~20.04.20
  2022-03-08 18:08:36 upgrade linux-libc-dev:amd64 5.4.0-100.113 5.4.0-104.118
  
  
  I didn't want to manually install another kernel version. Is it possible to 
go back to the previous version? It was working really well.
  
  What can I do? Well, thank you very much in advance.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  diego  1800 F pulseaudio
+  /dev/snd/pcmC0D0p:   diego  1800 F...m pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2021-10-20 (142 days ago)
+ InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
+ MachineType: Dell Inc. Inspiron 15-3567
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-28-generic 
root=UUID=05a0695a-6046-4a65-8cb0-a2300ac91ba2 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.13.0-28.31~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-28-generic N/A
+  linux-backports-modules-5.13.0-28-generic  N/A
+  linux-firmware 1.187.27
+ Tags:  focal
+ Uname: Linux 5.13.0-28-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/15/2021
+ dmi.bios.release: 2.18
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 2.18.0
+ dmi.board.name: 0MM5K1
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr2.18.0:bd12/15/2021:br2.18:svnDellInc.:pnInspiron15-3567:pvr:rvnDellInc.:rn0MM5K1:rvrA00:cvnDellInc.:ct9:cvr:sku078B:
+ dmi.product.family: Inspiron
+ dmi.product.name: Inspiron 15-3567
+ dmi.product.sku: 078B
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1964414/+attachment/5568029/+files/AlsaInfo.txt

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1964414] [NEW] wifi disconnecting when i use bluetooth

2022-03-09 Thread Diego Aparecido de Souza Pereira
Public bug reported:

My network interface is the Qualcomm Atheros QCA9565 / AR9565 Wireless Network 
Adapter and the driver is the ath9k.
I've had this problem years before and I solved it by updating the kernel, but 
this time the problem came with the update.

What happens: when I use my bluetooth headphones, the wifi connection is
extremely slow, unusable. I turn off bluetooth and it works again
quickly.

When it started: Earlier today when I updated the system and the package
was replaced. I send the update history below.

2022-03-08 18:08:32 upgrade linux-generic-hwe-20.04:amd64 5.13.0.30.33~20.04.17 
5.13.0.35.40~20.04.20
2022-03-08 18:08:32 upgrade linux-image-generic-hwe-20.04:amd64 
5.13.0.30.33~20.04.17 5.13.0.35.40~20.04.20
2022-03-08 18:08:36 upgrade linux-headers-generic-hwe-20.04:amd64 
5.13.0.30.33~20.04.17 5.13.0.35.40~20.04.20
2022-03-08 18:08:36 upgrade linux-libc-dev:amd64 5.4.0-100.113 5.4.0-104.118


I didn't want to manually install another kernel version. Is it possible to go 
back to the previous version? It was working really well.

What can I do? Well, thank you very much in advance.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "anexo.pdf"
   https://bugs.launchpad.net/bugs/1964414/+attachment/5567572/+files/anexo.pdf

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

Title:
  wifi disconnecting when i use bluetooth

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


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

[Bug 1959112] [NEW] Can not boot jammy in our power8 server

2022-01-26 Thread Diego Mascialino
Public bug reported:

Hi, I am testing image deploy in order to promote them from candidate to
stable in the https://images.maas.io/

During this task I could not deploy and boot our server: IBM 8247-22L
[0]

Please find attached the log I captured with ipmiconsole.


Let me know any other information I could provide.


[0] 
https://www.ibm.com/docs/en/power8/8348-21C?topic=HW4P4/p8hdx/8247_22l_landing.htm

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

** Attachment added: "console log"
   
https://bugs.launchpad.net/bugs/1959112/+attachment/5557637/+files/jammy_ppc_ipmiconsole

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

Title:
  Can not boot jammy in our power8 server

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


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

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-01-21 Thread Diego González
nikau6 and picomitchell thank you very much.

I was also trying to figure out how to resolve this.

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

Title:
  cannot install libc6-dev, requires old libc6 version

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


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

[Bug 1950697] [NEW] gray desktop or login loop

2021-11-11 Thread Diego Pedrosa
Public bug reported:

I'm using Ubuntu 20.04 (all upgrades)

I was using MATE until I decided to go back to budgie since MATE started 
hogging system resources.
after removing MATE and trying to login with budgie I only get a gray screen.
I reinstalled lightdm, budgie desktop, nvidia drivers, etc.
the only desktop environment that I can use is GNOME(Metacity)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: lightdm 1.30.0-0ubuntu4~20.04.1
ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
Uname: Linux 5.4.0-90-generic x86_64
NonfreeKernelModules: wl nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME-Flashback:GNOME
Date: Thu Nov 11 15:45:05 2021
InstallationDate: Installed on 2017-08-04 (1560 days ago)
InstallationMedia: Ubuntu-Budgie 17.04 "Zesty Zapus" - Release amd64 (20170412)
LightdmConfig:
 [Seat:*]
 autologin-guest=false
 #autologin-user=diego
 #autologin-user-timeout=0
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2019-10-31T12:18:08.840234

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


** Tags: amd64 apport-bug focal

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

Title:
  gray desktop or login loop

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


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

[Bug 1936745] Re: VROC - Nvme Raid is not supported

2021-10-30 Thread Diego Calazans
I have the same problem

The raid0 volume is created in setup, but Ubuntu Desktop 20.04.3 LTS
does not identify the volume, only the 2 separate disks

Dell Precision 5820, 2 Corsair MP510

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

Title:
  VROC - Nvme Raid is not supported

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


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

[Bug 1943312] Re: dependency problems of version 3.4.2-1ubuntu3

2021-09-28 Thread Diego Romero
hey, can I upgrade or not? Last time I updated, I broke my system and
had to reinstall, and now someone has already tested if you can upgrade
without breaking the system? This bug has been affecting me for a long
time and it's been bothering me .. No matter that I change the update
settings to update normal (not under development) partial updates keep
appearing, has any developer been able to fix this problem? And if you
did, what sequence of commands should we use to fix these broken
updates?

** Attachment added: "Captura de tela de 2021-09-28 17-51-24.png"
   
https://bugs.launchpad.net/ubuntu/+source/libffi/+bug/1943312/+attachment/5528790/+files/Captura%20de%20tela%20de%202021-09-28%2017-51-24.png

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

Title:
  dependency problems of version 3.4.2-1ubuntu3

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


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

[Bug 1942633] Re: Can not boot impish in Cavium ThunderX

2021-09-27 Thread Diego Mascialino
Thanks a lot dann.

I dont know the release process of the kernel, and when our public
images are generated by CPC.

I have to test it when is uploaded here:
https://images.maas.io/ephemeral-v3/candidate/impish/arm64/

Do you have any tip about how to be aware when this should happen?

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

Title:
  Can not boot impish in Cavium ThunderX

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


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

[Bug 1939347] Re: Ubuntu 20.04 freeze since kernel 5.11

2021-09-08 Thread Diego Leonel Cadette Dutra
Hi Chis Chiu, I had a similar issue here with all kernels after
5.8.0-63-generic. I found this bug report and just finished trying your
suggestion I'm pleased to tell you that at least in my Dell notebook it
worked. The as previously reported the issue only happens after login
into the X env.

If I can provide any extra detail please let me know.

Kind regards.

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

Title:
  Ubuntu 20.04 freeze since kernel 5.11

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


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

Re: [Bug 1942655] Re: problem after minimizing windows

2021-09-06 Thread Diego Iboy
Being all day trying to replicate the bug, with the extensions disabled,
the bug was not replicated at any time, using the PC in a normal way, as at
all times, I attach the extensions that I use, I do not deduce which can
cause the bug .

[image: image.png]

El lun, 6 sept 2021 a las 8:46, Diego Iboy ()
escribió:

> Hello good Morning
> I attach the resulting txt.
>
> I have disabled the extensions, but I have not been able to replicate the
> bug, I have to mention that it happens randomly throughout the day. With
> which I will continue using it in this way until the end of the day to see
> if it can be replicated.
>
> Greetings
>
> El dom, 5 sept 2021 a las 22:10, Daniel van Vugt (<
> 1942...@bugs.launchpad.net>) escribió:
>
>> Also please run:
>>
>>   lspci -kv > lspci.txt
>>
>> and attach the resulting text file here.
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1942655
>>
>> Title:
>>   problem after minimizing windows
>>
>> Status in GNOME Shell:
>>   Unknown
>> Status in gnome-shell package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   Hello, the problem that I am presented with is basic, but quite
>> annoying.
>>   At any time without any type of pattern, when minimizing a window (of
>> any program), these remain as "background", and become part of the
>> wallpaper. You do not interact with it but it remains static on the site.
>>   I attach an example.
>>   The only temporary solution that has worked for me is to log out, but
>> it almost certainly happens again.
>>   I appreciate the help :)
>>   (The theme has nothing to do with it, it happens to me even though it
>> is stock)
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 21.04
>>   Package: gnome-shell 3.38.4-1ubuntu3~21.04.1
>>   ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
>>   Uname: Linux 5.11.0-31-generic x86_64
>>   ApportVersion: 2.20.11-0ubuntu65.1
>>   Architecture: amd64
>>   CasperMD5CheckResult: unknown
>>   CurrentDesktop: ubuntu:GNOME
>>   Date: Fri Sep  3 17:12:04 2021
>>   DisplayManager: gdm3
>>   InstallationDate: Installed on 2021-08-28 (6 days ago)
>>   InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64
>> (20210209.1)
>>   RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
>>   SourcePackage: gnome-shell
>>   UpgradeStatus: Upgraded to hirsute on 2021-08-31 (3 days ago)
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/gnome-shell/+bug/1942655/+subscriptions
>>
>>


** Attachment added: "image.png"
   https://bugs.launchpad.net/bugs/1942655/+attachment/5523354/+files/image.png

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

Title:
  Minimized windows stay ghosted on the background wallpaper

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1942655/+subscriptions


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

Re: [Bug 1942655] Re: problem after minimizing windows

2021-09-06 Thread Diego Iboy
Hello good Morning
I attach the resulting txt.

I have disabled the extensions, but I have not been able to replicate the
bug, I have to mention that it happens randomly throughout the day. With
which I will continue using it in this way until the end of the day to see
if it can be replicated.

Greetings

El dom, 5 sept 2021 a las 22:10, Daniel van Vugt (<
1942...@bugs.launchpad.net>) escribió:

> Also please run:
>
>   lspci -kv > lspci.txt
>
> and attach the resulting text file here.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1942655
>
> Title:
>   problem after minimizing windows
>
> Status in GNOME Shell:
>   Unknown
> Status in gnome-shell package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Hello, the problem that I am presented with is basic, but quite annoying.
>   At any time without any type of pattern, when minimizing a window (of
> any program), these remain as "background", and become part of the
> wallpaper. You do not interact with it but it remains static on the site.
>   I attach an example.
>   The only temporary solution that has worked for me is to log out, but it
> almost certainly happens again.
>   I appreciate the help :)
>   (The theme has nothing to do with it, it happens to me even though it is
> stock)
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 21.04
>   Package: gnome-shell 3.38.4-1ubuntu3~21.04.1
>   ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
>   Uname: Linux 5.11.0-31-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu65.1
>   Architecture: amd64
>   CasperMD5CheckResult: unknown
>   CurrentDesktop: ubuntu:GNOME
>   Date: Fri Sep  3 17:12:04 2021
>   DisplayManager: gdm3
>   InstallationDate: Installed on 2021-08-28 (6 days ago)
>   InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64
> (20210209.1)
>   RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
>   SourcePackage: gnome-shell
>   UpgradeStatus: Upgraded to hirsute on 2021-08-31 (3 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-shell/+bug/1942655/+subscriptions
>
>


** Attachment added: "lspci.txt"
   https://bugs.launchpad.net/bugs/1942655/+attachment/5523253/+files/lspci.txt

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

Title:
  problem after minimizing windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1942655/+subscriptions


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

[Bug 1942655] [NEW] problem after minimizing windows

2021-09-03 Thread Diego Iboy
Public bug reported:

Hello, the problem that I am presented with is basic, but quite annoying.
At any time without any type of pattern, when minimizing a window (of any 
program), these remain as "background", and become part of the wallpaper. You 
do not interact with it but it remains static on the site.
I attach an example.
The only temporary solution that has worked for me is to log out, but it almost 
certainly happens again.
I appreciate the help :)
(The theme has nothing to do with it, it happens to me even though it is stock)

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell 3.38.4-1ubuntu3~21.04.1
ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
Uname: Linux 5.11.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep  3 17:12:04 2021
DisplayManager: gdm3
InstallationDate: Installed on 2021-08-28 (6 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
RelatedPackageVersions: mutter-common 3.38.4-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to hirsute on 2021-08-31 (3 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute

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

Title:
  problem after minimizing windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1942655/+subscriptions


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

[Bug 1942633] Re: Can not boot impish in Cavium ThunderX

2021-09-03 Thread Diego Mascialino
Im not able to run: apport-collect

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

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

Title:
  Can not boot impish in Cavium ThunderX

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


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

[Bug 1942633] Re: Can not boot impish in Cavium ThunderX

2021-09-03 Thread Diego Mascialino
** Attachment added: "debug_impish_arm_machine_20210830.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942633/+attachment/5522867/+files/debug_impish_arm_machine_20210830.log

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

Title:
  Can not boot impish in Cavium ThunderX

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


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

[Bug 1942633] [NEW] Can not boot impish in Cavium ThunderX

2021-09-03 Thread Diego Mascialino
Public bug reported:

Hi I am trying to deploy a Impish server (Ubuntu 5.11.0-13.14-generic
5.11.7) in

arm64
description: Computer
product: Cavium ThunderX CN88XX board
width: 64 bits


I tried 2 releases:
 - 20210817 ( 
https://images.maas.io/ephemeral-v3/stable/impish/arm64/20210817/ga-21.10/ )
 - 20210830 ( 
https://images.maas.io/ephemeral-v3/candidate/impish/arm64/20210830/ )


20210817:
 Ends the deploy successfully but fails to boot from disk:

```
[0.00] Booting Linux on physical CPU 0x00 [0x431f0a11]
[0.00] Linux version 5.13.0-14-generic (buildd@bos02-arm64-018) (gcc 
(Ubuntu 10.3.0-6ubuntu1) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.37) 
#14-Ubuntu SMP Mon Aug 2 12:40:58 UTC 2021 (Ubuntu 5.13.0-14.14-generic 5.13.1)
[0.00] Machine model: Cavium ThunderX CN88XX board

[  139.896752] raid6:  xor() 1224 MB/s, rmw enabled
[  139.957046] raid6: using neon recovery algorithm
[  140.020937] xor: measuring software checksum speed
[  140.085571]8regs   :  2432 MB/sec
[  140.149834]32regs  :  2687 MB/sec
[  140.212202]arm64_neon  :  4390 MB/sec
[  140.271985] xor: using function: arm64_neon (4390 MB/sec)
[  140.335013] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [  140.569847] Btrfs loaded, 
crc32c=crc32c-generic, zoned=yes
Scanning for Btrfs filesystems
done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... 
mdadm: No devices listed in conf file were found.
done.
mdadm: No devices listed in conf file were found.
```


20210830

Fails the network boot:
```
[  140.351066] async_tx: api initialized (async)
done.
Begin: Running /scripts/init-premount ... cloud-initramfs-dyn-netconf: did no 
find a nic with 1c:1b:0d:0d:52:7c
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... 
Begin: Waiting up to 180 secs for BOOTIF to become available ... Failure: 
Interface BOOTIF did not appear in time
done.
ipconfig: BOOTIF: SIOCGIFINDEX: No such device
ipconfig: no devices to configure
```

I will attach full logs of each try.

JFYI, this is the same machine as
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923230

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


** Tags: impish

** Attachment added: "debug_impish_arm_machine_20210817.log"
   
https://bugs.launchpad.net/bugs/1942633/+attachment/5522866/+files/debug_impish_arm_machine_20210817.log

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

Title:
  Can not boot impish in Cavium ThunderX

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


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

[Bug 1940335] [NEW] package grub-efi-amd64 2.04-1ubuntu44.1.2 failed to install/upgrade: instalado grub-efi-amd64 paquete post-installation guión el subproceso devolvió un error con estado de salida 2

2021-08-17 Thread Diego Camargo Castillo
Public bug reported:

It just appear a message saying that

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-efi-amd64 2.04-1ubuntu44.1.2
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.24
Architecture: amd64
Date: Wed Aug 18 01:35:33 2021
ErrorMessage: instalado grub-efi-amd64 paquete post-installation guión el 
subproceso devolvió un error con estado de salida 255
InstallationDate: Installed on 2021-08-15 (2 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.9, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: grub2-unsigned
Title: package grub-efi-amd64 2.04-1ubuntu44.1.2 failed to install/upgrade: 
instalado grub-efi-amd64 paquete post-installation guión el subproceso devolvió 
un error con estado de salida 255
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-unsigned (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package grub-efi-amd64 2.04-1ubuntu44.1.2 failed to install/upgrade:
  instalado grub-efi-amd64 paquete post-installation guión el subproceso
  devolvió un error con estado de salida 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-unsigned/+bug/1940335/+subscriptions


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

Re: [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2021-07-01 Thread Diego de Castro Barcellos
Good day!

Thank you very much for the support, i'll try to fix it.

Best wishes,

Diego Barcellos

Em qui., 1 de jul. de 2021 às 00:25, metin bağdat <
1871...@bugs.launchpad.net> escreveu:

> ** Changed in: apt (Ubuntu)
>  Assignee: (unassigned) => metin bağdat (metinbagdat)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1871268
>
> Title:
>   Installation fails due to useless immediate configuration error when
>   "Install Third-Party Drivers" is selected
>
> Status in Ubuntu CD Images:
>   Fix Released
> Status in apt package in Ubuntu:
>   Fix Released
> Status in apt source package in Bionic:
>   Fix Released
> Status in apt source package in Focal:
>   Fix Released
> Status in apt source package in Groovy:
>   Fix Released
> Status in apt package in Debian:
>   Fix Released
>
> Bug description:
>   [Impact]
>   Installations that really succeeded would then fail because APT could
> not immediately configure a package. Which is a pointless way to fail at
> that point, because everything did work out anyway.
>
>   We have two changes that help address this:
>
>   * The first one stops immediately configuring multi-arch siblings
>   (e.g. libc6:i386 when it's configuring libc6:amd64). This was not
>   necessary, and caused all the libc6:i386 failures here.
>
>   * The second change sort of also supersedes the first one: It just
>   ignores any errors from immediate configuration, relying on the fact
>   that it's checked and rectified at a later point if there are
>   unconfigured packages (which is what made all those failures happen
>   spuriously after having successfully installed everything).
>
>   [Test case]
>   We have one test case in EIPP format in the Debian bug 973305 which was
> only helped by the second change, not the first one. Run
> /usr/lib/apt/planners < eipp.log and check there are no errors.
>
>   TODO: It's unclear if the APT from proposed installed in the live
>   session will fix the installer, needs investigation, but would make a
>   useful test case.
>
>   [Regression potential]
>   It's imaginable that we missed something somewhere and some path that
> checked for a set error doesn't check it anymore, and we report success
> when we hit an error, but it seems unlikely.
>
>   Behavior of --simulate changes. This used to fail before as well, and
>   will now only produce a warning. We don't believe that is a reason of
>   concern.
>
>   [Groovy SRU]
>   The groovy SRU is a sync of the 2.1.11 micro release from Debian
> unstable which also incorporates changes to the documentation: A typo fix,
> replacing focal with groovy in examples, and minor Dutch manual pages
> translation updates.
>
>   We do not have test cases for the documentation changes, and we do not
>   consider there to be a huge regression potential. As long as they
>   build, they should be readable - maybe some words are wrong in the
>   translation, who knows.
>
>   [Original bug report]
>   Test Case
>   1. Install Ubuntu Desktop on hardware with an nVidia card and select to
> install 3rd party drivers
>   2. Proceed with installation
>
>   The following error message is displayed in /var/log/syslog
>   /plugininstall.py: Verifying downloads ...
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/g/gcc-defaults/gcc_9.3.0-1ubuntu2_amd64.deb: "Version:
> '9.3.0-1ubuntu2' not found."
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb:
> "Version: '4.4.10-10ubuntu4' not found."
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/g/gcc-defaults/g++_9.3.0-1ubuntu2_amd64.deb: "Version:
> '9.3.0-1ubuntu2' not found."
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/z/zlib/zlib1g_1.2.11.dfsg-2ubuntu1_i386.deb: "Version:
> '1.2.11.dfsg-2ubuntu1' not found."
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/libx/libxau/libxau6_1.0.9-0ubuntu1_i386.deb: "Version:
> '1.0.9-0ubuntu1' not found."
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu1_i386.deb:
> "Version: '1.1.3-0ubuntu1' not found."
>   /plugininstall.py: Failed to find package object for
> /cdrom//pool/main/libx/libx11/libx11-6_1.6.9-2ubuntu1_i386.deb: "Version:
> '1.6.9-2ubuntu1' not found."
>   /plugininstall.py: Failed to find pack

[Bug 1932085] Re: Feature(Window Behavior)

2021-06-15 Thread Diego Romero
*** This bug is a duplicate of bug 1925483 ***
https://bugs.launchpad.net/bugs/1925483

** Tags removed: behavior feature graphical window

** Attachment removed: "image1.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1932085/+attachment/5504904/+files/image1.png

** Description changed:

- I've been using ubuntu for some time now, and I get absurdly hurt by
- some things, among them, the behavior of windows when opening an
- application. For God's sake, the development team can't implement an
- option or even default the window behavior so that when we open an
- application, the window is centered or each application saves the
- mode(X,Y position) that closed previously and open at the same
- coordinates? I can't stand having to open my Sublime or my Vs Code and
- every time they open totally misaligned, or center or record the
- previously closed position and open at the same coordinate the next few
- times until I restart the machine at least. I CAN NOT TAKE IT ANYMORE!
- 
- As you can see in the nautilus image, I would like it to open at these
- coordinates.(image1), but when I close it and open it again, it opens
- totally misaligned and incoherent.
+ a

** This bug has been marked a duplicate of bug 1925483
   Initial user login after ubiquity starts X11 desktop, not Wayland

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

Title:
  Feature(Window Behavior)

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

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

[Bug 1932085] [NEW] Feature(Window Behavior)

2021-06-15 Thread Diego Romero
*** This bug is a duplicate of bug 1925483 ***
https://bugs.launchpad.net/bugs/1925483

Public bug reported:

a

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

** Attachment added: "image1.png"
   https://bugs.launchpad.net/bugs/1932085/+attachment/5504904/+files/image1.png

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

Title:
  Feature(Window Behavior)

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

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

[Bug 1931574] Re: Lost network connection, seems like an older kernel bug

2021-06-14 Thread Diego
Thanks, this seems to have resolved my problem.

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

Title:
  Lost network connection, seems like an older kernel bug

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

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

[Bug 1927774] [NEW] ACPI SB(screen brightness) Problem

2021-05-07 Thread Diego Romero
Public bug reported:

Linux jarvis 5.12.2-051202-generic #202105071130 SMP Fri May 7 11:33:24
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

inxi -b

CPU: Quad Core Intel Core i5-8265U (-MT MCP-) 
speed/min/max: 800/400/3900 MHz Kernel: 5.12.2-051202-generic x86_64 Up: 38m 
Mem: 2683.8/7831.5 MiB (34.3%) Storage: 931.51 GiB (8.3% used) Procs: 288 
Shell: Bash inxi: 3.3.01 
diego@jarvis:~$ inxi -b
System:
  Host: jarvis Kernel: 5.12.2-051202-generic x86_64 bits: 64 
  Desktop: GNOME 3.38.4 Distro: Ubuntu 21.04 (Hirsute Hippo) 
Machine:
  Type: Laptop System: LENOVO product: 81S9 v: Lenovo IdeaPad S145-15IWL 
  serial:  
  Mobo: LENOVO model: LNVNB161216 v: SDK0J40679 WIN 
  serial:  UEFI: LENOVO v: ASCN48WW date: 06/23/2020 
Battery:
  ID-1: BAT0 charge: 24.2 Wh condition: 24.2/30.0 Wh (81%) 
CPU:
  Info: Quad Core Intel Core i5-8265U [MT MCP] speed: 800 MHz 
  min/max: 400/3900 MHz 
Graphics:
  Device-1: Intel WhiskeyLake-U GT2 [UHD Graphics 620] driver: i915 
  v: kernel 
  Device-2: Chicony Integrated Camera type: USB driver: uvcvideo 
  Display: wayland server: X.Org 1.21.1.1 driver: loaded: modesetting 
  unloaded: fbdev,vesa resolution: 1366x768~60Hz 
  OpenGL: renderer: Mesa Intel UHD Graphics 620 (WHL GT2) 
  v: 4.6 Mesa 21.2.0-devel (git-fefd853 2021-05-07 hirsute-oibaf-ppa) 
Network:
  Device-1: Intel Dual Band Wireless-AC 3165 Plus Bluetooth driver: iwlwifi 
Drives:
  Local Storage: total: 931.51 GiB used: 77.17 GiB (8.3%) 
Info:
  Processes: 290 Uptime: 39m Memory: 7.65 GiB used: 2.86 GiB (37.4%) 
  Shell: Bash inxi: 3.3.01 


The problem is related to the ACPI in the loading of the operating system, I 
believe the problem is related to the brightness of the screen, because when 
the error started to appear my shortcut keys to decrease / increase the 
brightness of the screen stopped working.

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


** Tags: kernel-bug

** Attachment added: "IMG_20210507_114701.jpg"
   
https://bugs.launchpad.net/bugs/1927774/+attachment/5495591/+files/IMG_20210507_114701.jpg

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

Title:
  ACPI SB(screen brightness) Problem

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

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

[Bug 1924624] Re: After upgrade to 5.8.0-49/5.8.0-50 with Intel graphics (Gen7: Haswell/Ivy Bridge) a lot of glitches render screen unusable

2021-05-02 Thread Diego Garcia
Response to FairMiles (fermilesi) #22

I also had this error. I fixed it forcing login screen to load with Xorg 
(instead of wayland)
These are the steps:
https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux

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

Title:
  After upgrade to 5.8.0-49/5.8.0-50 with Intel graphics (Gen7:
  Haswell/Ivy Bridge) a lot of glitches render screen unusable

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

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

[Bug 1926110] Re: Apps interface flickering

2021-05-02 Thread Diego Garcia
Update: no flickering in this time period.

Downgrading to an older kernel version (5.0.0-05-generic) solved the 
problem.
Aparently the kernel version 5.8.0-50-generic has some problem between Intel 
Graphics and Xorg.

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

Title:
  Apps interface flickering

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

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

[Bug 1926110] Re: Apps interface flickering

2021-04-29 Thread Diego Garcia
Update: so far, the system has not shown any irregularities. I'll wait
for 3 days because this problem does not have a pattern. It seems to
happen when the system is under high load, but I'm not sure.

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

Title:
  Apps interface flickering

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

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

[Bug 1926110] Re: Apps interface flickering

2021-04-28 Thread Diego Garcia
I run Ubuntu 20.04.2 LTS GNOME (Xorg)
Processor Intel Core i3-3110M (HD Graphics 4000)
I'll install an older kernel version (5.0) and test it in the next day at 1PM 
(my actual version is 5.8.0-50-generic)
I have already formated my linux, so I don't have the dpkg.log

Here is my lspci:

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09) (prog-if 00 [VGA controller])
DeviceName:  Onboard IGD
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer 3rd Gen Core 
processor Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 33
Memory at f340 (64-bit, non-prefetchable) [size=4M]
Memory at d000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at 000c [virtual] [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915


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

Title:
  Apps interface flickering

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

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

[Bug 1926110] [NEW] Apps interface flickering

2021-04-25 Thread Diego Garcia
Public bug reported:

It has been 1-ish months since this problem appeared.
The app/system interface randomly starts flickering. This problem doesn't occur 
on the entire system, sometime it occurs in some apps, other times in the 
system, and other times all of these.
It occurs since installation.

Some images and videos (Unfortunetly you'll need to download the videos)
https://media.discordapp.net/attachments/748527796405403749/836001618255806484/unknown.png
https://media.discordapp.net/attachments/748527796405403749/836004993991311400/unknown.png
https://media.discordapp.net/attachments/586951783944028179/832728657075372102/unknown.png
https://cdn.discordapp.com/attachments/804416273701797909/832780706790375444/20210416_215049_576x324.mp4
https://cdn.discordapp.com/attachments/748527796405403749/836048880592355368/simplescreenrecorder-2021-04-25_22.05.52.mp4

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-50.56~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-50-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 25 22:23:48 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus: v4l2loopback, 0.12.3, 5.8.0-50-generic, x86_64: installed
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer 3rd Gen Core processor 
Graphics Controller [1297:2027]
InstallationDate: Installed on 2021-04-17 (9 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: Positivo Informatica SA DC8CR01TV
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-50-generic 
root=UUID=e2946f04-ffa3-4934-b119-e6dcc363a2da ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/31/2014
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.01.U
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DC8CR01TV
dmi.board.vendor: Positivo Informatica SA
dmi.board.version: POSITIVO
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 13
dmi.chassis.vendor: Positivo Informatica SA
dmi.chassis.version: POSITIVO
dmi.ec.firmware.release: 1.22
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.01.U:bd03/31/2014:br4.6:efr1.22:svnPositivoInformaticaSA:pnDC8CR01TV:pvr2.01.U_POS_TV:rvnPositivoInformaticaSA:rnDC8CR01TV:rvrPOSITIVO:cvnPositivoInformaticaSA:ct13:cvrPOSITIVO:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: DC8CR01TV
dmi.product.sku: 1700644
dmi.product.version: 2.01.U_POS_TV
dmi.sys.vendor: Positivo Informatica SA
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  Apps interface flickering

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

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

[Bug 1923230] Re: Can not boot Cavium ThunderX

2021-04-16 Thread Diego Mascialino
Thanks dannf,

We updated the BIOS to F02 and its working well now.


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

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

Title:
  Can not boot Cavium ThunderX

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

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

[Bug 1806543] Re: Plasma Desktop on multimonitor setup asks to reconfigure desktop layout on every login

2021-04-14 Thread Diego Alcántara
It also happens to me with Kubuntu 18.04.5, something similar to what happened 
to Stephan:
after each boot I must specify again the multi-monitor setup, as it seems to 
have been restored to default.
Something different with my case could be that I must authenticate against an 
external user source (users not defined in local Ubuntu's users)

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

Title:
  Plasma Desktop on multimonitor setup asks to reconfigure desktop
  layout on every login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-desktop/+bug/1806543/+subscriptions

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

[Bug 1923230] Re: Can not boot Cavium ThunderX

2021-04-09 Thread Diego Mascialino
Im not able to run: apport-collect

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

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

Title:
  Can not boot Cavium ThunderX

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

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

[Bug 1923230] Re: Can not boot Cavium ThunderX

2021-04-09 Thread Diego Mascialino
I exectued `lspci -vnvn` using a focal server in the same machine .

Let me know if there is any else I may help with

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1923230/+attachment/5486189/+files/lspci-vnvn.log

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

Title:
  Can not boot Cavium ThunderX

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

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

[Bug 1923230] [NEW] Can not boot Cavium ThunderX

2021-04-09 Thread Diego Mascialino
Public bug reported:

Hi I am tryring to deploy a Hirsute server (Ubuntu 5.11.0-13.14-generic
5.11.7) in

arm64   
description: Computer
product: Cavium ThunderX CN88XX board
width: 64 bits


Im getting a kernel panic occurs during the boot:

[8.417589] Code: a90153f3 aa0003f3 2a0103f4 3774 (79437000) 
[8.425298] ---[ end trace 2f743d3081d8a73b ]---
[8.431538] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x000b
[8.440888] SMP: stopping secondary CPUs
[8.446480] Kernel Offset: disabled
[8.451581] CPU features: 0x00040002,69101108
[8.457552] Memory Limit: none
[8.462197] ---[ end Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x000b ]---

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

** Attachment added: "console log"
   
https://bugs.launchpad.net/bugs/1923230/+attachment/5486188/+files/console.log

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

Title:
  Can not boot Cavium ThunderX

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

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

[Bug 1916255] Re: Caps Lock initially not detected in GNOME password dialogs if you logged in with it on

2021-03-04 Thread Diego Arias
I should clarify that this bug occurs only when the xwayland session is
used, in the x11 (xorg) session the caps lock works correctly

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

Title:
  Caps Lock initially not detected in GNOME password dialogs if you
  logged in with it on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1916255/+subscriptions

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

[Bug 1917054] [NEW] package grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 failed to install/upgrade: el subproceso instalado paquete grub-efi-amd64-signed script post-installation devolvió el código

2021-02-26 Thread Diego
Public bug reported:

I'm not pretty sure of what happen, it just appear a notification of an
error on the software update.

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4
ProcVersionSignature: Ubuntu 5.8.0-44.50-generic 5.8.18
Uname: Linux 5.8.0-44-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Feb 25 19:04:37 2021
ErrorMessage: el subproceso instalado paquete grub-efi-amd64-signed script 
post-installation devolvió el código de salida de error 1
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.2
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 failed to 
install/upgrade: el subproceso instalado paquete grub-efi-amd64-signed script 
post-installation devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package groovy

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

Title:
  package grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 failed to
  install/upgrade: el subproceso instalado paquete grub-efi-amd64-signed
  script post-installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1917054/+subscriptions

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

[Bug 1916255] [NEW] Caps Lock not detected properly

2021-02-19 Thread Diego Arias
Public bug reported:

Caps lock is not properly detected, for example if you log in with a
password that is in upper case, when entering the desktop without
deactivating caps lock, when trying to open an encrypted drive whose
password is in upper case even though the indicator shows that Caps lock
is active and detects it as if it were not.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: xwayland 2:1.20.9-2ubuntu1.1
ProcVersionSignature: Ubuntu 5.8.0-43.49-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 19 09:03:42 2021
DistUpgraded: 2020-10-24 20:57:52,724 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Falló al ejecutar el proceso 
hijo «./xorg_fix_proprietary.py» (No existe el archivo o el directorio) (8))
DistroCodename: groovy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company 2nd Generation Core Processor Family 
Integrated Graphics Controller [103c:2ae2]
InstallationDate: Installed on 2020-04-09 (316 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
MachineType: Hewlett-Packard CQ2951LA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=f43448ef-2a06-45ab-8bac-fe9e8907ff57 ro quiet splash vt.handoff=7
SourcePackage: xorg-server
UpgradeStatus: Upgraded to groovy on 2020-10-25 (117 days ago)
dmi.bios.date: 08/31/2012
dmi.bios.release: 4.6
dmi.bios.vendor: AMI
dmi.bios.version: 8.08
dmi.board.asset.tag: 3CR2390SBN
dmi.board.name: 2AE2
dmi.board.vendor: PEGATRON CORPORATION
dmi.board.version: 1.02
dmi.chassis.asset.tag: 3CR2390SBN
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnAMI:bvr8.08:bd08/31/2012:br4.6:svnHewlett-Packard:pnCQ2951LA:pvr1.00:rvnPEGATRONCORPORATION:rn2AE2:rvr1.02:cvnHewlett-Packard:ct3:cvr:
dmi.product.family: 103C_53316J G=D
dmi.product.name: CQ2951LA
dmi.product.sku: H3X53AA#ABM
dmi.product.version: 1.00
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.10.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.2.6-0ubuntu0.20.10.1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug groovy ubuntu wayland-session

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

Title:
  Caps Lock not detected properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1916255/+subscriptions

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

[Bug 1916073] Re: qemu-system-arm should depend on qemu-efi

2021-02-19 Thread Diego Mascialino
Hi Christhian,

I am working with Lee in the maas team.

We are testing this in the last published image for bionic:
http://images.maas.io/ephemeral-v3/stable/bionic/arm64/20210216/ga-18.04/generic/


ubuntu@arm64:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.5 LTS
Release:18.04
Codename:   bionic

ubuntu@arm64:~$ uname -a
Linux arm64 4.15.0-135-generic #139-Ubuntu SMP Mon Jan 18 17:40:29 UTC 2021 
aarch64 aarch64 aarch64 GNU/Linux

ubuntu@arm64:~$ sudo apt install qemu-system-arm | grep -- qemu-efi

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

ubuntu@arm64:~$


Thanks,
Diego

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

Title:
  qemu-system-arm should depend on qemu-efi

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

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

[Bug 1913934] Re: Wrong current option in Screen resolution window

2021-02-01 Thread Diego Betto
Thank you

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

Title:
  Wrong current option in Screen resolution window

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1913934/+subscriptions

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

[Bug 1913934] Re: Wrong current option in Screen resolution window

2021-01-31 Thread Diego Betto
** Attachment added: "ubuntu_bug_report_2021-01-31_10-44.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1913934/+attachment/5458488/+files/ubuntu_bug_report_2021-01-31_10-44.png

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

Title:
  Wrong current option in Screen resolution window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1913934/+subscriptions

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

[Bug 1913934] [NEW] Wrong current option in Screen resolution window

2021-01-31 Thread Diego Betto
Public bug reported:

The checkmark is on the wrong option. Current resolution is 1920x1080,
not 1600x1200

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: gnome-control-center 1:3.38.1-1ubuntu1
ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
Uname: Linux 5.8.0-41-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 31 10:41:49 2021
ExecutablePath: /usr/bin/gnome-control-center
ProcEnviron:
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to groovy on 2020-10-29 (93 days ago)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

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

Title:
  Wrong current option in Screen resolution window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1913934/+subscriptions

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

[Bug 1832988] Re: Intel 8260 Bluetooth not working

2021-01-17 Thread Diego Lineros
Hi I am getting  Failed to send firmware data (-38), even after cool boot
diego@lfb-Desktop:~$ dmesg | grep -i bluetooth
[5.985839] Bluetooth: Core ver 2.22
[5.985858] Bluetooth: HCI device and connection manager initialized
[5.985864] Bluetooth: HCI socket layer initialized
[5.985867] Bluetooth: L2CAP socket layer initialized
[5.985872] Bluetooth: SCO socket layer initialized
[6.132508] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[6.138629] Bluetooth: hci0: Device revision is 5
[6.138631] Bluetooth: hci0: Secure boot is enabled
[6.138631] Bluetooth: hci0: OTP lock is enabled
[6.138632] Bluetooth: hci0: API lock is enabled
[6.138632] Bluetooth: hci0: Debug lock is disabled
[6.138633] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[6.183029] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[6.206658] Bluetooth: hci0: Failed to send firmware data (-38)
[6.206731] Bluetooth: hci0: Intel reset sent to retry FW download
[8.736500] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[8.736503] Bluetooth: BNEP filters: protocol multicast
[8.736512] Bluetooth: BNEP socket layer initialized
diego@lfb-Desktop:~$ dpkg --status bluez | grep '^Version:'
Version: 5.53-0ubuntu3
diego@lfb-Desktop:~$ lspci -knn | grep Net -A3;lsusb
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] 
(rev 3a)
Subsystem: Intel Corporation Dual Band Wireless-AC 8260 [8086:1010]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya 
Technology Corp.) Flash Drive
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 8087:0a2b Intel Corp. 
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 006: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 03f0:7d11 HP, Inc Photosmart Premium C309g-m
Bus 001 Device 002: ID 045e:0761 Microsoft Corp. LifeCam VX-2000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 1ea7:0064 SHARKOON Technologies GmbH 2.4G Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 014 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 013 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 012 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 011 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

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

Title:
  Intel 8260 Bluetooth not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1832988/+subscriptions

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

[Bug 1859592] Re: Bluetooth unavailable after updates - Reading Intel version information failed (-110)

2021-01-17 Thread Diego Lineros
Hi, can someone help... Cold boot is not working for me I am
getting Failed to send firmware data (-38)

$ dmesg | grep -i bluetooth
[5.985839] Bluetooth: Core ver 2.22
[5.985858] Bluetooth: HCI device and connection manager initialized
[5.985864] Bluetooth: HCI socket layer initialized
[5.985867] Bluetooth: L2CAP socket layer initialized
[5.985872] Bluetooth: SCO socket layer initialized
[6.132508] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[6.138629] Bluetooth: hci0: Device revision is 5
[6.138631] Bluetooth: hci0: Secure boot is enabled
[6.138631] Bluetooth: hci0: OTP lock is enabled
[6.138632] Bluetooth: hci0: API lock is enabled
[6.138632] Bluetooth: hci0: Debug lock is disabled
[6.138633] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[6.183029] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[6.206658] Bluetooth: hci0: Failed to send firmware data (-38)
[6.206731] Bluetooth: hci0: Intel reset sent to retry FW download
[8.736500] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[8.736503] Bluetooth: BNEP filters: protocol multicast
[8.736512] Bluetooth: BNEP socket layer initialized
$ lspci -knn | grep Net -A3;lsusb
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] 
(rev 3a)
Subsystem: Intel Corporation Dual Band Wireless-AC 8260 [8086:1010]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

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

Title:
  Bluetooth unavailable after updates - Reading Intel version
  information failed (-110)

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2021-01-08 Thread Diego Lineros
So... Is that it?

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

Title:
  [nvidia] Screen scaling 125% gives 200%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+subscriptions

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

[Bug 1765795] Re: gsd-wacom crashed with SIGSEGV in g_type_check_value()

2020-12-30 Thread Juan Diego Pérez Bohórquez
*** This bug is a duplicate of bug 1763316 ***
https://bugs.launchpad.net/bugs/1763316

Is there already a solution to this problem?

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

Title:
  gsd-wacom crashed with SIGSEGV in g_type_check_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1765795/+subscriptions

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

[Bug 1804359] Re: tutorial doesn't work

2020-11-23 Thread Diego F . Rodríguez
I'm no longer sure h brings up the tutorial after installing common-non-dfsg.
The first lines displayed  after pressing h in info are:

Next: Help,  Up: Getting Started

1.1 Starting Info on a Small Screen
===

Since your terminal has a relatively small number of lines on its

...

While this book https://tldp.org/LDP/intro-linux/html/sect_02_03.html
says the tutorial starts with:

File: info.info,  Node: Top,  Next: Getting Started,  Up: (dir)

Info: An Introduction
*

   Info is a program, which you are using now, for reading

...

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

Title:
  tutorial doesn't work

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

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

[Bug 1804359] Re: tutorial doesn't work

2020-11-23 Thread Diego F . Rodríguez
Same problem here. Ubuntu 19.10. Info 6.6.0.dfsg.1-2ubuntu2.
Following advice from 
https://unix.stackexchange.com/questions/588026/cannot-start-the-info-tutorial-in-debian-9-stretch
 I installed emacs-common-non-dfsg.
After that pressing h inside info brings up the tutorial but the command info 
info still results in:
info: No menu item 'info-stnd' in node '(dir)Top'

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

Title:
  tutorial doesn't work

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-11-06 Thread Diego Lineros
Scaling is working in my Quadro now, but I can't use as I am finding
serious performance issues. Not good.

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

Title:
  [nvidia] Screen scaling 125% gives 200%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+subscriptions

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

[Bug 1900715] Re: The initial screen of Plymouth takes 20 minutes to appear (Groovy live)

2020-10-21 Thread Diego Germán Gonzalez
To be able to run the command I had to select the option to try Ubuntu and that 
restarts the session.
That was my mistake
Anyway, it's a matter of waiting until tomorrow. If no one else complains it's 
a problem with my hardware

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

Title:
  The initial screen of Plymouth takes 20 minutes to appear (Groovy
  live)

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

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

[Bug 1900715] Re: The initial screen of Plymouth takes 20 minutes to appear (Groovy live)

2020-10-21 Thread Diego Germán Gonzalez
Tanks Steve

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

Title:
  The initial screen of Plymouth takes 20 minutes to appear (Groovy
  live)

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

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

  1   2   3   4   5   6   7   8   9   10   >