* Toshiba - Documentation for Linux Developers
@ 2008-06-15 22:26 Renato S. Yamane
2008-06-16 22:14 ` Greg KH
0 siblings, 1 reply; 18+ messages in thread
From: Renato S. Yamane @ 2008-06-15 22:26 UTC (permalink / raw)
To: linux-acpi; +Cc: greg
Hi for all,
Toshiba have a 'link' between Linux Developers and Head Company, that is:
<http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
If someone need documentation to develop Linux drivers, contact
linux@toshiba-dme.co.jp
I'm not a developer, so this is all that I can do.
Best regards,
Renato S. Yamane
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-15 22:26 Toshiba - Documentation for Linux Developers Renato S. Yamane
@ 2008-06-16 22:14 ` Greg KH
2008-06-17 11:02 ` Renato S. Yamane
` (3 more replies)
0 siblings, 4 replies; 18+ messages in thread
From: Greg KH @ 2008-06-16 22:14 UTC (permalink / raw)
To: Renato S. Yamane; +Cc: linux-acpi
On Sun, Jun 15, 2008 at 07:26:37PM -0300, Renato S. Yamane wrote:
> Hi for all,
>
> Toshiba have a 'link' between Linux Developers and Head Company, that is:
> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
>
> If someone need documentation to develop Linux drivers, contact
> linux@toshiba-dme.co.jp
Are there any known drivers for Toshiba hardware that you need for Linux
that we should be contacting them about?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-16 22:14 ` Greg KH
@ 2008-06-17 11:02 ` Renato S. Yamane
[not found] ` <alpine.LFD.1.10.0806171224130.7277@localhost.localdomain>
` (2 more replies)
2008-06-21 14:09 ` Robert M. Albrecht
` (2 subsequent siblings)
3 siblings, 3 replies; 18+ messages in thread
From: Renato S. Yamane @ 2008-06-17 11:02 UTC (permalink / raw)
To: Greg KH; +Cc: linux-acpi
Greg KH wrote:
> Renato S. Yamane wrote:
>> Toshiba have a 'link' between Linux Developers and Head Company, that is:
>> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
>>
>> If someone need documentation to develop Linux drivers, contact
>> linux@toshiba-dme.co.jp
>
> Are there any known drivers for Toshiba hardware that you need for Linux
> that we should be contacting them about?
Greg, in my Toshiba M45-S355, multimedia keys (play, pause, stop, etc)
and Fn+Fx keys don't work.
With no Fn keys, I can't change brightness of monitor (Fn+F6/F7) and
change output video from LCD to VGA (Fn+F5).
I try use "xev" to capture key press, but Fn and Multimedia Keys is not
recognized.
And other problem is with battery charge, as we can see here:
<http://bugzilla.kernel.org/show_bug.cgi?id=10797>
Best regards,
Renato S. Yamane
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
[not found] ` <alpine.LFD.1.10.0806171224130.7277@localhost.localdomain>
@ 2008-06-17 16:53 ` Len Brown
0 siblings, 0 replies; 18+ messages in thread
From: Len Brown @ 2008-06-17 16:53 UTC (permalink / raw)
To: Renato S. Yamane; +Cc: Greg KH, linux-acpi, toshiba_acpi, jonathan
> > >> Toshiba have a 'link' between Linux Developers and Head Company, that is:
> > >> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
> > >>
> > >> If someone need documentation to develop Linux drivers, contact
> > >> linux@toshiba-dme.co.jp
> > >
> > > Are there any known drivers for Toshiba hardware that you need for Linux
> > > that we should be contacting them about?
> >
> > Greg, in my Toshiba M45-S355, multimedia keys (play, pause, stop, etc)
> > and Fn+Fx keys don't work.
> >
> > With no Fn keys, I can't change brightness of monitor (Fn+F6/F7) and
> > change output video from LCD to VGA (Fn+F5).
> >
> > I try use "xev" to capture key press, but Fn and Multimedia Keys is not
> > recognized.
> >
> > And other problem is with battery charge, as we can see here:
> > <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
I'm glad to see Toshiba hosting a Linux page, even if it seems
to be missing most of its links at this time, it is a step
in the right direction.
Toshiba specific support in upstream Linux is very weak.
There are two toshiba specific drivers, and ACPI based one,
and an SMM based one. As far as I can tell, neither has
had any benefit of any support or documentation from Toshiba.
Neither has seen any significant development over the last 3 years.
TOSHIBA ACPI EXTRAS DRIVER
P: John Belmonte
M: toshiba_acpi@memebeam.org
W: http://memebeam.org/toys/ToshibaAcpiDriver
S: Maintained
TOSHIBA SMM DRIVER
P: Jonathan Buzzard
M: jonathan@buzzard.org.uk
L: tlinux-users@tce.toshiba-dme.co.jp
W: http://www.buzzard.org.uk/toshiba/
S: Maintained
More public documentation is a great first step.
But Toshiba could make a huge improvement in Linux support by hiring
just a couple of programmers to help develop and support platform specific
drivers for Toshiba systems in upstream Linux.
-Len
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-17 11:02 ` Renato S. Yamane
[not found] ` <alpine.LFD.1.10.0806171224130.7277@localhost.localdomain>
@ 2008-06-17 23:44 ` Greg KH
2008-06-18 11:02 ` Matthew Garrett
[not found] ` <200806181311.34849.damnshock@gmail.com>
2 siblings, 1 reply; 18+ messages in thread
From: Greg KH @ 2008-06-17 23:44 UTC (permalink / raw)
To: Renato S. Yamane; +Cc: linux-acpi
On Tue, Jun 17, 2008 at 08:02:14AM -0300, Renato S. Yamane wrote:
> Greg KH wrote:
> > Renato S. Yamane wrote:
> >> Toshiba have a 'link' between Linux Developers and Head Company, that is:
> >> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
> >>
> >> If someone need documentation to develop Linux drivers, contact
> >> linux@toshiba-dme.co.jp
> >
> > Are there any known drivers for Toshiba hardware that you need for Linux
> > that we should be contacting them about?
>
> Greg, in my Toshiba M45-S355, multimedia keys (play, pause, stop, etc)
> and Fn+Fx keys don't work.
>
> With no Fn keys, I can't change brightness of monitor (Fn+F6/F7) and
> change output video from LCD to VGA (Fn+F5).
>
> I try use "xev" to capture key press, but Fn and Multimedia Keys is not
> recognized.
>
> And other problem is with battery charge, as we can see here:
> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
Have you discussed this with the maintainers that Len pointed out?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-17 23:44 ` Greg KH
@ 2008-06-18 11:02 ` Matthew Garrett
0 siblings, 0 replies; 18+ messages in thread
From: Matthew Garrett @ 2008-06-18 11:02 UTC (permalink / raw)
To: Greg KH; +Cc: Renato S. Yamane, linux-acpi
On Tue, Jun 17, 2008 at 04:44:37PM -0700, Greg KH wrote:
> Have you discussed this with the maintainers that Len pointed out?
Some of the Toshibas use an entirely different method for handling
hotkeys - I don't think anyone's worked it out yet. Different OEMs, I
guess.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
[not found] ` <200806181311.34849.damnshock@gmail.com>
@ 2008-06-18 11:22 ` Renato S. Yamane
2008-06-18 11:38 ` Marc Deop i Argemí
0 siblings, 1 reply; 18+ messages in thread
From: Renato S. Yamane @ 2008-06-18 11:22 UTC (permalink / raw)
To: Marc Deop i Argemí; +Cc: linux-acpi, greg, mjg59, lenb
Marc Deop i Argemí wrote:
> Renato S. Yamane wrote:
>> With no Fn keys, I can't change brightness of monitor (Fn+F6/F7) and
>> change output video from LCD to VGA (Fn+F5).
>>
>> I try use "xev" to capture key press, but Fn and Multimedia Keys is not
>> recognized.
>
> Have you tried if your system is playing them as acpi events?
> cat /proc/acpi/events
>
> and then press the keys. Is there any output?
# cat /proc/acpi/event
cat: /proc/acpi/event: Device or resource is busy
ls -la /proc/acpi/event
-r-------- 1 root root 0 Jun 18 07:39 /proc/acpi/event
Best regards,
Renato S. Yamane
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-18 11:22 ` Renato S. Yamane
@ 2008-06-18 11:38 ` Marc Deop i Argemí
2008-06-18 12:24 ` Renato S. Yamane
0 siblings, 1 reply; 18+ messages in thread
From: Marc Deop i Argemí @ 2008-06-18 11:38 UTC (permalink / raw)
To: Renato S. Yamane; +Cc: linux-acpi, greg, mjg59, lenb
On Wednesday 18 June 2008 13:22:31 Renato S. Yamane wrote:
> # cat /proc/acpi/event
> cat: /proc/acpi/event: Device or resource is busy
Sorry: I forgot to mention that you have to turn off the acpi daemon.
Damnshock
--
Blog: damnshock.blogspot.com
Fotolog: www.fotolog.com/damnshock
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-18 11:38 ` Marc Deop i Argemí
@ 2008-06-18 12:24 ` Renato S. Yamane
0 siblings, 0 replies; 18+ messages in thread
From: Renato S. Yamane @ 2008-06-18 12:24 UTC (permalink / raw)
To: Marc Deop i Argemí; +Cc: linux-acpi, greg, mjg59, lenb
Marc Deop i Argemí escreveu:
> On Wednesday 18 June 2008 13:22:31 Renato S. Yamane wrote:
>> # cat /proc/acpi/event
>> cat: /proc/acpi/event: Device or resource is busy
>
> Sorry: I forgot to mention that you have to turn off the acpi daemon.
If I stop acpid, when I run "cat /proc/acpi/event" nothing happens (when
I press Fn+Fx couple keys or multimedia keys) and I can't get out of cat
command (if I use VIM, I can't close it too).
Regards,
Renato S. Yamane
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-16 22:14 ` Greg KH
2008-06-17 11:02 ` Renato S. Yamane
@ 2008-06-21 14:09 ` Robert M. Albrecht
2008-07-05 8:46 ` Andrey Borzenkov
2008-07-13 13:54 ` Rafał Miłecki
3 siblings, 0 replies; 18+ messages in thread
From: Robert M. Albrecht @ 2008-06-21 14:09 UTC (permalink / raw)
To: Greg KH; +Cc: Renato S. Yamane, linux-acpi
Hi,
yes, there are some things missing (Bluetooth, ...) . Posted some weeks ago
in driver-devel list, but no response :-(
http://driverdev.linuxdriverproject.org/pipermail/devel/2008-April/000413.html
cu romal
www.romal.de
blog.romal.de
--------------------
Hi,
the builtin Toshiba Bluetooth adapter is in disabled state by default. It
works perfectly well if enabled.
There are two families of Toshiba notebooks, the ones made by Compal
(PhoenixBIOS), and the original Toshiba manufactured.
The Compal-OEMs are supported by the Omnibook kernel module (along with
some others laptops by HP, ...): http://omnibook.sourceforge.net/doku.php
The Toshiba made notebooks need toshiba_acpi. toshiba_acpi is included in
the kernel but is outdated and does not work on newer models and x86_64.
The newer one works partially an can be downloaded:
http://memebeam.org/toys/ExperimentalToshibaAcpiDriver
Documentation from Toshiba is available from
http://linux.toshiba-dme.co.jp/linux/eng/develop.htm
Both drivers are maintained outside the kernel.
http://bugzilla.kernel.org/show_bug.cgi?id=10173
Any chance they might be included ?
As my last coding is several years old, I would not be of great help. But I
could assist in docs or testing. Our company does buy Toshiba laptops, so I
have access to various models for testing.
cu romal
Greg KH schrieb:
> On Sun, Jun 15, 2008 at 07:26:37PM -0300, Renato S. Yamane wrote:
>> Hi for all,
>>
>> Toshiba have a 'link' between Linux Developers and Head Company, that is:
>> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
>>
>> If someone need documentation to develop Linux drivers, contact
>> linux@toshiba-dme.co.jp
>
> Are there any known drivers for Toshiba hardware that you need for Linux
> that we should be contacting them about?
>
> thanks,
>
> greg k-h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-16 22:14 ` Greg KH
2008-06-17 11:02 ` Renato S. Yamane
2008-06-21 14:09 ` Robert M. Albrecht
@ 2008-07-05 8:46 ` Andrey Borzenkov
2008-07-13 13:54 ` Rafał Miłecki
3 siblings, 0 replies; 18+ messages in thread
From: Andrey Borzenkov @ 2008-07-05 8:46 UTC (permalink / raw)
To: Greg KH, linux-acpi
Greg KH wrote:
> On Sun, Jun 15, 2008 at 07:26:37PM -0300, Renato S. Yamane wrote:
>> Hi for all,
>>
>> Toshiba have a 'link' between Linux Developers and Head Company, that is:
>> <http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>
>>
>> If someone need documentation to develop Linux drivers, contact
>> linux@toshiba-dme.co.jp
>
> Are there any known drivers for Toshiba hardware that you need for Linux
> that we should be contacting them about?
>
Support for SD card reader would be nice :)
00:12.0 System peripheral [0880]: Toshiba America Info Systems SD TypA
Controller [1179:0805] (rev 03)
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-06-16 22:14 ` Greg KH
` (2 preceding siblings ...)
2008-07-05 8:46 ` Andrey Borzenkov
@ 2008-07-13 13:54 ` Rafał Miłecki
2008-07-13 14:46 ` Renato S. Yamane
3 siblings, 1 reply; 18+ messages in thread
From: Rafał Miłecki @ 2008-07-13 13:54 UTC (permalink / raw)
To: Greg KH; +Cc: Renato S. Yamane, linux-acpi
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?
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.
--
Rafał Miłecki
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-07-13 13:54 ` Rafał Miłecki
@ 2008-07-13 14:46 ` Renato S. Yamane
2008-07-15 7:17 ` Rafał Miłecki
0 siblings, 1 reply; 18+ 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
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Toshiba - Documentation for Linux Developers
2008-07-13 14:46 ` Renato S. Yamane
@ 2008-07-15 7:17 ` Rafał Miłecki
2008-07-15 11:13 ` Renato S. Yamane
0 siblings, 1 reply; 18+ 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
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't
for 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 is
toshiba:/proc/omnibook # cat dmi
BIOS Vendor: Phoenix Technologies LTD
BIOS Version: 2.00
BIOS Release: 08/30/2006
System Vendor: TOSHIBA
Product Name: SATELLITE A100
Version: PSAA9E-0R101VPL
Serial Number: X6623092G
Board Vendor: Intel Corporation
Board Name: Not Applicable
--
Rafał Miłecki
^ permalink raw reply [flat|nested] 18+ 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; 18+ 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
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ 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; 18+ 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
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.
--
Rafał Miłecki
^ permalink raw reply [flat|nested] 18+ 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; 18+ 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] 18+ 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; 18+ 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2008-07-17 11:57 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 22:26 Toshiba - Documentation for Linux Developers Renato S. Yamane
2008-06-16 22:14 ` Greg KH
2008-06-17 11:02 ` Renato S. Yamane
[not found] ` <alpine.LFD.1.10.0806171224130.7277@localhost.localdomain>
2008-06-17 16:53 ` Len Brown
2008-06-17 23:44 ` Greg KH
2008-06-18 11:02 ` Matthew Garrett
[not found] ` <200806181311.34849.damnshock@gmail.com>
2008-06-18 11:22 ` Renato S. Yamane
2008-06-18 11:38 ` Marc Deop i Argemí
2008-06-18 12:24 ` Renato S. Yamane
2008-06-21 14:09 ` Robert M. Albrecht
2008-07-05 8:46 ` Andrey Borzenkov
2008-07-13 13:54 ` Rafał Miłecki
2008-07-13 14:46 ` 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