Lenovo IdeaPad Z510
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 OR Intel Wireless 7260 (2.4 Ghz with integrated bluetooth)
- 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, 1920x1080 (or higher) "AntiGlare" (Matte)
- SD Card Reader
- Ethernet: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller - Fast-Ethernet
- Input devices: Synaptics PS/2 TouchPad, PS/2 Keyboard (with or without backlight)
- Ports: Ethernet 1Gbit, 2 USB 3.0, 1 USB 2.0, 1 HDMI, 1 VGA, 4 pins audio jack (headphones and microphone)
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-wl 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. Do not use the two options at the same time, as they will 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.
Suspend/Hibernate
Suspend and Hibernate does not work out of the box because of hybrid graphics. Adding acpi_osi=! acpi_osi="Windows 2009"
to Kernel parameters fixes the issue. NVIDIA Optimus#Lockup issue (lspci hangs)