HP2133

  • Contact: HP2133 Contact Needed
  • Make: Hewlett-Packard
  • Brand: Mini-Note
  • Model: 2133
  • Website: HP 2133 Mini-Note


  • Launchpad HP2133 Related Info Quick Link: HP 2133 QuickLink

  • Use Quick Link to find OLD HP2133 setup articles.

Current Issues/News

  • This page being re-worked for a clean informative step by step guide to Ubuntu on the HP2133.
  • There are now VIA binary drivers available for Ubuntu 9.10 and 10.04 from the VIA Linux Portal.

    • 5.75.32.87a-u910-55689 for Ubuntu 9.10 (Released 04.08.2010)
      5.75.32.87a-u1004-55689 for Ubuntu 10.04 (Released 04.08.2010)

  • Due to video issues with some models, Ubuntu 10.04 LTS Alternate CD install is recommended. (Text Install)
  • Install/Boot may fail even using failsafe Vesa with the latest BIOS versions.

    • (Blank screen or Screen corruption followed by lock up)

    It may be necessary to re-flash the BIOS with an earlier version (download these from the HP website).
    (Recommend BIOS Version F.04).

Ubuntu 10.04 LTS Notes

VIA Binary Video Drivers Working.
CPU Scaling is supported with Ubuntu 10.04.
Webcam works out of the box (Webcam tested with Cheese & Skype).
Wifi works out of the box (Wifi drivers installed via Hardware Drivers Tool).
ALSA (Sound) drivers shipped with 10.04 require update from 1.0.21 to 1.0.23.

If you install from USB pen drive you may have problems mounting USB pen drives after install.
See this thread for more information on how to correct the problem: Fix USB mounting

Default Installs

Ubuntu - Works fine.
XUbuntu - Works fine.

UNR - The interface to Ubuntu Netbook Release performs poorly and NEEDS hardware acceleration to be usable.

ALSA Update

The ALSA driver version 1.0.21 shipped with Ubuntu 10.04 causes the HP 2133 sound device (VT1708/A) to disappear shortly after boot.
If you have this issue, You will need to update ALSA drivers.
Please use the script from ALSA-Update, to fix this issue.

Microphone Fix

The microphone inputs on the HP2133 need to be remapped for loud and clear internal microphone usage.
We will map the Internal Microphone to Port C of the (VT1708/A) sound device.

First we will set the sound chip pin configuration to "mobile".

Open a terminal and type.

    sudo gedit /etc/modprobe.d/alsa-base.conf

Add the line at the end of the file (Or modify any existing one).

    options snd_hda_intel model=mobile

Reboot to make this change take effect.

Second we will map the microphone to port C.

The HDA-Verb tool is needed to do this. Download the latest version from kernel.org
The following example shows how to download, extract and make (compile) the program.
Example, Open a terminal and type the following lines.

wget http://kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.bz2

tar -xvjf hda-verb-0.3.tar.bz2 

cd hda-verb-0.3

make

Then copy it to your system.

sudo cp hda-verb /bin

Now you have hda-verb ready, You can map the Microphone.

sudo hda-verb /dev/snd/hwC0D0 0x15 SET_PIN_WIDGET_CONTROL 0x03a1


Third, We will set Internal Mic & Capture levels.

Use amixer (or alsamixer/gnome-alsamixer) to set your Capture and Internal Mic levels.

amixer set "Internal Mic" 100
amixer set "Capture" 39

You can now test the Microphone with Sound Recorder or some similar Audio program.
(alsa mixer settings and hda-verb must be run each reboot)

Fourth, Map the Microphone on Bootup

We will edit rc.local so Mic is mapped on bootup.
Open a terminal and type.

    sudo gedit /etc/rc.local

Add the line at the end of the file.

hda-verb /dev/snd/hwC0D0 0x15 SET_PIN_WIDGET_CONTROL 0x03a1

Note, I'm unable to get "Internal Mic" volume to stick on reboot.
You have to manually set it with amixer, alsamixer or gnome-alsamixer each reboot.

Reference material:
Chip verb settings
HD-Verb program

5.75.32.87a-u1004-55689 VIA Binary Video Drivers for Ubuntu (Released 04.08.2010)

The 5.75.32.87a-u1004-55689 drivers appear to install without issue.
Non-RandR configuration is working.
RandR configuration is not working. (Under Investigation)
Here is a sample Non-RandR xorg.conf file for LCD display only.

Section "ServerLayout"
       Identifier       "Default Layout"
       Screen           "Default Screen"
       InputDevice      "Mouse"
       InputDevice      "Keyboard"
        Option  "RandR" "false"
EndSection

Section "Files"
#     RgbPath      "/usr/local/share/X11/rgb"
       ModulePath   "/usr/lib/xorg/modules"
#     FontPath     "/usr/share/fonts/X11/misc/"
#     FontPath     "/usr/share/fonts/X11/TTF/"
#     FontPath     "/usr/share/fonts/X11/OTF"
#     FontPath     "/usr/share/fonts/X11/Type1/"
#     FontPath     "/usr/share/fonts/X11/100dpi/"
#     FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "InputDevice"
       Identifier       "Keyboard"
       Driver           "kbd"
       Option           "XkbRules"      "xorg"
       Option           "XkbModel"      "pc105"
       Option           "XkbLayout"     "cn"
EndSection

Section "InputDevice"
       Identifier       "Mouse"
       Driver           "mouse"
       Option           "CorePointer"
EndSection

Section "Monitor"
       Identifier       "LCD"
       Option   "Enable"        "true"
EndSection

Section "Monitor"
       Identifier       "CRT"
       Option    "Enable"       "false"         
EndSection      

Section "Monitor"
       Identifier       "DVI"
       Option    "Enable"       "false"
EndSection      

Section "Monitor"
       Identifier       "TV"
       Option  "Ignore" "true"
EndSection      

Section "Monitor"
       Identifier       "HDMI"
       Option  "Ignore" "true"
EndSection      

Section "Monitor"
       Identifier       "CRT-2"
       Option     "Ignore"      "true"
EndSection

Section "Monitor"
       Identifier       "LCD-2"
       Option     "Ignore"      "true"
EndSection

Section "Monitor"
       Identifier       "DVI-2"
       Option     "Ignore"      "true"
EndSection

Section "Monitor"
       Identifier       "TV-2"
       Option     "Ignore"      "true"
EndSection

Section "Device"
        BusID "PCI:01:00:0"
        Driver  "via"
        VendorName      "VIA Tech"
        BoardName       "via"
        Identifier      "Configured Video Device"
        Option          "AccelMethod"   "EXA"
        Option          "MigrationHeuristic" "greedy"
        Option          "ActiveDevice"  "LCD"
EndSection

Section "Screen"
       DefaultDepth 24
       SubSection "Display"
#             Virtual 2000 2000 
              Modes "1280x768"
              Depth  24
       EndSubSection
       Identifier       "Default Screen"
       Device           "Configured Video Device"
EndSection

Section "Module"
      Load  "glx"
      Load  "dri"
      Load  "extmod"
EndSection

Section "DRI"
       Group 0
       Mode 0666
EndSection

Section "Extensions"
        Option  "Composite"                     "Enable"
EndSection

VIA Video Binaries MUST be used for a pleasant experience.

There are minor problems as follows:

Known issues:

  • 358793 - UNR jaunty: Slow menu interface, high CPU load

  • 233920 - Sleep on lid close work only 1 time

Fix available for issues:

  • 359291 - Broadcom wi-fi card doesn't work after suspend/hibernate

  • 355918 - resolution problem starting X with the wlan network controler activated - Fixed in Karmic Koala in openchrome 1:0.2.903+svn758-0ubuntu1

[Dirk-Heine Hofstede] I installed it at my HP mini-note 2133, and except that the UNR interface reacts slow (workaround available) I didn't encounter any problems so far. My wi-fi card just ran normal and made connection again after I woke my mini up(I have done this only once yet). I didn't use the build in microphone yet, so I can't say anything about that.

[Dipock Das] I also installed it on my HP mini-note 2133 and did not have any problems. The WIFI runs fine even after suspend/hibernate.

[lean-mini] I updated my Ubuntu 9.04 Jaunty Karmic Koala to 9.10, the update ran alone, and why in a moment I switched off the wifi, data was saved and reconnect everything was running fine. While at first the touchpad was a little stuck, restarting solved the little problem. Although in the beginning you could hear the sound of drums, then do not reproduced sound. Just an update with the manager and reboot for this to be solved (or at least it happened to me, not if related). Everything is working well. More info http://ubuntuforums.org/showthread.php?t=1312633&highlight=2133

[ OzFalcon ] A flawless 10.04 Alternate CD install using external usb cd drive.
The Broadcom Wi
Fi appeared to lock up the system when trying to do initial updates.
This was resolved by temporally disabling the WiFi (Slide button so led is orange), And immediately installing Broadcom STA drivers (Via the hardware drivers utility)
Video playback, resize & fullscreen works well using 5.75.32.87a-u1004-55689 VIA Binary Video Drivers.
No 3d using 5.75.32.87a-u1004-55689 VIA Binary Video Drivers in Non-Rand Mode. (Under Investigation)

[vagrale13] If try to install Ubuntu 10.04.1 LTS and freeze before ending(about 79%), then must be start again the install and add to boot options acpi=off

LaptopTestingTeam/HP2133 (last edited 2010-09-22 22:04:54 by ppp-94-66-138-204)