ASUS X553MA
This article covers configuration specific to this laptop's hardware.
| Hardware | PCI/USB ID | Working? |
|---|---|---|
| Bluetooth | No | |
| GPU | Yes | |
| Touchpad | Yes | |
| Wireless | Yes |
Hardware
Bluetooth adapter
Installing the Broadcom wireless#broadcom-wl driver will not help and the Bluetooth adapter is essentially inoperational.
Touchpad
Install xf86-input-libinput.
Wireless NIC
See Broadcom wireless#broadcom-wl.
Warning: Using the proprietary driver in tandem with KMS leads to sporadic lockups. See this kernel bug report.
Note: The FLOSS driver
b43 does not support LCN40 PHYs (as demonstrated that BCM43142, the chip this laptop sports, is one here) yet.Troubleshooting
Laptop freezes on boot
If your laptop freezes whilst booting Linux, usually, one of these solutions will help:
- Blacklist modules
dw_dmacanddw_dmac_core:- By adding the kernel parameter
modprobe.blacklist=dw_dmac,dw_dmac_core. - By adding these lines to
/etc/modprobe.d/blacklist.conf:
- By adding the kernel parameter
- Set the BIOS setting in the menu to .
- Update kernel to version which has a fix as described in this kernel bug report.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.