HP Mini 5101

From ArchWiki

Jump to: navigation, search

Contents

Hardware

Video

Intel stable drivers (xf86-video-intel-stable) from AUR will give you 250-290 FPS on glxgears.

Audio

Typical Intel HD Audio. Just follow alsa setup.

Make sure you have the latest version of alsa-utils, alsa-lib and alsa-firmware.

Touchpad

Works out of the box. (Guess it's because of HAL)

Network

Swapping eth0/eth1 can confuse Wicd, assigning static names helps.

Broadcom (Wireless) Driver

$ lspci | grep Broadcom
08:00.0 Network controller: Broadcom Corporation Device 4353 (rev 01)

Using broadcom-wl from AUR will do the trick.

It may be necessary to load the driver manually:

File: /etc/rc.conf
MODULES=(... wl ...)

ACPI

Suspend on Lid

This here works quite fine: Suspend to RAM#Automatic Suspend, the Hard Way

It might be necessary to use "/etc/acpi/events/lm_lid" instead of "/etc/acpi/events/lid". (laptop-mode?)

Just change the "LID" to it's actual value. For me it was C1D0.

File: /etc/acpi/actions/lid_handler.sh
if grep closed /proc/acpi/button/lid/C1D0/state >/dev/null ; then 

Power Button

http://wiki.archlinux.org/index.php/Shutting_system_down_by_pressing_the_power_button

Personal tools