[Bug 1913211] [NEW] lenovo ideapad 730s touchpad wrist detection not working

2021-01-25 Thread Adam Felson
Public bug reported:

Lenovo ideapad 730s touchpad wrist detection does not work.
I have tried both synaptics and libinput drivers.  The libinput driver's scroll 
coasting does not work.  With the synaptics driver, using synclient to set 
PalmDetect=1 has no effect.
In KDE's touchpad settings, pressure-dependant motion, sensitivity, and palm 
detection are all greyed out.

I am running kubuntu 20.10 and the 5.11 kernel.
>From evtest:
/dev/input/event4:  MSFT0001:00 04F3:30BC Mouse
/dev/input/event5:  MSFT0001:00 04F3:30BC Touchpad

** Affects: xserver-xorg-input-libinput (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/1913211

Title:
  lenovo ideapad 730s touchpad wrist detection not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-libinput/+bug/1913211/+subscriptions

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

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-01-25 Thread Adam Felson
with lenovo ideapad 730s, wrist and pressure detection still don't work under 
5.11.
with libinput, scroll coasting doesn't work.
I am current back to using synaptics.  using synclient to turn PalmDetect on 
has no effect.

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

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

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

[Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-01-25 Thread Adam Felson
Before I grab'n'build 5.11, I'd like to know if my issue is similar.
I have a lenovo ideapad 730s.
The touchpad works fine for pointing, single, double and triple clicks.
I have tried both the synaptics and libinput drivers.  It's been a while since 
I was comparing them;  IIRC, I'm currently running the synaptics driver as 
libinput didn't have scrolling/coasting working.

My problem is that palm detection and pressure sensitivity do not work.
This makes the laptop pretty much unusable as it is almost impossible to
do any text entry without the insertion point jumping to wherever the
pointer was left.

Might the 5.11 kernel 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/1887190

Title:
  MSFT Touchpad not working on Lenovo Legion-5 15ARH05

To manage notifications about this bug go to:
https://bugs.launchpad.net/pop-os/+bug/1887190/+subscriptions

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

[Bug 330833] Re: NetworkManager always overwrites default route when connecting to OpenVPN network

2019-09-23 Thread Adam Felson
it's 2019 and the same bug still exists.

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

Title:
  NetworkManager always overwrites default route when connecting to
  OpenVPN network

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-openvpn/+bug/330833/+subscriptions

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

[Bug 1597792] Re: plasmashell high CPU usage (100%+)

2018-03-13 Thread Adam Felson
Still present in kubuntu 17.10, occuring anytime a screen's resolution is 
changed.
Typically using 70-100% cpu, returning to <10% when plasmashell is killed and 
restarted.

** Tags added: artful yakkety zesty

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

Title:
  plasmashell high CPU usage (100%+)

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

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

[Bug 1438612] Re: remote file systems hang on shutdown, D-BUS stops too early

2016-09-24 Thread Adam Felson
after years of suffering with this bug, I found a solution that works for me.
 
I put a pre-down dispatch script for network manager to dismount nfs shares 
when bringing the network down.  This works even if a reboot is run from a 
shell.

In /etc/NetworkManager/dispatcher.d/nfs.sh:
/etc/NetworkManager/dispatcher.d/pre-down has a link to it as well. 
#!/bin/bash

IF=$1
STATUS=$2
logger -s "** NetworkManager dispatch script nfs, IF="$1"  
STATUS="$2
 

case "$2" in
pre-down)
umount -a -t nfs
service cups stop
;;
 
up)
mount -a -t nfs
;;

esac



I do NOT use the systemd automount fstab option as it'll try to
automount when this script is trying to dismount the nfs shares.

I also have it stop cups as kubuntu sometimes hangs bringing cups down.

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

Title:
  remote file systems hang on shutdown, D-BUS stops too early

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

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


[Bug 1438612] Re: remote file systems hang on shutdown, D-BUS stops too early

2016-06-26 Thread Adam Felson
I got tired of having to gracelessly cut the power every time nfs
umounts hung.  I slipped an unmount command into the desktop manager's
systemd init script.   I run kubuntu, so the unmounts went into
/etc/init/sddm.conf.

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

Title:
  remote file systems hang on shutdown, D-BUS stops too early

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

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


[Bug 738757] Re: spindown settings lost on pm-suspend indirectly affects powernap power savings

2016-06-11 Thread Adam Felson
This is still broken (or broken again) in 16.04.

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

Title:
  spindown settings lost on pm-suspend indirectly affects powernap power
  savings

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

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


[Bug 1238194] Re: keyboard doesn't work to enter password with encrypted partitions ubuntu 13.10 saucy

2016-04-30 Thread Adam Felson
As recently as kubuntu 16.04, it is not fixed if the user switches to the 
nvidia video driver.
I tried several times to switch back to nouveau and back with no luck. 
About 95% of the time I'd get a blank screen;  no prompt.  The rest of the time 
I'd get the unlock prompt but keyboard input was ignored.
The fact that the update manager is also broken in kubuntu 16.04 doesn't help.  
I was able to switch back and forth using  'ubuntu-drivers devices' and 
apt-get.  I also tried 'update-initramfs -u' incase hid/usb was somehow not 
there.

What finally worked was to change grub to 'quiet nosplash'  -- get rid
of the splash screen.

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

Title:
  keyboard doesn't work to enter password with encrypted partitions
  ubuntu 13.10 saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1238194/+subscriptions

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


Re: [Bug 548992] Re: Wireless connection frequently drops [deauthenticating by local choice (reason=3)]

2010-11-23 Thread Adam Felson
I followed the recommendation from day 1 -- use wicd.  works fine for
me and no dropouts.

On Tue, Nov 23, 2010 at 1:32 PM, Daniel Castro castr...@tcd.ie wrote:
 I'm also affected by this. It is really bad, and so annoying.
 I have tried all suggestions here and nothing worked...

 Still no word from any developers with a real workaround?

 --
 Wireless connection frequently drops  [deauthenticating by local choice 
 (reason=3)]
 https://bugs.launchpad.net/bugs/548992
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “linux” package in Ubuntu: Triaged
 Status in Debian GNU/Linux: Confirmed
 Status in Fedora: Unknown
 Status in “linux” package in openSUSE: New

 Bug description:
 Since about 8.04 or 8.10, perhaps when Ubuntu switched over to 
 NetworkManager, my wireless connection has randomly dropped its association 
 with the access point, about every ten minutes. For a while, the connection 
 will just die, then it will be detected and NetworkManager will 
 re-authenticate and re-associate.

 In Lucid Lynx, this problem is now much more frequent (often exactly every 
 two or four minutes) and now Ubuntu does not report that the connection has 
 dropped. Instead, it re-associates in the background, eventually connecting 
 to the access point again, all behind the scenes. Thus, the only thing that 
 has changed, aside from the greater frequency, is that Ubuntu now doesn't 
 report that it has dropped the connection, which seems deceptive from 
 previous versions.

 This may be the same bug as #429035, but my dmesg output is a bit different.  
 This problem occurs primarily on a WPA2 Enterprise network, but the problem 
 has occurred on other network security configurations as well.

 dmesg output after many instances of disconnects:

 [ 5423.541343] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5425.134984] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5425.174916] wlan0: direct probe to AP 00:26:cb:17:bd:41 (try 1)
 [ 5425.177083] wlan0: direct probe responded
 [ 5425.177087] wlan0: authenticate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5425.179379] wlan0: authenticated
 [ 5425.179399] wlan0: associate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5425.182881] wlan0: RX AssocResp from 00:26:cb:17:bd:41 (capab=0x431 
 status=0 aid=68)
 [ 5425.182884] wlan0: associated
 [ 5437.562165] iwlagn :0b:00.0: iwl_tx_agg_start on ra = 
 00:26:cb:17:bd:41 tid = 0
 [ 5480.893417] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5482.475859] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5482.515034] wlan0: direct probe to AP 00:26:cb:17:bd:41 (try 1)
 [ 5482.517187] wlan0: direct probe responded
 [ 5482.517190] wlan0: authenticate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5482.518636] wlan0: authenticated
 [ 5482.518651] wlan0: associate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5482.522378] wlan0: RX AssocResp from 00:26:cb:17:bd:41 (capab=0x431 
 status=0 aid=68)
 [ 5482.522381] wlan0: associated
 [ 5508.093339] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5508.107358] wlan0: direct probe to AP 00:26:cb:17:bd:41 (try 1)
 [ 5508.107412] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5508.110595] wlan0: direct probe to AP 00:26:cb:16:e8:d1 (try 1)
 [ 5508.113114] wlan0: direct probe responded
 [ 5508.113123] wlan0: authenticate with AP 00:26:cb:16:e8:d1 (try 1)
 [ 5508.115392] wlan0: authenticated
 [ 5508.121973] wlan0: associate with AP 00:26:cb:16:e8:d1 (try 1)
 [ 5508.127254] wlan0: RX AssocResp from 00:26:cb:16:e8:d1 (capab=0x431 
 status=0 aid=16)
 [ 5508.127262] wlan0: associated
 [ 5525.110100] iwlagn :0b:00.0: iwl_tx_agg_start on ra = 
 00:26:cb:16:e8:d1 tid = 0
 [ 5546.029401] wlan0: deauthenticating from 00:26:cb:16:e8:d1 by local choice 
 (reason=3)
 [ 5546.042276] wlan0: direct probe to AP 00:26:cb:16:e8:d1 (try 1)
 [ 5546.042311] wlan0: deauthenticating from 00:26:cb:16:e8:d1 by local choice 
 (reason=3)
 [ 5546.045656] wlan0: direct probe to AP 00:26:cb:17:bd:41 (try 1)
 [ 5546.048069] wlan0: direct probe responded
 [ 5546.048077] wlan0: authenticate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5546.049864] wlan0: authenticated
 [ 5546.077267] wlan0: associate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5546.080885] wlan0: RX AssocResp from 00:26:cb:17:bd:41 (capab=0x431 
 status=0 aid=79)
 [ 5546.080888] wlan0: associated
 [ 5562.875489] iwlagn :0b:00.0: iwl_tx_agg_start on ra = 
 00:26:cb:17:bd:41 tid = 0
 [ 5571.881150] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5571.928466] wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice 
 (reason=3)
 [ 5571.967725] wlan0: direct probe to AP 00:26:cb:17:bd:41 (try 1)
 [ 5571.969866] wlan0: direct probe responded
 [ 5571.969870] wlan0: authenticate with AP 00:26:cb:17:bd:41 (try 1)
 [ 5571.971428] wlan0: 

[Bug 641882] Re: header files matching your running kernel were not found

2010-11-18 Thread Adam Felson
Juan's response is irrelevant.  It is about vmware 7.1.1 versus the
linux 2.6.35 kernel.


Why have headers required by vmware 6.5 been removed?  

My solution now is to use VirtualBox

-- 
header files matching your running kernel were not found
https://bugs.launchpad.net/bugs/641882
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


Re: [Bug 641882] Re: header files matching your running kernel were not found

2010-11-18 Thread Adam Felson
As I've posted twice before, vmware 7.x isn't a valid option as it
won't work on pentium-m machines.

It is ubuntu that broke vmware 6.x.  AFAIK, other distributions have
the headers required.

On Thu, Nov 18, 2010 at 8:16 AM, Charlie Kravetz charlie-...@ubuntu.com wrote:
 @Adam: that should be taken up with VMware itself. The latest version,
 7.1.1, does include the headers.

 ** Changed in: ubuntu
       Status: Confirmed = Invalid

 --
 header files matching your running kernel were not found
 https://bugs.launchpad.net/bugs/641882
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Ubuntu: Invalid

 Bug description:
 VMware Kernel Modules Updater does not find the Kernel Header Files for 
 kernel 2.6.35-22-generic, but these are installed. VMware ist unusable 
 without the modules the kernel modules updater wants to compile and install.

 I found it with
 VMware Workstation 6.5.4, 7.0, 7.1, 7.1.1
 Ubuntu 10.10 beta

 ProblemType: Bug
 DistroRelease: Ubuntu 10.10
 Package: open-vm-tools 2010.04.25-253928-2+ubuntu2
 ProcVersionSignature: Ubuntu 2.6.35-22.32-generic 2.6.35.4
 Uname: Linux 2.6.35-22-generic x86_64
 Architecture: amd64
 Date: Sat Sep 18 10:50:00 2010
 ProcEnviron:
  PATH=(custom, user)
  LANG=de_DE.utf8
  SHELL=/bin/bash
 SourcePackage: open-vm-tools

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+bug/641882/+subscribe


-- 
header files matching your running kernel were not found
https://bugs.launchpad.net/bugs/641882
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

Re: [Bug 641882] Re: header files matching your running kernel were not found

2010-11-18 Thread Adam Felson
On Thursday 18 November 2010 9:15:18 am you wrote:
 @Adam: I've been thinking, if your are absolutely sure that version 6.5
 works in other distros with the 2.6.35 kernel, it shouldn't be better to
 make a new bug report? (since this one affects versions 7.x also, and
 for that versions there's a workaround). Maybe, if you can point out the
 kernel headers that are missing (if possible of course) somebody related
 to the kernel development would be able to explain why are they missing
 (or consider the possibility of adding them).
 
 First of all, check that the other distros you are trying with vmware
 6.5 are using the same kernel version as Ubuntu (maybe the  linux kernel
 version is incompatible with vmware 6.5 and this is not a problem with
 Ubuntu itself). In order to check your kernel version, you can just run
 uname -r from the console.

In retrospective, it may very well be vmware 6.5's inability to handle the 
2.6.35 kernel.  I've run into similar problems many times when moving to a new 
kernel version on my bleeding edge gentoo desktop.  I don't think much about 
vmware 6.5 as the desktop has a processor that the latest vmware tolerates.

I know the drill with patching vmware;  I'll try a patched 6.x kernel on my 
laptop in the next few days.  In the meantime, keep the bug closed.  Anybody 
using such an old laptop is better off with VirtualBox anyway.

-- 
header files matching your running kernel were not found
https://bugs.launchpad.net/bugs/641882
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 641882] Re: header files matching your running kernel were not found

2010-11-11 Thread Adam Felson
The defective software is the ubuntu kernel headers which are missing
items contained in the standard linux headers releases seen with all
other distributions.

The fact that it prevents use of a 3rd party software product is
irrelevant.  Ubuntu isn't something owned by apple and is supposed to
work with third party software.

** Changed in: ubuntu
   Status: Invalid = New

-- 
header files matching your running kernel were not found
https://bugs.launchpad.net/bugs/641882
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 641882] Re: header files matching your running kernel were not found

2010-10-29 Thread Adam Felson
I don't have the option of moving to vmware 7.1.2 as vmware 7 will not work 
with the pentium-m in my laptop.
I need kernel headers that vmware 6.5 will tolerate.

-- 
header files matching your running kernel were not found
https://bugs.launchpad.net/bugs/641882
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


Re: [Bug 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-08-27 Thread Adam Felson
Yes.  If I don't use nomodeset then it won't hibernate or suspend
without crashing.

There was another problem with ubunth post 8.04 where it would crash
with the up-shift indicator on and the new kernel has mostly fixed it
although it still will crash after a few days.

On Fri, Aug 27, 2010 at 9:17 AM, inflintor 550...@bugs.launchpad.net wrote:
 Adam, do you need the nomedeset still with your non-tickless kernel?

 --
 thinkpad X3x series suspend and hibernate hang
 https://bugs.launchpad.net/bugs/550401
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “linux” package in Ubuntu: Triaged

 Bug description:
 Previously working perfectly in ubuntu 8.04 for my radeon mobility pentium-m 
 based laptop.

 Suspend and hibernate both hang.

 In suspend, moon led flashes then stays lit with backlight still on.
 Pressing power key causes screen backlight to momentarily go out, moon goes 
 out, and laptop is then hung requiring
 a hard reset or power down.

 Nothing in var/log/messages or dmesg to indicate what has happened.
 Description:    Ubuntu lucid (development branch)
 Release:        10.04

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550401/+subscribe


-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-08-17 Thread Adam Felson
I think I've found a solution.  Building my own kernel and disabling
tickless system and setting processor family to pentium-M seems to have
cured the crashes.

After setting nomodeset to false I was able to use the laptop without it
crashing within an hour or two of waking up from suspend or hibernate.
But it would inevitable crash.  With the new kernel, I have been able to
go several weeks without a crash.

-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-07-15 Thread Adam Felson
built and installed compat-wireless (compat-wireless-2010-07-13.tar.bz2)
and thinkpad x31 no longer crashes.  Was left on overnight after many
suspends and hibernates and it wasn't locked up the following morning.
Previously it couldn't make it 2 hours without locking up.

To summarize:  solution for me is nomodeset on kernel and compat-wireless.
Removed custom /etc/X11/xorg.conf.

-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-07-13 Thread Adam Felson
With nomodeset, it'll suspend and hibernate without locking up during
the process, but it'll lockup hard with the caps light flashing within
90 minutes of use  (often within 10 minutes) after suspends or
hibernates.

-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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 370935] Re: [IBM 26723G0] hibernate/resume failure

2010-07-12 Thread Adam Felson
On my thinkpad X31 uname -a:
Linux thinkpad 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 
i686 GNU/Linux

It used to lockup after any attempt to suspend or hibernate.  I've since
added nomodeset to my kernel params and both mostly work now except that
if I suspend, it'll lockup tight with the flashing capslock within a few
hours.  There's never anything in dmesg or /var/log/message.  I'd
collect additional data if I knew how.

-- 
[IBM 26723G0] hibernate/resume failure
https://bugs.launchpad.net/bugs/370935
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 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-07-10 Thread Adam Felson
Tried ubuntu 10.04 again on my ibm thinkpad x31.
Suspend and hibernate still caused lockups.

Tried nomodeset and now everything works perfectly.
I could not detect the slightest performance hit.
Granted, I do not run games, compiz, or anything fancy.

What I did test was high speed scrollling in a terminal window ( for example, 
running find / to list everything ),
draging windows around displaying their contents,  scrolling in firefox.   Also 
tried a few gl screensavers  They all ran as fast as I've ever seen on my aging 
thinkpad. 

I won't be reverting to 8.04 this time around.

-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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


Re: [Bug 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-05-02 Thread Adam Felson
I think the problem may also be with the ath_pci driver
8.04 used madwifi iirc.

-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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


Re: [Bug 550401] Re: thinkpad X3x series suspend and hibernate hang

2010-04-23 Thread Adam Felson
It's not fixed  I took ubuntu 10.04 off the laptop.

On Fri, Apr 23, 2010 at 1:20 AM, ^_Pepe_^
jose.angel.fernandez.fre...@gmail.com wrote:
 Hi all,


 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better.


 Please, can you tell us whether this is still an issue for you? If not, 
 please, consider update this bug as 'Fix Released', else, can you please, 
 fill a little form, with questions contained in this wiki? 
 https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume


 It will definitely help developers to find the fix or help you to detect that 
 you don't really have real bug. Please, pay special attention to the 
 Encrypted Home-Swap issue and the flashing caps-lock.


 Information below, will also help you


 https://wiki.ubuntu.com/UnderstandingSuspend


 I'd also encourage you to try this tests 
 https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting to gather more 
 information to developers


 Thank you in advance.

 ** Tags added: lucid
 ** Tags removed: kernel-series-unknown

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

 --
 thinkpad X3x series suspend and hibernate hang
 https://bugs.launchpad.net/bugs/550401
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “linux” package in Ubuntu: Incomplete

 Bug description:
 Previously working perfectly in ubuntu 8.04 for my radeon mobility pentium-m 
 based laptop.

 Suspend and hibernate both hang.

 In suspend, moon led flashes then stays lit with backlight still on.
 Pressing power key causes screen backlight to momentarily go out, moon goes 
 out, and laptop is then hung requiring
 a hard reset or power down.

 Nothing in var/log/messages or dmesg to indicate what has happened.
 Description:    Ubuntu lucid (development branch)
 Release:        10.04

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550401/+subscribe


-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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 550401] [NEW] thinkpad X3x series suspend and hibernate hang

2010-03-28 Thread Adam Felson
Public bug reported:

Previously working perfectly in ubuntu 8.04 for my radeon mobility
pentium-m based laptop.

Suspend and hibernate both hang.

In suspend, moon led flashes then stays lit with backlight still on.
Pressing power key causes screen backlight to momentarily go out, moon goes 
out, and laptop is then hung requiring 
a hard reset or power down.

Nothing in var/log/messages or dmesg to indicate what has happened.
Description:Ubuntu lucid (development branch)
Release:10.04

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
thinkpad X3x series suspend and hibernate hang
https://bugs.launchpad.net/bugs/550401
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