stopsoftwarepatents.eu petition banner

Let's Sign the petition today.

Parent

Thoses Installation notes shows howto install Debian 4.0 Etch on a Dell D620 : 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 ok
Power MgMt suspend ok
Power MgMt hibernation config,ok
DISPLAY console at 1024x768 resolution ok
DISPLAY X11: i810 driver (1280x800) config,ok
DISPLAY X11-features: GL,RandR, external screenconfig,ok
Keyboard Hotkeys ok
Mouse console: (trackpoint and touchpad) ok
Mouse X11: trackpoint and touchpad config,ok
Modem Non free driver ($20) non-free, not tested
Networking LAN: broadcom 57xx ok
Networking WLAN:intel Dell 1390 Wireless NON-FREE,ok
InfraRed IrDA (not tested)

but

Pre-Installation Notes

Backup

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

Post-Installation Notes

Power Management

ACPI:

ACPI is enabled by default on Etch's 2.6 kernel

Suspend

You can press Fn-Esc to suspend the computer.

Don't suspend from the xwindow (to avoid video corruption and/or system hangs)
You will get corrupted/blank screen when suspending from the console. switching to Xwindow back and forth fixed that. (try Fn-F8 too)

Hibernation

If you want to hibernate ("suspend to disk"), debian installation ("Laptop Task") will include the packages hibernation and uswsusp which you may have to re-configure (at least) with:

dpkg-reconfigure uswsusp

because "resume device" isn't configured properly during installation.

/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

and

/etc/hibernate/common.conf
	# at least, enable this line
	# (but there's a lot of preferences you can set, too).
	enable Runi915resolution yes

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
	#Add Three lines to prepare cpu scaling
	speedstep-centrino
	cpufreq_stats
	cpufreq_ondemand
	cpufreq_conservative
	cpufreq_powersave

/etc/default/cpufrequtils
	#Add this line to configure CPUs on bootup
	ENABLE="true"
	GOVERNOR="ondemand"

then run:

invoke-rc.d cpufrequtils restart

CPU Frequency Scaling Applet

As of Etch-RC2, the packages hal-device-manager and gnome-applets are automaticaly installed. You just have to display the applet : right-click on a gnome-Panel, "Add to panel" and choose "CPU Frequency Scaling Monitor".

Display

Device is : "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" ( dmi info ; 8086:27a2 ) Latitude D620 comes in two flavour : Built-in Intel chipset, or a more powerful ATI (not covered by this howto)

xorg.conf

Package "915resolution" is required to reach 1280x800. except that, 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 switch to an external screen or 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 (Some monitor doesn't support 1280x1024, so switch to 1024x768 using randr applet).

3D / OpenGL

Installing the 3D library is fairly quick..

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

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 : "SigmaTel High definition Audio", identified as hdaudio:8384:7690 "High Definition Audio Controller : Intel 82801G (ICH7 Family)" PCI 8086:27D8 Which uses Intel's "high definition audio" module : snd-hda-intel

Keyboard

Multimedia keys

  1. Configure the keyboard to generate events, using either (XkbModel OR Xmodmap below)
  2. Then go to gnome Menu/Desktop/Preferences/Keyboard Shortcuts and set the keys for Volume Up/Down/Mute.

XkbModel

This is the most portable way (works with KDE...).

#in /etc/X11/xorg.conf
	#Use 'latitude' XkbModel, instead of default pc105
	#ORIG: Option          "XkbModel"      "pc105"
	Option          "XkbModel"      "latitude"
	#see manpage (4)kbd  and  /usr/share/X11/xkb/symbols/inet

Note: you have to restart X Server.

Xmodmap

  1. Multimedia function keys are enabled by placing the lines below in /etc/X11/Xmodmap.
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 160 = XF86AudioMute

Note: you have to close and re-open your session.

ACPI function keys

acpi keys (sleep ; hibernation) are working "out of the box". (see Power management on how to enable hibernation)

Mouse

Touchpad

Device is "AlpsPS/2 ALPS GlidePoint" ( dmi info ; input 0002: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"

	# allow usage of synclient (and gsynaptics, tpconfig..)
	Option "SHMConfig"		"true"

	# Motion speed is too slow by default
	Option "MinSpeed"		"0.45"
	Option "MaxSpeed"		"0.75"
	Option "AccelFactor"		"0.020"


	#To enable vertical scroll, define (at least) right side "edge" limit.
	#Other values are usefull for "Edge Motion"
	Option "RightEdge"		"830"
	Option "LeftEdge"		"135"
	Option "TopEdge"		"120"
	Option "BottomEdge"		"715"

	Option "EdgeMotionMinSpeed"	"100"
	Option "EdgeMotionMaxSpeed"	"400"

	#Special features, disabled by default. see manpage (5)synaptics
	Option "EdgeMotionUseAlways"	"0"
	Option "UpDownScrolling"	"0"
	Option "LeftRightScrolling"	"0"
	Option "CircularScrolling"	"0"
	Option "CoastingSpeed"		"0"
	#Tanks to http://ubuntu.wordpress.com/2005/11/15/fixing-my-alps-touchpad-with-the-synaptics-driver/
EndSection

Modem

(Not configured, not tested... )

The D620 I tested has a "Conexant HDA D110 MDC" Modem, available through intel hda "pseudo bus" (hda 14f1:2bfa). The driver (non-free) can be obtained from http:www.linuxant.com/drivers/index.php#news . There two versions : a free [as in beer] 14.4kbps driver and a 20$ one.

WiFi

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

Let's install ndiswrapper and build ndiswrapper-modules-2.6.18

apt-get install module-assistant ; m-a prepare ; m-a update ; m-a a-i ndiswrapper-source ; apt-get install ndiswrapper-utils wireless-tools

list current driver (should be empty).

ndiswrapper -l

Mount windows partition (YMMV)

mkdir /windows ; mount /dev/sda1 /windows/

install the driver (again, YMMV)

ndiswrapper -i /windows/DELL/Drivers/R140747/DRIVER/bcmwl5.inf

List installed driver

ndiswrapper -l
installed drivers:
bcmwl5          driver installed, hardware (14E4:4328) present

Then, the easiest (if you use Network Manager), is to "modprobe ndiswrapper" at boot time :

# add ndiswrapper to /etc/modules to load //Dell Wireless 1390// driver.
ndiswrapper 

PC Card

D620 comes with a single PC Cards slot : PCMCIA/CardBus. Working.

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

SmartCard reader

The O2Micro Pccard chipset also has a USB smart card reader ("CCID SC Reader" ; USB 0b97:7762). NOT TESTED

package: pcscd libccid
There was quite some bugs at some stage.. http:lists.musclecard.com/pipermail/muscle/2006-September/005834.html ( Debian bugs #385072, #381689 and #381834 )

Benchmarks

hard disk perf

hdparm -T /dev/sda
 Timing cached reads:   1602 MB in  2.00 seconds = 800.73 MB/sec
 Timing cached reads:   1590 MB in  2.00 seconds = 795.09 MB/sec
 Timing cached reads:   1604 MB in  2.00 seconds = 801.93 MB/sec

hdparm -t /dev/sda
 Timing buffered disk reads:  130 MB in  3.02 seconds =  43.11 MB/sec
 Timing buffered disk reads:  130 MB in  3.04 seconds =  42.80 MB/sec
 Timing buffered disk reads:  130 MB in  3.04 seconds =  42.78 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

i386 arch amd64 arch
real 0m6.747s 0m8.953s
user 0m2.980s 0m2.920s
sys 0m1.788s 0m1.416s
real 0m7.976s 0m9.105s
user 0m2.900s 0m2.864s
sys 0m1.760s 0m1.372s
real 0m9.114s 0m9.133s
user 0m2.716s 0m2.992s
sys 0m2.040s 0m1.416s
real 0m9.742s 0m9.223s
user 0m2.832s 0m2.872s
sys 0m1.664s 0m1.432s
Tot.Real0m33.579s0m36.414
Tot.User0m11.428s0m11.648
Tot.Sys 0m07.252s0m05.636
User+Sys0m18.800s0m17.280

3D rendering

glxgears -printfps
i386/686 arch on amd64 arch
4305 frames in 5.0 seconds = 860.890 FPS4618 frames in 5.0 seconds = 923.453 FPS
4346 frames in 5.0 seconds = 869.025 FPS4639 frames in 5.0 seconds = 927.788 FPS
4343 frames in 5.0 seconds = 868.507 FPS4643 frames in 5.0 seconds = 928.510 FPS

System Summary

uname

uname -a
Linux d620 2.6.18-4-686 #1 SMP Wed Feb 21 16:06:54 UTC 2007 i686 GNU/Linux
Linux d620-amd64 2.6.18-4-amd64 #1 SMP Wed Feb 21 14:29:38 UTC 2007 x86_64 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: Dell Unknown device [1028:01c2]
	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: Dell Unknown device [1028:01c2]
	Flags: bus master, fast devsel, latency 0, IRQ 169
	Memory at eff00000 (32-bit, non-prefetchable) [size=512K]
	I/O ports at eff8 [size=8]
	Memory at d0000000 (32-bit, prefetchable) [size=256M]
	Memory at efec0000 (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: Dell Unknown device [1028:01c2]
	Flags: bus master, fast devsel, latency 0
	Memory at eff80000 (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 01)
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, fast devsel, latency 0, IRQ 233
	Memory at efebc000 (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
	Capabilities: [100] Virtual Channel
	Capabilities: [130] Unknown (5)

00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 01) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Dell Unknown device [1028:01c2]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 [8086:27d2] (rev 01) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	Memory behind bridge: efd00000-efdfffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Dell Unknown device [1028:01c2]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 01) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	Memory behind bridge: efc00000-efcfffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Dell Unknown device [1028:01c2]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 [8086:27c8] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, medium devsel, latency 0, IRQ 225
	I/O ports at bf80 [size=32]

00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 [8086:27c9] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, medium devsel, latency 0, IRQ 233
	I/O ports at bf60 [size=32]

00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 [8086:27ca] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, medium devsel, latency 0, IRQ 50
	I/O ports at bf40 [size=32]

00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 [8086:27cb] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, medium devsel, latency 0, IRQ 58
	I/O ports at bf20 [size=32]

00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 01) (prog-if 20 [EHCI])
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, medium devsel, latency 0, IRQ 225
	Memory at ffa80000 (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 e1) (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: 00002000-00002fff
	Memory behind bridge: 52000000-54ffffff
	Prefetchable memory behind bridge: 0000000050000000-0000000051ffffff
	Capabilities: [50] Subsystem: Dell Unknown device [1028:01c2]

00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 01)
	Subsystem: Dell Unknown device [1028:01c2]
	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 01) (prog-if 80 [Master])
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 177
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at bfa0 [size=16]
	Capabilities: [70] Power Management version 2

00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 01)
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: medium devsel, IRQ 177
	I/O ports at 10c0 [size=32]

03:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller [1217:6972] (rev 40)
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, stepping, slow devsel, latency 168, IRQ 185
	Memory at 54000000 (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: 00002000-000020ff
	I/O window 1: 00002400-000024ff
	16-bit legacy interface ports at 0001

09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express [14e4:1600] (rev 02)
	Subsystem: Dell Unknown device [1028:01c2]
	Flags: bus master, fast devsel, latency 0, IRQ 66
	Memory at efcf0000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [48] Power Management version 2
	Capabilities: [50] Vital Product Data
	Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable+
	Capabilities: [d0] Express Endpoint IRQ 0
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [13c] Virtual Channel

0c:00.0 Network controller [0280]: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card [14e4:4311] (rev 01)
	Subsystem: Dell Unknown device [1028:0007]
	Flags: bus master, fast devsel, latency 0, IRQ 177
	Memory at efdfc000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 2
	Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
	Capabilities: [d0] Express Legacy Endpoint IRQ 0
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [13c] Virtual Channel

lsmod

lsmod
Module                  Size  Used by
nls_utf8                2208  2 
nls_cp437               5920  2 
vfat                   11872  2 
fat                    46684  1 vfat
usb_storage            71840  2 
i915                   17600  2 
drm                    61332  3 i915
rfcomm                 34584  0 
l2cap                  21696  5 rfcomm
bluetooth              45956  4 rfcomm,l2cap
ppdev                   8676  0 
parport_pc             32132  0 
lp                     11012  0 
parport                33256  3 ppdev,parport_pc,lp
button                  6672  0 
ac                      5188  0 
battery                 9636  0 
ipv6                  225984  14 
dm_snapshot            15552  0 
dm_mirror              19152  0 
dm_mod                 50232  2 dm_snapshot,dm_mirror
ndiswrapper           157652  0 
cpufreq_powersave       1920  0 
cpufreq_conservative     7304  0 
cpufreq_ondemand        6636  1 
cpufreq_stats           5408  0 
speedstep_centrino      8384  2 
freq_table              4576  2 cpufreq_stats,speedstep_centrino
loop                   15048  0 
joydev                  9088  0 
tsdev                   7520  0 
pcmcia                 34140  0 
firmware_class          9600  1 pcmcia
snd_hda_intel          17332  1 
snd_hda_codec         137856  1 snd_hda_intel
snd_pcm_oss            38368  0 
snd_mixer_oss          15200  1 snd_pcm_oss
snd_pcm                68676  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer              20996  1 snd_pcm
snd                    47012  8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
serio_raw               6660  0 
yenta_socket           24460  1 
rsrc_nonstatic         11840  1 yenta_socket
psmouse                35016  0 
i2c_i801                7468  0 
rtc                    12372  0 
pcmcia_core            36852  3 pcmcia,yenta_socket,rsrc_nonstatic
pcspkr                  3072  0 
i2c_core               19680  1 i2c_i801
sg                     31292  0 
soundcore               9248  1 snd
snd_page_alloc          9640  2 snd_hda_intel,snd_pcm
intel_agp              21148  1 
agpgart                29896  3 drm,intel_agp
sr_mod                 15876  0 
evdev                   9088  2 
cdrom                  32544  1 sr_mod
ext3                  119240  1 
jbd                    52456  1 ext3
mbcache                 8356  1 ext3
sd_mod                 19040  6 
ata_piix               13576  2 
libata                 89396  1 ata_piix
scsi_mod              124168  5 usb_storage,sg,sr_mod,sd_mod,libata
ehci_hcd               28136  0 
generic                 5476  0 [permanent]
tg3                    94948  0 
uhci_hcd               21164  0 
usbcore               112644  5 usb_storage,ndiswrapper,ehci_hcd,uhci_hcd
ide_core              110504  2 usb_storage,generic
thermal                13608  0 
processor              28840  2 speedstep_centrino,thermal
fan                     4804  0 

cardctl

cardsctl status
Socket 0:
  no card

cpuinfo

cat /proc/cpuinfo

The i386 arch'

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 nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
bogomips	: 3328.60

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 nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
bogomips	: 3325.08

And the amd64 arch'

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
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 syscall nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
bogomips	: 3329.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

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
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 syscall nx lm constant_tsc pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
bogomips	: 3325.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

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 1
  hardware limits: 1000 MHz - 1.67 GHz
  available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: powersave, conservative, ondemand, performance
  current policy: frequency should be within 1000 MHz and 1.67 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: 0 1
  hardware limits: 1000 MHz - 1.67 GHz
  available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: powersave, conservative, ondemand, performance
  current policy: frequency should be within 1000 MHz and 1.67 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
01f0-01f7 : libata
03c0-03df : vesafb
03f8-03ff : serial
04d0-04d1 : pnp 00:02
0910-091f : pnp 00:08
0920-092f : pnp 00:08
0930-097f : pnp 00:08
0c80-0caf : pnp 00:08
0cb0-0cbb : pnp 00:0d
0cbc-0cbf : pnp 00:08
0cc0-0cff : pnp 00:08
1000-1005 : motherboard
  1000-1003 : ACPI PM1a_EVT_BLK
  1004-1005 : ACPI PM1a_CNT_BLK
1006-1007 : motherboard
  1006-1007 : pnp 00:03
1008-100f : motherboard
  1008-100b : ACPI PM_TMR
1010-102f : motherboard
  1010-1015 : ACPI CPU throttle
  1020-1020 : ACPI PM2_CNT_BLK
  1028-102f : ACPI GPE0_BLK
1060-107f : motherboard
  1060-107f : pnp 00:03
1080-10bf : motherboard
  1080-10bf : pnp 00:03
10c0-10df : 0000:00:1f.3
  10c0-10df : motherboard
    10c0-10df : pnp 00:03
      10c0-10df : i801_smbus
2000-2fff : PCI Bus #03
  2000-20ff : PCI CardBus #04
  2400-24ff : PCI CardBus #04
bf20-bf3f : 0000:00:1d.3
  bf20-bf3f : uhci_hcd
bf40-bf5f : 0000:00:1d.2
  bf40-bf5f : uhci_hcd
bf60-bf7f : 0000:00:1d.1
  bf60-bf7f : uhci_hcd
bf80-bf9f : 0000:00:1d.0
  bf80-bf9f : uhci_hcd
bfa0-bfaf : 0000:00:1f.2
  bfa0-bfaf : libata
eff8-efff : 0000:00:02.0
f400-f4fe : motherboard
  f400-f4fe : pnp 00:03

proc interrupts

cat /proc/interrupts
           CPU0       CPU1       
  0:     276011          0    IO-APIC-edge  timer
  1:       2209          0    IO-APIC-edge  i8042
  8:          0          0    IO-APIC-edge  rtc
  9:          3          0   IO-APIC-level  acpi
 12:       2700          0    IO-APIC-edge  i8042
 14:       9043          0    IO-APIC-edge  libata
 15:      11762          0    IO-APIC-edge  libata
 50:          0          0   IO-APIC-level  uhci_hcd:usb3
 58:          0          0   IO-APIC-level  uhci_hcd:usb4
 66:       3768          0         PCI-MSI  eth0
169:      65667          0   IO-APIC-level  i915@pci:0000:00:02.0
177:        537          0   IO-APIC-level  wlan0
185:          7          0   IO-APIC-level  yenta
225:       3172          0   IO-APIC-level  uhci_hcd:usb1, ehci_hcd:usb5
233:         84          0   IO-APIC-level  uhci_hcd:usb2, HDA Intel
NMI:          0          0 
LOC:     275947     275906 
ERR:          0
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#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=3538 ProdID=0054 Rev= 1.00
S:  Manufacturer=PQI
S:  Product=U190
S:  SerialNumber=00000000000208
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 80mA
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= 22/900 us ( 2%), #Int=  2, #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

T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  3 Spd=12  MxCh= 4
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=413c ProdID=a005 Rev=50.18
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=255ms

T:  Bus=01 Lev=02 Prnt=03 Port=02 Cnt=01 Dev#=  4 Spd=12  MxCh= 3
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0b97 ProdID=7761 Rev= 1.10
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=200mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=255ms

T:  Bus=01 Lev=03 Prnt=04 Port=01 Cnt=01 Dev#=  5 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0b97 ProdID=7762 Rev= 1.10
S:  Manufacturer=O2
S:  Product=O2Micro CCID SC Reader
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=0b(scard) Sub=00 Prot=00 Driver=(none)
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=81(I) Atr=03(Int.) MxPS=   3 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=1007 2002000 4380207a f840d001 feffffdf ffefffff ffffffff ffffffff
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/input2
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=6337
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input3
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:       SAMSUNG HM040GI                         
	Serial Number:      ##REMOVED##

dmidecode

dmidecode
# dmidecode 2.8
SMBIOS 2.4 present.
62 structures occupying 2859 bytes.
Table at 0x000F6E60.

Handle 0xDA00, DMI type 218, 251 bytes
OEM-specific Type
	Header and Data:
		DA FB 00 DA B2 00 0D 5F 1F 37 40 7D 00 00 00 00
		00 7E 00 02 00 00 00 40 00 04 00 01 00 41 00 04
		00 00 00 90 00 05 00 00 00 91 00 05 00 01 00 92
		00 05 00 02 00 65 00 06 00 00 00 66 00 06 00 01
		00 5E 00 07 00 01 00 5F 00 07 00 00 00 F1 00 08
		00 00 00 F2 00 08 00 01 00 F3 00 08 00 02 00 0F
		00 09 00 00 00 11 00 09 00 01 00 05 00 09 00 02
		00 12 00 09 00 03 00 06 00 09 00 04 00 31 00 0A
		00 00 00 32 00 0A 00 01 00 33 00 0A 00 02 00 34
		00 0A 00 03 00 35 00 0A 00 04 00 07 00 0B 00 00
		00 0B 00 0B 00 01 00 0C 00 0B 00 02 00 0D 00 0B
		00 03 00 89 01 0C 00 00 00 8A 01 0C 00 01 00 42
		00 0D 00 01 00 43 00 0D 00 00 00 55 00 0E 00 00
		00 6D 00 0E 00 01 00 98 01 0E 00 02 00 0A 01 0F
		00 01 00 0B 01 0F 00 00 00 2D 00 10 00 02 00 27
		01 10 00 03 00 FF FF 00 00 00 00

Handle 0xDA01, DMI type 218, 251 bytes
OEM-specific Type
	Header and Data:
		DA FB 01 DA B2 00 0D 5F 1F 37 40 6E 00 10 00 01
		00 2E 00 10 00 00 00 11 01 11 00 00 00 10 01 11
		00 01 00 F0 00 12 00 01 00 ED 00 12 00 00 00 41
		01 13 00 01 00 40 01 13 00 00 00 47 01 14 00 01
		00 46 01 14 00 00 00 4A 01 15 00 00 00 4B 01 15
		00 01 00 52 01 16 00 01 00 53 01 16 00 00 00 80
		01 17 00 01 00 7F 01 17 00 00 00 7C 01 18 00 01
		00 7B 01 18 00 00 00 7E 01 19 00 01 00 7D 01 19
		00 00 00 92 01 1A 00 00 00 91 01 1A 00 01 00 94
		01 1B 00 00 00 93 01 1B 00 01 00 86 01 1C 00 01
		00 85 01 1C 00 00 00 82 01 1D 00 01 00 81 01 1D
		00 00 00 84 01 1E 00 01 00 83 01 1E 00 00 00 9B
		01 1F 00 00 00 9C 01 1F 00 01 00 9D 01 1F 00 02
		00 9E 01 1F 00 03 00 8F 01 20 00 00 00 90 01 20
		00 01 00 EA 00 21 00 00 00 EB 00 21 00 01 00 EC
		00 21 00 02 00 FF FF 00 00 00 00

Handle 0xDA02, DMI type 218, 251 bytes
OEM-specific Type
	Header and Data:
		DA FB 02 DA B2 00 0D 5F 1F 37 40 28 00 22 00 00
		00 29 00 22 00 01 00 2A 00 22 00 02 00 2B 00 23
		00 00 00 2C 00 24 00 00 00 E7 00 25 00 01 00 E6
		00 25 00 00 00 0E 01 26 00 01 00 0F 01 26 00 00
		00 9B 00 27 00 01 00 9C 00 27 00 00 00 87 00 28
		00 01 00 88 00 28 00 00 00 D1 00 29 00 01 00 D2
		00 29 00 00 00 E8 00 2A 00 01 00 E9 00 2A 00 00
		00 51 01 2B 00 00 00 50 01 2B 00 01 00 12 01 2C
		00 01 00 13 01 2C 00 00 00 9A 01 2D 00 01 00 99
		01 2D 00 00 00 87 01 2E 00 00 00 88 01 2E 00 01
		00 01 01 2F 00 00 00 02 01 2F 00 01 00 04 01 2F
		00 02 00 45 01 45 01 01 00 44 01 44 01 00 00 00
		80 00 80 01 00 00 A0 00 A0 01 00 05 80 05 80 01
		00 76 01 76 01 01 00 75 01 75 01 01 00 9F 01 9F
		01 00 00 A0 01 A0 01 01 00 E3 01 E3 01 00 00 E1
		01 E1 01 01 00 FF FF 00 00 00 00

Handle 0xDA03, DMI type 218, 47 bytes
OEM-specific Type
	Header and Data:
		DA 2F 03 DA B2 00 0D 5F 1F 37 40 E2 01 E2 01 02
		00 01 F0 01 F0 00 00 02 F0 02 F0 00 00 03 F0 03
		F0 00 00 04 F0 04 F0 00 00 FF FF 00 00 00 00

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Dell Inc.
	Version: A07
	Release Date: 12/18/2006
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 576 kB
	Characteristics:
		ISA is supported
		PCI is supported
		PC Card (PCMCIA) is supported
		PNP is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		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)
		CGA/mono video services are supported (int 10h)
		ACPI is supported
		USB legacy is supported
		AGP is supported
		Smart battery is supported
		BIOS boot specification is supported
		Function key-initiated network boot is supported
		Targeted content distribution is supported
	BIOS Revision: 0.7
	Firmware Revision: 0.7

Handle 0x0100, DMI type 1, 27 bytes
System Information
	Manufacturer: Dell Inc.
	Product Name: Latitude D620                   
	Version: Not Specified
	Serial Number: REMOVED
	UUID: REMOVED
	Wake-up Type: Power Switch
	SKU Number: Not Specified
	Family:  

Handle 0x0200, DMI type 2, 9 bytes
Base Board Information
	Manufacturer: Dell Inc.
	Product Name: 0FT292
	Version:    
	Serial Number: REMOVED

Handle 0x0300, DMI type 3, 13 bytes
Chassis Information
	Manufacturer: Dell Inc.
	Type: Portable
	Lock: Not Present
	Version: Not Specified
	Serial Number: REMOVED
	Asset Tag: Not Specified
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None

Handle 0x0301, DMI type 126, 13 bytes
Inactive

Handle 0x0400, DMI type 4, 40 bytes
Processor Information
	Socket Designation: Microprocessor
	Type: Central Processor
	Family: Pentium M
	Manufacturer: Intel
	ID: F6 06 00 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 15, Stepping 6
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (Fast floating-point save and restore)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Hyper-threading technology)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Not Specified
	Voltage: 3.3 V
	External Clock: 166 MHz
	Max Speed: 1800 MHz
	Current Speed: 1666 MHz
	Status: Populated, Enabled
	Upgrade: None
	L1 Cache Handle: 0x0700
	L2 Cache Handle: 0x0701
	L3 Cache Handle: Not Provided
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified

Handle 0x0700, DMI type 7, 19 bytes
Cache Information
	Socket Designation: Not Specified
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 32 KB
	Maximum Size: 32 KB
	Supported SRAM Types:
		Unknown
	Installed SRAM Type: Unknown
	Speed: Unknown
	Error Correction Type: None
	System Type: Data
	Associativity: 4-way Set-associative

Handle 0x0701, DMI type 7, 19 bytes
Cache Information
	Socket Designation: Not Specified
	Configuration: Enabled, Not Socketed, Level 2
	Operational Mode: Varies With Memory Address
	Location: Internal
	Installed Size: 2048 KB
	Maximum Size: 2048 KB
	Supported SRAM Types:
		Pipeline Burst
	Installed SRAM Type: Pipeline Burst
	Speed: 15 ns
	Error Correction Type: None
	System Type: Unified
	Associativity: Other

Handle 0x0800, DMI type 126, 9 bytes
Inactive

Handle 0x0801, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: SERIAL1
	Internal Connector Type: None
	External Reference Designator: Not Specified
	External Connector Type: DB-9 male
	Port Type: Serial Port 16550A Compatible

Handle 0x0803, DMI type 126, 9 bytes
Inactive

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

Handle 0x0805, DMI type 126, 9 bytes
Inactive

Handle 0x0806, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: MONITOR
	Internal Connector Type: None
	External Reference Designator: Not Specified
	External Connector Type: DB-15 female
	Port Type: Video Port

Handle 0x0808, DMI type 126, 9 bytes
Inactive

Handle 0x0809, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: IrDA
	Internal Connector Type: None
	External Reference Designator: Not Specified
	External Connector Type: Infrared
	Port Type: Other

Handle 0x080A, DMI type 126, 9 bytes
Inactive

Handle 0x080C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Modem
	Internal Connector Type: None
	External Reference Designator: Not Specified
	External Connector Type: RJ-11
	Port Type: Modem Port

Handle 0x080D, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Ethernet
	Internal Connector Type: None
	External Reference Designator: Not Specified
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x0900, DMI type 9, 13 bytes
System Slot Information
	Designation: PCMCIA 0
	Type: 32-bit PC Card (PCMCIA)
	Current Usage: Available
	Length: Other
	ID: Adapter 0, Socket 0
	Characteristics:
		5.0 V is provided
		3.3 V is provided
		PC Card-16 is supported
		Cardbus is supported
		Zoom Video is supported
		Modem ring resume is supported

Handle 0x0902, DMI type 126, 13 bytes
Inactive

Handle 0x0A00, DMI type 10, 6 bytes
On Board Device Information
	Type: Video
	Status: Enabled
	Description: Intel 945GM Graphics          

Handle 0x0A01, DMI type 10, 6 bytes
On Board Device Information
	Type: Sound
	Status: Enabled
	Description: Sigmatel 9200

Handle 0x0B00, DMI type 11, 5 bytes
OEM Strings
	String 1: Dell System
	String 2: 5[0003]
	String 3: 13[PP18L]

Handle 0x0D00, DMI type 13, 22 bytes
BIOS Language Information
	Installable Languages: 1
		en|US|iso8859-1
	Currently Installed Language: en|US|iso8859-1

Handle 0x1000, 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 0x1100, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x1000
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 1024 MB
	Form Factor: DIMM
	Set: None
	Locator: DIMM_A
	Bank Locator: Not Specified
	Type: DDR
	Type Detail: Synchronous
	Speed: 533 MHz (1.9 ns)
	Manufacturer: 7F7F7F0B00000000
	Serial Number: A9D6FC15
	Asset Tag: 000601
	Part Number: NT1GT64U8HB0BN-37B

Handle 0x1101, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x1000
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: DIMM_B
	Bank Locator: Not Specified
	Type: DDR
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer:                 
	Serial Number:         
	Asset Tag:       
	Part Number:                   

Handle 0x1300, DMI type 19, 15 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x0000009FFFF
	Range Size: 640 kB
	Physical Array Handle: 0x1000
	Partition Width: 0

Handle 0x1301, DMI type 19, 15 bytes
Memory Array Mapped Address
	Starting Address: 0x00000100000
	Ending Address: 0x0003FFFFFFF
	Range Size: 1023 MB
	Physical Array Handle: 0x1000
	Partition Width: 0

Handle 0x1400, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x0000009FFFF
	Range Size: 640 kB
	Physical Device Handle: 0x1100
	Memory Array Mapped Address Handle: 0x1300
	Partition Row Position: 1

Handle 0x1401, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00000100000
	Ending Address: 0x0003FFFFFFF
	Range Size: 1023 MB
	Physical Device Handle: 0x1100
	Memory Array Mapped Address Handle: 0x1301
	Partition Row Position: 1

Handle 0x1402, DMI type 126, 19 bytes
Inactive

Handle 0x1500, DMI type 21, 7 bytes
Built-in Pointing Device
	Type: Touch Pad
	Interface: Bus Mouse
	Buttons: 2

Handle 0x1600, DMI type 22, 26 bytes
Portable Battery
	Location: Sys. Battery Bay
	Manufacturer: Panasonic       
	Name: DELL JD6066C    
	Design Capacity: 51000 mWh
	Design Voltage: 11100 mV
	SBDS Version: 1.0
	Maximum Error: 2%
	SBDS Serial Number: 04AD
	SBDS Manufacture Date: 2006-12-27
	SBDS Chemistry: LION            
	OEM-specific Information: 0x00000001

Handle 0x1601, DMI type 126, 26 bytes
Inactive

Handle 0x1602, DMI type 126, 26 bytes
Inactive

Handle 0x1B00, DMI type 27, 12 bytes
Cooling Device
	Type: Fan
	Status: OK
	OEM-specific Information: 0x0000DD00

Handle 0x1C00, DMI type 28, 20 bytes
Temperature Probe
	Description: CPU Internal Temperature
	Location: Processor
	Status: OK
	Maximum Value: 127.0 deg C
	Minimum Value 0.0 deg C
	Resolution: 1.000 deg C
	Tolerance: 0.5 deg C
	Accuracy: Unknown
	OEM-specific Information: 0x0000DC00

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

Handle 0xB000, DMI type 176, 5 bytes
OEM-specific Type
	Header and Data:
		B0 05 00 B0 00

Handle 0xB100, DMI type 177, 12 bytes
OEM-specific Type
	Header and Data:
		B1 0C 00 B1 0B 00 00 00 00 00 00 00

Handle 0xB200, DMI type 178, 6 bytes
OEM-specific Type
	Header and Data:
		B2 06 00 B2 E7 0C

Handle 0xD000, DMI type 208, 10 bytes
OEM-specific Type
	Header and Data:
		D0 0A 00 D0 01 04 FE 00 C2 01

Handle 0xD100, DMI type 126, 12 bytes
Inactive

Handle 0xD200, DMI type 210, 12 bytes
OEM-specific Type
	Header and Data:
		D2 0C 00 D2 F8 03 04 03 06 80 04 05

Handle 0xD300, DMI type 211, 13 bytes
OEM-specific Type
	Header and Data:
		D3 0D 00 D3 01 04 02 01 00 00 00 00 02
	Strings:
		Back of System
		        
		        

Handle 0xD800, DMI type 216, 9 bytes
OEM-specific Type
	Header and Data:
		D8 09 00 D8 01 03 01 F0 03
	Strings:
		Intel Corp.          
		 
		1264                  
		  

Handle 0xD900, DMI type 217, 8 bytes
OEM-specific Type
	Header and Data:
		D9 08 00 D9 01 02 01 03
	Strings:
		US-101
		Proprietary

Handle 0xDB00, DMI type 219, 9 bytes
OEM-specific Type
	Header and Data:
		DB 09 00 DB 03 01 02 03 FF
	Strings:
		System Device Bay
		Floppy, Battery, CD-ROM, CD-RW, DVD, DVD+RW, DVD+/-RW, Hard Disk
		DVD       

Handle 0xDB80, DMI type 126, 9 bytes
Inactive

Handle 0xDB81, DMI type 126, 9 bytes
Inactive

Handle 0x8100, DMI type 129, 8 bytes
OEM-specific Type
	Header and Data:
		81 08 00 81 01 01 02 01
	Strings:
		Intel_ASF
		Dell_ASF_001

Handle 0xDC00, DMI type 220, 22 bytes
OEM-specific Type
	Header and Data:
		DC 16 00 DC 01 F0 00 00 02 F0 00 00 00 00 03 F0
		04 F0 00 00 00 00

Handle 0xDD00, DMI type 221, 19 bytes
OEM-specific Type
	Header and Data:
		DD 13 00 DD 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00

Handle 0xD400, DMI type 212, 37 bytes
OEM-specific Type
	Header and Data:
		D4 25 00 D4 74 00 75 00 00 10 2D 2E 5C 00 78 BF
		40 5D 00 78 BF 00 08 00 1D DF 00 03 00 1D DF 00
		FF FF 00 00 00

Handle 0xDE00, DMI type 222, 13 bytes
OEM-specific Type
	Header and Data:
		DE 0D 00 DE 01 02 FF FF 00 00 00 00 00

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

Links / References

Installation-report

pseudo-bug 414646 (debian-boot mailing list)

Other Links