HP2133

Differences between revisions 172 and 174 (spanning 2 versions)
Revision 172 as of 2010-08-13 04:18:56
Size: 9427
Editor: c220-239-49-233
Comment:
Revision 174 as of 2010-08-13 06:10:13
Size: 9639
Editor: c220-239-49-233
Comment:
Deletions are marked like this. Additions are marked like this.
Line 68: Line 68:
Use alsamixer to set your Capture and Internal Mic to reasonable levels. <<BR>>
Use alsactrl to save and load set levels. (Use alsactrl --help to find out how). <<BR>>
Insert the "hda-verb /dev/snd/hwC0D0 0x15 SET_PIN_WIDGET_CONTROL 0x03a1" command into /etc/rc.local <<BR>>
Also insert the alsactrl command in rc.local if needed. <<BR>>
Use amixer to set your Capture and Internal Mic levels. <<BR>>
{{{
amixer set "Internal Mic" 100
amixer set "Capture" 39
}}}

You can now test the Microphone with Sound Recorder or some similar Audio program. <<BR>>

To set the Microphone on Bootup, <<BR>>
Edit and Insert the following line into /etc/rc.local <<BR>>
{{{
hda-verb /dev/snd/hwC0D0 0x15 SET_PIN_WIDGET_CONTROL 0x03a1
}}}

Note, I'm unable to get "Internal Mic" volume to stick on bootup. <<BR>>
You have to manually set it with amixer, alsamixer or gnome-alsamixer. <<BR>>
  • 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 (At least I think that is what we are doing....)

The HDA-Verb tool is needed to do this. Download the latest version from HERE
Extract the archive and type "make" to compile the program, 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

Use amixer 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.

To set the Microphone on Bootup,
Edit and Insert the following line into /etc/rc.local

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

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

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 WiFi 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)

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