HP2133

Differences between revisions 149 and 151 (spanning 2 versions)
Revision 149 as of 2010-08-08 20:31:54
Size: 7908
Editor: c220-239-40-60
Comment:
Revision 151 as of 2010-08-08 20:48:45
Size: 7874
Editor: c220-239-40-60
Comment:
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
(Which seems odd, Because Netbooks are lower end of CPU/Video performance - And the very Ubuntu release you think would cater to these lower end machines - Ends up being WORSE (More Demanding) than the standard or xubuntu variants!)


Line 51: Line 47:
Here is a sample Non RandR xorg.conf file for LCD display only. <<BR>> Here is a sample Non-RandR xorg.conf file for LCD display only. <<BR>>
Line 202: Line 198:
ISSUES <<BR>>
Sound initially works - But the Sound Device "Disappears" when I play an MP3. (Under Investigation) <<BR>>
CPU Fan appears to be running full speed constantly. (Under Investigation) <<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)

  • Install/Boot may fail (Screen corruption followed by lock up) with the latest BIOS versions.
    It may be necessary to re-flash the BIOS with an earlier version (download these from the HP website).
    (Recommend 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).
Wifi works out of the box (Wifi drivers installed via Hardware Drivers Tool).

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.

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.
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 Binaries MUST be used for a pleasant experience.

There are minor problems with non-working mic, unstable falling into suspend and wi-fi not always waking up after resume. Known issues:

  • 358793 - UNR jaunty: Slow menu interface, high CPU load (workaround by using traditional menus: Preferences-> Switch Desktop Mode. However, this will turn Ubuntu Netbook Remix into an ordinary Ubuntu Desktop).

  • 365688 - Mic doesn't work in jaunty for VIA VT1708 High Definition Audio

  • 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 install Broadcom STA drivers (Via the hardware drivers utility)
ISSUES
Sound initially works - But the Sound Device "Disappears" when I play an MP3. (Under Investigation)
CPU Fan appears to be running full speed constantly. (Under Investigation)

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