Hardware – DDR3 o DDR3L

Me asignaron una laptop Dell Latitude E5440 en el trabajo. Es una máquina decente con procesador intel core i5 y 4 Gb en RAM.

Le instalé Kubuntu 15.10 con la nueva interfaz KDE Plasma 5.4.2. La experiencia no ha sido del todo brillante, algunos problemas con la red wifi y algunos sobresaltos en los gráficos pero nada que me impida trabajar.

Dada la necesidad de ejecutar varios servicios, el entorno de desarrollo, una máquina virtual con windows, compilar y ejecutar las aplicaciones en desarrollo, etc. fue necesario incrementar la memoria RAM.

De inicio ejecuté el comando sudo dmidecode --type memory que me arrojó la siguiente información

Memory Device
Array Handle: 0x0046
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: SODIMM
Set: None
Locator: DIMM B
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MHz
Manufacturer: Micron
Serial Number: BFA6E98C
Asset Tag: 15142600
Part Number: 8KTF51264HZ-1G6E1
Rank: 1
Configured Clock Speed: 1600 MHz

Tomé la información relevante y fui a mipc a comprar la memoria. Al llegar a casa me llevé la sorpresa de que no funcionaba. Intenté conectarla de forma individual (sin la memoria que trae por default), en cada slot e incluso en una laptop Acer a5745. Lo primero que pensé es que la memoria estaba defectuosa, así que al día siguiente fui a solicitar una reposición. El personal de soporte me indicó que era poco probable que la memoria estuviera defectuosa, reviso el modelo de mi laptop y me dijo que soportaba solamente hasta 8Gb de memoria RAM. Ya había verificado la cantidad de memoria máxima permitida para el modelo Dell Latitude E5440 y en varios lados encontré que permite hasta un máximo de 16Gb.

El problema, más bien, se debe a que el tipo de memoria DDR3L trabaja con un voltaje más pequeño y los fabricantes muchas veces limitan el funcionamiento a este tipo de memorias. Hay algunos fabricantes que si permiten intercambiar módulos de memoria DDR3 por DDRL o visceversa, lo mejor es consultar al fabricante. En mi caso decidí comprar un nuevo módulo de memoria, pero esta vez de tipo DDR3L.. Lección aprendida.

Fuentes:
http://www.crucial.com/usa/en/compatible-upgrade-for/Dell/latitude-e5440#memoryResults
http://www.tomshardware.com/answers/id-1859845/ddr3-ddr3l-slots.html
http://www.tomshardware.com/forum/321082-30-ddr3-1333-1600
http://uk.crucial.com/gbr/en/compatible-upgrade-for/Acer/aspire-5745
http://www.cnet.com/products/dell-latitude-e5440-14-core-i5-4300u-windows-7-pro-64-bit-8-gb-ram-500-gb-hybrid-drive-english-4623590/specs/
http://www.pcworld.com/product/1408103/dell-latitude-14-5000-e5440-notebook.html
http://laptops.specout.com/l/1533/Latitude-E5440

Acer Aspire 5745 – Battery indicator problem

I’ve just installed Fedora 15 on my laptop Acer Aspire 5745 and works great, but the battery indicator applet always shows that it’s 0% charged wether it’s connected to ac or not. I found this post which explains that it is due to a BIOS error which has been fixed, therefore to solve this problem you need to update the bios. Acer provides an update software which, sadly, only runs on Windows or DOS. I thought of doing it from a virtual machine, but that wouldn’t work because the VM has its own BIOS. So, the solution is to run a DOS version –freeDOS– from a live-usb and run the acer software as explained here.
You will need to:

  1. download unetbootin and make the file executable with the command chmod a+x unetbootin-linux-XXX
  2. execute unetbootin with admin privileges, sudo ./unetbootin &
  3. select FreeDOS in the Distribution
  4. select USB Drive in Type and your USB device in Drive
  5. copy the Acer update software for DOS in the USB
  6. Restart your laptop and boot from USB, enter the command prompt and run the utility

Now that your BIOS is updated, the battery indicator should work fine.

Note: This surprisingly also fixed the eject button, now it’s working.