Dell Latitude E6500: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== Reference == Laptop '''DELL Latitude E6500''' * hardware page on this wiki. * [http://wiki.yobi.be/wiki/Laptop_Dell_Latitude_E6500 Dell Latitude E650…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* [http://wiki.yobi.be/wiki/Laptop_Dell_Latitude_E6500 Dell Latitude E6500 on Yobi] |
* [http://wiki.yobi.be/wiki/Laptop_Dell_Latitude_E6500 Dell Latitude E6500 on Yobi] |
||
== |
== Hardware == |
||
'''Graphics''' |
'''Graphics''' |
||
* Intel Graphics |
* Intel Graphics |
||
Line 41: | Line 41: | ||
# firmware: iwlwifi-5000-5.ucode |
# firmware: iwlwifi-5000-5.ucode |
||
</source> |
</source> |
||
'''Power consumption''' |
|||
* On Linux, get instant battery power consumption with (''unplug power cord first''!): |
|||
<source lang=bash> |
|||
watch grep rate /proc/acpi/battery/BAT*/state |
|||
</source> |
|||
* '''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'''. |
Latest revision as of 17:25, 29 April 2012
Reference
Laptop DELL Latitude E6500
- hardware page on this wiki.
- Dell Latitude E6500 on Yobi
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
- Wireless card: Intel PRO/Wireless 5300 AGN (intel page)
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.