[Bug 1942751] [NEW] Self-signed kernel is not loaded correctly although being sign with mok-enrolled keys

2021-09-06 Thread piontec
Public bug reported:

I have a strange problem with secure boot and self-signed kernels. On
20.10 I was able to boot (everything with Secure Boot) both canonical-
signed and self-signed kernels. After upgrade to 21.04 loading self-
signed kernels doesn't work anymore: I get "vmlinuz has invalid
signature" error. The error seems clear enough, but:

- Secure Boot is on and grub loads just fine and loads canonical-signed kernels 
100% fine (so it's something about my singing key, right?)
- my custom key seems to be enrolled into mok db just fine

```
root@T495:~# mokutil --test-key /root/mok/MOK.der 
mok/MOK.der is already enrolled
```

- image is signed with the same key as checked above with mokutil
```
sudo sbsign --key /root/mok/MOK.priv --cert /root/mok/MOK.pem 
/boot/vmlinuz-5.13.3-051303-generic --output /boot/vmlinuz-5.13.3-051303-generic
Image was already signed; adding additional signature
```

Seems a bug in grub, but I don't know how to debug it.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: grub-efi-amd64-signed 1.169+2.04-1ubuntu45
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: Mon Sep  6 10:30:02 2021
InstallationDate: Installed on 2019-12-07 (638 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: grub2-signed
UpgradeStatus: Upgraded to hirsute on 2021-04-24 (134 days ago)

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


** Tags: amd64 apport-bug grub hirsute secure-boot self-signed

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

Title:
  Self-signed kernel is not loaded correctly although being sign with
  mok-enrolled keys

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


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

[Bug 1857348] Re: amdgpu crashes badly

2020-01-03 Thread piontec
I checked there, but there's no 'picasso_ta.bin' file there:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/tree/amdgpu

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

Title:
  amdgpu crashes badly

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

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

[Bug 1127939] [NEW] wrong polish traslation error in latex-beamer

2013-02-17 Thread piontec
Public bug reported:

Misspeled polish traslation in dictionary files of latex-beamer. This
causes latex-beamer to fail with error.

** Affects: latex-beamer (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: patch
   https://bugs.launchpad.net/bugs/1127939/+attachment/3532801/+files/patch

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

Title:
  wrong polish traslation error in latex-beamer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/latex-beamer/+bug/1127939/+subscriptions

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


[Bug 974218] Re: Ifenslave-2.6 problem in ubuntu 12;04 precise

2012-05-23 Thread piontec
This bus is here for years now. Bonding did work without a porblem some time 
ago, than something was fixed and is not working anymore since then. 
I can only confirm that bonding did not start on my ubuntu-server after the 
upgrade to precise and that the following silly patch helped (see attachment).

** Patch added: a patched based on old ifenslave script
   
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/974218/+attachment/3159030/+files/ifenslave.patch

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

Title:
  Ifenslave-2.6 problem in ubuntu 12;04 precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/974218/+subscriptions

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


[Bug 974218] Re: Bonding configuration change in Precise provides no automatic upgrade path

2012-05-23 Thread piontec
OK,
Indeed, after configuring /etc/network/interfaces according to the link above, 
bonding starts with system without a problem! Just for reference, my config 
looks now like this:
===
#bond
auto bond0
iface bond0 inet manual
bond_slaves none
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate fast

auto eth0
iface eth0 inet manual
bond-master bond0
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate fast

auto eth1
iface eth1 inet manual
bond-master bond0
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate fast
===

@Robie, thanks for your help

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

Title:
  Bonding configuration change in Precise provides no automatic upgrade
  path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/974218/+subscriptions

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


[Bug 914989] [NEW] cpm crashes when trying to use gpg key with UTF-8 extended characters

2012-01-11 Thread piontec
Public bug reported:

When I'm using a gpg key which has the follwing identity
uid  Żółw Słoń n...@none.pl
cpm ran using command:
cpm --key n...@none.pl
crashes with the following error message:
conversion failed for string 'Żółw Słoń' (-2).   Segmentation fault

But when using id:
uid  Zolw Slon n...@none.pl
everything works fine.

To reproduce, just generate gpg rsarsa 1024 keys with the given ids.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cpm 0.26-1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Jan 11 20:48:03 2012
InstallationMedia: Kubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cpm
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (89 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  cpm crashes when trying to use gpg key with UTF-8 extended characters

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

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

[Bug 914989] Re: cpm crashes when trying to use gpg key with UTF-8 extended characters

2012-01-11 Thread piontec
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914989

Title:
  cpm crashes when trying to use gpg key with UTF-8 extended characters

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

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


[Bug 881379] [NEW] ifenslave fails to bring up bond link

2011-10-25 Thread piontec
Public bug reported:

After upgrade of ubuntu-server from maveric to oneiric, a bond link
failed to automatically get up on system startup.

The network is configured as follows and the configuration was not
changed:

root@srv2:/etc/network/if-pre-up.d# cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_lacp_rate 1

auto bond0.904
iface bond0.904 inet manual

auto vmbr0
iface vmbr0 inet static
bridge_ports bond0.904
bridge_stp off 
address 192.168.220.2
netmask 255.255.255.0
network 192.168.220.0
broadcast 192.168.220.255
gateway 192.168.220.254


The simple solution is to change line order of enslave_slaves in 
/etc/network/if-pre-up.d/ifenslave -- se attached diff

** Affects: ifenslave-2.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bonding ifenslave network

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

Title:
  ifenslave fails to bring up bond link

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/881379/+subscriptions

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


[Bug 881379] Re: ifenslave fails to bring up bond link

2011-10-25 Thread piontec
** Patch added: patch
   https://bugs.launchpad.net/bugs/881379/+attachment/2571563/+files/patch

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

Title:
  ifenslave fails to bring up bond link

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/881379/+subscriptions

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


[Bug 881380] [NEW] bonding and vlan configuration options should really be available during ubuntu-server installation

2011-10-25 Thread piontec
Public bug reported:

Bonding (using module bonding and ifenslave-2.6 package) and VLANs (using 8021q 
module and vlan package) are essential during enterprise server network 
installation. Lack of these options makes installing ubuntu-server in 
enterprise environments a challenge and requires a network infrastructure 
reconfiguration before/after installation. 
Please provide an interface to configure bonding and vlans (bridging would be 
nic too) during server installation.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: installation network server

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

Title:
  bonding and vlan configuration options should really be available
  during ubuntu-server installation

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

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


[Bug 881382] [NEW] ixgbe.ko 10gbe nic driver is missing in ubuntu-server

2011-10-25 Thread piontec
Public bug reported:

This driver is needed to bring up 10gbe enterprise NICs during system
installation. They should definitely be included in server version
installer of ubuntu (still misssing in oneiric, nevertheless the driver
is installed in system, it is just not available during installation
itself).

** Affects: 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/881382

Title:
  ixgbe.ko 10gbe nic driver is missing in ubuntu-server

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

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


[Bug 881388] [NEW] ubuntu-server fails to remote boot from iscsi after successfull iscsi instalaltion

2011-10-25 Thread piontec
Public bug reported:

Tested on configured intel NIC card with iscsi support and HP P2000
array. The LUN is found by NIC, during ubuntu-server oneiric
instalaltion I can select, login and use remote iscsi LUN. The
installation is successfull. After a restart at the end of the
installation, grub is loaded aexpected and it starts to load kernel and
ramdisk. Then, system stops booting and prints in a loop:

IP-Config: no response after XYZ secs
and the list of all network interfaces (correct and complete) follows

XYZ increases in a loop and the system never starts.

** Affects: debian-installer (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/881388

Title:
  ubuntu-server fails to remote boot from iscsi after successfull iscsi
  instalaltion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/881388/+subscriptions

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


[Bug 662966] Re: problems with audio playback on asus xonar-dx

2010-10-19 Thread piontec
Hi,

I did reinstall pulseaudio, as shown below (BTW, synaptic is not
installed by deafult, so be carefull giving instructions to less
advanced kubuntu users). It seems that it helped somehow, but didn't
resolve the problem completly (sound still cracks, but now it is less
often when it happens). I will report my situation after testing.

r...@kaktus:~# dpkg -l | grep pulseaudio
ii  gstreamer0.10-pulseaudio 0.10.25-4ubuntu2   
 GStreamer plugin for PulseAudio
ii  pulseaudio   
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 PulseAudio sound server
ii  pulseaudio-esound-compat 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 PulseAudio ESD compatibility 
layer
ii  pulseaudio-module-bluetooth  
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 Bluetooth module for PulseAudio 
sound server
ii  pulseaudio-module-x11
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 X11 module for PulseAudio sound 
server
ii  pulseaudio-utils 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 Command line tools for the 
PulseAudio sound server

r...@kaktus:~# apt-get install --reinstall `dpkg -l | grep pulseaudio | cut -f 
3 -d  `
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 6 reinstalled, 0 to remove and 12 not upgraded.
Need to get 1,016kB of archives.
After this operation, 0B of additional disk space will be used.
Get:1 http://ubuntu.task.gda.pl/ubuntu/ maverick/main gstreamer0.10-pulseaudio 
amd64 0.10.25-4ubuntu2 [99.9kB]
Get:2 http://ubuntu.task.gda.pl/ubuntu/ maverick/main pulseaudio amd64 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 [708kB]
Get:3 http://ubuntu.task.gda.pl/ubuntu/ maverick/main pulseaudio-esound-compat 
amd64 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 [35.6kB]
Get:4 http://ubuntu.task.gda.pl/ubuntu/ maverick/main pulseaudio-module-x11 
amd64 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 [18.4kB]
Get:5 http://ubuntu.task.gda.pl/ubuntu/ maverick/main pulseaudio-utils amd64 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 [76.2kB]
Get:6 http://ubuntu.task.gda.pl/ubuntu/ maverick/main 
pulseaudio-module-bluetooth amd64 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 [78.3kB]
Fetched 1,016kB in 1s (620kB/s)   
(Reading database ... 177803 files and directories currently installed.)
Preparing to replace gstreamer0.10-pulseaudio 0.10.25-4ubuntu2 (using 
.../gstreamer0.10-pulseaudio_0.10.25-4ubuntu2_amd64.deb) ...
Unpacking replacement gstreamer0.10-pulseaudio ...
Preparing to replace pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 
(using 
.../pulseaudio_1%3a0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21_amd64.deb) ...
 * PulseAudio configured for per-user sessions
Unpacking replacement pulseaudio ...
Preparing to replace pulseaudio-esound-compat 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 (using 
.../pulseaudio-esound-compat_1%3a0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21_amd64.deb)
 ...
Unpacking replacement pulseaudio-esound-compat ...
Preparing to replace pulseaudio-module-x11 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 (using 
.../pulseaudio-module-x11_1%3a0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21_amd64.deb)
 ...
Unpacking replacement pulseaudio-module-x11 ...
Preparing to replace pulseaudio-utils 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 (using 
.../pulseaudio-utils_1%3a0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21_amd64.deb)
 ...
Unpacking replacement pulseaudio-utils ...
Preparing to replace pulseaudio-module-bluetooth 
1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21 (using 
.../pulseaudio-module-bluetooth_1%3a0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21_amd64.deb)
 ...
Unpacking replacement pulseaudio-module-bluetooth ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up gstreamer0.10-pulseaudio (0.10.25-4ubuntu2) ...
Setting up pulseaudio-utils (1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21) 
...
Setting up pulseaudio (1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21) ...
 * PulseAudio configured for per-user sessions
Setting up pulseaudio-esound-compat 
(1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21) ...
Setting up pulseaudio-module-x11 
(1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21) ...
Setting up pulseaudio-module-bluetooth 
(1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662966] [NEW] problems with audio playback on asus xonar-dx

2010-10-18 Thread piontec
Public bug reported:

After upgrade from kubuntu lucid to maverick, an audio output form all
software is very unstable, sometimes some sounds are missing, than sound
jumps forward to catch up with video (in movie player - vlc), in amarok
sound breaks and jumps. Unfortunately I don't if it is alsa or
pulseaudio related :(

I'm attaching standard debug files and also pulseaudio debug file
prepared according to instuction found in ubuntu wiki.

If any other information about my hardware or system is needed -- please
let me know!

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: audio xonar-dx

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662966] Re: problems with audio playback on asus xonar-dx

2010-10-18 Thread piontec

** Attachment added: dmesg.log
   https://bugs.launchpad.net/bugs/662966/+attachment/1700548/+files/dmesg.log

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662966] Re: problems with audio playback on asus xonar-dx

2010-10-18 Thread piontec

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+bug/662966/+attachment/1700549/+files/lspci-vnvn.log

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662966] Re: problems with audio playback on asus xonar-dx

2010-10-18 Thread piontec

** Attachment added: pulseverbose.log
   
https://bugs.launchpad.net/ubuntu/+bug/662966/+attachment/1700550/+files/pulseverbose.log

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662966] Re: problems with audio playback on asus xonar-dx

2010-10-18 Thread piontec

** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+bug/662966/+attachment/1700551/+files/uname-a.log

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662966] Re: problems with audio playback on asus xonar-dx

2010-10-18 Thread piontec

** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+bug/662966/+attachment/1700552/+files/version.log

-- 
problems with audio playback on asus xonar-dx
https://bugs.launchpad.net/bugs/662966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662977] [NEW] no audio channels for asus xonar-dx

2010-10-18 Thread piontec
Public bug reported:

Binary package hint: kmix

After upgrade from lucid to maverick, all channels except of main (side,
front speakers etc) disappeard from kmix (and you can't enable them in
settings), but they are still accesible and work in alsa-mixer.

I'm attaching only lspci output, because it doesn't seem to be
kernel/driver related. If you need any other info please let me know.

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


** Tags: xonar-dx

-- 
no audio channels for asus xonar-dx
https://bugs.launchpad.net/bugs/662977
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

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


[Bug 662977] Re: no audio channels for asus xonar-dx

2010-10-18 Thread piontec

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

-- 
no audio channels for asus xonar-dx
https://bugs.launchpad.net/bugs/662977
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

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


[Bug 218082] [NEW] Desktop PC fails to turn off after hibernate

2008-04-16 Thread piontec
Public bug reported:

I've already reported this problem in comments for this bug report:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/201086

The problem as is described there still exists, even after upgrading to
current kernel 2.6.24-16-generic . My PC hibernates, but never shuts off
- I have to hold power button for 4 sec to turn it off manually. After
power on, it resumes form image on disk without problems.

I don't know if this should be reported as new bug, but it seems that no
one pays attention to the previous bug now. Please let me if I should
provide some more info (esults of lspci and dmesg are attached to the
bug above).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Desktop PC fails to turn off after hibernate
https://bugs.launchpad.net/bugs/218082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211336] Re: hibernate (works) but does not power down system

2008-04-11 Thread piontec
I think this may be not pm-utils, but kernel related. My two desktop PCs
behave the same way as described here. I've submitted more info about it
here (last comments added)
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/201086 , but this
bug seems to be closed and no one cares about it anymore. Should I
report this as a new bug? Or attach same log files here?

-- 
hibernate (works) but does not power down system
https://bugs.launchpad.net/bugs/211336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201086] Re: X41 fails to hibernate in hardy

2008-04-08 Thread piontec
This solved my problem with shut off on X60s too. Still, it does not
help on my 2 desktop PCs. They hibernate and resume from disk, but they
never shut off after hibernate is finished.

Here is info about my kernel:

# uname -a
Linux dcs-lp 2.6.24-14-generic #1 SMP Thu Apr 3 04:49:29 UTC 2008 i686 GNU/Linux
# cat /proc/version_signature
Ubuntu 2.6.24-14.25-generic

I'm also attaching output of dmesg on fresh started system and result of
lspci -vvnn.


** Attachment added: dmesg.log
   http://launchpadlibrarian.net/13207246/dmesg.log

-- 
X41 fails to hibernate in hardy
https://bugs.launchpad.net/bugs/201086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201086] Re: X41 fails to hibernate in hardy

2008-04-08 Thread piontec

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/13207248/lspci-vvnn.log

-- 
X41 fails to hibernate in hardy
https://bugs.launchpad.net/bugs/201086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205221] [NEW] power off after hibernate does not work

2008-03-22 Thread piontec
Public bug reported:

On current update of kubuntu Hardy, when I click (during logout) the
hibernate buton, the system is writing memory state to disk (drive is
working), but doesn't switch the power off. If I turn off the machine by
holding the power button (the only way to turn the machine off), it
turns off; after that, when I turn system on, it's state is read from
disk - suspend image is successfuly recovered. It happens both on my IBM
ThinkPad X60s and on two normal pcs running hardy.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
power off after hibernate does not work
https://bugs.launchpad.net/bugs/205221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205221] Re: power off after hibernate does not work

2008-03-22 Thread piontec
OK, here goes required info:

1. uname writes Linux piontec-laptop 2.6.24-12-generic #1 SMP Wed Mar
12 23:01:54 UTC 2008 i686 GNU/Linux. The only non standard modules used
in my kernel are vboxdrv (from Virtualbox) and ipw3945 (instead of
iwl3945 included in new kernels, which itself is full of bugs; I have to
report them too;)

2.  3. files attached below

The bug mention here https://bugs.launchpad.net/bugs/193747 seems to be
related, but not exactly the same. In my situation suspend is working,
so does hibernate. The whole problem is that after writing memory state
to hard drive, laptop blinks all status LEDs, but doesn't turn off, as
it used to do. Instead, it is still on, with blank screen and
hibernate LED blinking.

Thanks for quick response:)

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/12814142/dmesg.log

-- 
power off after hibernate does not work
https://bugs.launchpad.net/bugs/205221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205221] Re: power off after hibernate does not work

2008-03-22 Thread piontec
lspci result

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/12814157/lspci-vvnn.log

-- 
power off after hibernate does not work
https://bugs.launchpad.net/bugs/205221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 144446] Re: NetworkManager fails to connect to WPA network

2007-09-25 Thread piontec
Package versions are as below:
network-manager0.6.5-0ubuntu13
wpasupplicant  0.6.0-3
network-manager-kde  1:0.2ubuntu1-0ubuntu4

After upgrading to:
wpasupplicant   0.6.0+0.5.8-0ubuntu1
network-manager 0.6.5-0ubuntu14

it's still not working with same WARN in syslog. I'm using TLS
authentication with client key/certificate.

-- 
NetworkManager fails to connect to WPA network
https://bugs.launchpad.net/bugs/16
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144446] Re: NetworkManager fails to connect to WPA network

2007-09-25 Thread piontec
The info above is wrong - sorry, my fault, I didn't check if all daemons
were properly restarted. After upgrade of wpasupplicant and network-
manager I can connect to my WPA network :)

-- 
NetworkManager fails to connect to WPA network
https://bugs.launchpad.net/bugs/16
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144446] NetworkManager fails to connect to WPA network

2007-09-24 Thread piontec
Public bug reported:

Binary package hint: network-manager

When I try to connect to WPA2 network using client certificate by
configuring via knetworkmanager, I get following messages in syslog:

Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) 
started...
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
1 of 5 (Device Prepare) scheduled...
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
1 of 5 (Device Prepare) started...
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
2 of 5 (Device Configure) scheduled...
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
1 of 5 (Device Prepare) complete.
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
2 of 5 (Device Configure) starting...
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation 
(eth1/wireless): access point 'PUT-WiFi' is encrypted, but NO valid key exists. 
 New key needed.
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) New 
wireless user key requested for network 'PUT-WiFi'.
Sep 24 14:20:26 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
2 of 5 (Device Configure) complete.
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation (eth1) New 
wireless user key for network 'PUT-WiFi' received.
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
1 of 5 (Device Prepare) scheduled...
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
1 of 5 (Device Prepare) started...
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
2 of 5 (Device Configure) scheduled...
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
1 of 5 (Device Prepare) complete.
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
2 of 5 (Device Configure) starting...
Sep 24 14:21:22 piontec-laptop NetworkManager: info  Activation 
(eth1/wireless): access point 'PUT-WiFi' is encrypted, and a key exists.  No 
new key needed.
Sep 24 14:21:23 piontec-laptop NetworkManager: info  
supplicant_interface_init() - connect to global ctrl socket (0/10).
Sep 24 14:21:23 piontec-laptop NetworkManager: info  
supplicant_interface_init() - connect to global ctrl socket (1/10).
Sep 24 14:21:23 piontec-laptop NetworkManager: info  SUP: sending command 
'INTERFACE_ADD eth1^I^Iwext^I/var/run/wpa_supplicant7^I'
Sep 24 14:21:23 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:23 piontec-laptop NetworkManager: info  supplicant_init() - 
connect to device ctrl socket (1/10).
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'AP_SCAN 1'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'ADD_NETWORK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was '0'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 ssid 5055542d57694669'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 proto WPA2'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 key_mgmt WPA-EAP'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 eap TLS'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 identity [EMAIL PROTECTED]'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 private_key /home/piontec/certs/my.key'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 private_key_passwd key'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 client_cert /home/piontec/certs/my.crt'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'SET_NETWORK 0 ca_cert /home/piontec/certs/koko_ca.crt'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: sending command 
'ENABLE_NETWORK 0'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  SUP: response was 'OK'
Sep 24 14:21:24 piontec-laptop NetworkManager: info  Activation (eth1) Stage 
2 of 5 (Device