ToshibaSatelliteP100_PSPA3A-05S00P

Current Issues

things not tested yet:

  • Has a SD Card reader
  • Bluetooth
  • fingerprintreader
  • Firewire
  • PCMCIA
  • DVD burning (CD showed no problems)
    • I think there are some DVD burning issues with GnomeBaker...

System Info

  • bios-version:V3.30
  • system-manufacturer:TOSHIBA
  • system-product-name:Satellite P100
  • system-version:PSPA3A-05S00P

Hardware details

  • Toshiba Satellite P100
  • Genuine Intel(R) CPU T2250 @ 1.73GHz
  • 1024MB Memory
  • 250GB? HDD (HTS541010G9SA00)

  • DVD/CD-RW Combo Drive (HL-DT-ST DVDRAM GMA-4082N)

  • 17" ? TFT Screen @ 1680x1050 Pixels
  • NVIDIA GeForce Go 7300

  • Conexant High Definition Audio
  • 56k Modem (HDAUDIO Soft Data Fax Modem with SmartCP)

  • LAN (Intel(R) PRO/1000 PL Network Connection)

  • WLAN (Intel(R) PRO/Wireless 3945ABG Network Connection)

    • Has a killswitch at the front to toggle WLAN.
  • Bluetooth
  • SD Card reader (SD, xD, MemmoryStick)

  • Fingerprint reader
  • Windows XP Media Centre Edition
    • extra hidden partition with media player (DVD)
  • US Keyboard plus numberblock

Hardware details, list

in Edgy (6.10)

in Feisty (7.04)

in Gutsy (current development)?

Installation works?

Yes (Kubuntu)

Yes

Untested

Note

all installations had no sound out of the box, but powermanagement was working

Hardware Information

Screen & Monitors

Device

Works?

Bug #

in Feisty (7.04)

in Gutsy (current development)?

Screen

Yes

Untested

Correct resolution?

Yes

Untested

Correct refresh rate?

LCD screen

Untested

3D Acceleration

Yes, with nvidia-glx driver; nv driver does not do accelearation

Untested

External monitor works?

Untested

Untested

External monitor - mirrors

Untested

Untested

External monitor - extend desktop

Untested

Untested

Power Management

Battery detected?

Yes

Untested

Hibernates?

Untested

Untested

Sleep

Untested

Untested

Dim monitor on battery

Yes

Untested

Blank monitor on inactivity

Yes

Untested

Lid Close

Yes, blanks and comes back with screen-lock as set

Untested

Cpu frequency scaling

Yes, I think so

Untested

Sound

Sound works?

No!, conflict with ACPI

Untested

#7228

Correct volume?

not working

Untested

Hardware volume switch

exists

Untested

Headphone jack

exists

Untested

Mic jack

exists

Untested

Networking

Wired NIC

Yes

Untested

Wireless NIC

Yes

Untested

PCMCIA NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

Untested

Untested

Modem

Untested

Untested

Infrared

no

Untested

Touchpad & Mice

Touchpad

Yes

Untested

Touchpad - Doubletap = double click

Yes

Untested

Touchpad - Scroll down side

Yes

Untested

Touchpad - turned off while typing

Untested

Untested

External mouse - USB

Yes

Untested

External mouse - Serial

Untested

Untested

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

exists, not working

Untested

CD/DVD drive

Yes

Untested

PCMCIA cards

Untested

Untested

Parallel Ports

Untested

Untested

Card reader(s)

Untested

Untested

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

+ Space

Untested

Untested

+ Esc

Untested

Untested

+ F1

Untested

Untested

+ F2

Untested

Untested

+ F3

Untested

Untested

+ F4

Untested

Untested

+ F5

Untested

Untested

+ F6

Untested

Untested

+ F7

Untested

Untested

+ F8

Untested

Untested

+ F9

Untested

Untested

+ F10

Untested

Untested

+ F11

Untested

Untested

+ F12

Untested

Untested

+ ArrowUp

Untested

Untested

+ ArrowDown

Untested

Untested

+ ArrowRight

Untested

Untested

+ ArrowLeft

Untested

Untested

+ PgUp

Untested

Untested

+ PgDown

Untested

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

Key

Untested

Untested

Pre-Installation Notes (Ubuntu 7.04 Final)

  • found useful HowTo about the P100 series gentoo-wiki.com

  • updated Bios to Version 0.30
  • made backup of the included stand alone media player partition as suggested in gentoo-wiki.com

Post-Installation Notes (Ubuntu 7.04 Final)

fixed DSDT file

I uploaded my fixed DSDT file.

'It is a bit tricky for me to get a link to my attached file named "fixed DSDT for Toshiba P100 PSPA3A-05S00P"! Can someone please help!!'

I added the DSDT fiel to the acpi.sourceforge.net database

Notes

  • first installation was with Kubuntu 6.10

    • no problems during installation, powermanagement was working, but no sound
    • Ubuntu Edgy 6.10 had problems with the kill switch as describet in this Bugreport

  • sound was not working
    • fixed buggy DSDT

    • updated to latest alsa
      • alsa-driver-1.0.14rc4.tar.bz2
      • alsa-utils-1.0.14rc4.tar.bz2
      • alsa-lib-1.0.14rc4.tar.bz2
    • sound now working, seems a bit weak thought sometimes

my own RAW notes how I made the sound work

sudo cat /proc/acpi/dsdt > dsdt.dat
iasl -d dsdt.dat
iasl -tc dsdt.dsl
  • gave me %% ASL Input: dsdt.org.dsl - 8694 lines, 322412 bytes, 3476 keywords Compilation complete. 18 Errors, 2 Warnings, 0 Remarks, 1235 Optimizations
  • what to do?
  • exchanged all _T_ with TXT
    • 2 errors, 2 warnings left
  • exchanged (*PNP0C14) with (PNP0C14)
  • for further modifications, I found this http://forum.ubuntu-fr.org/viewtopic.php?pid=1029485

changed 
%%%%%%%%%%% begin
2) Rechercher "BTST" et ajoutterun autre "Else { Return (Zero) }" à la méthode "BTST"comme indiqué ci-dessous:

Code:

Method (BTST, 0, NotSerialized)
{
If (\_SB.ECOK)
{
Acquire (\_SB.PCI0.LPCB.EC0.MUT1, 0xFFFF)
Store (\_SB.PCI0.LPCB.EC0.KSWH, Local0)
XOr (Local0, 0x01, Local0)
Store (\_SB.PCI0.LPCB.EC0.BTHE, Local7)
Release (\_SB.PCI0.LPCB.EC0.MUT1)
If (Local0)
{
ShiftLeft (Local7, 0x06, Local6)
ShiftLeft (Local7, 0x07, Local7)
Or (Local7, Local6, Local1)
Or (Local0, Local1, Local2)
Return (Local2)
}
Else
{
Return (Zero)
}
}
Else
{
Return (Zero)
}
}

------------------------------------------------------------------------------
3)Rechercher "EVNT" et ajoutter un autre "Return (Zero)" comme indiqué ci-dessous dans une partie de la méthode "EVNT".

Code:

Method (EVNT, 1, NotSerialized)
{
While (VZOK)
{
If (LEqual (VZOK, 0x01))
{
Store (Arg0, VZOK)
Notify (\_SB.VALZ, 0x80)
Return (Zero)
}
Else
{
Sleep (0x05)
Return (Zero)
}
}
%%%%%%%%%%% end
  • after this

iasl -tc dsdt.dsl

  • gives me no more errors or warnings
  • then

sudo cp /boot/initrd.img-2.6.20-16-generic /boot/initrd.img-2.6.20-16-generic.2007-07-08.bak
sudo cp /boot/vmlinuz-2.6.20-16-generic /boot/vmlinuz-2.6.20-16-generic.2007-07-08.bak
sudo cp /daten-i/linux/toshiba_P100-PSPA3A-0SS00P/dsdt.aml /etc/initramfs-tools/DSDT.aml
sudo dpkg-reconfigure linux-image-2.6.20-16-generic

sudo apt-get install build-essential ncurses-dev gettext
sudo apt-get install linux-headers-`uname -r`

sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp ~/downloads/alsa* .
sudo tar xjf alsa-driver-1.0.14rc4.tar.bz2
sudo tar xjf alsa-lib-1.0.14rc4.tar.bz2
sudo tar xjf alsa-utils-1.0.14rc4.tar.bz2
  • Compile and install alsa-driver

cd alsa-driver-1.0.14rc4
sudo ./configure --with-cards=hda-intel
sudo make
sudo make install
  • Compile and install alsa-lib

cd ../alsa-lib-1.0.14rc4
sudo ./configure
sudo make
sudo make install
  • Compile and install alsa-utils

cd ../alsa-utils-1.0.14rc4
sudo ./configure
sudo make
sudo make install
  • Note that you must have the curses library installed to be able to compile alsa-utils. You can install it with this command from a terminal: sudo apt-get install libncurses5-dev ** was already installed
  • Reboot
  • no sound working

  • try to fix via DSDT file
  • 'it works!!'


CategoryLaptop

LaptopTestingTeam/ToshibaSatelliteP100_PSPA3A-05S00P (last edited 2008-08-06 17:00:02 by localhost)