[Bug 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-04-10 Thread Brian Murray
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux
   Importance: Undecided = High
 Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team)
   Status: New = Triaged

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-04-10 Thread Leann Ogasawara
Hi Everyone,

Just a few things to note here.  First the upstream git commit id and
description which seems to have resulted in the issue you are seeing is
as follows:

commit c04209a7948b95e8c52084e8595e74e9428653d3
Author: Alexey Starikovskiy [EMAIL PROTECTED]
Date:   Tue Jan 1 14:12:55 2008 -0500

ACPI: EC: Enable boot EC before bus_scan

Some _STA methods called during bus_scan() might require EC region handler,
which might be enabled later in the scan.
Enable it explicitly before scan to avoid errors.

Reference: http://bugzilla.kernel.org/show_bug.cgi?id=9627

Signed-off-by: Alexey Starikovskiy [EMAIL PROTECTED]
Signed-off-by: Len Brown [EMAIL PROTECTED]

So it seems fixes for another upstream bug resulted in what you are
seeing.  I also noticed the following in the dmesg output from Vladimir:

[0.00] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[0.00] ACPI: If acpi_apic_instance=2 works better, notify [EMAIL 
PROTECTED]

Just curious if you tried acpi_apic_instance=2 without the patch applied
and if it helps the situation.

Unfortunately the kernel is currently frozen for Hardy as we're
approximately 2 weeks away from the final release.  Obviously reverting
this patch will cause issues for others :(  I'll ping the Ubuntu kernel
team to try and see what can be done but it may be the case that this
won't get resolved until the Intrepid Ibex 8.10 kernel opens for
development.

It would also be helpful if someone who has this issue could first test
the current upstream kernel to verify the issue still exists upstream.
See https://wiki.ubuntu.com/KernelTeam/GitKernelBuild for help with
building the upstream kernel.  If the issue still exists, if you could
post a comment to the upstream bugzilla report
(http://bugzilla.kernel.org/show_bug.cgi?id=9627) noting the regression
the patch has caused and you've verified that removing the code (ie
ifdef'ed it out) resolves the issue.

I apologize that this was overlooked until now.  Apparently this report
wasn't assigned to the right package (ie the Ubuntu kernel source
package 'linux') and was being overlooked.  It was recently reassigned
to the appropriate 'linux' package.  Just for future reference,
https://wiki.ubuntu.com/Bugs/FindRightPackage can help with this.
Thanks.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-04-10 Thread TJ
I've just spotted this bug report on the kernel-team mailing list thanks
to Leann. I've been running a Vaio vGN-FE41Z since April  2007. I
started with 32-bit builds but moved to x86_64 and have not tried 32-bit
again since.

I've been testing/using Hardy alongside Gutsy all the way through the
development process and not experienced this issue. The laptop is
usually on mains power when it boots.

Interestingly, I did rewrite the ACPI DSDT to fix an issue with the
battery-technology reported as non-rechargeable but that was ages ago
and I can't see it being affected by this:

http://ubuntuforums.org/showthread.php?t=475801

I'll do some systematic tests tomorrow with 64-bit and 32-bit Hardy
builds.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-04-07 Thread Vladimir Meremyanin
2.6.24-15.17 Consistently hangs with power cable attached, and boots
when battery only (without battery removal).

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-31 Thread Luca Cavalli
Tested the proposed patch on my brother's laptop and now he can boot
without recovery mode, so another positive feedback.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-29 Thread Thomas McKay
Okay Vlad, you twisted my arm. I compiled the kernel with the patch and
have installed it... I'm about to reboot. I'll report back here with my
results, you can be assured of that.

cheers.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-29 Thread Thomas McKay
I can confirm without a doubt that this patch has solved this bug.

However, I forgot to include my wireless drivers when compiling my
kernel :(

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-29 Thread Vladimir Meremyanin
It's not so painful as it seems, is it?

 However, I forgot to include my wireless drivers when compiling my
kernel :(

This is strange, because kernel should be exactly in the same
configuration as in binary package (unless you changed config in some
way, I didn't touch anything, just applied patch, and wireless works)

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-29 Thread Thomas McKay
well i do have wireless... just 802.1x, and i need WPA2 enterprise
support.

anyways, I have compiled kernels before, I just didn't expect to have
the free time to do this, or the free time to fix something if i borked
it.

Thanks a lot for the patch though, but I'm going to continue booting in
recovery mode until this issue is solved at the repository level. It may
be a hassle, especially for livecd users, however for me it is a small
inconvenience.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-28 Thread Vladimir Meremyanin
What do you mean 'NOT depend on'? you never reboot it?

All you need to compile kernel is waste couple hours of CPU time, and
some of yours: https://help.ubuntu.com/community/Kernel/Compile

once it's installed you need one reboot to test it and if it fails boot
your previous kernel.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-28 Thread Weisswurst
'Not depend on' means not daring to install 8.04 on a productive
system...

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-27 Thread Thomas McKay
I am sorry, but I cannot test the patch either.
If somebody has a laptop with this problem they do NOT depend on, please test 
it out so we can get this patch packaged.
I look forward to my next kernel update...

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-24 Thread Vladimir Meremyanin
I've finally compiled kernel with patch, and it works!

Thanks Alexey!

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-23 Thread Weisswurst
I just did some tests with the live cd.

If I try to boot with that beta cd and AC is plugged in and the battery is in 
the bay I can not boot. 
I get the errormessage described in the first post.
If I try to boot with that beta cd and AC is plugged out and the notebook is 
running on battery booting is possible.
Once the progessbar is displayed I can replug AC and Ubuntu is still booting.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-22 Thread bitzer
Same problem after installing Hardy Heron Beta on my Vaio VGN-C1S/H. No
problems with Gutsy.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-22 Thread Weisswurst
I can confirm that problem for my fe41z.
After upgrading from 7.10 to Alpha 5 my system wasn't bootable anymore. Rec. 
mode worked.
Live CD from Alpha 6 couldn't boot. And the Beta LiveCD has now exactly the 
problem which is described above.

I can't check the debug patch, because I need that PC for work ;)

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-21 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-13 Thread Alexey Starikovskiy
Please check if this _debug_ patch improves situation...

** Attachment added: disable early enable of boot_ec.
   http://launchpadlibrarian.net/12630529/1.diff

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-10 Thread Vladimir Meremyanin
no improvements in 2.6.24-11 and 2.6.24-12. Things even got worse, now I
have no sound.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-07 Thread Thomas McKay
I can confirm this problem on my sony vaio VGN-C240E laptop.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-03-07 Thread Thomas McKay
also, i can confirm that i was able to boot by removing the battery and 
unplugging for several seconds.
it would appear the issue is centred on the battery/battery bay.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-02-29 Thread sandfly
I have a similar booting issue with dell xps m1210.

7.1 worked fine however, 8.04 only boots in recovery mode, video drivers
are jacked.

any help will be appreciated.

sandfly

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-02-27 Thread Vladimir Meremyanin
Problem still works in 2.6.24-10. Is anyone reading this reports?

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-02-18 Thread Vladimir Meremyanin
Removed battery and unplugged power cord for a few seconds, and
2.6.24-8-generic started without any problems!

I think it should handle somehow 'wrong' (or what it was) acpi states,
since vista loaded fine without battery removal.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-02-15 Thread Vladimir Meremyanin
upgraded to 2.6.24-8-generic, and got same troubles.

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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 191137] Re: Hardy boots only in recovery mode on VAIO FE41Z

2008-02-11 Thread Vladimir Meremyanin

** Attachment added: dmesg
   http://launchpadlibrarian.net/11878732/dmesg

-- 
Hardy boots only in recovery mode on VAIO FE41Z
https://bugs.launchpad.net/bugs/191137
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