Thanks!

What exactly does this do, and how did you figure it out?
It works, I'm just curious...Is there no need for the old fix listed on the
Launchpad page?

Also, since you seem to be playing with upstart and the switching, does
switching actually work the old way if I've upgraded from Jaunty to Karmic?
My computer will not proceed after I enter my login information when on the
Intel card as of now.

Thanks again!
-Anthony

On Tue, Oct 6, 2009 at 12:00 PM, Raphael Gradenwitz <
raph...@gradenwitz.ath.cx> wrote:

> Hello Anthony,
>
> Am Dienstag, den 06.10.2009, 10:54 -0700 schrieb ajmctaggart:
> > Update
> >
> > I believe I've gotten switching to work (I'm sticking on Nvidia side
> > right now, Intel card hangs after I enter my login stuff).  I usually
> > use Nvidia, so there were some tweaks to be done, but I'm happy
> > keeping it here until Ubuntu figures out their Intel woes...if anyone
> > else has Intel working, please advise.
> >
> > What can I do about the mic situation?  Using an external mic does
> > work, but not internal...any ideas?
>
> Setup the microphone
> ====================
>
> Open a terminal and get root:
>
>        sudo -i
>
> Now copy and paste this 5 lines of code in that terminal:
>
>
>        oi=false; o="options snd-hda-intel model=toshiba-s06"
>        for cf in /etc/modprobe.d/*.conf; do
>        grep -q "^$o$" $cf && oi=true; done
>        $oi && echo "$o">>alsa-base.conf
>        which amixer || sudo apt-get install alsa-utils
>
>
> Exit from root-shell:
>
>        exit
>
> Next, open gnome-session-properties:
>
>        gnome-session-properties
>
> and add this command to the autostart list:
>
>        Name:    Fix Microphon Imput
>        Command: amixer sset 'Input Source' 'Int DMic' >/dev/null 2>&1
>        Comment: switch microphone to the right imput
>
>
> after the next boot, the microphone should work
>
>
> >
> > Other than that, some trouble with Virtual box, and my touchpad config
> > being lost...it was an *okay upgrade.
> >
> > Never again will I do an upgrade, from now on- fresh installs only!
>
> Never say "Never again" ;-)
>
>
> Raphael
>
> _______________________________________________
> Mailing list: 
> https://launchpad.net/~sony-vaio-z-series<https://launchpad.net/%7Esony-vaio-z-series>
> Post to     : sony-vaio-z-series@lists.launchpad.net
> Unsubscribe : 
> https://launchpad.net/~sony-vaio-z-series<https://launchpad.net/%7Esony-vaio-z-series>
> More help   : https://help.launchpad.net/ListHelp
>
>
_______________________________________________
Mailing list: https://launchpad.net/~sony-vaio-z-series
Post to     : sony-vaio-z-series@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sony-vaio-z-series
More help   : https://help.launchpad.net/ListHelp

Reply via email to