HP RP2 Retail System
Installation Kit
version
1.0
details
This installation kit enables the HP RP2 Retail System for use with SUSE Linux Enterprise Server 11 SP3. The kit provides an updated kernel, wireless, graphics, and touch screen driver updates. For xorg.conf touchscreen modifications, please see the touchscreen configuration section below.
platforms
- SUSE Linux Enterprise Server 11 Service Pack 3
architectures
- i586
media
Installation Kit ISO Image | |
---|---|
File: | hp_rp2-sle11sp3-i586-1.0.iso · [download] |
Size | 506 MB |
MD5 Checksum | 2fe6e5bf8e087b098e1bc1196a817782 |
SHA256 Checksum | 6983a03f1c1e663ab54dbeaca9571921317207445cf6be55af180cf42916f751 |
installation
Media installation
- Burn the ISO image above to an empty CD/DVD media.
- Start the installation using the new CD/DVD media, having the standard SUSE Linux Enterprise media at hand or a URL to a network installation server.
- If doing a network install, enter the URL of the network install source on the boot command line using the 'install=' option.
- If doing installation from optical media the installer will first boot from the installation kit and then ask to insert CD1 of the SUSE Linux Enterprise product.
- An initrd containing updated drivers will be used for installation.
PXE boot installation
- Download the ISO image above.
- Mount the ISO image for access to the contents.
- Copy the kernel and initrd images from the installation kit iso image to the appropriate location on your tftp boot server. The initrd and kernel image are found under the ./install/boot/i386/loader directory. Download links for the kernel and initrd images can also be found in the table below.
- Copy the contents of the ISO image to a location on your installation server. (The /boot directory may be omitted)
- Add the URL of the installation kit location on the installation server to the boot command of the pxelinux config file using the 'addon=' option.
- An updated kernel will be used for installation and installed onto the system.
Example pxelinux config file section:
# Install SLES 11 SP3 with Installation Kit label install-rp2 kernel linux-rp2 append initrd=initrd-kit splash=silent vga=0x314 showopts install=http://installserver/SLES-11-SP3-i586 addon=http://installserver/rp2-kit
Kernel Image | |
---|---|
Name | linux · [download] |
Size | 3.67 MB |
MD5 Checksum | ef36da5c0078fa07c36aebc4dfe344e1 |
SHA256 Checksum | 1283d9fa5dd5d0e63143404211a63cbe130b779938dee855809348e14b13a53f |
Initrd Image | |
Name | initrd · [download] |
Size | 50.3 MB |
MD5 Checksum | 5291d4dc5a5ede11da3a7e03cab79a26 |
SHA256 Checksum | 755e072966f4ebced7a4ff600d0e53eac9adde9a6db9231f0dea241719f270b5 |
package names and versions
The following packages are provided with this installation kit:
- Mesa-9.0.3-0.28.29.2.i586.rpm
- compat-wireless-firmware-4.1.1_SLE11-28.1.i586.rpm
- compat-wireless-kmp-default-4.1.1_3.0.76_0.11-28.1.i586.rpm
- compat-wireless-kmp-pae-4.1.1_3.0.76_0.11-28.1.i586.rpm
- compat-wireless-kmp-trace-4.1.1_3.0.76_0.11-28.1.i586.rpm
- compat-wireless-kmp-xen-4.1.1_3.0.76_0.11-28.1.i586.rpm
- drm-kmp-default-3.12_3.0.101_0.47.67-0.19.1.i586.rpm
- drm-kmp-pae-3.12_3.0.101_0.47.67-0.19.1.i586.rpm
- hid-multitouch-kmp-default-3.0_3.0.101_0.47.55-0.7.1.i586.rpm
- hid-multitouch-kmp-pae-3.0_3.0.101_0.47.55-0.7.1.i586.rpm
- hp_rp2-sle11sp3-i586-release-1.0-3.1.i586.rpm
- hp_rp2-sle11sp3-i586-release-cd-1.0-3.1.i586.rpm
- kernel-default-3.0.101-0.47.71.1.i586.rpm
- kernel-default-base-3.0.101-0.47.71.1.i586.rpm
- kernel-default-devel-3.0.101-0.47.71.1.i586.rpm
- kernel-default-extra-3.0.101-0.47.71.1.i586.rpm
- kernel-pae-3.0.101-0.47.71.1.i586.rpm
- kernel-pae-base-3.0.101-0.47.71.1.i586.rpm
- kernel-pae-devel-3.0.101-0.47.71.1.i586.rpm
- kernel-pae-extra-3.0.101-0.47.71.1.i586.rpm
- kernel-source-3.0.101-0.47.71.1.i586.rpm
- kernel-syms-3.0.101-0.47.71.1.i586.rpm
- libdrm-2.4.52-0.7.1.i586.rpm
- xf86-video-intel-2.99.914-0.9.9.i586.rpm
touchscreen configuration
- For correct touchscreen functionality, modify the /etc/X11/xorg.conf as follows:
Add the following sections:
Section "InputDevice"
Driver "evdev"
Identifier "RP2_Touch"
Option "Device" "/dev/input/by-id/usb-Weida_weida-event-if00"
EndSection
Section "InputDevice"
Driver "evdev"
Identifier "Mouse[1]"
Option "Device" "/dev/input/by-id/<mouse device here>"
EndSection
Then add the following line to the "ServerLayout" section:
InputDevice "RP2_Touch" "SendCoreEvents"