| Part | Name | |
| Processor | Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz | ![]() |
| Memory | 512MB DDR-Ram (upgradeable to 1GB) | ![]() |
| Videocard | ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] | ![]() |
| Soundcard | Intel Corp. 82801CA/CAM AC'97 Audio Controller | ![]() |
| Harddisk | 40GB Ultra-ATA 100 | ![]() |
| USB | USB Controller: VIA Technologies, Inc. USB 2.0 | ![]() |
| NIC | Broadcom Corporation BCM4401 100Base-T | ![]() |
| APM | ![]() |
|
| ACPI | Works since Bios-update to version A34 | ![]() |
| Touchpad | ![]() |
|
| Mouse | Typhoon USB1.1 7 button mouse | ![]() |
| Function Keys | It's getting better and better! | ![]() |
| IRDA | ![]() |
|
| PCMCIA | ![]() |
|
| Card Slots | from o2micro | ![]() |
| CDRW | ![]() |
|
| DVD | ![]() |
keycode 160 = XF86AudioMute keycode 174 = XF86AudioLowerVolume keycode 176 = XF86AudioRaiseVolume
"XF86AudioLowerVolume" setmixer vol -3 "XF86AudioRaiseVolume" setmixer vol +3 "XF86AudioMute" /home/bernd/bin/audio_muteI took the audio_mute script also from Bernd's Page
/bin/setserial /dev/ttyS1 uart none(Close the none existing serial port and free the used resources)
modprobe nsc-ircc irq=3 io=0x02f8 dma=3 dongle_id=0x09(loads the module with the correct parameters)
irattach irda0 -s(creates the device irda0)
ln -s /dev/ircomm0 /dev/pilot
CONFIG_PCMCIA=y CONFIG_CARDBUS=y # CONFIG_TCIC is not set # CONFIG_I82092 is not set CONFIG_I82365=yTo identificate and configure the cards I use the pcmcia-tools cardmgr and cardctl.