[Bug 102270] Re: applesmc: wait status failed: c != 8

2012-02-14 Thread yngens
root@host:~# cat /proc/version_signature Ubuntu 2.6.32-38.83-server 2.6.32.52+drm33.21 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/102270 Title: applesmc: wait status failed: c != 8 To manage

[Bug 102270] Re: applesmc: wait status failed: c != 8

2012-02-14 Thread yngens
I'm hitting the same issue here: code root@host:~# uname -a Linux host.drupion.org 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64 GNU/Linux root@host:~# dmesg | grep applesmc [ 11.821530] applesmc: Apple MacPro detected: [ 11.821532] applesmc: - Model without

[Bug 102270] Re: applesmc: wait status failed: c != 8

2010-09-16 Thread Коренберг Марк
r...@imac:~# uname -a Linux imac 2.6.32-24-generic-pae #42-Ubuntu SMP Fri Aug 20 15:37:22 UTC 2010 i686 GNU/Linux applesmc: wait status failed: 5 != 1 applesmc: wait status failed: 5 != 1 applesmc: wait status failed: 5 != 1 applesmc: wait status failed: 5 != 1 applesmc: wait status failed: 5

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-10-10 Thread rydberg
Present in 2.6.27-7 ** Changed in: linux (Ubuntu) Status: Fix Committed = Fix Released -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-27 Thread rydberg
A final improvement patch has been submitted: http://lkml.org/lkml/2008/9/27/73 Thanks to Bob for all the testing. -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-22 Thread rydberg
A patch set solving all three problems, except for MPB4,1, is now in Andrew's -mm tree: http://userweb.kernel.org/~akpm/mmotm/broken-out/hwmon-applesmc-specified-number-of-bytes-to-read-should-match-actual.patch

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-22 Thread rydberg
Bob, reading https://bugs.launchpad.net/ubuntu/+source/linux/+bug/102270/comments/14 again, I realize MBP3 might be suffering the same temperature sensor problem as the MBP4, meaning the patch http://lkml.org/lkml/2008/9/22/168 might be of interest to you. In order to confirm that this is the

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-19 Thread rydberg
Pala, This problem should also be visible on Hardy. If you have a hardy setup, you could try to test through the instructions in this thread: http://ubuntuforums.org/showthread.php?t=924096 Henrik -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-18 Thread rydberg
We really have three kinds of problems dealing with in this bug. The original bug was for a MacbookPro3,1 from 2007, which displayed occasional warnings on Feisty, but in general it works. The behavior seems to persist all the way up to Intrepid and the latest patches attached here. It might have

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-18 Thread Pala62
Hi ok, after I modprobe applesmc the messages with the wait status failed begins. Normaly I blacklist the applesmc because if I leave the loaded module, my syslog gets about 15MB a day!! I will attach my dmesg MacBook pro 4,1 with Intrepid. If i know how (sry) i would give the patches a try.

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-18 Thread Pala62
ups, forget, in dmesg, after driver successfully loadet, i type sensors, you can see the messages in dmesg. the output in terminal was this: coretemp-isa- Adapter: ISA adapter Core 0: +34.0°C (high = +100.0°C, crit = +100.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 1:

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread rydberg
Ok, here is a patch that hopefully resolves the problem. There are some other patches around this one that will also be sent to kernel.org, that should make things even better, but the essence is the attached one. I have only had the opportunity to test this patch on my Macbook Air, so I will

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread Bob McElrath
Testing your patch on MacBook Pro 3.1 Santa Rosa, I get the following kernel messages: Sep 17 19:02:38 futura kernel: [ 181.920006] applesmc: no version for struct_module found: kernel tainted. Sep 17 19:02:38 futura kernel: [ 181.922477] applesmc: Apple MacBook Pro detected: Sep 17 19:02:38

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread Bob McElrath
A few minutes later, another message: Sep 17 19:09:54 futura kernel: [ 531.365060] applesmc: command failed: 10 - c -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread rydberg
Hello Bob, thanks for testing! Sep 17 19:09:54 futura kernel: [ 531.365060] applesmc: command failed: 10 - c What you see here is a message equivalent to the 'status wait' message, but for a specific command. It might have to do with a second problem I also encountered regarding data size

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread Bob McElrath
See my dmesg attached to this bug: http://launchpadlibrarian.net/10268555/dmesg.log for messages on this laptop before your patch. -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread Pala62
Hi, like to help, but could you please explain how to patch in ubuntu, sorry guess i am a noobish.. may some one can help, i will test it out. Here Macbook Pro 4,1 from April this year. I am running Ubuntu 8.10 Greets Pala -- applesmc: wait status failed: c != 8

Re: [Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-17 Thread rydberg
Here Macbook Pro 4,1 from April this year. I am running Ubuntu 8.10 Perhaps you could provide an output of the current situation to start with, an equivalent to the log bob just provided. Simply restart your computer, run sensors on the command line, and send the complete output of dmesg as an

Re: [Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-14 Thread rydberg
Pala62 wrote: Testded with kernel 2.6.27-3-generic with intrepid - Problem still exists on a MacBook pro 4,1 I have been in contact with the maintainer regarding a possible resolution to this problem, which basically conjectures that apple changed the smc protocol for some of the newer

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-09-14 Thread Pala62
Testded with kernel 2.6.27-3-generic with intrepid - Problem still exists on a MacBook pro 4,1 -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test: 1) If you are comfortable

Re: [Bug 102270] Re: applesmc: wait status failed: c != 8

2008-08-28 Thread rydberg
Tested in kernel 2.6.27-1-generic from the intrepid ppa; problem still remains. There has been no significant changes to the drivers/hwmon/applesmc.c driver source between 2.6.24 and 2.6.27, although there has been some recent correspondence. I am CCing the driver maintainer, Nicolas Boichat,

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-08-28 Thread Leann Ogasawara
** Tags added: linux-2.6.27 -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 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

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-06-15 Thread rydberg
Same problem exists on the Macbook Air, running the 2.6.24-18-generic kernel. The problem does not seem to be (only) about reading hardware that is not present, as readings can sometimes be obtained and sometimes not. -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-05-25 Thread Victor Ashik
http://lkml.org/lkml/2008/4/5/8 -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 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

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-05-19 Thread Milind Arun Choudhary
I am also getting the same errror on hardy [ 448.188075] applesmc: wait status failed: 5 != 4 [ 448.192466] applesmc: wait status failed: c != 8 -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-03-09 Thread michelem
Yes Hardy Heron with 2.6.24 kernel has same problem, I can confirm it -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 102270] Re: applesmc: wait status failed: c != 8

2008-03-03 Thread Baumgartner Martin
Problem also exists with Ubuntu Hardy on MacBook 3,1 -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-12-27 Thread Leann Ogasawara
** Changed in: linux (Ubuntu) Importance: Undecided = Medium Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team) Status: Incomplete = Triaged -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-12-13 Thread Bob McElrath
The 2.6.24 kernel you mention has no impact on this bug. I can upload the dmesg if you like, but there's nothing essentially new in there. The error messages are the same. -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-12-13 Thread Bob McElrath
I think this is caused entirely by trying to read hardware that isn't present. The applesmc driver does not have a comprehensive up-to-date list of apple hardware. In particular on my MacBook Pro (v3, Santa Rosa), the kernel message is generated by trying to read its outputs: cat

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-12-13 Thread michelem
Same problem here with MacBook 3,1 Santarosa and manually compiled kernel (2.6.22.9 from linux-source) -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-12-11 Thread Leann Ogasawara
The Hardy Heron kernel was recently uploaded for testing. We'd really appreciate it if you could try testing with this newer kernel and verify if this issue still exists. Unfortunately, the Hardy Heron Alpha1 LiveCD was released with the older 2.6.22 kernel. You'll have to manually install the

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-11-06 Thread Leann Ogasawara
I'm retargetting this bug for the upcoming Hardy kernel (hence the 'hardy-kernel-candidate' tag). However, against linux-source-2.6.20 and linux-source-2.6.22 this bug does not meet the criteria for a stable release update and is being marked as Won't Fix. You can learn more about the stable

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-11-04 Thread Bob McElrath
** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/10268573/lspci-vvnn.log -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-11-04 Thread Bob McElrath
** Attachment added: version.log http://launchpadlibrarian.net/10268549/version.log -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-11-04 Thread Bob McElrath
** Attachment added: dmesg.log http://launchpadlibrarian.net/10268555/dmesg.log -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-11-04 Thread Bob McElrath
Yes, this problem still persists in 7.10. I think it may be related to a regular hang in the OS interface, where keyboard input is not accepted and the screen is not updated for several seconds. ** Attachment added: uname-a.log http://launchpadlibrarian.net/10268548/uname-a.log -- applesmc:

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-10-22 Thread Leann Ogasawara
Thank you for taking the time to report this bug and helping to make Ubuntu better. Now that the 7.10 Gutsy Gibbon release of Ubuntu is out, we were wondering if you can still reproduce this issue. Could you please download and try the new version of Ubuntu from

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-10-08 Thread nijaba
Same problem here with Gutsy beta on MacBookPro 3.1 (SantaRosa) -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-07-22 Thread Tribe
Yeh i have the same output on same kernel: Linux macbook 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-07-21 Thread Tim Perry
I realize this is an old thread, but I've just got this too, for no discernable reason. On a macbook core (one) duo I'm getting: [EMAIL PROTECTED]:~$ dmesg | grep applesmc [ 19.004000] applesmc: Apple MacBook detected: [ 19.004000] applesmc: - Model with accelerometer [ 19.004000]

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-04-25 Thread pouns
same problem on a macbook C2D -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 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

[Bug 102270] Re: applesmc: wait status failed: c != 8

2007-04-23 Thread Tribe
Still same problem in Feisty final. [EMAIL PROTECTED]:~$ uname -a Linux macbook 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux -- applesmc: wait status failed: c != 8 https://bugs.launchpad.net/bugs/102270 You received this bug notification because you are a member of