[Bug 412499] Re: ac adapter is not detected

2011-07-14 Thread Brad Figg
This bug was filed against a series that is no longer supported and so is being marked as Won't Fix. If this issue still exists in a supported series, please file a new bug. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu)

[Bug 412499] Re: ac adapter is not detected

2010-09-03 Thread Jeremy Foshee
Declining the Maverick specific nomination for now and leaving this open against the actively developed Ubuntu kernel (which happens to be Maverick at this time). Will re-open the nomination should a fix be narrowed down which we can confirm specifically resolves this issue in Maverick. ~JFo **

[Bug 412499] Re: ac adapter is not detected

2010-07-27 Thread Armin
I' also have the problem on lucid with a Clevo M570RU - but the fix is simple: Compile the ac part of the kernel as module and the issue is fixed. I assume there is some kind of race condition in the detection code of the ac adapter. As far as I know, many distibutions already do it this way and

[Bug 412499] Re: ac adapter is not detected

2010-06-19 Thread Zatara214
Fixed in the latest Maverick kernel builds! I'm so happy. Grab the latest kernel from the mainline kernel PPA and set Powermizer to Maximum Performance and it'll go all the way up! :D -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification

[Bug 412499] Re: ac adapter is not detected

2010-04-28 Thread 3ntix
How is possible that lucid have the same problem. I use Kubuntu and I've to compile the kernel manually to detect the ac adapter. If I don't do thank, KDE put the system to extreme powersave with the ac adapter in!!! When this bus is solved? I too annoying... -- ac adapter is not detected

[Bug 412499] Re: ac adapter is not detected

2010-04-12 Thread Colin Taylor
From what I can gather, Gnome powermanager partially displays the status correctly. If you look closely, it will be sort of correct, but it still isn't really working. I believe this has something to do with how it gets its information, which includes the BATT entries in /proc/acpi. These file(s)

[Bug 412499] Re: ac adapter is not detected

2010-04-09 Thread Stian Knudsen
I too have this problem related to nvidia powermizer on Karmic with a M860TU. Gnome powermanager seems to detect AC/Battery status fine however, how is that? -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu

[Bug 412499] Re: ac adapter is not detected

2010-03-14 Thread RenZO
Same problem on Clevo M570 and W760. With AC Adapter as module, it's ok. Please change the flag, like it was on Hardy. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 412499] Re: ac adapter is not detected

2010-03-01 Thread Zatara214
Problem persists in 2.6.33. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 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

Re: [Bug 412499] Re: ac adapter is not detected

2010-02-03 Thread Colin Taylor
At this point, all that needs to be changed is the ACPI_AC adapter flag in the default kernel configuration needs to be changed. Its getting annoying at this point, because every other linux distro I use has done it this way for years and its not a problem. Anyone got any ideas on how we can

[Bug 412499] Re: ac adapter is not detected

2010-02-03 Thread Zatara214
Not really. Truthfully, I don't know of a more popular bug reporting system than Launchpad. And yeah, this is extremely annoying already. Having to compile my own kernel isn't exactly convenient. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug

Re: [Bug 412499] Re: ac adapter is not detected

2010-02-02 Thread 3ntix
I don't know why, but I've compiled the ubuntu kernel for karmic (2.6.31-17) with the acpi module (battery, ac, etc) loadable externally and so the ac adapter finally works. I'm a newbie with kernel compiling, but if someone want it to try, I can share my kernel packages. -- ac adapter is not

[Bug 412499] Re: ac adapter is not detected

2010-02-02 Thread Zatara214
We've already gotten to that point here. We've been using KernelCheck to compile the kernel from source with the ac_adapter module loadable externally. What we'd prefer is a solution that doesn't involve compiling the kernel every time a new one is released. Prferably a full blown fix for the

[Bug 412499] Re: ac adapter is not detected

2010-02-01 Thread Harrison Chapman
Just as a heads-up, this bug is still affecting me in the newest Lucid alpha release. (I have the same model of clevo as the others here, the serval professional). Here's a really stupid question though -- is there anyway whatsoever to make a false directory structure under /proc/acpi/ac_adapter?

[Bug 412499] Re: ac adapter is not detected

2010-02-01 Thread Zatara214
Have you tried out the new 2.6.33 release candidates? Because I haven't. You can get them here: http://kernel.ubuntu.com/~kernel-ppa/mainline/ -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 412499] Re: ac adapter is not detected

2009-12-10 Thread Zatara214
Alright, confirmed that the power button no longer works with the generic version of 2.6.32. Any idea what KernelCheck option is linked to the power button state? -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of

[Bug 412499] Re: ac adapter is not detected

2009-12-09 Thread Zatara214
There's a big thing about it here http://marcosaruj.com/archives/382 Although this didn't work for me, since I'm using the Jolicoud kernel, not the Ubuntu one. I had to revert back to 2.6.28 from 2.6.31, which solved the issue. I'm using 2.6.32 right now, which I built to be a real-time

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
Hahaha oh wow. This fix no longer works in 2.6.32. I compiled the kernel with AC Adapter as a module, but have yet to try it as a part of the kernel. I'll have to play around with the new kernel a bit more. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
That was fast. Fixed after uninstalling the older kernel (I was using 2.6.28-14) and rebooting. Seems to work now. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Colin Taylor
You probably didnt have the new kernel loaded before you uninstalled it. Ubuntu defaults to the standard kernel unless you reorder your entries in grub (there is some way to edit the comments in /boot/grub/menu.lst to do this automagically via update-grub, but i dont remember how). Glad that it

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
I've started using Jolicloud, which is a Jaunty-based distro. I'll keep you updated on when a fix for this is added. In the meantime, still nothing. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Colin Taylor
Thanks. If they fix it I will probably come back to Ubuntu, but for now im enjoying ArchLinux. It takes a lot of getting used to (setting up from scratch that is), but its very rewarding once you get the hang of it. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
Quick question: What kernel version are you currently using under Arch? Because after messing around with this one for a few hours, I've come to realize that my power button no longer works. I had to use the GUI to put my computer to sleep, and once it was suspended it wouldn't wake up. Had to

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Colin Taylor
2.6.31 It takes some configuration to get it to work in arch. By default it loads as a module, but i've always had to load it apart from the other modules (disable it by default, and load it at the end of rc.sysinit). Let me know if you want specific instructions, I can try to dig up the exact

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
No no, I'm saying it doesn't work under Ubuntu. I'm actually installing Arch on my desktop right now to try it out, I'll take your word for the payoff. As for the power button not working on my laptop, I'm going to see if it still doesn't work when the Jolicloud generic kernel 2.6.32 is released

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Colin Taylor
Oh geez. Get ready for no config. Its roughly equivalent to Gentoo, but with binary packages. The archlinux wiki is very helpful for configuring things, and its very open ended. If you have any questions, feel free to ask. (Sorry, I didn't wish arch upon you. Its a bit hard to get used to, but

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
Well I've used Sabayon before, so being that it's a bit like Gentoo (but pre-configured from the start), I think I'll have an easier time than you'd think. Sure, Ubuntu has a great packaging system, but thank the lord it's not the only thing I know of in the Linux world. Apparently Arch has some

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Colin Taylor
Good to hear. As for the virtualbox, really? Im running a copy in virtualbox right now, and although the vbox drivers were a bit hairy to get setup, it works great now, mouse and autoresizing included. Now, granted, this is using fluxbox as opposed to gnome, but that should make things more

[Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Zatara214
I'm fairly certain that the vbox issues I'm having are also an effect of the new kernel. Never had these issues with 2.6.28. I'll probably switch back if the generic kernel doesn't turn out to be anything good. Apparently there was a new bug introduced in 2.6.31 that required the real-time

Re: [Bug 412499] Re: ac adapter is not detected

2009-12-08 Thread Colin Taylor
What version of virtualbox are you using? I'm curious now, I have version 3.1.0 for reference. Also, what do you mean by stuttering/pausing? Is there a reference for these kernel bugs? Just curious...want to know what to expect if this starts happening / how to tell. Thanks. On Wed, Dec 9, 2009

[Bug 412499] Re: ac adapter is not detected

2009-10-11 Thread zeronine
Just to confirm here: I have an Sager 8662, which uses a Clevo M860TU I recompiled the 2.6.28.10 kernel with ACPI_AC as a module. The AC Adapter is now functioning correctly. This seems to fix the issue for me. The AC adapter is now detected and works. -- ac adapter is not detected

[Bug 412499] Re: ac adapter is not detected

2009-09-10 Thread Zatara214
Alright, yeah, I'll need you to post that tutorial for me after all. I have no idea what I'm doing, since I've never really had to work at kernel level before. -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of

[Bug 412499] Re: ac adapter is not detected

2009-09-10 Thread Colin Taylor
Ok well like you suggested, I used KernelCheck to compile my latest kernel, so the process has gotten significantly easier (and Update Manager no longer nags me all the time to update ^_^). Proposed Fix Directions: 1. Make sure your system is fully up to date, either by running Update Manager,

[Bug 412499] Re: ac adapter is not detected

2009-09-10 Thread Zatara214
Worked perfectly. I realized while I was starting up KernelCheck that by default (as of today), it will install kernel version 2.6.30.5. This is actually older than the Karmic kernel, and is not the newest version. If you go to 'Custom Install', select 'Install older prepatch' and select 2.6.31,

[Bug 412499] Re: ac adapter is not detected

2009-09-08 Thread Zatara214
Confirmed this issue from the latest Karmic, as well as Jaunty, Fedora 11 and Sabayon 4.2 with the Clevo M860TU. I'm thinking this is either a kernel issue, or, more likely, an Nvidia issue. Either that, or our specific laptop isn't working for some reason. 0.700032] ACPI Error (psargs-0359):

[Bug 412499] Re: ac adapter is not detected

2009-09-08 Thread Colin Taylor
I don't think its nvidia or M860TU specific because I have had plenty of distributions (openSUSE, ArchLinux, etc) detect the AC adapter correctly. It seems highly dependent on weather or not the AC adapter module is built into the kernel or is modular. Also, it seems to be related to timing - for

[Bug 412499] Re: ac adapter is not detected

2009-09-08 Thread Zatara214
Believe it or not, this is actually good news to me. Many people believe this bug to be BIOS related (bias towards Microsoft products by default). I have emailed Sager, and hopefully I will be sent a newer version of the BIOS for the laptop (I haven't updated it since August of last year). I'm

[Bug 412499] Re: ac adapter is not detected

2009-09-08 Thread Colin Taylor
Dont bother updating your bios unless you really want to. On my sager np8662 i went to all of the trouble of compiling and running my own DSDT, only to find that it had only two warnings and no errors. Basically like your suggesting (and unlike everyone else with this problem), the BIOS has very

[Bug 412499] Re: ac adapter is not detected

2009-09-08 Thread Zatara214
Yeah, sounds like you've been working on this at LEAST as much as I have lol. First off, you're definitely using Powermizer, it's built into the driver. What it does is adaptively underclock your video card to save power when on battery. In our case, it limits the video card's core and memory

[Bug 412499] Re: ac adapter is not detected

2009-08-14 Thread Leann Ogasawara
** Changed in: linux (Ubuntu) Importance: Undecided = Medium ** Changed in: linux (Ubuntu) Status: New = Triaged ** Tags added: kconfig -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: HalComputerInfo.txt http://launchpadlibrarian.net/30222322/HalComputerInfo.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30222321/Dependencies.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: Lsusb.txt http://launchpadlibrarian.net/30222324/Lsusb.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: Lspci.txt http://launchpadlibrarian.net/30222323/Lspci.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: ProcCpuinfo.txt http://launchpadlibrarian.net/30222325/ProcCpuinfo.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: ProcModules.txt http://launchpadlibrarian.net/30222328/ProcModules.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/30222319/BootDmesg.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: ProcInterrupts.txt http://launchpadlibrarian.net/30222326/ProcInterrupts.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Colin Taylor
** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/30222320/CurrentDmesg.txt -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 412499] Re: ac adapter is not detected

2009-08-12 Thread Brian Murray
** Package changed: ubuntu = linux (Ubuntu) -- ac adapter is not detected https://bugs.launchpad.net/bugs/412499 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