This is a guide to running Linux with the Dell Latitude E6520 laptop. If you have the Dell Latitude E6520 and are running Linux on it please consider editing this page or adding a comment below with your compatibility details. By contributing you will help other people running this laptop or trying to make a decision on whether to buy it or not.
This page is just for discussing using Linux on the Dell Latitude E6520. For a general discussion about this laptop you can visit the Dell Latitude E6520 page on LapWik.
Seems to work fine, System Monitor displays all 8 cores
Screen
SLE11-SP2
Seems to work fine, full resolution
HDD
SLE11-SP2
Seems to work fine
Optical Drive
Not Tested
Graphics
SLE11-SP2
Installed nVidia driver from website, seems to work fine with internal monitor and external displays. Installed disper and bound to F8 key to switch to external displays.
Sound
SLE11-SP2
Tested with Skype and youtube, works fine
Ethernet
SUSE Linux SP2
Need SLE11-SP2 at least if Intel 82579LM card installed; older versions don't have the driver
Wireless
SLE11-SP2
Works fine
Bluetooth
Not Tested
Modem
Not Tested
USB
Not Tested
Keyboard
SLE11-SP2
Keyboard, numeric keypad, and most extended keys (vol up/down) work fine. Fn+F8 does not work and does not produce a valid scancode. Mapped F8 to 'disper -e' instead.
Trackpad
SLE11-SP2
SLE11-SP2 does not have the kernel driver, so treated as PS/2 emulator
Laptops with newer Intel 82579LM NICs need a recent Intel driver. For SUSE Linux, this means SLE11-SP2 or later.
Linux partitioning tool may need to support Advanced Format HDDs if one is installed.
Trackpad works in PS/2 emulation mode, which is really irritating - tap-to-click is very sensitive so you end up typing where you did not intend. The root problem is that ALPS (the TP mfr) will not release specs so that a driver can be written. Linux devs are reverse-engineering (some help from Dell), but in the meantime I bound 'xinput set-int-prop Mouse[1] “Device Enabled” 8 0' to a hotkey so I could disable the TP when typing.
Audio output jack is a 1/8” 4-contact jack, what they call a “smartphone” jack (it combines stereo output and mike input in a single jack). Since most laptop headsets have two separate 1/8” jacks for output vs. mike, you may need an adapter (such as the “Headset Buddy”).
The smartcard reader doesn't seem to work. Too bad.
Ramon, Wednesday 07 of December, 2011 [19:26:08]
*Docking Trouble* Dell Lat E6520 E-port Plus Docking Station UltraSharp U2711 Monitor Fedora 16 - Dual Boot w/ Win7-64
Can't get any display on the 27” Monitor while using DVI or display ports on docking station. Saw a brief flash of the Fedora logo but nothing else. Not even post info.
Using the GUI, under display settings, unable to detect anything other than lvds1.
Already toggled Optimus enabled/disabled in BIOS settings.
Any suggestions?
Andy, Tuesday 03 of January, 2012 [10:54:21]
The E6520 series offers a hybrid card that splits rendering for 2D to the Intel and 3D to the nvidia card. This is called “Optimus”
Unfortunately there is no driver for Linux available that can handle this. You need to toggle Optimus disabled in BIOS settings to make the nvidia card primary for Linux and install proper nvidia drivers.
After rebooting the laptop open the nvidia settings (sudo nvidia-settings) and let it scan for monitors.
Ben Butler-Cole, Friday 02 of September, 2011 [11:02:21]
Audio drivers need upgrading to get the built-in speakers and microphone working.
Discussion
The smartcard reader doesn't seem to work. Too bad.
*Docking Trouble*
Dell Lat E6520
E-port Plus Docking Station
UltraSharp U2711 Monitor
Fedora 16 - Dual Boot w/ Win7-64
Can't get any display on the 27” Monitor while using DVI or display ports on docking station. Saw a brief flash of the Fedora logo but nothing else. Not even post info.
Using the GUI, under display settings, unable to detect anything other than lvds1.
Already toggled Optimus enabled/disabled in BIOS settings.
Any suggestions?
The E6520 series offers a hybrid card that splits rendering for 2D to the Intel and 3D to the nvidia card. This is called “Optimus”
Unfortunately there is no driver for Linux available that can handle this. You need to toggle Optimus disabled in BIOS settings to make the nvidia card primary for Linux and install proper nvidia drivers.
After rebooting the laptop open the nvidia settings (sudo nvidia-settings) and let it scan for monitors.
Audio drivers need upgrading to get the built-in speakers and microphone working.
Details here: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/792233 (a different model is specified in this bug, but the upgrade fixes this model as well).
I haven't found any other problems yet, using the factory-installed Ubuntu 10.10.
(According to Dell support, Ubuntu 11.04 already includes the driver upgrades, so may work out-of-the-box.)
-Ben