ToshibaSatelliteP200-155

Differences between revisions 3 and 4
Revision 3 as of 2007-06-23 23:40:39
Size: 10869
Editor: cpinkney
Comment: Added notes about getting various bits of hardware working on this laptop
Revision 4 as of 2007-06-23 23:51:11
Size: 10871
Editor: cpinkney
Comment:
Deletions are marked like this. Additions are marked like this.
Line 203: Line 203:
The standard Ubuntu [Bluetooth] guides can then be used to configure it for dialup or sending/receiving files, etc. The standard Ubuntu ["Bluetooth"] guides can then be used to configure it for dialup or sending/receiving files, etc.

Current Issues

  • While the webcam is generally working (see notes below), kdetv occasionally locks up while opening or closing the video device and Kopete does not display anything in the preview window, but it is not clear where the problem lies.
  • Hibernation does not work at all, although suspend does.
  • Sound still comes through the speakers when headphones are plugged in.
  • Some FN+ keys do not work, such as mute (Esc) and trackpad disable (F9)

System Info

bios-version:V1.30
system-manufacturer:TOSHIBA
system-product-name:Satellite P200
system-version:PSPBGE-01Q00FEN

Hardware details

in Feisty (current stable)?

in Gutsy (current development)?

Installation works?

Yes, out of the box

Untested

Hardware Information

Screen & Monitors

Device

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

Screen

Yes, NV driver works out of the box. Proprietary Nvidia driver also works (see Notes below)

Untested

Correct resolution?

Not out of the box. Had to manually add 1440x900 to xorg.conf

Untested

Correct refresh rate?

Unsure, seems ok, but nvidia-settings doesn't seem to be able to probe this correctly

Untested

3D Acceleration

Yes, with Nvidia driver installed

Untested

External monitor works?

Untested

Untested

External monitor - mirrors

Untested

Untested

External monitor - extend desktop

Untested

Untested

Power Management

Battery detected?

Yes, out of the box

Untested

Hibernates?

NO

Untested

Sleep

Yes, out of the box

Untested

Dim monitor on battery

NO, but LCD brightness control via FN key does work out of the box

Untested

Blank monitor on inactivity

Yes

Untested

Lid Close

Yes, out of the box

Untested

Cpu frequency scaling

Yes, out of the box

Untested

Sound

Sound works?

Yes, but had to add a kernel module option (see Notes below)

Untested

Correct volume?

Maximum volume is a little low

Untested

Hardware volume switch

Yes, with general sound fix

Untested

Headphone jack

Yes, but sound continues to come from speakers as well

Untested

Mic jack

Untested, but webcam mic works!

Untested

Networking

Wired NIC

Yes, out of the box

Untested

Wireless NIC

Yes, out of the box

Untested

ExpressCard NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

Yes, requires [http://omnibook.sf.net Omnibook] (see Notes below)

Untested

Modem

Untested

Untested

Infrared

N/A

N/A

Touchpad & Mice

Touchpad

Yes, out of the box

Untested

Touchpad - Doubletap = double click

Yes, out of the box

Untested

Touchpad - Scroll down side

Yes, out of the box

Untested

Touchpad - turned off while typing

No, FN+F9 does not work

Untested

External mouse - USB

Yes, out of the box

Untested

External mouse - Serial

N/A

N/A

Docking Station/Port Replicator

AC through replicator

Untested

Untested

USB

Untested

Untested

Serial

Untested

Untested

Parallel

Untested

Untested

External Monitor - VGA

Untested

Untested

External Monitor - DVI

Untested

Untested

Modem

Untested

Untested

NIC

Untested

Untested

PS/2

Untested

Untested

Additional Hardware

Fingerprint reader

N/A

N/A

CD/DVD drive

Yes, out of the box

Untested

ExpressCards

Untested

Untested

Card reader(s)

Yes, a 512MB MMC card and 2GB SD card worked out of the box. Other card formats untested.

Untested

Webcam

Yes, need to load kernel module 'ov511' (see Notes below)

Untested

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

+ Esc

Mute

NO, while an on-screen "Mute On/Off" message appears, sound is not muted/unmuted

Untested

+ Space

Zoom

NO, requires propriertary Toshiba Zoom application

Untested

+ F1

Lock

NO

Untested

+ F2

Untested

Untested

+ F3

Suspend

Yes, out of the box

Untested

+ F4

Hibernate

NO, hibernation does not work in general

Untested

+ F5

External Monitor Swap

Untested

Untested

+ F6

LCD Brightness Down

Yes, out of the box

Untested

+ F7

LCD Brightness Up

Yes, out of the box

Untested

+ F8

Wireless Enable/Disable

NO, but it has a separate hardware wireless off switch anyway

Untested

+ F9

Trackpad Enable/Diable

NO

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

Web Key

178 (XF86WWW)

Yes, but isn't mapped to anything by default

Untested

Media Key

?

NO

Untested

Play/Pause Key

168 (XF86AudioPause)

Yes, but isn't mapped to anything by default

Untested

Stop Key

164 (XF86AudioStop)

Yes, but isn't mapped to anything by default

Untested

Previous Key

144 (XF86AudioPrev)

Yes, but isn't mapped to anything by default

Untested

Next Key

153 (XF86AudioNext)

Yes, but isn't mapped to anything by default

Untested

Notes

All current testing has been carried out with Kubuntu Fiesty (Final).

All commands below can be performed by opening the Terminal or Konsole application.

Any changes to files can be performed using a command such as:

sudo kwrite <file>

under KDE or under Gnome:

sudo gedit <file>

e.g.

sudo kwrite /etc/X11/xorg.conf

Sound

For sound to work at all, the following line needs to be added to /etc/modprobe.d/alsa-base:

options snd-hda-intel model=3stack

Sound should then work as expected after a reboot, although the maximum volume is a little low.

Video

To get 3D acceleration working, the proprietary Nvidia drivers need to be installed as below:

sudo apt-get install nvidia-glx-new
sudo nvidia-glx-config enable

NOTE: That last command switches your X Window configuration to use the Nvidia driver, but for some reason it picks up the wrong bus ID. So in /etc/X11/xorg.conf, in the "Device" section, the line "busid" needs to be changed to:

busid "PCI:1:0:0"

Otherwise X Windows will complain that it cannot find the graphics card and will fail to start. Restart X Windows by pressing CTRL+ALT+Backspace (Make sure all your work is saved).

To get the correct resolution, in /etc/X11/xorg.conf again, add "1440x900" to the start of the "modes" lines in the "Display" subsection of the "Screen" section, so they look something like this:

   modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480"

For this change to take effect, testart X Windows by pressing CTRL+ALT+Backspace (Make sure all your work is saved).

Finally, if you want to run Beryl (For a 3D desktop that blows Vista's effects out of the water), the following lines need to be added to the "Screen" section in /etc/X11/xorg.conf:

  option "AllowGLXWithComposite" "True"
  option "RenderAccel" "True"
  option "AddARGBGLXVisuals" "True"

Also the following section should be added at the bottom of /etc/X11/xorg.conf:

Section "Extensions"
  option "Composite" "Enable"
EndSection

Beryl is then installed using this command under KDE:

sudo apt-get install beryl-kubuntu

or with this command under Gnome:

sudo apt-get install beryl-ubuntu

and log out and back in again

Bluetooth

The Bluetooth module in this laptop is a standard CSR chip attached to the USB bus, but to enable it some ACPI calls need to be made to the BIOS. To do this the [http://omnibook.sf.net Omnibook] driver needs to be installed.

First, the Linux build tools need to be installed with this command:

sudo apt-get install build-essential

Then, download the latest Omnibook driver from [http://sourceforge.net/project/showfiles.php?group_id=174260 HERE] and run the following commands (Replace the XXX with the version you downloaded):

tar zxvf omnibook-XXX.tar.gz
cd omnibook-XXX
sudo make install #This did not copy the module to the modules directory for some reason
sudo cp omnibook.ko /lib/modules/`uname -r`/kernel/drivers/misc/
sudo depmod -a
sudo modprobe omnibook ectype=13

A directory called "omnibook" should then appear under /proc, with the following contents:

bluetooth  dmi  lcd  version

The Bluetooth module should also be enabled now, which can be seen as below when the command "lsusb" is run:

Bus 004 Device 006: ID 0930:0508 Toshiba Corp.

The standard Ubuntu ["Bluetooth"] guides can then be used to configure it for dialup or sending/receiving files, etc.

To get this to work after every reboot, add the following line to /etc/modprobe.d/options:

options omnibook ectype=13

and then add a single line to /etc/modules that simply contains "onmibook" (without the quotes).

Webcam

The Webcam in this laptop appears to be an integrated version of the Chicony Panda 9D or 7D and as such uses the OmniVision chipset.

So to get it working, run the following command:

sudo modprobe ov511

That's it!

To test the webcam, install something like KDETV and run it. With no other video devices attached, the webcam will be started by default and the blue webcam light will come on. Even the microphone works!

To get the webcam to work without having to run the command above, simply add a line to /etc/modules containing only "ov511" (without the quotes).


CategoryLaptop

LaptopTestingTeam/ToshibaSatelliteP200-155 (last edited 2008-08-06 16:23:55 by localhost)