From: Len Brown <lenb@kernel.org>
To: adamtaunowilliams@gmail.com
Cc: linux-acpi@vger.kernel.org
Subject: Re: Toshiba P105-S6207 (success using acpi_osi=!Linux) w/dmidecode,dmesg
Date: Sat, 19 Jan 2008 01:42:22 -0500 [thread overview]
Message-ID: <200801190142.22639.lenb@kernel.org> (raw)
In-Reply-To: <1200706703.12327.1.camel@aleph.morrison.iserv.net>
On Friday 18 January 2008 20:38, Adam Tauno Williams wrote:
> > On Wednesday 14 November 2007 15:33, Adam Tauno Williams wrote:
> > > Manufacturer: TOSHIBA
> > > Product Name: Satellite P105
> > > I have a Toshiba P105-S6207 running openSUSE 10.3
> > > (2.6.22.12-0.1-default). All the devices (to my knowledge) are working,
> > > except sound; I've tried various things and the sound driver seems to
> > > load just fine but produce no output. Then I noticed a message in dmesg
> > > about trying to boot with "acpi_osi=!Linux". So I booted as:
> > > root=/dev/Aleph/Root vga=0x314 resume=/dev/sda2 splash=silent acpi_osi=!
> > > Linux
> > > and Bingo! I got sound.
> > Okay, I've added this box to the list of systems that
> > fail with OSI(Linux).
> > Please send me the output from acpidump -- I'd like to find out why.
> > If you don't have acpidump, you can get it from pmtools here:
> > http://www.lesswatts.org/projects/acpi/utilities.php
>
Thanks for the acpidump.
This is exactly the type of BIOS bug we want to avoid.
I'll blacklist this machine to disable OSI(Linux) since it breaks sound.
-Len
Store (0x07D0, OSYS)
If (CondRefOf (_OSI, Local0))
{
If (_OSI ("Linux"))
{
Store (0x03E8, OSYS)
}
Else
{
Store (0x07D1, OSYS)
If (_OSI ("Windows 2001 SP2"))
{
Store (0x07D2, OSYS)
}
If (_OSI ("Windows 2001.1"))
{
Store (0x07D3, OSYS)
}
If (_OSI ("Windows 2001.1 SP1"))
{
Store (0x07D4, OSYS)
}
If (_OSI ("Windows 2006"))
{
Store (0x07D6, OSYS)
}
If (LAnd (MPEN, LEqual (OSYS, 0x07D1)))
{
TRAP (0x3D)
}
}
}
prev parent reply other threads:[~2008-01-19 6:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-14 12:32 Toshiba P105-S6207 (success using acpi_osi=!Linux) Adam Tauno Williams
2007-11-14 20:33 ` Toshiba P105-S6207 (success using acpi_osi=!Linux) w/dmidecode,dmesg Adam Tauno Williams
2008-01-18 22:26 ` Len Brown
[not found] ` <1200706703.12327.1.camel@aleph.morrison.iserv.net>
2008-01-19 6:42 ` Len Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200801190142.22639.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=adamtaunowilliams@gmail.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.