This shows you the differences between two versions of the page.
— |
acer_aspire_e_15_-_e5-571-35lv [2017/09/19 20:53] (current) don created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Acer Aspire E 15 - E5-571-35LV ====== | ||
+ | ===== Author(s) ===== | ||
+ | Abscissa | ||
+ | ===== Editing This Page ===== | ||
+ | If you would like to edit this page please first view our [[Editing Guidelines]]. | ||
+ | ===== Specifications ===== | ||
+ | |Name|Acer Aspire E 15: E5-571-35LV| | ||
+ | |Processor|Intel i3-4030U| | ||
+ | |Screen|15.6", 1366x768 resolution, glossy| | ||
+ | |RAM|4GB| | ||
+ | |HDD|500GB SATA| | ||
+ | |Optical Drive|DVD+/-RW| | ||
+ | |Graphics|Intel HD Graphics 4400| | ||
+ | |Network|Ethernet, 802.11n WiFi, Bluetooth)| | ||
+ | ===== Linux Compatibility ===== | ||
+ | ^Device^Compatibility^Comments^ | ||
+ | |Processor|Yes|| | ||
+ | |Screen|Yes|Prior to Kernel 3.16, backlight brightness had to be set manually (see below)| | ||
+ | |HDD|Yes|| | ||
+ | |Optical Drive|Yes|Both reading and writing DVDs works| | ||
+ | |Graphics Chip|Yes|3D Graphics Acceleration works| | ||
+ | |VGA Out|Yes|| | ||
+ | |HDMI Port|Yes|| | ||
+ | |Sound|Yes|| | ||
+ | |Built-in Microphone|Yes|| | ||
+ | |Headphone Jack|Yes|| | ||
+ | |Microphone Jack|Not Tested|| | ||
+ | |Ethernet|Yes|| | ||
+ | |WiFi|Yes|| | ||
+ | |Bluetooth|No|Doesn't appear to work out-of-the box, maybe a guru could get it working.| | ||
+ | |USB|Yes|Full USB3 speed works| | ||
+ | |Card Reader|Yes|SD and SDHC both work| | ||
+ | |Webcam|Yes|As of kernel 3.16, works fine. Was laggy and glitchy back in 3.14.| | ||
+ | |Touch Pad|Yes|| | ||
+ | |Suspend/Resume|Yes|| | ||
+ | ===== Notes ===== | ||
+ | Tested with Debian Testing (v8), Linux Kernel 3.14-2-amd64 and 3.16-3-amd64 | ||
+ | |||
+ | ===== How to disable Secure Boot ===== | ||
+ | Enter BIOS (really UEFI) settings by pressing F2 when the "Acer" splash screen appears. (Also, note that the boot menu can be accessed by pressing F12 at the "Acer" splash screen.) | ||
+ | |||
+ | Initially, the option to disable secure boot will be greyed out and unchangeable. However, if you setup a BIOS password, *then* it will let you disable secure boot. (Don't worry, you won't have to enter the BIOS password just to boot, only to get back into BIOS setup.) There's no need to switch to Legacy boot. | ||
+ | |||
+ | If you want to install Linux (even if you still want to dual-boot Windows), you'll probably also want to adjust the boot order and move "Windows" all the way to the last. Linux's bootloader can boot the pre-packaged Windows 8.1 just fine, so this is ok. | ||
+ | |||
+ | ===== Screen Brightness ===== | ||
+ | In kernel 3.16 (available in Debian testing/unstable), the screen brightness controls work fine, including the built-in keyboard's brightness controls. | ||
+ | |||
+ | On the older kernel 2.14, the screen brightness controls have no effect (they adjust "/sys/class/backlight/acpi_video0/brightness" which does nothing). However, the screen brightness can be changed manually on the command line by reading/writing "/sys/class/backlight/intel_backlight/brightness". To do this, log in as root (doing it with sudo doesn't appear to work even when sudo is properly set up and working, you need to "su root" for this): | ||
+ | |||
+ | $ su root | ||
+ | # cd /sys/class/backlight/intel_backlight | ||
+ | # cat max_brightness | ||
+ | 937 | ||
+ | # cat brightness | ||
+ | 937 | ||
+ | # echo 400 > brightness | ||
+ | # exit | ||
+ | |||
+ | ===== Summary ===== | ||
+ | Debian v7.6 could install ok, but upon boot the GUI would fail to run (it gets to a blank screen with a blinking cursor and stops). Upgrading to Debian testing (via command-line on Ctrl-Alt-F1) which, at the time, came with kernel 3.14 fixed the issue. Later, when Debian testing updated to kernel 3.16, hardware compatability for screen brightness and webcam was improved. | ||
+ | |||
+ | Bluetooth doesn't work, not even in kernel 3.16. Everything else seems to work fine. | ||