sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #00608
Re: Switching Intel/nVidia with Upstart on Karmic
Hello Wayde,
Am Mittwoch, den 07.10.2009, 23:20 +0200 schrieb Wayde:
> Hello
>
>
> Could you tell me what mistake you mean and what steps you
> took to fix
> it?
>
> I just did a mistake in copying the /etc/init/switch-x-to.conf file.
> I changed:
> gc=nvidia; lspci|grep -qs nvidia || gc=intel
> to:
> gc=nvidia; lspci|grep -qs nVidia || gc=intel
That is OK but better is you copy the files with wget (from a root
shell):
for c in switch-x-to.conf nvidia-settings.conf; do
wget -O "/etc/init/$c" "http://global-social.net/files/$c"; done
Attention: you now have a file named nvidiasettings.conf, i renamed it
in nvidia-settings.conf. Thus if you executed this two lines, you should
remove the old file (as root):
rm -f /etc/init/nvidiasettings.conf
(This looks not important but I will try to maintain this a little bit
and when you take the same names, you will be able to update this in
future more easy.)
> Are there any (new) debug files at all?
>
> Are you still using grub2 and does it work (the leds from the
> speed-stamina slider on)?
>
> Yes i'm still using grub2 but the leds doesn't work.
If the LED's does not work and you use the sony-laptop kernel module
fork from Norbert Preining, then it can not work.
Here lies the problem. You MUST solve that first.
I could completely reproduce this what you described with grub2. Try to
find out how you can pass the kernel command-line in a way it works in
grub2. I could not find out, it looks like a grub2 bug.
If possible, go back to grub legacy and everything will work fine.
>
>
> Please give me the output from:
>
> initctl list | grep -E "switch|nvidia"
>
> wayde@zed:~$ initctl list | grep -E "switch|nvidia"
> switch-x-to stop/waiting
> nvidiasettings stop/waiting
>
this is(was) OK
> I'll try to send you all the debug files when the sys hangs.
Without the led burning, nothing can work.
The LED will not work as long as the
acpi_osi="!Windows 2006"
is not passed to the kernel (or passed wrong)
grub2 does not work like one would expect :-(
Raphael
(Please answer with
Reply-to: sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx
Thanks)
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
Follow ups
References
-
Switching Intel/nVidia with Upstart on Karmic
From: Raphael Gradenwitz, 2009-10-01
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Raphael Gradenwitz, 2009-10-04
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Wayde, 2009-10-04
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Raphael Gradenwitz, 2009-10-04
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Wayde, 2009-10-06
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Raphael Gradenwitz, 2009-10-06
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Wayde, 2009-10-06
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Raphael Gradenwitz, 2009-10-06
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Wayde, 2009-10-07
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Raphael Gradenwitz, 2009-10-07
-
Re: Switching Intel/nVidia with Upstart on Karmic
From: Wayde, 2009-10-07