Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
 
Thread Tools Display Modes
Old December 18th, 2006   #1
mortoss
Spilled the Beans
 
Join Date: Nov 2006
Beans: 14
Cool Toshiba sat. M115: lcd brightness and battery power

Hi,

I' ve installed Kubuntu EE on my toshiba m115 laptop. Almost everything works OOB. CPU scaling needed some tunning but now works greate . Even WiFi astonished me with configuration simplicity. But... There are some problems too:

I have no idea how to control lcd brightnes. It's pretty important when on battery power.. I've googled for weeks after any clue and found nothing that works... (not omnibook, not omke, not even toshiba_acpi, kernel recompilation failed - perhaps because of lack of my experience...) Do You have any ideas what else could be made?

Second strange thing is:
When I turn the laptop off from linux (shutdown command or button). It seems that notebook shuts down (no LEDs, no any sound, etc..) Seems ok? Yes but .. after 24h battery state is ~60%? Why? When powering off from windows - after 24h - battery is 100%? Strange... (pls don't try to proove that I'm confusing stanby and shutdown... Standby in windows is LED indicated etc...)

Thx!
mortoss is offline  
Old December 19th, 2006   #2
mortoss
Spilled the Beans
 
Join Date: Nov 2006
Beans: 14
Re: Toshiba sat. M115: lcd brightness and battery power

....overnight test - after shutting down from windows (20h before) - battery remains full ?!?
mortoss is offline  
Old December 29th, 2006   #3
darkstar62
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 3
Re: Toshiba sat. M115: lcd brightness and battery power

Quote:
Originally Posted by mortoss View Post
Hi,

I' ve installed Kubuntu EE on my toshiba m115 laptop. Almost everything works OOB. CPU scaling needed some tunning but now works greate . Even WiFi astonished me with configuration simplicity. But... There are some problems too:

I have no idea how to control lcd brightnes. It's pretty important when on battery power.. I've googled for weeks after any clue and found nothing that works... (not omnibook, not omke, not even toshiba_acpi, kernel recompilation failed - perhaps because of lack of my experience...) Do You have any ideas what else could be made?

SNIP
I've been seeing the same problem. I've traced down where the brightness value is held (it's in the embedded controller, address 0xA3, taking a value between 0x00 and 0x07), but nothing happens when I change this address. There's something still that has to kick the EC to get it to apply the changes. Not sure what yet though. Anyone have any ideas? For reference, this is a Phoenix, not Toshiba, BIOS.

In theory, using the omnibook module with ectype=14 should work, but because it isn't sending the right "apply" command, it doesn't work.

Just my two cents.

- Cory
darkstar62 is offline  
Old January 14th, 2007   #4
katabatic
5 Cups of Ubuntu
 
Join Date: Jan 2007
Beans: 38
Kubuntu 8.04 Hardy Heron
Re: Toshiba sat. M115: lcd brightness and battery power

I also have a Toshiba M115 with a Phoenix BIOS.

ANYBODY???

I really need to be able to dim the screen, too! And maybe make the FN hotkeys work.

Last edited by katabatic; January 15th, 2007 at 05:37 PM..
katabatic is offline  
Old January 15th, 2007   #5
katabatic
5 Cups of Ubuntu
 
Join Date: Jan 2007
Beans: 38
Kubuntu 8.04 Hardy Heron
Re: Toshiba sat. M115: lcd brightness and battery power

Please.
katabatic is offline  
Old January 16th, 2007   #6
katabatic
5 Cups of Ubuntu
 
Join Date: Jan 2007
Beans: 38
Kubuntu 8.04 Hardy Heron
Re: Toshiba sat. M115: lcd brightness and battery power

.
katabatic is offline  
Old January 23rd, 2007   #7
katabatic
5 Cups of Ubuntu
 
Join Date: Jan 2007
Beans: 38
Kubuntu 8.04 Hardy Heron
Re: Toshiba sat. M115: lcd brightness and battery power

.
katabatic is offline  
Old January 24th, 2007   #8
mortoss
Spilled the Beans
 
Join Date: Nov 2006
Beans: 14
Re: Toshiba sat. M115: lcd brightness and battery power

Spaming in this thread won't help. If U are really interested in finding solution as I am - write an email to toshiba. We should be their 'pain in the neck ' They should care about linux community..
mortoss is offline  
Old February 23rd, 2007   #9
katabatic
5 Cups of Ubuntu
 
Join Date: Jan 2007
Beans: 38
Kubuntu 8.04 Hardy Heron
Exclamation Re: Toshiba sat. M115: lcd brightness and battery power

I got it working! I have just read this post: http://www.orangegroove.net/articles...-brightness-2/
and decided to give it a try. I went on the Toshiba website and got the BIOS update for my model (M115-S3094). The update requires Windows to either write it to a disk or to update directly. I did the direct Windows option from their program as I dual-boot.

After update, I did
Code:
cat /proc/acpi/video/VGA/LCD/brightness
and got:

levels: 75 35 10 25 35 50 60 75 90 100
current: 0

Those are the brightness levels.

So, I did:
Code:
echo 10 | sudo dd of=/proc/acpi/video/VGA/LCD/brightness
to set the level to 10

And it freakin worked! I hope this helps and works for you. I'm not sure if it was the BIOS update, but I assume so. I don't think I tried this before updating.





If you would like to change the brightness automatically when the battery is used, you can use a simple script.

Here is how I did it:

Using sudo nautilus or sudo konqueror and sudo gedit or sudo kate will make it easy.

I had to turn on laptop-mode by going to /etc/default/acpi-support and making ENABLE_LAPTOP_MODE=TRUE
I've read it could also be in /etc/defaults/acpi-settings

Then, go to /etc/laptop-mode/batt-start and batt-stop

And put in a script in batt-start containing:
Code:
echo 10 > /proc/acpi/video/VGA/LCD/brightness
And a similar one in batt-stop containing
Code:
echo 90 > /proc/acpi/video/VGA/LCD/brightness
Or any value you want for brightness.

Now, right-click each script, Properties, and check "Is executable" or something similar as I am in Kubuntu. May need to reboot now

Last edited by katabatic; February 26th, 2007 at 08:39 PM..
katabatic is offline  
Old February 24th, 2007   #10
mortoss
Spilled the Beans
 
Join Date: Nov 2006
Beans: 14
Re: Toshiba sat. M115: lcd brightness and battery power

Thanks!!!!

After flashing bios - 'made for vista' - changing brightness works in ubuntu Thanks again!


SOLVED
mortoss is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:48 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry