HP Mini 210-1040BR

From ArchWiki

Tango-edit-clear.pngThis article or section does not follow the Laptop page guidelines.Tango-edit-clear.png

Reason: Stub (Discuss in Talk:HP Mini 210-1040BR)

Tango-view-refresh-red.pngThis article or section is out of date.Tango-view-refresh-red.png

Reason: This page is ancient (Discuss in Talk:Laptop#Old laptop pages)

Specs

Model HP Mini 210-1040BR
CPU Intel Atom N450 (1.66 GHz, 512 KB L2 cache, 667 MHz FSB) (Intel Atom in Wikipedia)
Architecture x86_64
Display LED HD 10.1" (1024x600)
RAM 2GB 667
HDD 250GB 7200RPM HDD (Seagate SATA II) (Seagate)
Battery 6 cells, lasts about 6 hours with wireless NIC on
Optical drive None
Graphics Intel Graphics Media Accelerator HD (3150) (Embedded) (Intel GMA in Wikipedia)
LAN Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
Wireless/Bluetooth Broadcom Corporation BCM4312 802.11b/g
Webcam 0.3 Megapixel
Card reader Secure Digital, MultiMedia, Memory Stick, Memory Stick Pro, or xD-Picture cards
Connections 3 USB 2.0, 1 VGA, 1 Ethernet port

Install/Configuration

ISO: 2010-05 (64-bit) netinstall.

Kernel

Arch stock kernel (x86_64), no issues in boot time, no need for additional parameters.

Wireless

Follow the instructions in Broadcom wireless, requiring to have installed the packages b43-firmwareAUR and b43-fwcutter, or the proprietary driver broadcom-wl.

With it, your keyboard key for wireless network will work normally.

Audio

Install alsa-utils and run alsaconf. Then, launch alsamixer and mute the Beep, otherwise a weird beep when powering on and off. Save the configurations with alsactl store.

Video

Work fine with xf86-video-intel (did not test others) without additional configs. VGA output not tested.

Touchpad

Working, 3 buttons. Upper right corner (middle-button), bottom right (right-button), vertical scroll (right edge) e horizontal scroll (bottom edge). Install xf86-input-synaptics for synaptic driver.

Configurations for the /etc/X11/xorg.conf.d/10-synaptics.conf file:

/etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "RBCornerButton" "3"
        Option "RTCornerButton" "2"
EndSection

Comment/erase the touchpad section for the file /etc/X11/xorg.conf.d/10-evdev.conf. For more configurations, see synaptics(4)

Webcam

Works, no additional configurations are necessary. Tested only in cheese from gnome-extra.

Hotkeys

If you want to change the default configuration of "fn" key to enable the keys F1, F2, etc, simply change in BIOS and the second function will be the hotkeys of volume etc.

All works, except for:

  • F12/Wireless (does not turn off, except when using b43 driver), requiring rfkill from util-linux to turn it on.

To list network interfaces:

$ rfkill list

Disable wireless

# rfkill ublock 0
# rfkill ublock 2

Now you will be able to use wireless/Bluetooh again.

  • F4 switch mode between notebook display and VGA output. Does not work.

Bluetooth

Working with broadcom-wl. See Bluetooth for configurations, GUIs e etc.

Card reader

Not tested.

See also