[Bug 471872] Re: [Dell Computer Corporation Inspiron 600m] suspend/resume failure

2010-11-22 Thread NickA
I can confirm that the custom kernel with radeon driver compiled in does
work, but oddly enough performance seems to be less than with the driver
compiled as a module and modesetting enabled (which breaks suspend).
Regardless, the performance is still better than if I compile radeon as
a module and disable modesetting (to make suspend-resume work), so for
the moment I'll also continue with using custom kernels on this system.
For the record I'm now running Debian Testing (Squeeze) on it, and the
kernel I used is based on 2.6.32-27.  If I have some time over the
holiday, I may play around with this some more and see what settings,
kernel, etc. gives the best performance.

-- 
[Dell Computer Corporation Inspiron 600m] suspend/resume failure
https://bugs.launchpad.net/bugs/471872
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 471872] Re: [Dell Computer Corporation Inspiron 600m] suspend/resume failure

2010-11-11 Thread NickA
I would be interested in the .config as well.  What kernel version are
you using?  I previously tried building a 2.6.34 kernel with radeon as a
module and later built in, but neither made a difference.  I suspected
at the time we would need to wait for some userspace changes as well,
and I'm glad to hear that may not be the case.

-- 
[Dell Computer Corporation Inspiron 600m] suspend/resume failure
https://bugs.launchpad.net/bugs/471872
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 471872] Re: [Dell Computer Corporation Inspiron 600m] suspend/resume failure

2010-10-24 Thread NickA
Spinlock, although I've stopped running Ubuntu on that system, I'd be
interested in testing any patches for this bug if you have the time to
write one.  This bug is also present in Debian Testing (what the system
is now running), and although I don't think I could patch the bug
myself, I can probably forward port or back port the patch a kernel
revision or two.  Actually, the best bet to get this fixed globally
would be to pass any patches upstream as it's clearly a general kernel
bug, and not something specific to certain downstream distros.  This is
assuming it's entirely a kernel bug, and that there's no X component
that will also need patching.

-- 
[Dell Computer Corporation Inspiron 600m] suspend/resume failure
https://bugs.launchpad.net/bugs/471872
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 471872] Re: [Dell Computer Corporation Inspiron 600m] suspend/resume failure

2010-06-16 Thread NickA
I am experiencing this bug as well on my brother's Dell 600m; I'm fairly 
confident the bug is related to kernel mode setting (KMS) on the ATI card.  
Following the DebuggingKernelSuspend instructions on the Wiki, I see:

[0.537451] PM: Resume from disk failed.
[0.537474] registered taskstats version 1
[0.537716]   Magic number: 0:53:725
[0.537720]   hash matches 
/build/buildd/linux-2.6.32/drivers/base/power/main.c:433


Looking at main.c, all that code is related to drm (which is related to
KMS).  I will try disabling modesetting and see if the problem re-
occurs.

-- 
[Dell Computer Corporation Inspiron 600m] suspend/resume failure
https://bugs.launchpad.net/bugs/471872
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 471872] Re: [Dell Computer Corporation Inspiron 600m] suspend/resume failure

2010-06-16 Thread NickA
Ok, so as expected, disabling mode setting (sudo echo options radeon
modeset=0  /etc/modprobe.d/radeon-kms.conf) did resolve my suspend
issue.  Unfortunately it comes with a major hit to graphics performance
(e.g. Hulu is now unwatchable even in a window).  Perhaps a newer kernel
may resolve this issue, but for the moment it looks like you have the
choice of good graphics performance and no suspend OR bad graphics
performance and working suspend.

-- 
[Dell Computer Corporation Inspiron 600m] suspend/resume failure
https://bugs.launchpad.net/bugs/471872
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 362920] Re: [Dell Computer Corporation Latitude D600] suspend/resume failure

2009-11-25 Thread NickA
I ran into this Suspend bug on a D600 with Karmic as well
(2.6.31-14-generic #48 i686) and was able to identify the culprit as the
yenta-socket module (for PCMCIA).  I found the culprit by using the
pm_trace as suggested at https://wiki.ubuntu.com/DebuggingKernelSuspend
(the PCI address came up which I mapped with lspci -v).  When I
blacklisted yenta-socket, rsrc-nonstatic, and pcmcia-core, I rebooted
the machine and suspend now works.

This is my brother's D600, and I will only have access to this machine
for the next couple days before my brother heads back to CalTech, so if
you need any more info, let me know asap (I normally run Gentoo on a
Lenovo T400).

-- 
[Dell Computer Corporation Latitude D600] suspend/resume failure
https://bugs.launchpad.net/bugs/362920
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 105457] Re: mysqd_safe high cpu usage

2009-06-03 Thread NickA
I woke up this morning and found I was experiencing this issue on 9.04
(final, standard desktop version).  I also saw two instances of
mysql_safe with one eating all the CPU.  I installed mytop but didn't
see anything happening, and /etc/init.d/mysql restart did not help.
Both mysql.log and mysql.err were empty files.

The only mysql database on this box is for Amarok 1.4, and amarok was not 
running at the time.  Last night the problem was definitely not occurring, and 
I hadn't logged into this system for a couple days prior to that (the box was 
restarted on Sunday).  The commands I performed last night were:
an apt-get update
apt-get upgrade
apt-get install prelink
prelink -amR

I just went through y dpkg.log, and mysql was updated last night, so I'm
willing to bet the bug was somehow triggered by that process.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 105457] Re: mysqd_safe high cpu usage

2009-06-03 Thread NickA
I woke up this morning and found I was experiencing this issue on 9.04
(final, standard desktop version).  I also saw two instances of
mysql_safe with one eating all the CPU.  I installed mytop but didn't
see anything happening, and /etc/init.d/mysql restart did not help.
Both mysql.log and mysql.err were empty files.

The only mysql database on this box is for Amarok 1.4, and amarok was not 
running at the time.  Last night the problem was definitely not occurring, and 
I hadn't logged into this system for a couple days prior to that (the box was 
restarted on Sunday).  The commands I performed last night were:
an apt-get update
apt-get upgrade
apt-get install prelink
prelink -amR

I just went through y dpkg.log, and mysql was updated last night, so I'm
willing to bet the bug was somehow triggered by that process.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 316140] Re: wikipedia tab shows only languages block

2009-01-26 Thread NickA
Helge/WarwickH,

A big thanks to you both!  I submitted this bug to Gentoo's Bugzilla
(http://bugs.gentoo.org/show_bug.cgi?id=256389), and the change you
suggested works there as well.  I noticed the bug this morning and was
concerned about the lack of support by the KDE Amarok team for the (in
my opinion vastly superior) Amarok 1.4.X line, glad to see the community
came up with a quick fix.

-- 
wikipedia tab shows only languages block
https://bugs.launchpad.net/bugs/316140
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