stopsoftwarepatents.eu petition banner

Let's Sign the petition today.

Parent

Thoses Quick Installation notes shows howto install Debian 4.0 Etch on a Toshiba Tecra A8 (type PTA83E-04V02GFR) : What are the packages needed, Quick-configuration hints (links to specific HowTos are provided).

Overall status

CPU Dual Core. ok (*)
CPU Frequence scalling config,ok
ACPI Power management config,ok
Power MgMt suspend not-tested
Power MgMt hibernation config,ok
DISPLAY console at native resolution not-tested
DISPLAY X11: i810 driver ok
DISPLAY X11-features: GL,RandR, external screenconfig,ok
Keyboard Hotkeys not-tested
Mouse console: not-tested
Mouse X11: touchpad ok
Modem (compile with module-assistant) not-tested
Networking LAN: intel e1000 ok
Networking WLAN:intel i3945 NON-FREE,ok
HardDisk HDAPS:doesn't seems recognized not-tested
FireWire Texas Instruments PCIxx12 / IEEE 1394 module loaded

Pre-Installation Notes

Configure BIOS

Disable CPU's Multi-core in BIOS (press and hold "Esc", then press F1) I made this test with an early version of the Debian-Installer. This setting might not be required with the final Etch Installer. Actually, i could re-enable multi-core afeter upgrading to the latest kernel.

Backup

As usual, you have back'd up your data and Toshiba Tools (you never know).

Installation Notes

Boot Loader

During the installation, you will prompted for the network interface to use. The one labelled "..Gigabit.." is the LAN one. The other one is the firewire interface.

Post-Installation Notes

Power Management

ACPI:

ACPI is enabled by default on Etch's 2.6 kernel. You should load the kernel module toshiba_acpi module that enables some Toshiba specific features (http://memebeam.org/toys/ToshibaAcpiDriver).

in /etc/modules
	#Add this line, to enable some toshiba features
	toshiba_acpi

You can find a preview of /proc/acpi/toshiba/*

Hibernation

If you want to hibernate ("suspend to disk"), debian laptop installation wil include the packages hibernation and uswsusp which you have to configure (at least) with:

/etc/uswsusp.conf
	# Replace long path name [adjust partitition name !]
	# resume device = /dev/scsi/host0/bus0/target0/lun0/part3
	# with short path name
	resume device = /dev/sda3

CPU

Processor is an : "Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz" cpuinfo ; dmi info ; cpufreq-info

Dual Core

Latest 2.6 kernel only comes in SMP flavour (because there's not more extra cost when running on non-SMP computer). Look my uname

Frequency scaling

The required package (cpufrequtils) is installed by default if you selected "Laptop" package-set during installation

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

loop
sbp2


#Add Five lines to prepare cpu scaling
speedstep-centrino
cpufreq_stats
cpufreq_ondemand
cpufreq_conservative
cpufreq_powersave

# Which governor to use. Must be one of the governors listed in:
#   cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
#
# and which limits to set. Both MIN_SPEED and MAX_SPEED must be values
# listed in:
#   cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
# a value of 0 for any of the two variables will disabling the use of 
# that limit variable.
#
# WARNING: the correct kernel module must already be loaded or compiled in.
# 
# Set ENABLE to "true" to let the script run at boot time.
# 
# eg:	ENABLE="true"
#	GOVERNOR="ondemand"
#	MAX_SPEED=1000
#	MIN_SPEED=500

#ENABLE="false"
# lets enable and choose "ondemand" governor
ENABLE="true"
GOVERNOR="ondemand"
MAX_SPEED=0
MIN_SPEED=0

then run:

invoke-rc.d cpufrequtils restart

CPU Frequency Scaling Applet

As of Etch-RC1, the packages hal-device-manager and gnome-applets are automaticaly installed. You can install an applet in gnome panel : right-click on a gnome-Panel, "Add to panel" and choose "CPU Frequency Scaling Monitor".

Display

Device is : "Intel Corporation Mobile 945GM" 8086:27a2. Tecra A8 comes in two flavour : Built-in Intel chipset, or a more powerful ATI (not covered by this howto).

xorg.conf

X-window was properly configured automaticaly (Driver:i810). You can find my xorg.conf.

# This is almost the original file. I simply added the "1024x768" 
# (usefull if you need to make a presentation with an LCD projector.)
	Modes		"1280x800" "1024x768"

External screen

Note that i quickly tested to switch to external screen. it worked fine (press Fn+F6) both in X and at the console.

3D / OpenGL

Installing the 3D library is fairly quick..

packages: xlibmesa-dri xlibmesa-gl xlibmesa-glu mesa-utils libgl1-mesa-dri libgl1-mesa-glx

Test using glxinfo or glxhead

RandR

X'RandR (Resize and Rotate) is working. (see gnome's Desktop Menu/Preference/Screen Resolution) Optionaly, gnome has one-click applet to R&R :

package: gnome-randr-applet | kcontrol

Sound

Device is a : "High Definition Audio Controller : Intel 82801G (ICH7 Family)" PCI 8086:27D8 Which uses Intel's "high definition audio" module : snd-hda-intel IT seems proplerly configured, however, i can't head any sound ;(

#/etc/modprobe.d/sound
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0

Anton Weigl told me that if you use "options snd-hda-intel enable=1 index=0", the sound would work.

Alsa-DMix

This explains how to configure a dmixer (allow multiple playback under alsa). for more information, visit http://alsa.opensrc.org/index.php?title=DmixPlugin

/etc/asound.conf
pcm.card0 {
	type hw
	card 0
}

pcm.!default {
	type plug
	slave.pcm "dmixer"
}

pcm.dmixer {
	type dmix
	ipc_key 1025
	slave {
		pcm "hw:0,0"
		period_time 0
		period_size 2048        #1024
		buffer_size 32768       #4096
		#periods 128
		rate 48000              #44100
	}
	bindings {
		0 0
		1 1
	}
}

Keyboard

Install required stuffs:

package: fnfx-client + hotkey-setup
# /etc/modules
	#Toshiba laptop SMM driver (see /proc/acpi/toshiba )
	toshiba

Some hotkeys are working (Fn-F6 to switch external screen ; Fn-XX to hibernate ; Fn-XX Fn-YY to increase/decrease brightness...

Mouse

Touchpad

Device is AlpsPS/2 ALPS GlidePoint ( dmi info ; input 00002:0008) If you want to tweak default configuration/behaviour, use touchpad configuration tool:

package: (optional: gsynaptics | tpconfig )

Under X11, Touchpad was automaticaly and properly configured :

/etc/X11/org.conf
Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"

# The touchpad is "slow"...  adding lines below in the 
# "Section 'InputDevice'" / Driver "synaptics" should help (not tested)
# [ according to https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/28648 ]
	Option "MinSpeed" "0.2"
	Option "MaxSpeed" "1.2"
	Option "AccelFactor" "0.05"

	#Enable usage of synclient (and tpconfig and gsynaptics..)
	# Anton Weigl suggest you use ksynaptics/gsynaptics to enable tapping.
	Option "SHMConfig" "true"
EndSection

Modem

(Not configured, not tested... it's probably an sl-modem compatible. see packages sl-modem* )

WiFi

device "Intel PRO/Wireless 3945ABG Network Connection" (PCI 8086:4222) You will need to install the non-free firmware

in /etc/apt/sources.list
	#Add  "non-free" and "contrib" for ipw3945
	deb http://ftp.fr.debian.org/debian/ etch main contrib non-free

then run the following commands

apt-get install firmware-ipw3945 ipw3945d ipw3945 ;

You might need to run

invoke-rc.d ipw3945d restart ;

Wifi using NetworkManager

If you want to handle your Wifi (or any network device) using NetworkManager, remove (or comment) all reference to that interface in /etc/network/interface. You can then click NetworkManager's icon in the notification area to list/connect to wireless networks.

read /usr/share/doc/network-manager/README.Debian for more information.

Wifi using static config file

WPA

iface eth1 inet dhcp
       wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

You probably want to use the safer WPA encryption

in /etc/wpa_supplicant/wpa_suplicant.conf
#Sample configuration using WPA(or WPA2) personal (=Pre-shared key)
network={
	ssid="MyAccesspoint"
	scan_ssid=0
	key_mgmt=WPA-PSK
	psk="123456789ABCDEF123456789ABCDEF"
}

WEP

Alternatively, you can use the deprecated WEP

in /etc/network/interfaces
	#configure eth1 (ipw3945) with WEP. 
	allow-wireless eth1
	iface eth1 inet dhcp
	        wireless-essid XXXX
	        wireless-key YYYYY
	        #see man wireless(7)

PC Card

Toshiba Tecra comes with a single PC Cards slot : PCMCIA/CardBus

pcmcia

(pcmcia card are 16-bit kind of "pc-card"...)

Card Bus

(Cardbus are 32-bit kind of "pc-card" cardctl ; dmi ; pci .) package: pcmciautils

Hard Disk

Device is FUJITSU MHV2080BH PL ( hdparm ; on Serial ATA PCI adapter 8086:27c4)

Suspend Problem

Hibernation works ! After a few tests, this SATA hard disk does not seems to be affected by any suspend/hibernation problem

Active Protection

The drive has "Hard Disk Active Protection System" (hdaps). Not tested!

SD card

The SD card reader / SD Host on the left side ( pci ) ... working fine !

Firewire

The Firewire is a "Texas Instruments PCIxx12 OHCI Compliant IEEE 1394" ( pci ) (not tested, but spb2 module is loaded by /etc/modules and the network interface is available)

Xen

Not Tested. If you want to enable Full (hardware) Virtualization support using Intel VT (cpu's vmx flag in /proc/cpuinfo) in Xen, you need to enable Virtualization in BIOS (TODO = Enable)

 Check your boot log :
xm dmesg | grep VMX

If it works you get

 (XEN) VMXON is done

If it doesn't work you get

 (XEN) VMX disabled by Feature Control MSR

Benchmarks

hard disk perf

hdparm -T /dev/sda
 Timing cached reads:   1844 MB in  2.00 seconds = 922.05 MB/sec
 Timing cached reads:   1868 MB in  2.00 seconds = 934.17 MB/sec
 Timing cached reads:   1860 MB in  2.00 seconds = 930.55 MB/sec
hdparm -t /dev/sda
 Timing buffered disk reads:  114 MB in  3.00 seconds =  37.98 MB/sec
 Timing buffered disk reads:  114 MB in  3.00 seconds =  37.99 MB/sec
 Timing buffered disk reads:  114 MB in  3.00 seconds =  37.95 MB/sec

CPU and RAM perf

for x in 1 2 3 4 ; do time ( (dd if=/dev/mem bs=4096 count=51200 ; dd if=/dev/urandom bs=4096 count=1024 ) 2> /dev/null | gzip -1 | md5sum >/dev/null ) & done
real    0m13.791s
user    0m6.460s
sys     0m1.656s

real    0m15.102s
user    0m6.448s
sys     0m1.616s

real    0m15.749s
user    0m6.388s
sys     0m1.728s

real    0m16.394s
user    0m6.516s
sys     0m1.520s

That's : 25.812 user + 6.52 sys == 32.332 s

3D rendering

glxgears -printfps
5319 frames in 5.0 seconds = 1063.770 FPS
5354 frames in 5.0 seconds = 1070.677 FPS
5343 frames in 5.0 seconds = 1068.427 FPS
5343 frames in 5.0 seconds = 1068.595 FPS

System Summary

uname

uname -a
Linux debian 2.6.18-4-686 #1 SMP Wed Feb 21 16:06:54 UTC 2007 i686 GNU/Linux

lspci

lspci -v -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) (prog-if 00 [VGA])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0005]
	Flags: bus master, fast devsel, latency 0, IRQ 233
	Memory at ffd80000 (32-bit, non-prefetchable) [size=512K]
	I/O ports at cff8 [size=8]
	Memory at e0000000 (32-bit, prefetchable) [size=256M]
	Memory at ffd40000 (32-bit, non-prefetchable) [size=256K]
	Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
	Capabilities: [d0] Power Management version 2

00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
	Subsystem: Toshiba America Info Systems Unknown device [1179:0005]
	Flags: bus master, fast devsel, latency 0
	Memory at ffc80000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [d0] Power Management version 2

00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, fast devsel, latency 0, IRQ 58
	Memory at ffd3c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
	Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: ffa00000-ffafffff
	Capabilities: [40] Express Root Port (Slot-) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Capabilities: [a0] Power Management version 2

00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 02) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Memory behind bridge: ff900000-ff9fffff
	Capabilities: [40] Express Root Port (Slot-) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Capabilities: [a0] Power Management version 2

00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 [8086:27c8] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 0, IRQ 217
	I/O ports at afe0 [size=32]

00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 [8086:27c9] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 0, IRQ 225
	I/O ports at af80 [size=32]

00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 [8086:27ca] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 0, IRQ 177
	I/O ports at af60 [size=32]

00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 [8086:27cb] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 0, IRQ 233
	I/O ports at af40 [size=32]

00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02) (prog-if 20 [EHCI])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 0, IRQ 217
	Memory at ffd3bc00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=07, sec-latency=32
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: ff800000-ff8fffff
	Prefetchable memory behind bridge: 0000000050000000-0000000051ffffff
	Capabilities: [50] Subsystem: Toshiba America Info Systems Unknown device [1179:0001]

00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 0
	Capabilities: [e0] Vendor Specific Information

00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE [8086:27c4] (rev 02) (prog-if 80 [Master])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 225
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at af10 [size=16]
	Capabilities: [70] Power Management version 2

01:00.0 Ethernet controller [0200]: Intel Corporation 82573L Gigabit Ethernet Controller [8086:109a]
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, fast devsel, latency 0, IRQ 66
	Memory at ffae0000 (32-bit, non-prefetchable) [size=128K]
	I/O ports at bfe0 [size=32]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
	Capabilities: [e0] Express Endpoint IRQ 0

02:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4222] (rev 02)
	Subsystem: Intel Corporation Unknown device [8086:1041]
	Flags: bus master, fast devsel, latency 0, IRQ 177
	Memory at ff9ff000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
	Capabilities: [e0] Express Legacy Endpoint IRQ 0

03:0b.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 168, IRQ 185
	Memory at ff800000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=03, secondary=04, subordinate=07, sec-latency=176
	Memory window 0: 50000000-51fff000 (prefetchable)
	Memory window 1: 52000000-53fff000
	I/O window 0: 00001000-000010ff
	I/O window 1: 00001400-000014ff
	16-bit legacy interface ports at 0001

03:0b.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a] (prog-if 10 [OHCI])
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 64, IRQ 50
	Memory at ff8ff800 (32-bit, non-prefetchable) [size=2K]
	Memory at ff8f8000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [44] Power Management version 2

03:0b.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c] (prog-if 01)
	Subsystem: Toshiba America Info Systems Unknown device [1179:0001]
	Flags: bus master, medium devsel, latency 64, IRQ 217
	Memory at ff8ff700 (32-bit, non-prefetchable) [size=256]
	Capabilities: [80] Power Management version 2

lsmod

lsmod
Module                  Size  Used by
nls_utf8                2208  1 
nls_cp437               5920  1 
vfat                   11872  1 
fat                    46684  1 vfat
usb_storage            71840  1 
button                  6672  0 
psmouse                35016  0 
i915                   17600  2 
drm                    61332  3 i915
ppdev                   8676  0 
lp                     11012  0 
ac                      5188  0 
battery                 9636  0 
snd_atiixp_modem       14856  0 
snd_via82xx_modem      14088  0 
snd_intel8x0m          15980  0 
snd_ac97_codec         83104  3 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m
snd_ac97_bus            2400  1 snd_ac97_codec
ipv6                  225984  10 
dm_snapshot            15552  0 
dm_mirror              19152  0 
dm_mod                 50232  2 dm_snapshot,dm_mirror
speedstep_centrino      8384  1 
freq_table              4576  1 speedstep_centrino
cpufreq_ondemand        6636  2 
toshiba_acpi            5972  0 
toshiba                 4248  0 
sbp2                   20840  0 
loop                   15048  0 
joydev                  9088  0 
tsdev                   7520  0 
snd_hda_intel          17332  2 
snd_hda_codec         137856  1 snd_hda_intel
snd_pcm_oss            38368  0 
snd_mixer_oss          15200  1 snd_pcm_oss
ipw3945               181284  1 
snd_pcm                68676  7 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_ac97_codec,snd_hda_intel,snd_hda_codec,snd_pcm_oss
pcmcia                 34140  0 
snd_timer              20996  1 snd_pcm
ieee80211              29416  1 ipw3945
ieee80211_crypt         5952  1 ieee80211
sg                     31292  0 
snd                    47012  14 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_ac97_codec,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
sdhci                  16844  0 
mmc_core               23168  1 sdhci
intel_agp              21148  1 
agpgart                29896  3 drm,intel_agp
eth1394                18212  0 
parport_pc             32132  0 
parport                33256  3 ppdev,lp,parport_pc
rtc                    12372  0 
soundcore               9248  1 snd
firmware_class          9600  2 ipw3945,pcmcia
serio_raw               6660  0 
pcspkr                  3072  0 
yenta_socket           24460  1 
rsrc_nonstatic         11840  1 yenta_socket
pcmcia_core            36852  3 pcmcia,yenta_socket,rsrc_nonstatic
snd_page_alloc          9640  5 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_hda_intel,snd_pcm
sr_mod                 15876  0 
cdrom                  32544  1 sr_mod
evdev                   9088  2 
ext3                  119240  1 
jbd                    52456  1 ext3
mbcache                 8356  1 ext3
sd_mod                 19040  4 
generic                 5476  0 [permanent]
ide_core              110504  2 usb_storage,generic
ohci1394               30800  0 
ieee1394               86904  3 sbp2,eth1394,ohci1394
ata_piix               13576  1 
libata                 89396  1 ata_piix
scsi_mod              124168  6 usb_storage,sbp2,sg,sr_mod,sd_mod,libata
ehci_hcd               28136  0 
e1000                 108512  0 
uhci_hcd               21164  0 
usbcore               112644  4 usb_storage,ehci_hcd,uhci_hcd
thermal                13608  0 
processor              28840  2 speedstep_centrino,thermal
fan                     4804  0 

cardctl

cardsctl status
Socket 0:
  no card

cpuinfo

cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Core(TM)2 CPU         T5500  @ 1.66GHz
stepping	: 6
cpu MHz		: 1000.000
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
bogomips	: 3328.78

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Core(TM)2 CPU         T5500  @ 1.66GHz
stepping	: 6
cpu MHz		: 1000.000
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
bogomips	: 3209.19

cpufreq-info

cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
  driver: centrino
  CPUs which need to switch frequency at the same time: 0
  hardware limits: 1000 MHz - 1.66 GHz
  available frequency steps: 1.66 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: ondemand, performance
  current policy: frequency should be within 1000 MHz and 1.66 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
analyzing CPU 1:
  driver: centrino
  CPUs which need to switch frequency at the same time: 1
  hardware limits: 1000 MHz - 1.66 GHz
  available frequency steps: 1.66 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: ondemand, performance
  current policy: frequency should be within 1000 MHz and 1.66 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).

proc ioports

cat /proc/ioports
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : libata
01e0-01ef : pnp 00:09
01f0-01f7 : libata
03c0-03df : vga+
03f8-03ff : serial
0cf8-0cff : PCI conf1
1000-1fff : PCI Bus #03
  1000-10ff : PCI CardBus #04
  1400-14ff : PCI CardBus #04
af10-af1f : 0000:00:1f.2
  af10-af1f : libata
af40-af5f : 0000:00:1d.3
  af40-af5f : uhci_hcd
af60-af7f : 0000:00:1d.2
  af60-af7f : uhci_hcd
af80-af9f : 0000:00:1d.1
  af80-af9f : uhci_hcd
afe0-afff : 0000:00:1d.0
  afe0-afff : uhci_hcd
b000-bfff : PCI Bus #01
  bfe0-bfff : 0000:01:00.0
    bfe0-bfff : e1000
cff8-cfff : 0000:00:02.0
d800-d87f : motherboard
  d800-d803 : ACPI PM1a_EVT_BLK
  d804-d805 : ACPI PM1a_CNT_BLK
  d808-d80b : ACPI PM_TMR
  d810-d815 : ACPI CPU throttle
  d820-d820 : ACPI PM2_CNT_BLK
  d828-d82f : ACPI GPE0_BLK
d880-d89f : motherboard
e000-e07f : motherboard
e080-e0ff : motherboard
e400-e47f : motherboard
e480-e4ff : motherboard
e800-e87f : motherboard
e880-e8ff : motherboard
ec00-ec7f : motherboard
ec80-ecff : motherboard
eeb0-eebf : motherboard
eec0-eeff : motherboard

proc interrupts

cat /proc/interrupts
           CPU0       CPU1       
  0:     155118          0    IO-APIC-edge  timer
  1:       1879          0    IO-APIC-edge  i8042
  8:          0          0    IO-APIC-edge  rtc
  9:        126          0   IO-APIC-level  acpi
 12:      13908          0    IO-APIC-edge  i8042
 14:       7772          0    IO-APIC-edge  libata
 15:       6378          0    IO-APIC-edge  libata
 50:          2          0   IO-APIC-level  ohci1394
 58:       2046          0   IO-APIC-level  HDA Intel
 66:        282          0         PCI-MSI  eth1
177:       4450          0   IO-APIC-level  uhci_hcd:usb3, ipw3945
185:          1          0   IO-APIC-level  yenta
217:       1743          0   IO-APIC-level  uhci_hcd:usb1, ehci_hcd:usb5, sdhci:slot0
225:          0          0   IO-APIC-level  uhci_hcd:usb2
233:      32710          0   IO-APIC-level  uhci_hcd:usb4, i915@pci:0000:00:02.0
NMI:          0          0 
LOC:     155058     155057 
ERR:         92
MIS:          0

proc bus usb

cat /proc/bus/usb/devices
T:  Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 8
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.18-4-686 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1d.7
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms

T:  Bus=05 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=3538 ProdID=0042 Rev= 1.00
S:  Product=USB Mass Storage Device
S:  SerialNumber=00000000000356
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 98mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=125us
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  64 Ivl=16ms

T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.18-4-686 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.18-4-686 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.18-4-686 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.18-4-686 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

proc bus input

cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0 
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input1
H: Handlers=kbd event1 
B: EV=40001
B: SND=6

I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio1/input1
S: Sysfs=/class/input/input4
H: Handlers=mouse0 event2 ts0 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input5
H: Handlers=mouse1 event3 ts1 
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003

hdparm

hdparm -I /dev/sda
/dev/sda:

ATA device, with non-removable media
	Model Number:       FUJITSU MHV2080BH PL                    
	Serial Number:      ##REMOVED##

dmidecode

dmidecode
# dmidecode 2.8
SMBIOS 2.4 present.
42 structures occupying 1361 bytes.
Table at 0x000EC000.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: TOSHIBA
	Version: Version 1.60
	Release Date: 10/10/2006
	Address: 0xE0000
	Runtime Size: 128 kB
	ROM Size: 1024 kB
	Characteristics:
		ISA is supported
		PCI is supported
		PC Card (PCMCIA) is supported
		PNP is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		VLB is supported
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
		3.5"/720 KB floppy services are supported (int 13h)
		Print screen service is supported (int 5h)
		8042 keyboard services are supported (int 9h)
		Serial services are supported (int 14h)
		Printer services are supported (int 17h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Function key-initiated network boot is supported
		Targeted content distribution is supported
	BIOS Revision: 1.60
	Firmware Revision: 5.0

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: TOSHIBA
	Product Name: TECRA A8
	Version: PTA83E-04V02GFR
	Serial Number: Z6REMOVED
	UUID: C0000000-0000-0000-0000-00REMOVED000
	Wake-up Type: Other
	SKU Number: 0000000000
	Family: 0000000000

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
	Manufacturer: TOSHIBA
	Product Name: Portable PC
	Version: Version A0
	Serial Number: $$C0REMOVE

Handle 0x0003, DMI type 3, 17 bytes
Chassis Information
	Manufacturer: TOSHIBA
	Type: Notebook
	Lock: Not Present
	Version: Version 1.0
	Serial Number: 00000000
	Asset Tag: 0000000000
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None
	OEM Information: 0x00000000

Handle 0x0004, DMI type 4, 32 bytes
Processor Information
	Socket Designation: uFC-PGA Socket
	Type: Central Processor
	Family: Other
	Manufacturer: Intel Corporation
	ID: F6 06 00 00 00 00 00 00
	Version:  
	Voltage: 1.2 V
	External Clock: 166 MHz
	Max Speed: 1660 MHz
	Current Speed: 1660 MHz
	Status: Populated, Enabled
	Upgrade: Other
	L1 Cache Handle: 0x0012
	L2 Cache Handle: 0x0013
	L3 Cache Handle: Not Provided

Handle 0x0009, DMI type 5, 20 bytes
Memory Controller Information
	Error Detecting Method: None
	Error Correcting Capabilities:
		None
	Supported Interleave: Other
	Current Interleave: Other
	Maximum Memory Module Size: 2048 MB
	Maximum Total Memory Size: 4096 MB
	Supported Speeds:
		Other
	Supported Memory Types:
		Other
		DIMM
		SDRAM
	Memory Module Voltage: Unknown
	Associated Memory Slots: 2
		0x000A
		0x000B
	Enabled Error Correcting Capabilities:
		None

Handle 0x000A, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: SO-DIMM
	Bank Connections: 0 1
	Current Speed: 4 ns
	Type: Other DIMM SDRAM
	Installed Size: 512 MB (Single-bank Connection)
	Enabled Size: 512 MB (Single-bank Connection)
	Error Status: OK

Handle 0x000B, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: SO-DIMM
	Bank Connections: 2 3
	Current Speed: 4 ns
	Type: Other DIMM SDRAM
	Installed Size: 512 MB (Single-bank Connection)
	Enabled Size: 512 MB (Single-bank Connection)
	Error Status: OK

Handle 0x0012, DMI type 7, 19 bytes
Cache Information
	Socket Designation: CPU Internal
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 128 KB
	Maximum Size: 128 KB
	Supported SRAM Types:
		Other
	Installed SRAM Type: Other
	Speed: 1 ns
	Error Correction Type: Single-bit ECC
	System Type: Unified
	Associativity: 8-way Set-associative

Handle 0x0013, DMI type 7, 19 bytes
Cache Information
	Socket Designation: CPU Internal
	Configuration: Enabled, Not Socketed, Level 2
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 2048 KB
	Maximum Size: 2048 KB
	Supported SRAM Types:
		Other
	Installed SRAM Type: Other
	Speed: 1 ns
	Error Correction Type: Single-bit ECC
	System Type: Unified
	Associativity: 8-way Set-associative

Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: EXTERNAL MONITOR PORT
	External Connector Type: DB-15 female
	Port Type: Other

Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: SERIAL PORT
	External Connector Type: DB-9 male
	Port Type: Serial Port 16550A Compatible

Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: BUILT-IN MODEM PORT
	External Connector Type: RJ-11
	Port Type: Modem Port

Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: BUILT-IN LAN PORT
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: USB PORT
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: USB PORT
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: USB PORT
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x001D, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: HEADPHONE JACK
	External Connector Type: Mini Jack (headphones)
	Port Type: Other

Handle 0x001F, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: MICROPHONE JACK
	External Connector Type: Other
	Port Type: Other

Handle 0x0020, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: S-VIDEO OUT
	External Connector Type: Other
	Port Type: Video Port

Handle 0x0021, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: WIRELESS LAN
	External Connector Type: Other
	Port Type: Other

Handle 0x0023, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator:  
	Internal Connector Type: None
	External Reference Designator: DOCKING INTERFACE PORT
	External Connector Type: Other
	Port Type: Other

Handle 0x0037, DMI type 9, 13 bytes
System Slot Information
	Designation: PCMCIA0
	Type: 32-bit PC Card (PCMCIA)
	Current Usage: In Use
	Length: Other
	ID: Adapter 1, Socket 0
	Characteristics:
		5.0 V is provided
		3.3 V is provided
		PC Card-16 is supported
		Cardbus is supported
		Hot-plug devices are supported

Handle 0x0038, DMI type 9, 13 bytes
System Slot Information
	Designation: SD CARD
	Type: Other
	Current Usage: In Use
	Length: Other
	Characteristics:
		3.3 V is provided
		Hot-plug devices are supported

Handle 0x0058, DMI type 10, 16 bytes
On Board Device 1 Information
	Type: Other
	Status: Enabled
	Description: MODEM
On Board Device 2 Information
	Type: Other
	Status: Enabled
	Description: USB
On Board Device 3 Information
	Type: Video
	Status: Enabled
	Description: VIDEO
On Board Device 4 Information
	Type: Ethernet
	Status: Enabled
	Description: ETHERNET
On Board Device 5 Information
	Type: Sound
	Status: Enabled
	Description: SOUND
On Board Device 6 Information
	Type: Other
	Status: Enabled
	Description: WIRELESS LAN

Handle 0x0059, DMI type 11, 5 bytes
OEM Strings
	String 1: PTA83E-04V02GFR,PTA83EY04V02G111/H06575FRP01

Handle 0x0069, DMI type 12, 5 bytes
System Configuration Options
	Option 1: TOSHIBA

Handle 0x0080, DMI type 15, 23 bytes
System Event Log
	Area Length: 124 bytes
	Header Start Offset: 0x0000
	Data Start Offset: 0x0000
	Access Method: General-purpose non-volatile data functions
	Access Address: 0x0003
	Status: Valid, Not Full
	Change Token: 0x00000000
	Header Format: No Header
	Supported Log Type Descriptors: 0

Handle 0x0081, DMI type 16, 15 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: None
	Maximum Capacity: 4 GB
	Error Information Handle: Not Provided
	Number Of Devices: 2

Handle 0x0082, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x0081
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 512 MB
	Form Factor: SODIMM
	Set: Unknown
	Locator: DIMM 0
	Bank Locator: CSA 0 & 1
	Type: DDR2
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: CE00
	Serial Number: 0806CFEE
	Asset Tag: Not Specified
	Part Number: M4 70T6554CZ3-CD5 

Handle 0x0083, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x0081
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 512 MB
	Form Factor: SODIMM
	Set: Unknown
	Locator: DIMM 1
	Bank Locator: CSA 2 & 3
	Type: DDR2
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: CE00
	Serial Number: F7279B06
	Asset Tag: Not Specified
	Part Number: M4 70T6554CZ3-CD5 

Handle 0x0090, DMI type 19, 15 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x000000A03FF
	Range Size: 641 kB
	Physical Array Handle: 0x0081
	Partition Width: 0

Handle 0x0091, DMI type 19, 15 bytes
Memory Array Mapped Address
	Starting Address: 0x00000100000
	Ending Address: 0x0003F8003FF
	Range Size: 1039361 kB
	Physical Array Handle: 0x0081
	Partition Width: 0

Handle 0x00A0, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x000000A03FF
	Range Size: 641 kB
	Physical Device Handle: 0x0082
	Memory Array Mapped Address Handle: 0x0090
	Partition Row Position: 1

Handle 0x00A1, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x000200003FF
	Range Size: 524289 kB
	Physical Device Handle: 0x0082
	Memory Array Mapped Address Handle: 0x0091
	Partition Row Position: 1

Handle 0x00A2, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00020000000
	Ending Address: 0x000400003FF
	Range Size: 524289 kB
	Physical Device Handle: 0x0083
	Memory Array Mapped Address Handle: 0x0091
	Partition Row Position: 1

Handle 0x00B0, DMI type 21, 7 bytes
Built-in Pointing Device
	Type: Other
	Interface: PS/2
	Buttons: 4

Handle 0x00B1, DMI type 22, 26 bytes
Portable Battery
	Location: 1st Battery
	Manufacturer: TOSHIBA
	Manufacture Date: 11/23/06
	Serial Number: 240REMOVED
	Name: LP659E
	Chemistry: Lithium Ion
	Design Capacity: 0 mWh
	Design Voltage: 10800 mV
	SBDS Version: Not Specified
	Maximum Error: Unknown
	OEM-specific Information: 0x00000000

Handle 0x00B7, DMI type 24, 5 bytes
Hardware Security
	Power-On Password Status: Disabled
	Keyboard Password Status: Disabled
	Administrator Password Status: Disabled
	Front Panel Reset Status: Disabled

Handle 0x00D0, DMI type 32, 11 bytes
System Boot Information
	Status: No errors detected

Handle 0x00E0, DMI type 136, 6 bytes
OEM-specific Type
	Header and Data:
		88 06 E0 00 5A 5A

Handle 0xFEFF, DMI type 127, 4 bytes
End Of Table

/proc/acpi/toshiba

grep '' /proc/acpi/toshiba/*
fan:running:                 1
fan:force_on:                0
keys:hotkey_ready:            0
keys:hotkey:                  0x0100
lcd:brightness:              4
lcd:brightness_levels:       8
version:driver:                  0.18
version:proc_interface:          1
video:lcd_out:                 1
video:crt_out:                 0
video:tv_out:                  1

Links / References

Installation-report

pseudo-bug 413596 (debian-boot mailing list)

Visitors comments

I would thank the following contributor(s) :

On Tue, 2007-10-02 at 19:07 +0200, Anton Weigl wrote:
> Hello Mr.Piat,
> 
> thank you for your great HowTo - installing Debian Etch on Tecra A8.
> It has helped me a lot for doing my install of Etch on my new A8 :-).
> I can also make som additions to your tutorial:
> 
> - loading toshiba_acpi does not make any changes for me some of the FN
> Keys like VGA Output switch or Suspend and special Keys are already
> working before I installed it. I think this module is very old and shouldn
> t be used at this time.
> 
> - to scale a dual core cpu like the t5500 with cpufreq is very uncool. the
> tool can only scale one core and ruins the scaling system. i did a lot of
> google -> using the governors is working rly nice for me
> http://www.thinkwiki.org/wiki/How_to_make_use_of_Dynamic_Frequency_Scaling
> 
> - the toshutils package is for apm based toshiba notebooks. the a8
> supports only acpi. so it is nonsense to install it.
> 
> - sound works nice by adding options snd-hda-intel enable=1 index=0
> model=basic to /etc/modprobe.d/alsa-base but these hd interfaces are shit
> :-)
> 
> - touchpad you should rly use the Option      "SHMConfig" "on" in
> xorg.conf. then i used ksynaptics under kde to configure it n1. now
> tapping works and its very fine to use.
> 
> I hope i can help you a little bit.
> 
> MfG Anton Weigl