[Bug 1667750]

2021-09-21 Thread dion
I also have exactly same problem, but with a bit different HW.

Now it's USB DAC branded as "Qudelix-5K". As far as I understand it's
USB1 device.

[  174.358189] usb 5-2.3.2.2.1.1: new full-speed USB device number 17 using 
xhci_hcd
[  174.475229] usb 5-2.3.2.2.1.1: New USB device found, idVendor=0a12, 
idProduct=4025, bcdDevice=19.70
[  174.475232] usb 5-2.3.2.2.1.1: New USB device strings: Mfr=1, Product=8, 
SerialNumber=3
[  174.475233] usb 5-2.3.2.2.1.1: Product: Qudelix-5K USB DAC/MIC 48KHz
[  174.475234] usb 5-2.3.2.2.1.1: Manufacturer: QTIL
[  174.475235] usb 5-2.3.2.2.1.1: SerialNumber: ABCDEF0123456789

It produces corrupted sound (actually some noise) just after a few
seconds of playback if connected to Dell WD19TB thunderbolt dock
station. Issue happens with USB-A ports on dock plus one Type-C port
(front). Second Type-C port (named as "Type-C with Thunderbolt 3 port"
works.

When such noise happens I'm getting followed in dmesg:

xhci_hcd :3a:00.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 5 comp_code 1
xhci_hcd :3a:00.0: Looking for event-dma ffe940f0 trb-start 
ffe94100 trb-end ffe94100 seg-start ffe94000 seg-end 
ffe94ff0
xhci_hcd :3a:00.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 5 comp_code 1
xhci_hcd :3a:00.0: Looking for event-dma ffe949b0 trb-start 
ffe949c0 trb-end ffe949c0 seg-start ffe94000 seg-end 
ffe94ff0

I've tried to add/remove extra USB hubs (originally Qudelix was plugged
to internal USB3 hub of monitor). But even if plugged directly to dock,
it produces corrupted sound.

Another important thing: this dock has built-in Ethernet with r8153
chipset like mentioned above.

After reading comments here I've tried to disable soft retry using
followed patch:

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 1c9a7957c45c..07cbcf50160c 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -189,10 +189,11 @@ static void xhci_pci_quirks(struct device *dev, struct 
xhci_hcd *xhci)
 
if (pdev->vendor == PCI_VENDOR_ID_INTEL) {
xhci->quirks |= XHCI_LPM_SUPPORT;
xhci->quirks |= XHCI_INTEL_HOST;
xhci->quirks |= XHCI_AVOID_BEI;
+   xhci->quirks |= XHCI_NO_SOFT_RETRY;
}
if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
pdev->device == PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI) {
xhci->quirks |= XHCI_EP_LIMIT_QUIRK;
xhci->limit_active_eps = 64;

And it completely fixed issue for me. DAC produces clear sound even if
connected through chain of two hubs!


PS. 
lspci -k -nn | grep -B2 xhci 
00:14.0 USB controller [0c03]: Intel Corporation Comet Lake PCH-LP USB 3.1 xHCI 
Host Controller [8086:02ed]
Subsystem: Hewlett-Packard Company Comet Lake PCH-LP USB 3.1 xHCI Host 
Controller [103c:8724]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
--
37:00.0 USB controller [0c03]: Intel Corporation JHL7540 Thunderbolt 3 USB 
Controller [Titan Ridge 4C 2018] [8086:15ec] (rev 06)
Subsystem: Hewlett-Packard Company JHL7540 Thunderbolt 3 USB Controller 
[Titan Ridge 4C 2018] [103c:8723]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
--
3a:00.0 USB controller [0c03]: Intel Corporation JHL7540 Thunderbolt 3 USB 
Controller [Titan Ridge DD 2018] [8086:15f0] (rev 06)
Subsystem: Intel Corporation JHL7540 Thunderbolt 3 USB Controller 
[Titan Ridge DD 2018] [8086:]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

5.14.6 kernel

Hope that this will help to fix it

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

Title:
  xhci_hcd: ERROR Transfer event TRB DMA ptr not part of current TD
  ep_index 2 comp_code 13

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1667750/+subscriptions


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

[Bug 1749961]

2021-09-21 Thread dion
I also have exactly same problem, but with a bit different HW.

Now it's USB DAC branded as "Qudelix-5K". As far as I understand it's
USB1 device.

[  174.358189] usb 5-2.3.2.2.1.1: new full-speed USB device number 17 using 
xhci_hcd
[  174.475229] usb 5-2.3.2.2.1.1: New USB device found, idVendor=0a12, 
idProduct=4025, bcdDevice=19.70
[  174.475232] usb 5-2.3.2.2.1.1: New USB device strings: Mfr=1, Product=8, 
SerialNumber=3
[  174.475233] usb 5-2.3.2.2.1.1: Product: Qudelix-5K USB DAC/MIC 48KHz
[  174.475234] usb 5-2.3.2.2.1.1: Manufacturer: QTIL
[  174.475235] usb 5-2.3.2.2.1.1: SerialNumber: ABCDEF0123456789

It produces corrupted sound (actually some noise) just after a few
seconds of playback if connected to Dell WD19TB thunderbolt dock
station. Issue happens with USB-A ports on dock plus one Type-C port
(front). Second Type-C port (named as "Type-C with Thunderbolt 3 port"
works.

When such noise happens I'm getting followed in dmesg:

xhci_hcd :3a:00.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 5 comp_code 1
xhci_hcd :3a:00.0: Looking for event-dma ffe940f0 trb-start 
ffe94100 trb-end ffe94100 seg-start ffe94000 seg-end 
ffe94ff0
xhci_hcd :3a:00.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 5 comp_code 1
xhci_hcd :3a:00.0: Looking for event-dma ffe949b0 trb-start 
ffe949c0 trb-end ffe949c0 seg-start ffe94000 seg-end 
ffe94ff0

I've tried to add/remove extra USB hubs (originally Qudelix was plugged
to internal USB3 hub of monitor). But even if plugged directly to dock,
it produces corrupted sound.

Another important thing: this dock has built-in Ethernet with r8153
chipset like mentioned above.

After reading comments here I've tried to disable soft retry using
followed patch:

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 1c9a7957c45c..07cbcf50160c 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -189,10 +189,11 @@ static void xhci_pci_quirks(struct device *dev, struct 
xhci_hcd *xhci)
 
if (pdev->vendor == PCI_VENDOR_ID_INTEL) {
xhci->quirks |= XHCI_LPM_SUPPORT;
xhci->quirks |= XHCI_INTEL_HOST;
xhci->quirks |= XHCI_AVOID_BEI;
+   xhci->quirks |= XHCI_NO_SOFT_RETRY;
}
if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
pdev->device == PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI) {
xhci->quirks |= XHCI_EP_LIMIT_QUIRK;
xhci->limit_active_eps = 64;

And it completely fixed issue for me. DAC produces clear sound even if
connected through chain of two hubs!


PS. 
lspci -k -nn | grep -B2 xhci 
00:14.0 USB controller [0c03]: Intel Corporation Comet Lake PCH-LP USB 3.1 xHCI 
Host Controller [8086:02ed]
Subsystem: Hewlett-Packard Company Comet Lake PCH-LP USB 3.1 xHCI Host 
Controller [103c:8724]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
--
37:00.0 USB controller [0c03]: Intel Corporation JHL7540 Thunderbolt 3 USB 
Controller [Titan Ridge 4C 2018] [8086:15ec] (rev 06)
Subsystem: Hewlett-Packard Company JHL7540 Thunderbolt 3 USB Controller 
[Titan Ridge 4C 2018] [103c:8723]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
--
3a:00.0 USB controller [0c03]: Intel Corporation JHL7540 Thunderbolt 3 USB 
Controller [Titan Ridge DD 2018] [8086:15f0] (rev 06)
Subsystem: Intel Corporation JHL7540 Thunderbolt 3 USB Controller 
[Titan Ridge DD 2018] [8086:]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

5.14.6 kernel

Hope that this will help to fix it

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

Title:
  xhci_hcd: TRB DMA errors reported with ASMedia ASM1142 USB 3.1
  Controller

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


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

[Bug 1940004]

2021-09-19 Thread dion
I also have exactly same problem, but with a bit different HW.

Now it's USB DAC branded as "Qudelix-5K". As far as I understand it's
USB1 device.

[  174.358189] usb 5-2.3.2.2.1.1: new full-speed USB device number 17 using 
xhci_hcd
[  174.475229] usb 5-2.3.2.2.1.1: New USB device found, idVendor=0a12, 
idProduct=4025, bcdDevice=19.70
[  174.475232] usb 5-2.3.2.2.1.1: New USB device strings: Mfr=1, Product=8, 
SerialNumber=3
[  174.475233] usb 5-2.3.2.2.1.1: Product: Qudelix-5K USB DAC/MIC 48KHz
[  174.475234] usb 5-2.3.2.2.1.1: Manufacturer: QTIL
[  174.475235] usb 5-2.3.2.2.1.1: SerialNumber: ABCDEF0123456789

It produces corrupted sound (actually some noise) just after a few
seconds of playback if connected to Dell WD19TB thunderbolt dock
station. Issue happens with USB-A ports on dock plus one Type-C port
(front). Second Type-C port (named as "Type-C with Thunderbolt 3 port"
works.

When such noise happens I'm getting followed in dmesg:

xhci_hcd :3a:00.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 5 comp_code 1
xhci_hcd :3a:00.0: Looking for event-dma ffe940f0 trb-start 
ffe94100 trb-end ffe94100 seg-start ffe94000 seg-end 
ffe94ff0
xhci_hcd :3a:00.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 5 comp_code 1
xhci_hcd :3a:00.0: Looking for event-dma ffe949b0 trb-start 
ffe949c0 trb-end ffe949c0 seg-start ffe94000 seg-end 
ffe94ff0

I've tried to add/remove extra USB hubs (originally Qudelix was plugged
to internal USB3 hub of monitor). But even if plugged directly to dock,
it produces corrupted sound.

Another important thing: this dock has built-in Ethernet with r8153
chipset like mentioned above.

After reading comments here I've tried to disable soft retry using
followed patch:

diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 1c9a7957c45c..07cbcf50160c 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -189,10 +189,11 @@ static void xhci_pci_quirks(struct device *dev, struct 
xhci_hcd *xhci)
 
if (pdev->vendor == PCI_VENDOR_ID_INTEL) {
xhci->quirks |= XHCI_LPM_SUPPORT;
xhci->quirks |= XHCI_INTEL_HOST;
xhci->quirks |= XHCI_AVOID_BEI;
+   xhci->quirks |= XHCI_NO_SOFT_RETRY;
}
if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
pdev->device == PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI) {
xhci->quirks |= XHCI_EP_LIMIT_QUIRK;
xhci->limit_active_eps = 64;

And it completely fixed issue for me. DAC produces clear sound even if
connected through chain of two hubs!


PS. 
lspci -k -nn | grep -B2 xhci 
00:14.0 USB controller [0c03]: Intel Corporation Comet Lake PCH-LP USB 3.1 xHCI 
Host Controller [8086:02ed]
Subsystem: Hewlett-Packard Company Comet Lake PCH-LP USB 3.1 xHCI Host 
Controller [103c:8724]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
--
37:00.0 USB controller [0c03]: Intel Corporation JHL7540 Thunderbolt 3 USB 
Controller [Titan Ridge 4C 2018] [8086:15ec] (rev 06)
Subsystem: Hewlett-Packard Company JHL7540 Thunderbolt 3 USB Controller 
[Titan Ridge 4C 2018] [103c:8723]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
--
3a:00.0 USB controller [0c03]: Intel Corporation JHL7540 Thunderbolt 3 USB 
Controller [Titan Ridge DD 2018] [8086:15f0] (rev 06)
Subsystem: Intel Corporation JHL7540 Thunderbolt 3 USB Controller 
[Titan Ridge DD 2018] [8086:]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

5.14.6 kernel

Hope that this will help to fix it

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

Title:
  xhci_hcd :00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect
  slot or ep state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-upgrader/+bug/1940004/+subscriptions


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

[Bug 1891916] Re: virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 fails to build with kernel 5.8

2021-01-09 Thread Dion Paragas
I am also experiencing this problem and VirtualBox is critical software
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/1891916

Title:
  virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 fails to build with
  kernel 5.8

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

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

[Bug 1898941] [NEW] Installing Ubuntu 20.04 over existing system

2020-10-07 Thread Gilbert Dion
Public bug reported:

Trying to install Ubuntu 20.04 over existing partition of Ubuntu 188.04 on a 
dual boot iMac computer with OSX. First, the installing program could not 
install grub on sda. I decided I would install it manually later. Then the 
program crashed and here I am.
I cannot run any lsb_release or nothing: I went directly to Install Ubuntu 
instead of first Try Ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/main/m/mesa/libgl1-mesa-dri_20.0.8-0ubuntu1~20.04.1_i386.deb
CasperMD5CheckResult: skip
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct  7 17:59:55 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 LANGUAGE=fr_CA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_CA.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2 ubuntu

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

Title:
  Installing Ubuntu 20.04 over existing system

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

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

[Bug 1872184] Re: nvidia driver installed but i cant use nvidia card the system keeps using intel graphic device

2020-04-12 Thread Dion
problem fixed.

after upgrade and disable secure boot

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

Title:
  nvidia driver installed but i cant use nvidia card the system keeps
  using intel graphic device

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

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

[Bug 1872184] Re: nvidia driver installed but i cant use nvidia card the system keeps using intel graphic device

2020-04-11 Thread Dion
$ prime-select query
nvidia

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

Title:
  nvidia driver installed but i cant use nvidia card the system keeps
  using intel graphic device

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

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

[Bug 1872184] Re: nvidia driver installed but i cant use nvidia card the system keeps using intel graphic device

2020-04-11 Thread Dion
$ ubuntu-drivers devices
== /sys/devices/pci:00/:00:01.0/:01:00.0 ==
modalias : pci:v10DEd1C8Csv1028sd086Fbc03sc02i00
vendor   : NVIDIA Corporation
model: GP107M [GeForce GTX 1050 Ti Mobile]
driver   : nvidia-driver-440 - distro non-free recommended
driver   : nvidia-driver-435 - distro non-free
driver   : nvidia-driver-390 - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin

== /sys/devices/pci:00/:00:14.3 ==
modalias : pci:v8086dA370sv8086sd42A4bc02sc80i00
vendor   : Intel Corporation
model: Wireless-AC 9560 [Jefferson Peak]
manual_install: True
driver   : backport-iwlwifi-dkms - distro free

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

Title:
  nvidia driver installed but i cant use nvidia card the system keeps
  using intel graphic device

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

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

[Bug 1872184] Re: nvidia driver installed but i cant use nvidia card the system keeps using intel graphic device

2020-04-11 Thread Dion
$ dkms status

nvidia, 440.64, 5.4.0-23-generic, x86_64: installed (WARNING! Diff
between built and installed module!) (WARNING! Diff between built and
installed module!) (WARNING! Diff between built and installed module!)

$ nvidia-settings -q all

ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system

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

Title:
  nvidia driver installed but i cant use nvidia card the system keeps
  using intel graphic device

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

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

[Bug 1872184] [NEW] nvidia driver installed but i cant use nvidia card the system keeps using intel graphic device

2020-04-11 Thread Dion
Public bug reported:

nvidia driver installed but i cant use nvidia card the system keeps
using intel graphic device, i cant switch to nvidia and cant enquery the
card, when i use nvidia-smi i got the following output:

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA
driver. Make sure that the latest NVIDIA driver is installed and
running.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: nvidia-driver-440 440.64-0ubuntu3
ProcVersionSignature: Ubuntu 5.4.0-23.27-generic 5.4.29
Uname: Linux 5.4.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu26
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 11 13:41:57 2020
InstallationDate: Installed on 2020-03-18 (23 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: nvidia-graphics-drivers-440
UpgradeStatus: Upgraded to focal on 2020-03-19 (23 days ago)

** Affects: nvidia-graphics-drivers-440 (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/1872184

Title:
  nvidia driver installed but i cant use nvidia card the system keeps
  using intel graphic device

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

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

[Bug 1729635] Re: No display after upgrading to 17.10 with kernel 4.13

2017-11-03 Thread Gilbert Dion
** Tags added: kernel-bug-exists-upstream

** 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/1729635

Title:
  No display after upgrading to 17.10 with kernel 4.13

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

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

[Bug 1729635] [NEW] No display after upgrading to 17.10 with kernel 4.13

2017-11-02 Thread Gilbert Dion
Public bug reported:

Right after grub is loaded, the screen goes black. The boot process goes
normally however. I can enter my session and shut down the computer like
I would with eyes closed, knowing what keyboard keys to hit.

Display is back on when selecting a recovery session, like this one,
i.e. a Xorg session (otherwise I could not report this). Same Xorg low
graphics occurs when adding nomodeset to grub parameters, which gives me
a 1920x1440 display instead of 2560x1440.

PLease note that the grub parameter "acpi_backlight=none" is mandatory
in order to get the display back after a sleep mode. This was not the
case with previous kernel.

I do not know if this will help, but note that I have always had
problems with the graphic card. After sleep mode the display always
comes back at full brightness no matter what low settings it was before
the sleep mode.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-16-generic 4.13.0-16.19
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gilbert   28962 F pulseaudio
 /dev/snd/controlC1:  gilbert   28962 F pulseaudio
CurrentDesktop: Unity:Unity7:ubuntu
Date: Thu Nov  2 11:44:39 2017
HibernationDevice: RESUME=UUID=909ad59a-dce8-4e98-b3fe-28db48e55878
InstallationDate: Installed on 2017-01-09 (297 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: Apple Inc. iMac10,1
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=341524db-b27a-47bc-a41a-0cf8ded79b42 ro recovery nomodeset
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-16-generic N/A
 linux-backports-modules-4.13.0-16-generic  N/A
 linux-firmware 1.169
SourcePackage: linux
UpgradeStatus: Upgraded to artful on 2017-10-25 (8 days ago)
dmi.bios.date: 09/03/09
dmi.bios.vendor: Apple Inc.
dmi.bios.version: IM101.88Z.00CC.B00.0909031926
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F2268DC8
dmi.board.vendor: Apple Inc.
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F2268DC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrIM101.88Z.00CC.B00.0909031926:bd09/03/09:svnAppleInc.:pniMac10,1:pvr1.0:rvnAppleInc.:rnMac-F2268DC8:rvr:cvnAppleInc.:ct13:cvrMac-F2268DC8:
dmi.product.family: Mac
dmi.product.name: iMac10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug artful

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

Title:
  No display after upgrading to 17.10 with kernel 4.13

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

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

[Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2017-09-09 Thread Dion Bonner
This is affecting me on Mythbuntu 16.0.4.3 - with all updates applied as
of 10.09.2017.  Machine is an Intel NUC NUC6CAYS.

Display is a Panasonic TV connected via HDMI.

As with other users above running xrandr --output 'DP-1' --mode
'1920x1080' brings the display back to life, as does restarting X11.
The problem can be cured by killing xfsettingsd.

dmesg and Xorg.log (concatenated together) attached so that you can get
a sense of the hardware involved.

Sorry not sure whether this issue is Ubuntu specific or whether the bug
belongs upstream with the XFCE guys.  Happy to help in any way I can.

** Attachment added: "dmesg_and_xorg.log_concatenated_together"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1308105/+attachment/4947276/+files/dmesg_and_xorg.log_concatenated_together

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

Title:
  Xfce resets TV mode to NULL when power cycled

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

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

[Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2017-09-09 Thread Dion Bonner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308105

Title:
  Xfce resets TV mode to NULL when power cycled

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

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

[Bug 1659482] [NEW] grub-efi-amd64-signed cant be installed

2017-01-25 Thread Gilbert Dion
Public bug reported:

Cant install ubuntu 16.04 from usb key .

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Thu Jan 26 00:06:18 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=fr_CA.UTF-8
 PATH=(custom, no user)
 LANG=fr_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  grub-efi-amd64-signed cant be installed

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

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


[Bug 1657136] [NEW] package ipmiutil (not installed) failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-01-17 Thread Gilbert Dion
Public bug reported:

Following some advice, I installed this package. It failed, I don't know
why. Anyway, I uninstalled it.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: ipmiutil (not installed)
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
AptOrdering:
 libtirpc1:amd64: Install
 rpcbind:amd64: Install
 ipmiutil:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Jan 17 01:23:29 2017
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2017-01-09 (8 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.3
SourcePackage: ipmiutil
Title: package ipmiutil (not installed) failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package yakkety

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

Title:
  package ipmiutil (not installed) failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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

[Bug 1651668] [NEW] it just says there is a system problem package libapt-inst1.5:amd64 1.0.1ubuntu2.17 failed to install/upgrade: package libapt-inst1.5:amd64 is already installed and configured

2016-12-21 Thread Dion Ward
Public bug reported:

just says there is a system problem

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libapt-inst1.5:amd64 1.0.1ubuntu2.17
ProcVersionSignature: Ubuntu 4.4.0-53.74~14.04.1-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
AptdaemonVersion: 1.1.1-1ubuntu5.2
Architecture: amd64
CrashReports:
 600:0:116:514738:2016-12-21 16:54:17.049696207 +0900:2016-12-21 
16:54:18.049696207 +0900:/var/crash/libapt-inst1.5:amd64.0.crash
 600:0:116:514716:2016-12-21 16:54:18.077696241 +0900:2016-12-21 
16:54:18.065696242 +0900:/var/crash/apt-utils.0.crash
 600:0:116:514753:2016-12-21 16:54:18.061696242 +0900:2016-12-21 
16:54:18.049696242 +0900:/var/crash/update-notifier-common.0.crash
Date: Wed Dec 21 16:54:17 2016
DuplicateSignature: package:libapt-inst1.5:amd64:1.0.1ubuntu2.17:package 
libapt-inst1.5:amd64 is already installed and configured
ErrorMessage: package libapt-inst1.5:amd64 is already installed and configured
InstallationDate: Installed on 2016-12-08 (13 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: dpkg
Title: package libapt-inst1.5:amd64 1.0.1ubuntu2.17 failed to install/upgrade: 
package libapt-inst1.5:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package need-duplicate-check trusty

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

Title:
  it just says there is a system problem  package libapt-inst1.5:amd64
  1.0.1ubuntu2.17 failed to install/upgrade: package libapt-
  inst1.5:amd64 is already installed and configured

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

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


[Bug 1626301] [NEW] package git-daemon-run 1:2.7.4-0ubuntu1 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2016-09-21 Thread Rémi Dion
Public bug reported:

every time i reboot since i installed git-all

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: git-daemon-run 1:2.7.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Wed Sep 21 14:15:37 2016
ErrorMessage: problèmes de dépendances - laissé non configuré
InstallationDate: Installed on 2016-07-30 (53 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: git
Title: package git-daemon-run 1:2.7.4-0ubuntu1 failed to install/upgrade: 
problèmes de dépendances - laissé non configuré
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.sv.git-daemon.log.run: [deleted]
modified.conffile..etc.sv.git-daemon.run: [deleted]

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


** Tags: amd64 apport-package xenial

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

Title:
  package git-daemon-run 1:2.7.4-0ubuntu1 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

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

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

[Bug 1605320] [NEW] Nvida does wierd

2016-07-21 Thread dion
Public bug reported:

when i start the nvidia x servers it dont show me the full settings
list, try to reinstall it but it dint change

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 [  OK  ] Started LSB: Speech Dispatcher.
 [  OK  ] Started LSB: Set the CPU Frequency Scaling governor to 
"ondemand".
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jul 21 18:44:29 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-31-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Haswell-ULT Integrated Graphics 
Controller [1025:0971]
   Subsystem: Acer Incorporated [ALI] GK208M [GeForce 920M] [1025:0971]
InstallationDate: Installed on 2016-07-17 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Acer Aspire E5-772G
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/28/2015
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.09
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Aspire E5-772G
dmi.board.vendor: Acer
dmi.board.version: V1.09
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.09
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.09:bd07/28/2015:svnAcer:pnAspireE5-772G:pvrV1.09:rvnAcer:rnAspireE5-772G:rvrV1.09:cvnAcer:ct10:cvrV1.09:
dmi.product.name: Aspire E5-772G
dmi.product.version: V1.09
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Jul 21 18:36:47 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nouveau" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nouveau" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id4509 
 vendor AUO
xserver.version: 2:1.18.3-1ubuntu2.2

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


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

** Attachment added: "Screenshot from 2016-07-21 18-47-10.png"
   
https://bugs.launchpad.net/bugs/1605320/+attachment/4704780/+files/Screenshot%20from%202016-07-21%2018-47-10.png

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

Title:
  Nvida does wierd

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

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


[Bug 1605319] [NEW] Nvida does wierd

2016-07-21 Thread dion
Public bug reported:

when i start the nvidia x servers it dont show me the full settings
list, try to reinstall it but it dint change

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 [  OK  ] Started LSB: Speech Dispatcher.
 [  OK  ] Started LSB: Set the CPU Frequency Scaling governor to 
"ondemand".
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jul 21 18:44:29 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-31-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Haswell-ULT Integrated Graphics 
Controller [1025:0971]
   Subsystem: Acer Incorporated [ALI] GK208M [GeForce 920M] [1025:0971]
InstallationDate: Installed on 2016-07-17 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Acer Aspire E5-772G
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/28/2015
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.09
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Aspire E5-772G
dmi.board.vendor: Acer
dmi.board.version: V1.09
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.09
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.09:bd07/28/2015:svnAcer:pnAspireE5-772G:pvrV1.09:rvnAcer:rnAspireE5-772G:rvrV1.09:cvnAcer:ct10:cvrV1.09:
dmi.product.name: Aspire E5-772G
dmi.product.version: V1.09
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Jul 21 18:36:47 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nouveau" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nouveau" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id4509 
 vendor AUO
xserver.version: 2:1.18.3-1ubuntu2.2

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


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

** Attachment added: "Screenshot from 2016-07-21 18-47-10.png"
   
https://bugs.launchpad.net/bugs/1605319/+attachment/4704779/+files/Screenshot%20from%202016-07-21%2018-47-10.png

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

Title:
  Nvida does wierd

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

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


[Bug 1525270] Re: 10ec:8192 WiFi Realtek 8192E disconnects after a while and fails to reconnect

2015-12-20 Thread Gilbert Dion
Can you help me please: I can't figure out which mailing list you are
talking about. Where can I find this address, or the addresses of Larry
FInger and the others.

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

Title:
  10ec:8192 WiFi Realtek 8192E disconnects after a while and fails to
  reconnect

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

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


[Bug 1525270] Re: 10ec:8192 WiFi Realtek 8192E disconnects after a while and fails to reconnect

2015-12-20 Thread Gilbert Dion
ok, I found this:

RTL8192CE WIRELESS DRIVER
M:  Larry Finger 
M:  Chaoming Li 
L:  linux-wirel...@vger.kernel.org
W:  http://wireless.kernel.org/
T:  git 
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
S:  Maintained
F:  drivers/net/wireless/rtlwifi/
F:  drivers/net/wireless/rtlwifi/rtl8192ce/

but there is no "Realtek WlanFAE".

I'll send my report Tuesday or https://bugs.launchpad.net/bugs/1525270

Title:
  10ec:8192 WiFi Realtek 8192E disconnects after a while and fails to
  reconnect

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

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


Re: [Bug 1482435] Re: Wi-Fi not working after Sleep

2015-12-20 Thread Gilbert Dion
I am sorry, I have no longer access to the computer on which this happened.
It belonged to a friend of a friend of mine and now the guy got back home
with it. He lives in another city. I can't even remember his name. Too bad!


Gilbert Dion

g

2015-12-19 13:20 GMT-05:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> Gilbert Dion, thank you for taking the time to report this bug and helping
> to make Ubuntu better. Please execute the following command only once, as
> it will automatically gather debugging information, in a terminal:
> apport-collect 1482435
>
> ** Package changed: linux-lts-utopic (Ubuntu) => linux (Ubuntu)
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: linux (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1482435
>
> Title:
>   Wi-Fi not working after Sleep
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   After sleep mode, the Wi-Fi chip is not recognized by the kernel
>   module and therefore is not available. It is recognized after a reboot
>   or after hibernating though.
>
>   I have tried a lot of possibilities. Someone suggested the following
> command:
>   sudo nmcli nm sleep false
>   But it does nothing.
>
>   This has nothing to do with the hardware Wi-Fi switch. I know its
>   purpose and tried switching on and off.
>
>   Also, the output of the command nmcli nm, nmcli c and nmcli d after
>   coming back from sleep mode is showed below. Notice nmcli d shows no
>   wlan1 device (which is how my wireless device is identified normally).
>
>   mario@mario-Compaq-Presario-laptop:~$ nmcli nm
>   ÉTAT FONCT. ÉTATMATÉRIEL-WIFI   WIFI
>  MATÉRIEL-WWAN   WWAN
>   actif   connectéactivé  activé activé
>   activé
>
>   mario@mario-Compaq-Presario-laptop:~$ nmcli c
>   NOM   UUID   TYPE
>   TIMESTAMP-REAL
>   Connexion filaire 1   cdf0b2eb-484c-4cb9-85fe-ca2d4b717505
>  802-3-ethernetmar 04 aoû 2015 23:06:56 EDT
>   JeLisVosCourriels dcefe472-5b7b-4ae5-9066-0acdf1aec24b
>  802-11-wireless   mar 04 aoû 2015 22:57:57 EDT
>
>   mario@mario-Compaq-Presario-laptop:~$ nmcli d
>   PÉRIPHÉRIQUE TYPE  ÉTAT
>   eth1   802-3-ethernetconnecté
>
>   Last but not least, the output of dmesg | grep iwl  (after sleep) is
>   [  693.890526] iwl3945 :01:00.0: bad EEPROM
> signature,EEPROM_GP=0x0007
>   [  693.890532] iwl3945 :01:00.0: EEPROM not found,
> EEPROM_GP=0x
>   [  693.890563] iwl3945 :01:00.0: Unable to init EEPROM
>   [  693.890713] iwl3945: probe of :01:00.0 failed with error -2
>
>   And I think this tells it all.
>
>   Ubuntu release 14.04 Ubuntu 14.04.2 LTS
>   Wi-Fi chip is Intel 3945ABG and module is iwl3945.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.16.0-45-generic 3.16.0-45.60~14.04.1
>   ProcVersionSignature: Ubuntu 3.16.0-45.60~14.04.1-generic 3.16.7-ckt14
>   Uname: Linux 3.16.0-45-generic x86_64
>   NonfreeKernelModules: wl
>   ApportVersion: 2.14.1-0ubuntu3.11
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Thu Aug  6 19:49:20 2015
>   InstallationDate: Installed on 2015-07-25 (12 days ago)
>   InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64
> (20150218.1)
>   SourcePackage: linux-lts-utopic
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1482435/+subscriptions
>

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

Title:
  Wi-Fi not working after Sleep

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

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

[Bug 1525270] Re: Wi-Fi Realtek 8192E disconnects after a while and fails to reconnect

2015-12-17 Thread Gilbert Dion
** Summary changed:

- Wi-Di Realtek 8192E disconnects after a while and fails to reconnect
+ Wi-Fi Realtek 8192E disconnects after a while and fails to reconnect

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

Title:
  Wi-Fi Realtek 8192E disconnects after a while and fails to reconnect

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

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


[Bug 1525270] Re: Wi-Fi Realtek 8192E disconnects after a while and fails to reconnect

2015-12-17 Thread Gilbert Dion
Since the Samsung bios updater is Windows only, I had to create a
partition and install Windows on it to perform the update.

The update did not change anything.

Here is the output of dmidecode -s bios-version and dmidecode -s bios-
release-date

11JB.M044.20100622.hkk
06/22/2010


** 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/1525270

Title:
  Wi-Fi Realtek 8192E disconnects after a while and fails to reconnect

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

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


Re: [Bug 1525270] Re: Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

2015-12-16 Thread Gilbert Dion
Samsung Notebook
Model NP-R580
Model Code NP-R580-JS03CA

Note: I have seen this wireless card issue in various forums on different
machines back from 2011.

g

2015-12-16 7:10 GMT-05:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> Gilbert Dion, could you please provide the full computer model as noted
> on the sticker of the computer itself (not from the Bug Description)?
>
> ** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
> upstream-4.4-rc5
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1525270
>
> Title:
>   Wi-Di Realtek 8192E disconnects after a while and fails to reconnect
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   A few minutes after booting my Samsung R580 laptop, the Wi-Fi
>   disconnects and it fails to reconnect until I restart the machine.
>   This happens with all the 64 bit versions of Ubuntu I tried, from
>   14.04 to 15.10. With the 32 bit versions, everything runs perfectly.
>   No loss of connection at all, even after 48 hours in a row.
>
>   Here is the output of iwconfig after loss of connexion:
>
>   eth7  no wireless extensions.
>
>   lono wireless extensions.
>
>   wlan6 802.11bgn  ESSID:"JeLisVosCourriels"  Nickname:"rtl8192E"
> Mode:Managed  Frequency=2.417 GHz  Access Point: Not-Associated
> Bit Rate:19.5 Mb/s
> Retry min limit:7   RTS thr:off   Fragment thr:off
> Power Management:off
> Link Quality=10/100  Signal level=0 dBm  Noise level=-100 dBm
> Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> Tx excessive retries:0  Invalid misc:0   Missed beacon:0
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.10
>   Package: linux-image-4.2.0-19-generic 4.2.0-19.23
>   ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
>   Uname: Linux 4.2.0-19-generic x86_64
>   ApportVersion: 2.19.1-0ubuntu5
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  gilbert3115 F pulseaudio
>/dev/snd/controlC0:  gilbert3115 F pulseaudio
>   CurrentDesktop: Unity
>   Date: Fri Dec 11 09:27:18 2015
>   HibernationDevice: RESUME=UUID=e19f92d5-541f-412f-b5b0-7d97bfa1b7ec
>   InstallationDate: Installed on 2015-12-03 (7 days ago)
>   InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64
> (20141022.1)
>   MachineType: SAMSUNG ELECTRONICS CO., LTD. R580
>   ProcFB: 0 nouveaufb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic
> root=UUID=f6b1d099-6ed1-4e82-823a-352535c7596c ro quiet splash vt.handoff=7
>   RelatedPackageVersions:
>linux-restricted-modules-4.2.0-19-generic N/A
>linux-backports-modules-4.2.0-19-generic  N/A
>linux-firmware1.149.3
>   SourcePackage: linux
>   UpgradeStatus: Upgraded to wily on 2015-12-03 (7 days ago)
>   dmi.bios.date: 12/21/2009
>   dmi.bios.vendor: Phoenix Technologies Ltd.
>   dmi.bios.version: 04JB.M014.20091221.hkk
>   dmi.board.asset.tag: Tag 12345
>   dmi.board.name: R580
>   dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
>   dmi.board.version: Not Applicable
>   dmi.chassis.asset.tag: No Asset Tag
>   dmi.chassis.type: 9
>   dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
>   dmi.chassis.version: N/A
>   dmi.modalias:
> dmi:bvnPhoenixTechnologiesLtd.:bvr04JB.M014.20091221.hkk:bd12/21/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnR580:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR580:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
>   dmi.product.name: R580
>   dmi.product.version: Not Applicable
>   dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1525270/+subscriptions
>

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

Title:
  Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

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

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


[Bug 1525270] Re: Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

2015-12-14 Thread Gilbert Dion
Sorry, I don't know how to add a tag. This tag would be "kernel-bug-
exists-upstream". And the bug is already marked as "Confirmed".

** Description changed:

  A few minutes after booting my Samsung R580 laptop, the Wi-Fi
  disconnects and it fails to reconnect until I restart the machine. This
  happens with all the 64 bit versions of Ubuntu I tried, from 14.04 to
  15.10. With the 32 bit versions, everything runs perfectly. No loss of
  connection at all, even after 48 hours in a row.
  
  Here is the output of iwconfig after loss of connexion:
  
  eth7  no wireless extensions.
  
  lono wireless extensions.
  
  wlan6 802.11bgn  ESSID:"JeLisVosCourriels"  Nickname:"rtl8192E"
-   Mode:Managed  Frequency=2.417 GHz  Access Point: Not-Associated   
-   Bit Rate:19.5 Mb/s   
-   Retry min limit:7   RTS thr:off   Fragment thr:off
-   Power Management:off
-   Link Quality=10/100  Signal level=0 dBm  Noise level=-100 dBm
-   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
-   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
+   Mode:Managed  Frequency=2.417 GHz  Access Point: Not-Associated
+   Bit Rate:19.5 Mb/s
+   Retry min limit:7   RTS thr:off   Fragment thr:off
+   Power Management:off
+   Link Quality=10/100  Signal level=0 dBm  Noise level=-100 dBm
+   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
+   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-19-generic 4.2.0-19.23
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  gilbert3115 F pulseaudio
-  /dev/snd/controlC0:  gilbert3115 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  gilbert3115 F pulseaudio
+  /dev/snd/controlC0:  gilbert3115 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Dec 11 09:27:18 2015
  HibernationDevice: RESUME=UUID=e19f92d5-541f-412f-b5b0-7d97bfa1b7ec
  InstallationDate: Installed on 2015-12-03 (7 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R580
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=f6b1d099-6ed1-4e82-823a-352535c7596c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-4.2.0-19-generic N/A
-  linux-backports-modules-4.2.0-19-generic  N/A
-  linux-firmware1.149.3
+  linux-restricted-modules-4.2.0-19-generic N/A
+  linux-backports-modules-4.2.0-19-generic  N/A
+  linux-firmware1.149.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to wily on 2015-12-03 (7 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 04JB.M014.20091221.hkk
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: R580
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr04JB.M014.20091221.hkk:bd12/21/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnR580:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR580:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: R580
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

Title:
  Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

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

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

[Bug 1525270] [NEW] Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

2015-12-11 Thread Gilbert Dion
Public bug reported:

A few minutes after booting my Samsung R580 laptop, the Wi-Fi
disconnects and it fails to reconnect until I restart the machine. This
happens with all the 64 bit versions of Ubuntu I tried, from 14.04 to
15.10. With the 32 bit versions, everything runs perfectly. No loss of
connection at all, even after 48 hours in a row.

Here is the output of iwconfig after loss of connexion:

eth7  no wireless extensions.

lono wireless extensions.

wlan6 802.11bgn  ESSID:"JeLisVosCourriels"  Nickname:"rtl8192E"
  Mode:Managed  Frequency=2.417 GHz  Access Point: Not-Associated   
  Bit Rate:19.5 Mb/s   
  Retry min limit:7   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=10/100  Signal level=0 dBm  Noise level=-100 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-19-generic 4.2.0-19.23
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gilbert3115 F pulseaudio
 /dev/snd/controlC0:  gilbert3115 F pulseaudio
CurrentDesktop: Unity
Date: Fri Dec 11 09:27:18 2015
HibernationDevice: RESUME=UUID=e19f92d5-541f-412f-b5b0-7d97bfa1b7ec
InstallationDate: Installed on 2015-12-03 (7 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. R580
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=f6b1d099-6ed1-4e82-823a-352535c7596c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-19-generic N/A
 linux-backports-modules-4.2.0-19-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UpgradeStatus: Upgraded to wily on 2015-12-03 (7 days ago)
dmi.bios.date: 12/21/2009
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 04JB.M014.20091221.hkk
dmi.board.asset.tag: Tag 12345
dmi.board.name: R580
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr04JB.M014.20091221.hkk:bd12/21/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnR580:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR580:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: R580
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug wily

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

Title:
  Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

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

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


Re: [Bug 1525270] Re: Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

2015-12-11 Thread Gilbert Dion
Title should read "Wi-Fi Realtek 8192E" etc.

g

2015-12-11 18:45 GMT-05:00 Alberto Salvia Novella
:

> ** Changed in: linux (Ubuntu)
>Importance: Undecided => High
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1525270
>
> Title:
>   Wi-Di Realtek 8192E disconnects after a while and fails to reconnect
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   A few minutes after booting my Samsung R580 laptop, the Wi-Fi
>   disconnects and it fails to reconnect until I restart the machine.
>   This happens with all the 64 bit versions of Ubuntu I tried, from
>   14.04 to 15.10. With the 32 bit versions, everything runs perfectly.
>   No loss of connection at all, even after 48 hours in a row.
>
>   Here is the output of iwconfig after loss of connexion:
>
>   eth7  no wireless extensions.
>
>   lono wireless extensions.
>
>   wlan6 802.11bgn  ESSID:"JeLisVosCourriels"  Nickname:"rtl8192E"
> Mode:Managed  Frequency=2.417 GHz  Access Point: Not-Associated
> Bit Rate:19.5 Mb/s
> Retry min limit:7   RTS thr:off   Fragment thr:off
> Power Management:off
> Link Quality=10/100  Signal level=0 dBm  Noise level=-100 dBm
> Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> Tx excessive retries:0  Invalid misc:0   Missed beacon:0
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.10
>   Package: linux-image-4.2.0-19-generic 4.2.0-19.23
>   ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
>   Uname: Linux 4.2.0-19-generic x86_64
>   ApportVersion: 2.19.1-0ubuntu5
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  gilbert3115 F pulseaudio
>/dev/snd/controlC0:  gilbert3115 F pulseaudio
>   CurrentDesktop: Unity
>   Date: Fri Dec 11 09:27:18 2015
>   HibernationDevice: RESUME=UUID=e19f92d5-541f-412f-b5b0-7d97bfa1b7ec
>   InstallationDate: Installed on 2015-12-03 (7 days ago)
>   InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64
> (20141022.1)
>   MachineType: SAMSUNG ELECTRONICS CO., LTD. R580
>   ProcFB: 0 nouveaufb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic
> root=UUID=f6b1d099-6ed1-4e82-823a-352535c7596c ro quiet splash vt.handoff=7
>   RelatedPackageVersions:
>linux-restricted-modules-4.2.0-19-generic N/A
>linux-backports-modules-4.2.0-19-generic  N/A
>linux-firmware1.149.3
>   SourcePackage: linux
>   UpgradeStatus: Upgraded to wily on 2015-12-03 (7 days ago)
>   dmi.bios.date: 12/21/2009
>   dmi.bios.vendor: Phoenix Technologies Ltd.
>   dmi.bios.version: 04JB.M014.20091221.hkk
>   dmi.board.asset.tag: Tag 12345
>   dmi.board.name: R580
>   dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
>   dmi.board.version: Not Applicable
>   dmi.chassis.asset.tag: No Asset Tag
>   dmi.chassis.type: 9
>   dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
>   dmi.chassis.version: N/A
>   dmi.modalias:
> dmi:bvnPhoenixTechnologiesLtd.:bvr04JB.M014.20091221.hkk:bd12/21/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnR580:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR580:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
>   dmi.product.name: R580
>   dmi.product.version: Not Applicable
>   dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1525270/+subscriptions
>

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

Title:
  Wi-Di Realtek 8192E disconnects after a while and fails to reconnect

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

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


[Bug 1482435] [NEW] Wi-Fi not working after Sleep

2015-08-06 Thread Gilbert Dion
Public bug reported:

After sleep mode, the Wi-Fi chip is not recognized by the kernel module
and therefore is not available. It is recognized after a reboot or after
hibernating though.

I have tried a lot of possibilities. Someone suggested the following command:
sudo nmcli nm sleep false
But it does nothing.

This has nothing to do with the hardware Wi-Fi switch. I know its
purpose and tried switching on and off.

Also, the output of the command nmcli nm, nmcli c and nmcli d after
coming back from sleep mode is showed below. Notice nmcli d shows no
wlan1 device (which is how my wireless device is identified normally).

mario@mario-Compaq-Presario-laptop:~$ nmcli nm
ÉTAT FONCT. ÉTATMATÉRIEL-WIFI   WIFI   MATÉRIEL-WWAN   WWAN 
 
actif   connectéactivé  activé activé  
activé

mario@mario-Compaq-Presario-laptop:~$ nmcli c
NOM   UUID   TYPE   
   TIMESTAMP-REAL
Connexion filaire 1   cdf0b2eb-484c-4cb9-85fe-ca2d4b717505   802-3-ethernet 
   mar 04 aoû 2015 23:06:56 EDT  
JeLisVosCourriels dcefe472-5b7b-4ae5-9066-0acdf1aec24b   
802-11-wireless   mar 04 aoû 2015 22:57:57 EDT  

mario@mario-Compaq-Presario-laptop:~$ nmcli d
PÉRIPHÉRIQUE TYPE  ÉTAT 
eth1   802-3-ethernetconnecté 

Last but not least, the output of dmesg | grep iwl  (after sleep) is 
[  693.890526] iwl3945 :01:00.0: bad EEPROM signature,EEPROM_GP=0x0007
[  693.890532] iwl3945 :01:00.0: EEPROM not found, EEPROM_GP=0x
[  693.890563] iwl3945 :01:00.0: Unable to init EEPROM
[  693.890713] iwl3945: probe of :01:00.0 failed with error -2

And I think this tells it all.

Ubuntu release 14.04 Ubuntu 14.04.2 LTS
Wi-Fi chip is Intel 3945ABG and module is iwl3945.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-45-generic 3.16.0-45.60~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-45.60~14.04.1-generic 3.16.7-ckt14
Uname: Linux 3.16.0-45-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug  6 19:49:20 2015
InstallationDate: Installed on 2015-07-25 (12 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: linux-lts-utopic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Wi-Fi not working after Sleep

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

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

[Bug 1482435] Re: Wi-Fi not working after Sleep

2015-08-06 Thread Gilbert Dion
Someone at Canonical told me it is surely a kernel or module bug. Every
software or command line solution have been tried.

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

Title:
  Wi-Fi not working after Sleep

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

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


Re: [Bug 1453307] Re: The booting process ends in a terminal. No lightdm, no graphic screen. The file system is read only. It is a systemd problem, because I can use upstart with no problem.

2015-06-12 Thread Gilbert Dion
*** This bug is a duplicate of bug 1431743 ***
https://bugs.launchpad.net/bugs/1431743

That was it. I changed the invalid UUID for the correct one and everything
is fine now. As I can see, I was not the only one to have this problem.
Thank you Martin for your excellent support!

g

2015-06-12 3:43 GMT-04:00 Martin Pitt martin.p...@ubuntu.com:

 *** This bug is a duplicate of bug 1431743 ***
 https://bugs.launchpad.net/bugs/1431743

 Thanks for the journal! Here we are:

 Jun 07 14:03:23 gilbert-iMac systemd[1]: Starting Remount Root and Kernel
 File Systems...
 Jun 07 14:03:26 gilbert-iMac systemd-remount-fs[522]: mount: can't find
 UUID=8cf7c301-3916-43a5-bef4-57bb02a1cdc3
 Jun 07 14:03:26 gilbert-iMac systemd-remount-fs[522]: /bin/mount for /
 exited with exit status 1.
 Jun 07 14:03:26 gilbert-iMac systemd[1]: systemd-remount-fs.service: main
 process exited, code=exited, status=1/FAILURE

 So it seems your /etc/fstab contains an invalid entry for the root
 partition. Can you please check sudo blkid for what the correct UUID
 is for your root partition, and update it in /etc/fstab? If you don't
 know how to do that, please just give me the output of

   cat /etc/fstab
   sudo blkid

 (under upstart is fine), and I'll tell you how to adjust it.

 ** This bug has been marked a duplicate of bug 1431743
fails to boot with broken or missing root fs fstab entry

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1453307

 Title:
   The booting process ends in a terminal. No lightdm, no graphic screen.
   The file system is read only. It is a systemd problem, because I can
   use upstart with no problem.

 Status in systemd package in Ubuntu:
   Incomplete

 Bug description:
   1) Release: Ubuntu 15.04
   2) version of the package: systemd-sysv 219-7ubuntu4
   3) Expecting: login screen (lightdm)
   4)  happened: terminal screen non graphic and a read only system.

   ProblemType: Bug
   DistroRelease: Ubuntu 15.04
   Package: systemd 219-7ubuntu4
   ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
   Uname: Linux 3.19.0-16-generic x86_64
   ApportVersion: 2.17.2-0ubuntu1
   Architecture: amd64
   CurrentDesktop: Unity
   Date: Fri May  8 18:53:26 2015
   InstallationDate: Installed on 2014-12-27 (132 days ago)
   InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64
 (20141022.1)
   MachineType: Apple Inc. iMac10,1
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic
 root=UUID=8915439c-a0c3-4d55-a3c8-652c6c35ad99 ro quiet splash acpi=force
 modeset=0 reboot=pci vt.handoff=7
   SourcePackage: systemd
   SystemdDelta:
[EXTENDED]   /lib/systemd/system/systemd-timesyncd.service →
 /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED]   /etc/systemd/system/display-manager.service →
 /lib/systemd/system/display-manager.service.d/xdiagnose.conf

2 overridden configuration files found.
   UpgradeStatus: Upgraded to vivid on 2015-05-04 (4 days ago)
   dmi.bios.date: 09/03/09
   dmi.bios.vendor: Apple Inc.
   dmi.bios.version: IM101.88Z.00CC.B00.0909031926
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: Mac-F2268DC8
   dmi.board.vendor: Apple Inc.
   dmi.chassis.asset.tag: Asset Tag#
   dmi.chassis.type: 13
   dmi.chassis.vendor: Apple Inc.
   dmi.chassis.version: Mac-F2268DC8
   dmi.modalias:
 dmi:bvnAppleInc.:bvrIM101.88Z.00CC.B00.0909031926:bd09/03/09:svnAppleInc.:pniMac10,1:pvr1.0:rvnAppleInc.:rnMac-F2268DC8:rvr:cvnAppleInc.:ct13:cvrMac-F2268DC8:
   dmi.product.name: iMac10,1
   dmi.product.version: 1.0
   dmi.sys.vendor: Apple Inc.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453307/+subscriptions


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

Title:
  The booting process ends in a terminal. No lightdm, no graphic screen.
  The file system is read only. It is a systemd problem, because I can
  use upstart with no problem.

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

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

Re: [Bug 1453307] Re: The booting process ends in a terminal. No lightdm, no graphic screen. The file system is read only. It is a systemd problem, because I can use upstart with no problem.

2015-06-07 Thread Gilbert Dion
Hi,

Sorry, I didn't have time before today to try what you suggest.

So I added hte init=/bin/sysetmd to the grub command line and I installed
the /var/log/journal. I could open a terminal on VT 9.

When I tried to journalctl -b root/journal.txt I had the message Read
only file system. So I mounted a OSB storage device to store the journal.
Please find it attached.


g

2015-06-02 7:01 GMT-04:00 Martin Pitt martin.p...@ubuntu.com:

 OK, thanks, so /var/log/syslog is useless here. Can you please boot with
 the systemd debug shell as described in
 /usr/share/doc/systemd/README.Debian and also drop quiet and splash
 from the linux line in grub. Do you get some output then? Can you
 switch to the debug shell at Ctrl+Alt+F9? If so, please do a 'journalctl
 -b  /root/journal.txt, then reboot with upstart and attach
 /root/journal.txt here.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1453307

 Title:
   The booting process ends in a terminal. No lightdm, no graphic screen.
   The file system is read only. It is a systemd problem, because I can
   use upstart with no problem.

 Status in systemd package in Ubuntu:
   Incomplete

 Bug description:
   1) Release: Ubuntu 15.04
   2) version of the package: systemd-sysv 219-7ubuntu4
   3) Expecting: login screen (lightdm)
   4)  happened: terminal screen non graphic and a read only system.

   ProblemType: Bug
   DistroRelease: Ubuntu 15.04
   Package: systemd 219-7ubuntu4
   ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
   Uname: Linux 3.19.0-16-generic x86_64
   ApportVersion: 2.17.2-0ubuntu1
   Architecture: amd64
   CurrentDesktop: Unity
   Date: Fri May  8 18:53:26 2015
   InstallationDate: Installed on 2014-12-27 (132 days ago)
   InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64
 (20141022.1)
   MachineType: Apple Inc. iMac10,1
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic
 root=UUID=8915439c-a0c3-4d55-a3c8-652c6c35ad99 ro quiet splash acpi=force
 modeset=0 reboot=pci vt.handoff=7
   SourcePackage: systemd
   SystemdDelta:
[EXTENDED]   /lib/systemd/system/systemd-timesyncd.service →
 /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED]   /etc/systemd/system/display-manager.service →
 /lib/systemd/system/display-manager.service.d/xdiagnose.conf

2 overridden configuration files found.
   UpgradeStatus: Upgraded to vivid on 2015-05-04 (4 days ago)
   dmi.bios.date: 09/03/09
   dmi.bios.vendor: Apple Inc.
   dmi.bios.version: IM101.88Z.00CC.B00.0909031926
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: Mac-F2268DC8
   dmi.board.vendor: Apple Inc.
   dmi.chassis.asset.tag: Asset Tag#
   dmi.chassis.type: 13
   dmi.chassis.vendor: Apple Inc.
   dmi.chassis.version: Mac-F2268DC8
   dmi.modalias:
 dmi:bvnAppleInc.:bvrIM101.88Z.00CC.B00.0909031926:bd09/03/09:svnAppleInc.:pniMac10,1:pvr1.0:rvnAppleInc.:rnMac-F2268DC8:rvr:cvnAppleInc.:ct13:cvrMac-F2268DC8:
   dmi.product.name: iMac10,1
   dmi.product.version: 1.0
   dmi.sys.vendor: Apple Inc.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453307/+subscriptions



** Attachment added: journal.txt
   
https://bugs.launchpad.net/bugs/1453307/+attachment/4411176/+files/journal.txt

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

Title:
  The booting process ends in a terminal. No lightdm, no graphic screen.
  The file system is read only. It is a systemd problem, because I can
  use upstart with no problem.

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

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

Re: [Bug 1453307] Re: The booting process ends in a terminal. No lightdm, no graphic screen. The file system is read only. It is a systemd problem, because I can use upstart with no problem.

2015-05-19 Thread Gilbert Dion
First, I reinstalled systemd-sysv and ubuntu-standard which were
uninstalled with the installation of upstart.

Booting doesnt get me any emergency mode root shell nor a login prompt: all
I have is a totally black screen, as if it was turned off.
I used to get a login prompt in systemd when I tried an earlier kernel
(3.19.0-15) than the current one (3.19.0-16). But this does not occur
anymore.
Her is my syslog. I started with systemd at 13:59. Only two lines appear
ending with error 15.
Then I started with upstart at 14:04.
I later tried again systemd at 14:06 and 14:07
Then back with upstart at 14:14

Thanks,

Gilbert Dion

Attached: syslog

g

2015-05-18 4:13 GMT-04:00 Martin Pitt martin.p...@ubuntu.com:

 You reported this under upstart, so there are no logs yet to diagnose
 the problem. Please boot with systemd, and describe what you see: do you
 get an emergency mode root shell? If not, do you get a login: prompt
 on the text console? If neither, please do a screenshot (with a camera).

 Then boot back with upstart, and attach /var/log/syslog. Thanks!

 ** Changed in: systemd (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1453307

 Title:
   The booting process ends in a terminal. No lightdm, no graphic screen.
   The file system is read only. It is a systemd problem, because I can
   use upstart with no problem.

 Status in systemd package in Ubuntu:
   Incomplete

 Bug description:
   1) Release: Ubuntu 15.04
   2) version of the package: systemd-sysv 219-7ubuntu4
   3) Expecting: login screen (lightdm)
   4)  happened: terminal screen non graphic and a read only system.

   ProblemType: Bug
   DistroRelease: Ubuntu 15.04
   Package: systemd 219-7ubuntu4
   ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
   Uname: Linux 3.19.0-16-generic x86_64
   ApportVersion: 2.17.2-0ubuntu1
   Architecture: amd64
   CurrentDesktop: Unity
   Date: Fri May  8 18:53:26 2015
   InstallationDate: Installed on 2014-12-27 (132 days ago)
   InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64
 (20141022.1)
   MachineType: Apple Inc. iMac10,1
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic
 root=UUID=8915439c-a0c3-4d55-a3c8-652c6c35ad99 ro quiet splash acpi=force
 modeset=0 reboot=pci vt.handoff=7
   SourcePackage: systemd
   SystemdDelta:
[EXTENDED]   /lib/systemd/system/systemd-timesyncd.service →
 /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED]   /etc/systemd/system/display-manager.service →
 /lib/systemd/system/display-manager.service.d/xdiagnose.conf

2 overridden configuration files found.
   UpgradeStatus: Upgraded to vivid on 2015-05-04 (4 days ago)
   dmi.bios.date: 09/03/09
   dmi.bios.vendor: Apple Inc.
   dmi.bios.version: IM101.88Z.00CC.B00.0909031926
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: Mac-F2268DC8
   dmi.board.vendor: Apple Inc.
   dmi.chassis.asset.tag: Asset Tag#
   dmi.chassis.type: 13
   dmi.chassis.vendor: Apple Inc.
   dmi.chassis.version: Mac-F2268DC8
   dmi.modalias:
 dmi:bvnAppleInc.:bvrIM101.88Z.00CC.B00.0909031926:bd09/03/09:svnAppleInc.:pniMac10,1:pvr1.0:rvnAppleInc.:rnMac-F2268DC8:rvr:cvnAppleInc.:ct13:cvrMac-F2268DC8:
   dmi.product.name: iMac10,1
   dmi.product.version: 1.0
   dmi.sys.vendor: Apple Inc.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1453307/+subscriptions



** Attachment added: syslog
   https://bugs.launchpad.net/bugs/1453307/+attachment/4400436/+files/syslog

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

Title:
  The booting process ends in a terminal. No lightdm, no graphic screen.
  The file system is read only. It is a systemd problem, because I can
  use upstart with no problem.

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

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

[Bug 1453307] [NEW] The booting process ends in a terminal. No lightdm, no graphic screen. The file system is read only. It is a systemd problem, because I can use upstart with no problem.

2015-05-08 Thread Gilbert Dion
Public bug reported:

1) Release: Ubuntu 15.04
2) version of the package: systemd-sysv 219-7ubuntu4
3) Expecting: login screen (lightdm)
4)  happened: terminal screen non graphic and a read only system.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May  8 18:53:26 2015
InstallationDate: Installed on 2014-12-27 (132 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: Apple Inc. iMac10,1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=8915439c-a0c3-4d55-a3c8-652c6c35ad99 ro quiet splash acpi=force 
modeset=0 reboot=pci vt.handoff=7
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
 [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
 
 2 overridden configuration files found.
UpgradeStatus: Upgraded to vivid on 2015-05-04 (4 days ago)
dmi.bios.date: 09/03/09
dmi.bios.vendor: Apple Inc.
dmi.bios.version: IM101.88Z.00CC.B00.0909031926
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F2268DC8
dmi.board.vendor: Apple Inc.
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F2268DC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrIM101.88Z.00CC.B00.0909031926:bd09/03/09:svnAppleInc.:pniMac10,1:pvr1.0:rvnAppleInc.:rnMac-F2268DC8:rvr:cvnAppleInc.:ct13:cvrMac-F2268DC8:
dmi.product.name: iMac10,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug vivid

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

Title:
  The booting process ends in a terminal. No lightdm, no graphic screen.
  The file system is read only. It is a systemd problem, because I can
  use upstart with no problem.

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

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

[Bug 836616] Re: 100% cpu usage in lightdm

2015-03-13 Thread Dion
Seeing this issue too, on fully updated 12.04.5 LTS.

To temporarily resolve (spinning fan on laptop is driving me crazy) revert back 
to lightdm/liblightdm 1.2.3-0ubuntu2.5 and restart.
(Synaptic: for both packages, select package, then menu Package-Force Version. 
Afterwards, select both packages then Package-Lock Version)

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

Title:
  100% cpu usage in lightdm

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

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


Re: [Bug 765438] Re: On startup, the backlight is off on laptop

2013-06-13 Thread Gilbert Dion
Since I upgraded to 13.04, everything is just fine again. No need of any
extra parameters in grub file.
g


2013/6/13 Kangarooo Jānis 765...@bugs.launchpad.net

 How to make this fixed? Why isnt it fixed?

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (934707).
 https://bugs.launchpad.net/bugs/765438

 Title:
   On startup, the backlight is off on laptop

 Status in The Linux Kernel:
   Fix Released
 Status in “linux” package in Ubuntu:
   Triaged
 Status in “ubuntu” package in Ubuntu:
   Confirmed
 Status in “linux” package in Fedora:
   New

 Bug description:
   When Ubuntu starts up, the back-light is off on my laptop.  I can plug
   it into an external monitor and the display is fine.  I can easily
   turn the back-light on with sudo setpci -s 00:02.0 F4.B=[HEX] where
   00 is the brightest and FF is off.  In past distributions, the GUI-
   based brightness utilities did not work and I used this command to
   change by back-light brightness.  I know that there are many people
   who can not use back-light GUI-utilities on the past distributions as
   well.  This issue also occurs if I close my screen and raise it again.

   This issue also effected the installation process as well as when I
   was using the i686 installer.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.04
   Package: xorg 1:7.6+4ubuntu3
   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
   Uname: Linux 2.6.38-8-generic x86_64
   Architecture: amd64
   CompizPlugins:
 [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
   CompositorRunning: compiz
   CurrentDmesg:
[   29.430043] eth0: no IPv6 routers present
[   30.988586] EXT4-fs (sda7): re-mounted. Opts:
 errors=remount-ro,commit=0
   DRM.card0.DP.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
   DRM.card0.LVDS.1:
status: connected
enabled: enabled
dpms: On
modes: 1366x768
edid-base64:
 AP///wANr5kVAAcUAQOAIhN4Cj2VlFZPjigmUFQBAQEBAQEBAQEBAQEBAQEBeh1W0lAAHjA8KDYAWMEQAAAY/gBOMTU2QjMtTDBCCiAg/gBDTU8KICAgICAgICAg/gBOMTU2QjMtTDBCCiAgAEg=
   DRM.card0.VGA.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
   Date: Mon Apr 18 21:34:59 2011
   DistUpgraded: Fresh install
   DistroCodename: natty
   DistroVariant: ubuntu
   GdmLog1:

   GdmLog2:

   GraphicsCard:
Intel Corporation Mobile 4 Series Chipset Integrated Graphics
 Controller [8086:2a42] (rev 09) (prog-if 00 [VGA controller])
  Subsystem: Acer Incorporated [ALI] Device [1025:0459]
  Subsystem: Acer Incorporated [ALI] Device [1025:0459]
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
   MachineType: eMachines eMachines E527
   ProcEnviron:
LANGUAGE=en_US:en
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic
 root=UUID=83376c0e-9440-4ba9-bbdb-363565bf5e72 ro quiet splash vt.handoff=7
   Renderer: Unknown
   SourcePackage: xorg
   Symptom: display
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 04/16/2010
   dmi.bios.vendor: eMachines
   dmi.bios.version: V1.01
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: eMachines E527
   dmi.board.vendor: eMachines
   dmi.board.version: V1.01
   dmi.chassis.type: 10
   dmi.chassis.vendor: eMachines
   dmi.chassis.version: V1.01
   dmi.modalias:
 dmi:bvneMachines:bvrV1.01:bd04/16/2010:svneMachines:pneMachinesE527:pvrV1.01:rvneMachines:rneMachinesE527:rvrV1.01:cvneMachines:ct10:cvrV1.01:
   dmi.product.name: eMachines E527
   dmi.product.version: V1.01
   dmi.sys.vendor: eMachines
   version.compiz: compiz 1:0.9.4+bzr20110411-0ubuntu1
   version.ia32-libs: ia32-libs 20090808ubuntu12
   version.libdrm2: libdrm2 2.4.23-1ubuntu6
   version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu1
   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu1
   version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
   version.xserver-xorg-video-intel: xserver-xorg-video-intel
 2:2.14.0-4ubuntu7
   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
 1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


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

Title:
  On startup, the backlight is off on laptop

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

-- 
ubuntu-bugs mailing list

Re: [Bug 765438] Re: On startup, the backlight is off on laptop

2012-12-09 Thread Gilbert Dion
I tried
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_backlight=vendor
i915.invert_brightness=1
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_osi=Linux
acpi_backlight=vendor i915.invert_brightness=1
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_osi=nomodeset
acpi_backlight=vendor i915.invert_brightness=1

All give me the same lower screen resolution (1024 x 768) instead of the
one I used to have (1366 x 768). Changing brightness does not work and
using Alt-Tab reminds me of Windows 3.1.

Merci,

Gilbert


2012/12/8 Kangarooo 765...@bugs.launchpad.net

 Did you really tryd changing brightness when comp has loaded? Using
 FN+Right/Left arrow? In all 3 variations?

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (934707).
 https://bugs.launchpad.net/bugs/765438

 Title:
   On startup, the backlight is off on laptop

 Status in The Linux Kernel:
   Confirmed
 Status in “linux” package in Ubuntu:
   Triaged
 Status in “linux” package in Fedora:
   New

 Bug description:
   When Ubuntu starts up, the back-light is off on my laptop.  I can plug
   it into an external monitor and the display is fine.  I can easily
   turn the back-light on with sudo setpci -s 00:02.0 F4.B=[HEX] where
   00 is the brightest and FF is off.  In past distributions, the GUI-
   based brightness utilities did not work and I used this command to
   change by back-light brightness.  I know that there are many people
   who can not use back-light GUI-utilities on the past distributions as
   well.  This issue also occurs if I close my screen and raise it again.

   This issue also effected the installation process as well as when I
   was using the i686 installer.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.04
   Package: xorg 1:7.6+4ubuntu3
   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
   Uname: Linux 2.6.38-8-generic x86_64
   Architecture: amd64
   CompizPlugins:
 [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
   CompositorRunning: compiz
   CurrentDmesg:
[   29.430043] eth0: no IPv6 routers present
[   30.988586] EXT4-fs (sda7): re-mounted. Opts:
 errors=remount-ro,commit=0
   DRM.card0.DP.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
   DRM.card0.LVDS.1:
status: connected
enabled: enabled
dpms: On
modes: 1366x768
edid-base64:
 AP///wANr5kVAAcUAQOAIhN4Cj2VlFZPjigmUFQBAQEBAQEBAQEBAQEBAQEBeh1W0lAAHjA8KDYAWMEQAAAY/gBOMTU2QjMtTDBCCiAg/gBDTU8KICAgICAgICAg/gBOMTU2QjMtTDBCCiAgAEg=
   DRM.card0.VGA.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
   Date: Mon Apr 18 21:34:59 2011
   DistUpgraded: Fresh install
   DistroCodename: natty
   DistroVariant: ubuntu
   GdmLog1:

   GdmLog2:

   GraphicsCard:
Intel Corporation Mobile 4 Series Chipset Integrated Graphics
 Controller [8086:2a42] (rev 09) (prog-if 00 [VGA controller])
  Subsystem: Acer Incorporated [ALI] Device [1025:0459]
  Subsystem: Acer Incorporated [ALI] Device [1025:0459]
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
   MachineType: eMachines eMachines E527
   ProcEnviron:
LANGUAGE=en_US:en
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic
 root=UUID=83376c0e-9440-4ba9-bbdb-363565bf5e72 ro quiet splash vt.handoff=7
   Renderer: Unknown
   SourcePackage: xorg
   Symptom: display
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 04/16/2010
   dmi.bios.vendor: eMachines
   dmi.bios.version: V1.01
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: eMachines E527
   dmi.board.vendor: eMachines
   dmi.board.version: V1.01
   dmi.chassis.type: 10
   dmi.chassis.vendor: eMachines
   dmi.chassis.version: V1.01
   dmi.modalias:
 dmi:bvneMachines:bvrV1.01:bd04/16/2010:svneMachines:pneMachinesE527:pvrV1.01:rvneMachines:rneMachinesE527:rvrV1.01:cvneMachines:ct10:cvrV1.01:
   dmi.product.name: eMachines E527
   dmi.product.version: V1.01
   dmi.sys.vendor: eMachines
   version.compiz: compiz 1:0.9.4+bzr20110411-0ubuntu1
   version.ia32-libs: ia32-libs 20090808ubuntu12
   version.libdrm2: libdrm2 2.4.23-1ubuntu6
   version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu1
   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu1
   version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
   version.xserver-xorg-video-intel: xserver-xorg-video-intel
 2:2.14.0-4ubuntu7
   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
 1:0.0.16+git20110107+b795ca6e-0ubuntu7

 To manage notifications about this bug go to:
 

Re: [Bug 765438] Re: On startup, the backlight is off on laptop

2012-12-08 Thread Gilbert Dion
Both parameters had no effect. The screen backlighting went off, as it did
in the first place.
g


2012/12/8 Kangarooo 765...@bugs.launchpad.net

 try without acpi_osi and check if works with changing brightness and
 if alt+tab gives 3d effect.
 if not good then try it should work.
 acpi_osi=nomodeset

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (934707).
 https://bugs.launchpad.net/bugs/765438

 Title:
   On startup, the backlight is off on laptop

 Status in The Linux Kernel:
   Confirmed
 Status in “linux” package in Ubuntu:
   Triaged
 Status in “linux” package in Fedora:
   New

 Bug description:
   When Ubuntu starts up, the back-light is off on my laptop.  I can plug
   it into an external monitor and the display is fine.  I can easily
   turn the back-light on with sudo setpci -s 00:02.0 F4.B=[HEX] where
   00 is the brightest and FF is off.  In past distributions, the GUI-
   based brightness utilities did not work and I used this command to
   change by back-light brightness.  I know that there are many people
   who can not use back-light GUI-utilities on the past distributions as
   well.  This issue also occurs if I close my screen and raise it again.

   This issue also effected the installation process as well as when I
   was using the i686 installer.

   ProblemType: Bug
   DistroRelease: Ubuntu 11.04
   Package: xorg 1:7.6+4ubuntu3
   ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
   Uname: Linux 2.6.38-8-generic x86_64
   Architecture: amd64
   CompizPlugins:
 [core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
   CompositorRunning: compiz
   CurrentDmesg:
[   29.430043] eth0: no IPv6 routers present
[   30.988586] EXT4-fs (sda7): re-mounted. Opts:
 errors=remount-ro,commit=0
   DRM.card0.DP.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
   DRM.card0.LVDS.1:
status: connected
enabled: enabled
dpms: On
modes: 1366x768
edid-base64:
 AP///wANr5kVAAcUAQOAIhN4Cj2VlFZPjigmUFQBAQEBAQEBAQEBAQEBAQEBeh1W0lAAHjA8KDYAWMEQAAAY/gBOMTU2QjMtTDBCCiAg/gBDTU8KICAgICAgICAg/gBOMTU2QjMtTDBCCiAgAEg=
   DRM.card0.VGA.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
   Date: Mon Apr 18 21:34:59 2011
   DistUpgraded: Fresh install
   DistroCodename: natty
   DistroVariant: ubuntu
   GdmLog1:

   GdmLog2:

   GraphicsCard:
Intel Corporation Mobile 4 Series Chipset Integrated Graphics
 Controller [8086:2a42] (rev 09) (prog-if 00 [VGA controller])
  Subsystem: Acer Incorporated [ALI] Device [1025:0459]
  Subsystem: Acer Incorporated [ALI] Device [1025:0459]
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
   MachineType: eMachines eMachines E527
   ProcEnviron:
LANGUAGE=en_US:en
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic
 root=UUID=83376c0e-9440-4ba9-bbdb-363565bf5e72 ro quiet splash vt.handoff=7
   Renderer: Unknown
   SourcePackage: xorg
   Symptom: display
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 04/16/2010
   dmi.bios.vendor: eMachines
   dmi.bios.version: V1.01
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: eMachines E527
   dmi.board.vendor: eMachines
   dmi.board.version: V1.01
   dmi.chassis.type: 10
   dmi.chassis.vendor: eMachines
   dmi.chassis.version: V1.01
   dmi.modalias:
 dmi:bvneMachines:bvrV1.01:bd04/16/2010:svneMachines:pneMachinesE527:pvrV1.01:rvneMachines:rneMachinesE527:rvrV1.01:cvneMachines:ct10:cvrV1.01:
   dmi.product.name: eMachines E527
   dmi.product.version: V1.01
   dmi.sys.vendor: eMachines
   version.compiz: compiz 1:0.9.4+bzr20110411-0ubuntu1
   version.ia32-libs: ia32-libs 20090808ubuntu12
   version.libdrm2: libdrm2 2.4.23-1ubuntu6
   version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu1
   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu1
   version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
   version.xserver-xorg-video-intel: xserver-xorg-video-intel
 2:2.14.0-4ubuntu7
   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
 1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


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

Title:
  On startup, the backlight is off on laptop

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


Re: [Bug 765438] Re: On startup, the backlight is off on laptop

2012-12-07 Thread Gilbert Dion
2012/11/30 sma 765...@bugs.launchpad.net

 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash“ by this line:
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_osi=Linux
 acpi_backlight=vendor i915.invert_brightness=1


I added this line and it works for me EXCEPT that I get a lower resolution.
I had 1366 x 768, now it's 1024 x 768. Can it be tweaked?

Acer emachnines e725 with Mobile 4 Series Chipset Integrated Graphics
Controller

Gilbert Dion

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

Title:
  On startup, the backlight is off on laptop

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

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

[Bug 765438] Re: On startup, the backlight is off on laptop

2012-09-28 Thread Gilbert Dion
On my  Acer emachines E725, kernel 3.2.0-31 generic does not fix it.
Same as before. Last kernel to work is 2.6.31-41.

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

Title:
  On startup, the backlight is off on laptop

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

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


[Bug 992075] Re: Commissioning status persists with cloud-init 0.6.3-0ubuntu1

2012-07-13 Thread Jean-Pierre Dion
Hi,

I have only one node in state Commissionning.

I am getting the following error :

The provisioning service encountered a problem with the Cobbler server,
fault code 99: dns-name duplicated: cloud-jpd-5 If the error message is
not clear, you may need to check the Cobbler logs in /var/log/cobbler/
or pserv.log.

But this node is not listed in the MAAS nodes list. And the log does not bring 
more info : 
..
raise CX(dns-name duplicated: %s % dns_name)

I have the version of cloud-init mentionned in the title.

I checked the clocks and they are at the same value on both the server
and the node.

Can I add the server as a node itself ? That did not succeed either.

Thank you for any help.

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

Title:
  Commissioning status persists with cloud-init 0.6.3-0ubuntu1

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

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


[Bug 1005649] Re: bluetooth software not working on Linux Mint 13 MATE

2012-06-28 Thread Christian Dion
Hi, got the same problem, and here is the sollution. go to the package manager, 
search bluetooth, check:
Bluetooth
gnome-bluetooth
libgnome-bluetooth-dev
libgnome-bluetooth8
bluez
libmatebluetooth
libbluetooth3

go to terminal, start bluetooth-wizard as root, add your hardware.
worked with my MS presenter mouse.

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

Title:
  bluetooth software not working on Linux Mint 13 MATE

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

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


[Bug 1005649] Re: bluetooth software not working on Linux Mint 13 MATE

2012-06-28 Thread Christian Dion
after more research and a clean reinstall to test.

start a console
sudo -s
apt-get update
apt-get install gnome-bluetooth
bluetooth-wizard

install your hardware, grab a beer, relax ;-P

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

Title:
  bluetooth software not working on Linux Mint 13 MATE

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

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


[Bug 983827] Re: kazam crashed with ValueError in function(): %f not in range %f to %f

2012-05-05 Thread Dion de Ville
I can confirm the bug still exists and the solution is the same as Chris
mentioned, above. the input device streams do not need to be muted, just
put to as low a level as possible.

Glad I found this solution because I uninstalled, purged, tried
different PPAs... Chris, thank you for your solution. David, thank you
for this software, it is awesome.

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

Title:
  kazam crashed with ValueError in function(): %f not in range %f to %f

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

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


[Bug 783713] Re: [P4M900T-M2, VIA VT1708B 8-Ch, Green Headphone Out, Front] Pulseaudio fails to detect card

2012-03-07 Thread Dion Elias
I need to fix 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/783713

Title:
  [P4M900T-M2, VIA VT1708B 8-Ch, Green Headphone Out, Front] Pulseaudio
  fails to detect card

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

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


[Bug 889706] Re: Gnome-shell randomly crashes

2011-12-09 Thread Christian Dion Viau
I can say that I was having crash with the default driver (open source one) and 
with the 11.11 from amd. 
I have the problem even with a clean install (I'm new).

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

Title:
  Gnome-shell randomly crashes

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

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


[Bug 889706] Re: Gnome-shell randomly crashes

2011-12-08 Thread Christian Dion Viau
I still have some crash.
GPU : XFX 4850 512mb ddr3
Driver: Ati 11.11 64bit.

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

Title:
  Gnome-shell randomly crashes

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

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


[Bug 666499] Re: Garbled characters being generated by evolution mail when composing mail in plain text with Exchange 2007 and evolution-mapi plugin

2011-06-08 Thread Dion C
Occurs randomly (every 10-15 or so emails) for me too - whether they are
New, Replying or Forwarding.

Ubuntu 10.10
evolution 2.30.3-1ubuntu7.3
evolution-mapi 0.30.3-1ubuntu1

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

Title:
  Garbled characters being generated by evolution mail when composing
  mail in plain text with Exchange 2007 and evolution-mapi plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/666499/+subscriptions

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


Re: [Bug 703034] Re: Xorg freeze when recovering from hibernate or sleep

2011-04-29 Thread Gilbert Dion
As of today, under karmic and its latest kernel 2.6.35-28, this is still an
issue.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/703034/+subscribe

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

Title:
  Xorg freeze when recovering from hibernate or sleep

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


Re: [Bug 701086] Re: utouch does not recognize that I use a left-handed mouse

2011-04-27 Thread Gilbert Dion
Hi,

I could not even get past the first step. In a terminal, I typed this:

sudo apt-get install utouch-evemu-tools

and got this:

E: Unable to locate package utouch-evemu-tool

I'm running Natty from a thum drive and have a valid ethernet connexion.

What should I do?

Thanks,

Gilbert


2011/4/27 Chase Douglas chase.doug...@canonical.com

 The next step would be to attach a recording of the device to see if
 someone else can reproduce it. You will need to be in Natty (I think it
 will work from a thumb drive), then follow these instructions:

 https://wiki.ubuntu.com/Multitouch/Testing/uTouchEvEmu#Debugging

 Please attach the device.prop and device.record files to this report.

 Thanks

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/701086

 Title:
  utouch does not recognize that I use a left-handed mouse

 Status in “linux” package in Ubuntu:
  Incomplete

 Bug description:
  When I touch the screen, utouch reacts as if I were using the right button
 of my mouse (contextual menus, for instance) instead of the normal button

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

Title:
  utouch does not recognize that I use a left-handed mouse

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

[Bug 701086] Re: utouch does not recognize that I use a left-handed mouse

2011-04-25 Thread Gilbert Dion
Yes, this is still an issue. Touching the screen has the same effect as
a mouse right click (displays contextual menus and so on).

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


Re: [Bug 703034] Re: Xorg freeze when recovering from hibernate or sleep

2011-02-28 Thread Gilbert Dion
2011/2/22 Jeremy Foshee 703...@bugs.launchpad.net

 Hi Gilbert,

 This bug was reported a while ago and there hasn't been any activity in it
 recently. We were wondering if this is still an issue? Can you try with the
 latest development release of Ubuntu?  ISO CD images are available from
 http://cdimage.ubuntu.com/releases/ .


I booted my computer with the Ubuntu 11.04 Alpha 2 release on a USB stick. I
still could not recover from Hibernate state.  I dont think so but I'll ask
anyway: it be different if I boot from a CD?


 If it remains an issue, could you run the following command from a Terminal
 (Applications-Accessories-Terminal).  It will automatically gather and
 attach updated debug information to this report.


 apport-collect -p linux 703034


When should I run the apport-collect command? After rebooting from a crash?
Or anytime?


 Also, if you could test the latest upstream kernel available that would be
 great.  It will allow additional upstream developers to examine the issue.
  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've
 tested the upstream kernel, please remove the 'needs-upstream-testing' tag.
  This can be done by clicking on the yellow pencil icon next to the tag
 located at the bottom of the bug description and deleting the
 'needs-upstream-testing' text.  Please let us know your results.


Sorry, this is way too complicated for me. And I do not want to compromise
my desktop computer because I use it every day for work.

Gilbert Dion

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

Title:
  Xorg freeze when recovering from hibernate or sleep

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


[Bug 703034] Re: Xorg freeze when recovering from hibernate or sleep

2011-02-22 Thread Gilbert Dion
Hi Jeremy,

Yes, it is still an issue for me. I will do my best to get back here
with some results or comments as soon as I find time.

Gilbert

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

Title:
  Xorg freeze when recovering from hibernate or sleep

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


[Bug 703034] [NEW] Xorg freeze when recovering from hibernate or sleep

2011-01-14 Thread Gilbert Dion
Public bug reported:

Binary package hint: xorg

When the computer awakes from hibernate or sleep states, the display  gets 
powered but stays black (nothing is displayed). Computer seems to be running 
ok, though: Caps Lock indicator toggles on and off, mouse pointer moves. I 
tried to reboot the machine doing what I normally do in normal circonstances: 
when I push the Power On button, there is a choice menu and I just strike Enter 
toselect the first option which is shutting down the machine. In this bug 
situation (black screen), pushing the Power button and striking Enter does 
nothing.
This is a recent Acer all-in-one Aspire Z5700 series with 6 Gb memory and a 
swap file of 9 Gb.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
Architecture: amd64
DRM.card0.DisplayPort.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.HDMI_Type_A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1080
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Fri Jan 14 14:14:08 2011
DkmsStatus: Error: [Errno 2] Aucun fichier ou dossier de ce type
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: Acer Aspire Z5700
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-23-generic 
root=UUID=72b5fcae-c035-4b41-96d8-5ac2dee8a345 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=fr_CA.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
dmi.bios.date: 06/02/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-A3
dmi.board.name: Aspire Z5700
dmi.board.vendor: Acer
dmi.chassis.type: 13
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-A3:bd06/02/2010:svnAcer:pnAspireZ5700:pvr:rvnAcer:rnAspireZ5700:rvr:cvnAcer:ct13:cvr:
dmi.product.name: Aspire Z5700
dmi.sys.vendor: Acer
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-23-generic

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


** Tags: amd64 apport-bug freeze maverick

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

Title:
  Xorg freeze when recovering from hibernate or sleep

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


[Bug 703034] Re: Xorg freeze when recovering from hibernate or sleep

2011-01-14 Thread Gilbert Dion


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

Title:
  Xorg freeze when recovering from hibernate or sleep

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


[Bug 701083] [NEW] utouch does not recognize that I use a left-handed mouse

2011-01-10 Thread Gilbert Dion
Public bug reported:

When I touch the screen, utouch reacts as if I were using the right
button of my mouse (contextual menus, for instance) instead of the
normal button.

** Affects: linux (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/701083

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] [NEW] utouch does not recognize that I use a left-handed mouse

2011-01-10 Thread Gilbert Dion
Public bug reported:

When I touch the screen, utouch reacts as if I were using the right
button of my mouse (contextual menus, for instance) instead of the
normal button.

** Affects: linux (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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Re: utouch does not recognize that I use a left-handed mouse

2011-01-10 Thread Gilbert Dion

** Attachment added: version.log
   https://bugs.launchpad.net/bugs/701086/+attachment/1790250/+files/version.log

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Re: utouch does not recognize that I use a left-handed mouse

2011-01-10 Thread Gilbert Dion
apport information

** Tags added: apport-collected

** Description changed:

- When I touch the screen, utouch reacts as if I were using the right
- button of my mouse (contextual menus, for instance) instead of the
- normal button.
+ When I touch the screen, utouch reacts as if I were using the right button of 
my mouse (contextual menus, for instance) instead of the normal button.
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.10
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ MachineType: Acer Aspire Z5700
+ MtDevices: QUANTA OpticalTouchScreen: /dev/input/event7
+ Package: utouch 1.1
+ PackageArchitecture: all
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-23-generic 
root=UUID=72b5fcae-c035-4b41-96d8-5ac2dee8a345 ro quiet splash
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=fr_CA.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
+ Tags: maverick hci touch
+ Uname: Linux 2.6.35-23-generic x86_64
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 06/02/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: P01-A3
+ dmi.board.name: Aspire Z5700
+ dmi.board.vendor: Acer
+ dmi.chassis.type: 13
+ dmi.chassis.vendor: Acer
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-A3:bd06/02/2010:svnAcer:pnAspireZ5700:pvr:rvnAcer:rnAspireZ5700:rvr:cvnAcer:ct13:cvr:
+ dmi.product.name: Aspire Z5700
+ dmi.sys.vendor: Acer

** Attachment added: 0003040830010001.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790588/+files/0003040830010001.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC5260002.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC5260002.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790589/+files/0003046DC5260002.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC5260003.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC5260003.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790590/+files/0003046DC5260003.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC52B0006.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC52B0006.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790593/+files/0003046DC52B0006.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC52B0005.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC52B0005.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790592/+files/0003046DC52B0005.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC52B0004.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC52B0004.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790591/+files/0003046DC52B0004.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003051D00020007.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003051D00020007.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790594/+files/0003051D00020007.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] BootDmesg.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790595/+files/BootDmesg.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] CurrentDmesg.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790596/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Dependencies.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790597/+files/Dependencies.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] LsInput.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: LsInput.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790598/+files/LsInput.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Lspci.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790599/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Lsusb.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790600/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] PciDisplay.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790601/+files/PciDisplay.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] ProcInterrupts.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790603/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] ProcCpuinfo.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790602/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] ProcModules.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790604/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] RelatedPackageVersions.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790605/+files/RelatedPackageVersions.txt

** Description changed:

  When I touch the screen, utouch reacts as if I were using the right button of 
my mouse (contextual menus, for instance) instead of the normal button.
  --- 
  Architecture: amd64
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Acer Aspire Z5700
  MtDevices: QUANTA OpticalTouchScreen: /dev/input/event7
  Package: utouch 1.1
  PackageArchitecture: all
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-23-generic 
root=UUID=72b5fcae-c035-4b41-96d8-5ac2dee8a345 ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=fr_CA.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
  Tags: maverick hci touch
  Uname: Linux 2.6.35-23-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 06/02/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P01-A3
  dmi.board.name: Aspire Z5700
  dmi.board.vendor: Acer
  dmi.chassis.type: 13
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-A3:bd06/02/2010:svnAcer:pnAspireZ5700:pvr:rvnAcer:rnAspireZ5700:rvr:cvnAcer:ct13:cvr:
  dmi.product.name: Aspire Z5700
  dmi.sys.vendor: Acer
+ 
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.10
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ MachineType: Acer Aspire Z5700
+ MtDevices: QUANTA OpticalTouchScreen: /dev/input/event7
+ Package: utouch 1.1
+ PackageArchitecture: all
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-23-generic 
root=UUID=72b5fcae-c035-4b41-96d8-5ac2dee8a345 ro quiet splash
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=fr_CA.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
+ Tags: maverick hci touch
+ Uname: Linux 2.6.35-23-generic x86_64
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 06/02/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: P01-A3
+ dmi.board.name: Aspire Z5700
+ dmi.board.vendor: Acer
+ dmi.chassis.type: 13
+ dmi.chassis.vendor: Acer
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-A3:bd06/02/2010:svnAcer:pnAspireZ5700:pvr:rvnAcer:rnAspireZ5700:rvr:cvnAcer:ct13:cvr:
+ dmi.product.name: Aspire Z5700
+ dmi.sys.vendor: Acer

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003040830010001.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003040830010001.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790606/+files/0003040830010001.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC5260002.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC5260002.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790607/+files/0003046DC5260002.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC5260003.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC5260003.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790608/+files/0003046DC5260003.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC52B0004.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC52B0004.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790609/+files/0003046DC52B0004.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC52B0005.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC52B0005.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790610/+files/0003046DC52B0005.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003046DC52B0006.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003046DC52B0006.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790611/+files/0003046DC52B0006.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] 0003051D00020007.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: 0003051D00020007.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790612/+files/0003051D00020007.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] BootDmesg.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790613/+files/BootDmesg.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] CurrentDmesg.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790614/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Dependencies.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790615/+files/Dependencies.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] LsInput.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: LsInput.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790616/+files/LsInput.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Lspci.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790617/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] Lsusb.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790618/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] PciDisplay.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790619/+files/PciDisplay.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] ProcCpuinfo.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790620/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] ProcInterrupts.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790621/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] ProcModules.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790622/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] RelatedPackageVersions.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790623/+files/RelatedPackageVersions.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] UdevDb.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790624/+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/701086

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] XInput.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: XInput.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790626/+files/XInput.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] UdevLog.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790625/+files/UdevLog.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] XorgLog.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790627/+files/XorgLog.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


[Bug 701086] XorgLogOld.txt

2011-01-10 Thread Gilbert Dion
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/701086/+attachment/1790628/+files/XorgLogOld.txt

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

Title:
  utouch does not recognize that I use a left-handed mouse

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


  1   2   >