2009年2月6日

Using Ubuntu on HP 2133

General
HP 2133 Mini-Note - Ubuntu Wiki
Doc's HP2133 Linux stuff

X11
HP-2133, Chrome9-Beta, X11 configuration file

PadLock
Ubuntu configuration for VIA padlock support - Ubuntu Forums
modprobe padlock_aes padlock_sha
modprobe via_rng
apt-get install rng-tools
set the options in /etc/default/rng-tools to: RNGDOPTIONS="--hrng=via"
added to your /etc/ssl/openssl.cnf:
openssl_conf = openssl_def
[openssl_def]
engines = openssl_engines
[openssl_engines]
padlock = padlock_engine
[padlock_engine]
default_algorithms = ALL
Bug #119295 in openssh (Ubuntu): “OpenSSH should support VIA PadLock” (fixxed in Ubuntu 8.10)
Bug #119294 in openssl (Ubuntu): “OpenSSL should support VIA PadLock”
sudo apt-get install build-essential fakeroot wget
sudo apt-get build-dep openssl openssh
apt-get source openssl openssh
cd openssl-0.9.8g
wget --quiet -O - http://launchpadlibrarian.net/13798833/bug119295.patch | patch -p1
fakeroot debian/rules binary
cd ../openssh-4.7p1
wget --quiet --no-check-certificate -O - https://bugzilla.mindrot.org/attachment.cgi?id=1458 | patch -p0 -N
fakeroot debian/rules binary
VIA PadLock support for Linux


SSE acceleration for libjpeg
IJG's JPEG software release 6b with x86 SIMD extension
jpegsrc-6b-x86simd-1.02.tar.gz - 881,825 bytes; UNIX-friendly format
Also install nasm 2 before compiling
Encrypted partition with Padlock power
Encrypted swap and home partition in Ubuntu 8.04 - Lars Strand
apt-get install lvm2 cryptsetup libpam-mount
CPU frequency scaling
CPU - A110 Wiki
modprobe e_powersaver
----------------------------------------------------------------
CPU frequency scaling with Linux >= 2.6.25
As the CPU has the est feature flag, it supports CPU frequency scaling using the e_powersaver kernel module.
The latest 2.6.25 mainline kernel already contains the e_powersaver module which allows CPU frequency scaling on the A110.

CPU frequency scaling with Linux <= 2.6.24
There's a backport for older kernels supplied by Christian Rothländer. It's working with the Ubuntu kernel delivered with the first batch of the A110s.

3D DriveGuard
accelerometer lis3lv02d and demo code hpfall.c
PPA for Pascal de Bruijn
http://blog.pcode.nl/2009/09/19/hp-3d-driveguard-on-ubuntu-karmic/

Audio
https://wiki.ubuntu.com/Audio/UpgradingAlsa

沒有留言: