[Bug 1893663] Re: touchpad not detected

2020-10-12 Thread JoergMechnich
@kaihengfeng: It wasn't blacklisted but wasn't loaded either.
Blacklisting the module did not make a difference.

Could you elaborate a bit on your last comment wrt this ACPI string?

The problem still persists using the 5.9 kernel by the way.

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

Title:
  touchpad not detected

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

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

[Bug 1893663] Re: touchpad not detected

2020-10-01 Thread JoergMechnich
I can confirm this bug as well (using Linux Mint 20, Kernel
5.4.0-48-generic) with the same laptop.

However, I can offer a partial workaround:

After adding "i8042.nomux i8042.notimeout" to the kernel command line
(i.e. via GRUB_CMDLINE_LINUX in /etc/default/grub), the trackpad will be
properly recognized and shown in the dmesg output. It still won't work
out of the box BUT after suspending and resuming the laptop, it
basically works. Occasionally, keyboard and/or trackpad will stop
working which can be fixed by a reboot.

The type of trackpad seems to be an Elantech Touchpad hw version 4.

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

Title:
  touchpad not detected

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

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

[Bug 192544] Re: service-discovery-applet crashes with ImportError when opening preferences in hardy

2008-03-12 Thread JoergMechnich
*** This bug is a duplicate of bug 186112 ***
https://bugs.launchpad.net/bugs/186112

To make this even clearer:

1. Change python-avahi dependency to avahi-discover
2. Patch /usr/bin/service-discovery-config line 46:
  from avahi.SimpleGladeApp import SimpleGladeApp
to
  from avahi_discover.SimpleGladeApp import SimpleGladeApp

-- 
service-discovery-applet crashes with ImportError when opening preferences in 
hardy
https://bugs.launchpad.net/bugs/192544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 192544] Re: service-discovery-applet crashes with ImportError when opening preferences in hardy

2008-03-12 Thread JoergMechnich
*** This bug is a duplicate of bug 186112 ***
https://bugs.launchpad.net/bugs/186112

So, what is up with this one ?

It was marked as duplicate of https://bugs.launchpad.net/bugs/186112, but it is 
not even possible to view the page from the "original" bug.
I keep getting a "Sorry, you don't have permission to access this page. " 
message which seems a bit strange to me.

Fix above also seems to be straightforward (i.e. could already be
implemented).

-- 
service-discovery-applet crashes with ImportError when opening preferences in 
hardy
https://bugs.launchpad.net/bugs/192544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197153] Re: gnome-settings-daemon crashed with SIGSEGV

2008-03-01 Thread JoergMechnich
Same here.

I also noticed that I have two subtrees for gnome-settings-daemon in
gconf: gnome-settings-daemon and gnome_settings_daemon. I had to disable
the xrandr in the latter one to get things back to work.

-- 
gnome-settings-daemon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/197153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190475] Re: iwl3945 produces a lot of error messages in syslog

2008-02-17 Thread JoergMechnich
Same here:

Millions of lines like
[104603.005249] wmaster0: TKIP decrypt failed for RX frame from ...

Driver: iwl3945
filename:   
/lib/modules/2.6.24-8-generic/ubuntu/wireless/iwlwifi/iwlwifi/compatible/iwl3945.ko
license:GPL
author: Copyright(c) 2003-2007 Intel Corporation
version:1.2.0
description:Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for 
Linux
srcversion: 8E95C617988943846696F97

Network is working in principal but when for example copying a file over NFS, 
it takes a while until the process actually starts and the load of klogd goes 
up to 100%.
Many applications seem to be affected by this somehow (take long to start, are 
less responsive).

-- 
iwl3945 produces a lot of error messages in syslog
https://bugs.launchpad.net/bugs/190475
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 121653] Re: [gutsy] fglrx breaks over suspend/resume

2007-10-13 Thread JoergMechnich
I am 99% sure that this patch wouldn't (/shouldn't) do any good
because CONFIG_SUSPEND_SMP is still used in Gutsy's 2.6.22-14-generic
kernel. So the patch effectively disables the powermanagement
facilities of the fglrx module if applied to a kernel earlier than
2.6.23.


2007/10/14, Matthew Williams <[EMAIL PROTECTED]>:
> Semi-success.  Using the fglrx module patch above, my NC6000
> successfully gets into sleep mode.  However, it hangs hard when waking
> up.  The early stages of waking up go ok but then the machine locks up
> after what looks like a video mode switch.
>
> FYI, the instructions on the web page need a couple of amendments:
> - build the package for ubuntu/gutsy, not ubuntu/feisty
> - delete the existing module in the volatile module directory, do not create 
> the symbolic link
>
> Also, to get this to work, you need to expand /usr/src/fglrx.tar.bz2,
> patch the header file and then rebuild the tarball so that when module-
> assistant expands the tarball, it gets a patched copy of the header
> file.
>
> --
> [gutsy] fglrx breaks over suspend/resume
> https://bugs.launchpad.net/bugs/121653
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
[gutsy] fglrx breaks over suspend/resume
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 121653] Re: [gutsy] Suspend to Ram does not work on Z61m

2007-10-02 Thread JoergMechnich
As I already mentioned you can prevent the fglrx kernel module from
being loaded.

Then you get some message like:
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(WW) fglrx(0): ***
(WW) fglrx(0): * DRI initialization failed!  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available*
(WW) fglrx(0): * *
in /var/log/Xorg.0.log as 3D acceleration will not work without the module.

Suspend however will work (at least on my machine).

2007/10/2, Charl P. Botha <[EMAIL PROTECTED]>:
> I understand that one is dependent on ATI for a fix.  However, isn't it
> wise to include at least SOME kind of workaround or documentation in
> Gutsy concerning this problem?  Will anyone even get around to that
> seeing that this bug has been classified "wishlist" ?
>
> It really makes a fantastic impression when a computer locks up hard the
> first time the user tries to suspend or hibernate it. ;)
>
> --
> [gutsy] Suspend to Ram does not work on Z61m
> https://bugs.launchpad.net/bugs/121653
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
[gutsy] Suspend to Ram does not work on Z61m
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121653] Re: [gutsy] Suspend to Ram does not work on Z61m

2007-09-22 Thread JoergMechnich
I am experiencing the same troubles on a Thinkpad T60p with an ATI
Mobility FireGL 5200 (M56). Once I prohibit the fglrx kernel module from
being loaded on X start by adding it to the DISABLED_MODULES variable in
/etc/default/linux-restricted-modules-common, suspend-to-ram as well as
suspend-to-disk are working. Btw the problem still persists with the
most recent fglrx driver 8.40.4 that is supporting FireGL cards. I
really hope that AMD will release a new driver soon that supports this
cards AND fixes problems with suspend.

-- 
[gutsy] Suspend to Ram does not work on Z61m
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134252] Re: alsa mixer channels missing after upgrade to linux-image-2.6.22-10-generic with Intel / Nvidia HDA chip

2007-08-29 Thread JoergMechnich
Audio is working again for me too after some kernel(-module)-related
updates.

A side note for people having trouble with fglrx: after getting trouble
with the fglrx module delivered with the linux-restricted package I
compiled the newest 8.40.4 driver from source packages that one can
generate with the ati installer (also for gutsy now). Since then
everything is working fine again. Only thing to remember is that you
_have_ to run sudo depmod -a manually after installation of the module.

-- 
alsa mixer channels missing after upgrade to linux-image-2.6.22-10-generic with 
Intel / Nvidia HDA chip
https://bugs.launchpad.net/bugs/134252
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134252] Re: alsa mixer channels missing after upgrade to linux-image-2.6.22-10-generic with Intel 82801G HDA chip

2007-08-23 Thread JoergMechnich
Maybe the output of lsmod could also be of help.


** Attachment added: "lsmod.out"
   http://launchpadlibrarian.net/8954504/lsmod.out

-- 
alsa mixer channels missing after upgrade to linux-image-2.6.22-10-generic with 
Intel 82801G HDA chip
https://bugs.launchpad.net/bugs/134252
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134252] alsa mixer channels missing after upgrade to linux-image-2.6.22-10-generic with Intel 82801G HDA chip

2007-08-23 Thread JoergMechnich
Public bug reported:

Binary package hint: linux-image-2.6.22-10-generic

After upgrading the gutsy kernel from linux-image-2.6.22-9-generic to 
linux-image-2.6.22-10-generic, there are only three playback controls left in 
the mixer. Recording controls are missing completely.
Playback with headphones is also far to quiet, so even with completely raised 
levels of the master and PCM mixer controls I get only very low output. This 
probably means that the automatic amplification for headphone output is not 
working.

Output from amixer:
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 3
  Mono:
  Front Left: Playback 3 [100%] [30.00dB] [on]
  Front Right: Playback 3 [100%] [30.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Digital',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 60 [50%] [0.00dB]
  Front Right: Capture 60 [50%] [0.00dB]

Output from lspci -vv:
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/bugs/134252
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 122506] Re: totem crashed with signal 5 in g_logv()

2007-06-27 Thread JoergMechnich
Sadly, the radeon driver does not (yet) support the M56GL.

Anyhow, your guess was correct: I have upgraded the fglrx driver to
8.38.6 and totem and xine are working fine again.

Strange only, that mplayer was still working with XVideo...

Thanks for the hint!

-- 
totem crashed with signal 5 in g_logv()
https://bugs.launchpad.net/bugs/122506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 122506] Re: totem crashed with signal 5 in g_logv()

2007-06-27 Thread JoergMechnich
Hi Sebastien,

I am using a Thinkpad T60p with ATI Technologies Inc M56GL [ATI Mobility
FireGL V5200] + the "new" fglrx driver 8.37.6.

I have not added any extra options to my xorg.conf for this card at the
moment and it worked before with the default settings.

Cheers,
Jörg

-- 
totem crashed with signal 5 in g_logv()
https://bugs.launchpad.net/bugs/122506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Re: [Bug 122506] Re: totem crashed with signal 5 in g_logv()

2007-06-27 Thread JoergMechnich
Hi Sebastien,

I am using a Thinkpad T60p with ATI Technologies Inc M56GL [ATI
Mobility FireGL V5200] + the "new" fglrx driver 8.37.6.

Cheers,
Jörg

2007/6/27, Sebastien Bacher <[EMAIL PROTECTED]>:
> what videocard and driver do you use?
>
> --
> totem crashed with signal 5 in g_logv()
> https://bugs.launchpad.net/bugs/122506
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
totem crashed with signal 5 in g_logv()
https://bugs.launchpad.net/bugs/122506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 122506] Re: totem crashed with signal 5 in g_logv()

2007-06-27 Thread JoergMechnich

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/8214875/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/8214876/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/8214877/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/8214878/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/8214879/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/8214880/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/8214881/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/8214882/ThreadStacktrace.txt

-- 
totem crashed with signal 5 in g_logv()
https://bugs.launchpad.net/bugs/122506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 122506] totem crashed with signal 5 in g_logv()

2007-06-27 Thread JoergMechnich
Public bug reported:

Binary package hint: totem

Could be that it is a problem with libxine and XVideo because xine is
crashing as well.

Gdk-ERROR **: The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 42 error_code 8 request_code 141 minor_code 14)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Jun 27 10:01:22 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/totem
NonfreeKernelModules: openafs fglrx
Package: totem-xine 2.19.4-0ubuntu3
PackageArchitecture: i386
ProcCmdline: totem
ProcCwd: /home/mechnich
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/mechnich/info/lmbsoft/bin:/home/mechnich/ext/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE.UTF-8
Signal: 5
SourcePackage: totem
StacktraceTop:
 g_logv () from /usr/lib/libglib-2.0.so.0
 g_log () from /usr/lib/libglib-2.0.so.0
 ?? () from /usr/lib/libgdk-x11-2.0.so.0
 ?? () from /usr/lib/libgdk-x11-2.0.so.0
 ?? ()
Title: totem crashed with signal 5 in g_logv()
Uname: Linux badwolf 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio bioapi cdrom dialout dip floppy fuse games kvm 
lpadmin media plugdev scanner src usbfs video

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


** Tags: apport-crash

-- 
totem crashed with signal 5 in g_logv()
https://bugs.launchpad.net/bugs/122506
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 115188] Re: [gutsy][regression][fglrx] X doesn't start

2007-05-18 Thread JoergMechnich
Nice work!

Went flawlessly for me.

-- 
[gutsy][regression][fglrx] X doesn't start
https://bugs.launchpad.net/bugs/115188
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 78756] Re: photo import does not work any more

2007-02-07 Thread JoergMechnich
I have upgraded gthumb to 2.9.1-0ubuntu2 but the problems still persist:

- Import Photos is greyed out in gthumb
- Nothing happens on automatic import (processes hang)
- When running gnome-volume-manager-gthumb manually I get the same error 
message as David

-- 
photo import does not work any more
https://launchpad.net/bugs/78756

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


[Bug 78756] Re: gnome-volume-manager-gthumb stopped working in Feisty

2007-02-01 Thread JoergMechnich
I am having the same problems.
When I attach my Canon Ixus to an USB port, the import dialog pops up but after 
choosing to import the images, nothing is happening.

I am not sure if this is a problem with gthumb or gnome-volume-manager-
gthumb.

Here the ps output for the affecte processes:
mechnich  7238  0.0  0.0   1720   480 ?S10:58   0:00 /bin/sh -c 
gnome-volume-manager-gthumb 
/org/freedesktop/Hal/devices/usb_device_4a9_311c_noserial_if0
mechnich  7239  0.0  0.0   1716   492 ?S10:58   0:00 /bin/sh 
/usr/bin/gnome-volume-manager-gthumb 
/org/freedesktop/Hal/devices/usb_device_4a9_311c_noserial_if0
mechnich  7241  0.5  0.7  20488  7944 ?S10:58   0:00 gthumb 
--import-photos
r

-- 
gnome-volume-manager-gthumb stopped working in Feisty
https://launchpad.net/bugs/78756

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


[Bug 74435] Load of about 10 without any running tasks on 8x DualCore Opteron

2006-12-04 Thread JoergMechnich
Public bug reported:

We are experiencing a displayed system load of 9-10 on our newly bought 8x 
DualCore Opteron Sun server which is running Ubuntu Dapper with kernel 
2.6.15-27-amd64-server without any CPU intensive task running. After spawning 
stress -c 16, the load rises to about 26 which seems to reflect the 16 running 
threads. The problem is independent of the usage of PowerNow, which was 
initially deactivated in the BIOS.
I suspect this to be a bug inside the kernel but could not find any information 
on others having similar problems.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Load of about 10 without any running tasks on 8x DualCore Opteron
https://launchpad.net/bugs/74435

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