ASUS X551MA

Hardware

  • Platform: Bay Trail M (Atom)
  • CPU: Intel(R) Pentium(R) CPU N3520 @ 2.16GHz (quad core)
  • RAM: DDR3 1333MHz 4096 MB
  • SCREEN: 15.6"
  • VIDEO: Intel GMA HD 1366x768
  • HDD: 500 GB TOSHIBA MQ01ABF050 5400R SATA
  • Wi-fi: BCM943142HM 802.11b/g/n (+ Bluetooth 4.0)
  • Network: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 06)
  • DVD-RW
  • 1xUSB 2.0, 1xUSB 3.0, 1xHDMI, 1xD-sub, 1xEthernet, Cardreader, Camera

Settings

Video

For Intel GMA HD install: xf86-video-intel

LAN

Works out of the box

Wi-fi

Install from AUR: broadcom-wl or (better) broadcom-wl-dkms

Audio

Works out of the box. KDE: Install kmix

Touchpad

Works out of the box

Brightness

Fn+F5/Fn+F6 controls display brightness. Kernel parameter: acpi_osi= acpi_backlight=native For example for the systemd-boot EFI boot manager:

# cat /boot/loader/entries/arch.conf
title   Arch Linux
linux   /vmlinuz-linux
initrd  /initramfs-linux.img
options root=PARTUUID=dfe3c3a3-ea61-4440-ba0a-2b29267298cb rw acpi_osi= acpi_backlight=native

KDE: install

Webcam

Works out of the box. Tested at online webcam tester in Chromium.

Bluetooth

Bluetooth 4.0 is in combo wireless chip BCM43142.

Install: and

In spite of the bluetooth module works:

# hciconfig -a
hci0:   Type: Primary  Bus: USB
       BD Address: A4:DB:30:BB:2F:C1  ACL MTU: 1021:8  SCO MTU: 64:1
       DOWN 
       RX bytes:872 acl:0 sco:0 events:35 errors:0
       TX bytes:383 acl:0 sco:0 commands:35 errors:0
       Features: 0xff 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
       Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
       Link policy: RSWITCH HOLD SNIFF 
       Link mode: SLAVE ACCEPT 

Sometimes it is needed to run:

# rfkill unblock bluetooth
works correctly.

Here https://forum.libreelec.tv/thread/10463-cannot-get-wireless-bt-to-work-on-ecs-liva-mini/?postID=68391 can be found a firmware for BCM43142 - BCM.hcd.

# unzip BCM.zip
# cp BCM.hcd /lib/firmware/brcm/

After restart:

# dmesg | grep -i bluetooth
[   21.606725] Bluetooth: Core ver 2.21
[   21.606750] Bluetooth: HCI device and connection manager initialized
[   21.606758] Bluetooth: HCI socket layer initialized
[   21.606762] Bluetooth: L2CAP socket layer initialized
[   21.606771] Bluetooth: SCO socket layer initialized
[   21.663192] Bluetooth: hci0: BCM: chip id 70
[   21.679212] Bluetooth: hci0: thinkbali
[   21.679218] Bluetooth: hci0: BCM (001.001.011) build 0172
[   22.414606] Bluetooth: hci0: BCM (001.001.011) build 0172
[   22.430520] Bluetooth: hci0: Broadcom Bluetooth Device (43142)
[   25.208811] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.208814] Bluetooth: BNEP filters: protocol multicast
[   25.208822] Bluetooth: BNEP socket layer initialized

But I felt no any difference without or with firmware.

Card Reader

Works out of the box. Tested with SD card 512 Mb.

Dual boot with Windows

To boot Windows 7 it is needed to switch on CSM at BIOS. Otherwise Windows boot hangs at logo. Set the BIOS setting OS Selection in the Advanced menu to Windows 7.

Freezing on 4.x kernels

Pentium N3520 processor is affected by the c-state bug: https://bugzilla.kernel.org/show_bug.cgi?id=109051

Workaround: add kernel parameter.

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.