public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Toshiba - Documentation for Linux Developers
       [not found]   ` <b170af450807130654m2f800b10ybcba4b2c5c7cf329@mail.gmail.com>
@ 2008-07-13 14:46     ` Renato S. Yamane
  2008-07-15  7:17       ` Rafał Miłecki
  0 siblings, 1 reply; 6+ messages in thread
From: Renato S. Yamane @ 2008-07-13 14:46 UTC (permalink / raw)
  To: Rafał Miłecki; +Cc: Greg KH, linux-acpi, pavel, linux-kernel

Rafał Miłecki wrote:
> 2008/6/17, Greg KH <greg@kroah.com>:
>> Are there any known drivers for Toshiba hardware that you need for Linux
>>  that we should be contacting them about?
>> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
> 
> I have Toshiba A100 with Phoenix BIOS. This means toshiba_acpi doesn't
> work for me and I can change LCD brightness.
> 
> On page http://www.buzzard.me.uk/toshiba/docs.html there is also link
> to pdf with registers info:
> http://www.buzzard.me.uk/toshiba/downloads/hci.pdf
> 
> However I am not programmer and I have no idea if this is some
> interesging info for developrs.

Rafal, try use omnibook driver.
Get it with subversion:
$ svn co
https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk

Use "make install" and "make load".

After this, maybe is possible change brightness writing in
/proc/omnibook/lcd (0 is minimun and 7 is max brightness)

Best regards,
Renato S. Yamane

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Toshiba - Documentation for Linux Developers
  2008-07-13 14:46     ` Toshiba - Documentation for Linux Developers Renato S. Yamane
@ 2008-07-15  7:17       ` Rafał Miłecki
  2008-07-15 11:13         ` Renato S. Yamane
  0 siblings, 1 reply; 6+ messages in thread
From: Rafał Miłecki @ 2008-07-15  7:17 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: Greg KH, linux-acpi, pavel, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1330 bytes --]

2008/7/13, Renato S. Yamane <yamane@diamondcut.com.br>:> Rafał Miłecki wrote:> > I have Toshiba A100 with Phoenix BIOS. This means toshiba_acpi doesn't>  > work for me and I can change LCD brightness.>> Rafal, try use omnibook driver.>  Get it with subversion:>  $ svn co>  https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk>>  Use "make install" and "make load".>>  After this, maybe is possible change brightness writing in>  /proc/omnibook/lcd (0 is minimun and 7 is max brightness)
The newest version is packed for openSUSE fortunately. But it doesn'tfor my notebook. dmesg is:
omnibook: Driver version 2.20070211-trunk.omnibook: Unknown model.omnibook: dmi feature has no backend table, io_op not initialized.omnibook: version feature has no backend table, io_op not initialized.omnibook: Enabled features: dmi version.
So everything I can do istoshiba:/proc/omnibook # cat dmiBIOS Vendor:   Phoenix Technologies LTDBIOS Version:  2.00BIOS Release:  08/30/2006System Vendor: TOSHIBAProduct Name:  SATELLITE A100Version:       PSAA9E-0R101VPLSerial Number: X6623092GBoard Vendor:  Intel CorporationBoard Name:    Not Applicable
-- RafaÅ‚ MiÅ‚eckiÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Toshiba - Documentation for Linux Developers
  2008-07-15  7:17       ` Rafał Miłecki
@ 2008-07-15 11:13         ` Renato S. Yamane
  2008-07-15 11:46           ` Rafał Miłecki
  0 siblings, 1 reply; 6+ messages in thread
From: Renato S. Yamane @ 2008-07-15 11:13 UTC (permalink / raw)
  To: Rafał Miłecki; +Cc: Greg KH, linux-acpi, pavel, linux-kernel

Rafał Miłecki wrote:
> Renato S. Yamane wrote:
>> Rafał Miłecki wrote:
>>> I have Toshiba A100 with Phoenix BIOS. This means toshiba_acpi doesn't
>>> work for me and I can change LCD brightness.
>>
>> Rafal, try use omnibook driver.
>>  Get it with subversion:
>>  $ svn co
>>  https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk
>>
>>  Use "make install" and "make load".
>>
>>  After this, maybe is possible change brightness writing in
>>  /proc/omnibook/lcd (0 is minimun and 7 is max brightness)
> 
> The newest version is packed for openSUSE fortunately. But it doesn't
> for my notebook

Try compile SVN version as commented in my last e-mail

> dmesg is:
> omnibook: Driver version 2.20070211-trunk.
> omnibook: Unknown model.

Try force recognize with ectype parameter.
#modprobe omnibook ectype=x

Where "x" is a number between 1 and 15.

Load with ectype=1, test, unload, try load again with ectype=2, test,
unload...

Best regards,
Renato

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Toshiba - Documentation for Linux Developers
  2008-07-15 11:13         ` Renato S. Yamane
@ 2008-07-15 11:46           ` Rafał Miłecki
  2008-07-16 19:51             ` Robert M. Albrecht
  0 siblings, 1 reply; 6+ messages in thread
From: Rafał Miłecki @ 2008-07-15 11:46 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: Greg KH, linux-acpi, pavel, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 942 bytes --]

2008/7/15, Renato S. Yamane <yamane@diamondcut.com.br>:> Rafał Miłecki wrote:>  > The newest version is packed for openSUSE fortunately. But it doesn't>  > for my notebook>> Try compile SVN version as commented in my last e-mail
OK, I tried version from SVN. Nothing changed :|

>  > dmesg is:>  > omnibook: Driver version 2.20070211-trunk.>  > omnibook: Unknown model.>>> Try force recognize with ectype parameter.>  #modprobe omnibook ectype=x
Sure, I tried every ectype between 1 and 15 before (omnibook frompackage) and now (version from SVN) again. I checked two files (whenexisted): lcd and temperature. Temperature (if file existed for forcedectype) was always 0 and lcd always had some random values. Insertingother values (1, 7) didn't change anything.
-- RafaÅ‚ MiÅ‚eckiÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Toshiba - Documentation for Linux Developers
  2008-07-15 11:46           ` Rafał Miłecki
@ 2008-07-16 19:51             ` Robert M. Albrecht
  2008-07-17 11:57               ` Renato S. Yamane
  0 siblings, 1 reply; 6+ messages in thread
From: Robert M. Albrecht @ 2008-07-16 19:51 UTC (permalink / raw)
  To: linux-acpi; +Cc: pavel, linux-kernel

Hi,

both Toshiba types (original and compal-oem machines) are basically 
unsupported for Linux.

The omnibook-module for compal-systems was maintained outside the kernel 
and stalled for some time now.

The toshiba_acpi included in the kernel is outdated (there is a newer 
release, that fixes some bugs). Toshiba_acpi does only work on 32 bit 
systems, it breaks on 64 bit systems.

If anyone is interested in some hacking I can provide shell-access to 
both types of machines.

For some Tecra machines, Toshiba has provided some Vista-compatible 
BIOSes, they seem to enhance acpi-stuff for Linux too. So you might look 
for a bios-update.

cu romal

www.romal.de
blog.romal.de

Rafał Miłecki schrieb:
> 2008/7/15, Renato S. Yamane <yamane@diamondcut.com.br>:
>> Rafał Miłecki wrote:
>>  > The newest version is packed for openSUSE fortunately. But it doesn't
>>  > for my notebook
>>
>> Try compile SVN version as commented in my last e-mail
> 
> OK, I tried version from SVN. Nothing changed :|
> 
> 
>>  > dmesg is:
>>  > omnibook: Driver version 2.20070211-trunk.
>>  > omnibook: Unknown model.
>>
>>
>> Try force recognize with ectype parameter.
>>  #modprobe omnibook ectype=x
> 
> Sure, I tried every ectype between 1 and 15 before (omnibook from
> package) and now (version from SVN) again. I checked two files (when
> existed): lcd and temperature. Temperature (if file existed for forced
> ectype) was always 0 and lcd always had some random values. Inserting
> other values (1, 7) didn't change anything.
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Toshiba - Documentation for Linux Developers
  2008-07-16 19:51             ` Robert M. Albrecht
@ 2008-07-17 11:57               ` Renato S. Yamane
  0 siblings, 0 replies; 6+ messages in thread
From: Renato S. Yamane @ 2008-07-17 11:57 UTC (permalink / raw)
  To: Robert M. Albrecht; +Cc: linux-acpi, pavel, linux-kernel, gregkh

[cc'ed Greg KH]

Only to remember: Toshiba website to Linux Developers is:
<http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>

Best regards,
Renato S. Yamane


Robert M. Albrecht wrote:
> Hi,
> 
> both Toshiba types (original and compal-oem machines) are basically
> unsupported for Linux.
> 
> The omnibook-module for compal-systems was maintained outside the kernel
> and stalled for some time now.
> 
> The toshiba_acpi included in the kernel is outdated (there is a newer
> release, that fixes some bugs). Toshiba_acpi does only work on 32 bit
> systems, it breaks on 64 bit systems.
> 
> If anyone is interested in some hacking I can provide shell-access to
> both types of machines.
> 
> For some Tecra machines, Toshiba has provided some Vista-compatible
> BIOSes, they seem to enhance acpi-stuff for Linux too. So you might look
> for a bios-update.
> 
> cu romal
> 
> www.romal.de
> blog.romal.de
> 
> Rafał Miłecki schrieb:
>> 2008/7/15, Renato S. Yamane <yamane@diamondcut.com.br>:
>>> Rafał Miłecki wrote:
>>>  > The newest version is packed for openSUSE fortunately. But it doesn't
>>>  > for my notebook
>>>
>>> Try compile SVN version as commented in my last e-mail
>>
>> OK, I tried version from SVN. Nothing changed :|
>>
>>
>>>  > dmesg is:
>>>  > omnibook: Driver version 2.20070211-trunk.
>>>  > omnibook: Unknown model.
>>>
>>>
>>> Try force recognize with ectype parameter.
>>>  #modprobe omnibook ectype=x
>>
>> Sure, I tried every ectype between 1 and 15 before (omnibook from
>> package) and now (version from SVN) again. I checked two files (when
>> existed): lcd and temperature. Temperature (if file existed for forced
>> ectype) was always 0 and lcd always had some random values. Inserting
>> other values (1, 7) didn't change anything.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-07-17 11:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4855971D.90004@diamondcut.com.br>
     [not found] ` <20080616221443.GA760@kroah.com>
     [not found]   ` <b170af450807130654m2f800b10ybcba4b2c5c7cf329@mail.gmail.com>
2008-07-13 14:46     ` Toshiba - Documentation for Linux Developers Renato S. Yamane
2008-07-15  7:17       ` Rafał Miłecki
2008-07-15 11:13         ` Renato S. Yamane
2008-07-15 11:46           ` Rafał Miłecki
2008-07-16 19:51             ` Robert M. Albrecht
2008-07-17 11:57               ` Renato S. Yamane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox