Dell Latitude E6500

From miki
Jump to navigation Jump to search

Reference

Laptop DELL Latitude E6500

Hardware

Graphics

  • Intel Graphics
  • Kernel modules: i915, drm, drm_kms_helper
sudo lspci -v
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
	Subsystem: Dell Device 024f
	Flags: bus master, fast devsel, latency 0, IRQ 30
	Memory at f6c00000 (64-bit, non-prefetchable) [size=4M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at ef70 [size=8]
	Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [d0] Power Management version 3
	Kernel driver in use: i915
	Kernel modules: i915

Wireless

lspci -s 0c: -v
# 0c:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
# ...
# Kernel modules: iwlagn
sudo lshw -C network
# configuration: broadcast=yes driver=iwlagn driverversion=2.6.32-32-generic-pae firmware=8.83.5.1 build 33692 ip=134.27.182.162 latency=0 multicast=yes wireless=IEEE 802.11abgn
modinfo iwlagn
# filename:       /lib/modules/2.6.32-32-generic-pae/updates/drivers/net/wireless/iwlwifi/iwlagn.ko
# ...
# firmware:       iwlwifi-5000-5.ucode

Power consumption

  • On Linux, get instant battery power consumption with (unplug power cord first!):
watch grep rate /proc/acpi/battery/BAT*/state
  • Lucid
    • Luminosity set to lightest
    • Text console (X at login console, no X activity)
    • Wireless off
    • Lowest average we get on idle is 1185mA on BAT0 (oscillation between 1170 and 1200).
    • When screen goes off, we have 965mA, and after wake-up we get 1115mA.