[tlinux-users:07449] Re: Satellite P25-S670 acpi
Paul Koufalas <[email protected]>
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
Gonzalo Nemmi wrote:
> Take a look at the output of:
>
> cat /proc/omnibook/dmi
>
> and (as root):
>
> modinfo omnibook
>
> The module loaded ok ... but it could be that P25s are not supported
> as of yet :(
>
> Take a look at the documentation that came with the module, is pretty
> much complete and tells you how to get your model supported =)
>
> See ya !
>
>
> babar haq wrote:
>
>> Hi all
>>
>>
>>> So, basically, download, compile, load it using "modprobe omnibook"
>>> and see if you get anything under /proc/omnibook/
>>
>>
>>
>> Did all that. The compilation seem to went ok on kernel 2.6.13. No
>> errors just some warning. Did " modprobe omnibook", no errors.
>> Under /proc/omnibook I have "dmi" and "version". Now how do I know
>> thats its doing something?
>>
>> Thanx in advance.
>>
>> Babar
>>
>
I understand the P25 to be the same as the P20 I own, just marketed as
the P20 in Australia. (Please correct me if I'm wrong about that.)
If you look in the file init.c, you 'll find
{ "TOSHIBA", "Satellite P10*",
NULL, NULL, "Toshiba Satellite
P10", TSP10 },
{ "TOSHIBA", "Satellite P15*",
NULL, NULL, "Toshiba Satellite
P15", TSP10 },
{ "TOSHIBA", "Satellite P20*",
NULL, NULL, "Toshiba Satellite
P20", TSP10 },
but no P25, so I'd recommned you just add a similar line for the P25.
For comparison here is the output on my P20 from /proc/omnibook/dmi
# cat /proc/omnibook/dmi
BIOS Vendor: TOSHIBA
BIOS Version: V2.00
BIOS Release: 06/29/2004
System Vendor: TOSHIBA
Product Name: Satellite P20
Version: PSP20A-4EHRZ
Serial Number: 84340804K
Board Vendor: TOSHIBA
Board Name: BTQ00
Board Version: Null
and from modinfo omnibook
filename:
/lib/modules/2.6.10-5-686-smp/kernel/drivers/char/omnibook/omnibook.ko
author: So\uffffs P\uffffter <[email protected]>
description: Kernel interface for HP OmniBook, HP Pavilion, Toshiba
Satellite, Acer Aspire and Compal ACL00 laptops
license: GPL
parm: ectype:Type of embedded controller firmware
parm: ac:Use 0 to disable, 1 to enable AC adapter status
monitoring
parm: apmemu:Use 0 to disable, 1 to enable /proc/apm emulation
parm: battery:Use 0 to disable, 1 to enable battery status
monitoring
parm: blank:Use 0 to disable, 1 to enable lcd console blanking
parm: display:Use 0 to disable, 1 to enable display status
handling
parm: dock:Use 0 to disable, 1 to enable docking station support
parm: dmi:Use 0 to disable, 1 to enable /proc/omnibook/dmi
parm: fan:Use 0 to disable, 1 to enable fan status monitor and
control
parm: fan_policy:Use 0 to disable, 1 to enable fan control
policy support
parm: lcd:Use 0 to disable, 1 to enable to LCD brightness support
parm: onetouch:Use 0 to disable, 1 to enable onetouch handling
parm: temperature:Use 0 to disable, 1 to enable thermal status
and policy support
parm: touchpad:Use 0 to disable, 1 to enable touchpad handling
parm: user:Use 0 to disable, 1 to enable users to set parameters
vermagic: 2.6.10-5-686-smp SMP preempt 686 gcc-3.3
depends:
srcversion: FF913F97849934F2E113027
BTW I'm running Ubuntu Hoary.
Cheers,
Paul.