Lenovo IdeaPad Z510
Contents
System Specification
- Processor: 4th Generation Intel Core i5-4200M OR i7-4702MQ Processor
- Memory: 4/8GB PC3-12800 DDR3L SDRAM 1600 MHz
- WiFi: Qualcomm Atheros AR9485 OR Broadcom BCM43142 802.11b/g/n Wireless Network Adapter
- Hard-Drive: 1TB 5400 rpm
- Optical Drive: DVD Recordable (Dual Layer)
- Integrated Graphics: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller
- Accelerated Graphics: NVIDIA GeForce GT 740M 1GB (optional)
- Sound: Intel HDA
- Screen: 15.6 1366x768 (or higher) "AntiGlare" (Matte)
- SD Card Reader
- Ethernet: Fast-Ethernet
BIOS
Lenovo released a new BIOS rom that fixes some issues. The V39 version should fix the following:
- Phase in V39 BIOS into Zx10 for solving CPU 0.77GHz issue
- Solve Windows 7 SLP2.0 function issue
Although it fixes Microsoft Windows issues, it could also effect (Arch) Linux.
Networking
Wired Ethernet
Works without any issues. Remember it only features Fast Ethernet.
Wireless
Atheros
Works out-of-the-box. Remember to press the airplane mode button to turn on the wireless card or use the following command:
# iwconfig wlp2s0 txpower on
Broadcom
Install the Broadcom-driver as provided in broadcom-wlAUR AUR.
Graphics
Intel HD
Follow the Intel Graphics Wiki to install. VGA-video output is working.
nVidia GeForce
Bumblebee provides support for the dedicated NVIDIA video-card.
Sound
Works out of the box with ALSA and PulseAudio. Arch Linux detects the HDMI as the first sound card and PCH (jack plug) as the second one. This might be undesirable on most applications, which will try, by default, to send sound through the HDMI port. You can either solve this by changing the order in which the kernel detects the cards, effectively making PCH as the card 0. Another option is by configuring "asoundrc" to use the second card (number 1). either in your home directory or system-wide (on etc). The latter option has the problem of you manually having to reconfigure that on pulseaudio or other applications that override that setting. Don't use the two options at the same time, as they'll reverse each others effect: choose the one that most fits your needs.
Via Kernel: snd_pcm_intel parameters
Simply create a file, /etc/modprobe.d/alsa-card-reordering.conf containing the following line:
options snd-hda-intel index=1,0
This solution is adapted from here.
Trackpad
As of Kernel 3.15.2-1, the trackpad - including two-finger scroll - should work out of the box.