home
manual & docs drivers & updates software GNU/Linux Introduction Read this What you need to know about the aero Partitioning the harddisk Choosing the installation method Preparing the Aero for a Red Hat 6.1 harddisk install The Red Hat 6.1 Installation Process RAM-problems The Floppy Access to DOS-Partitions The Linux-BootLoader Configuring X-Windows Patching and compiling a new kernel Solving the RAM problem Installing PCMCIA and configuring it for Bad RAM Finished - What comes next? Advanced Power Management Getting WebDAV to work with XP Conclusion GNU Free Documentation License FreeDOS internal speaker the press the people (& their mails) the aeros wildest dream... links about |
PCMCIA |
|
Installing and configuring for BadRAM
|
||
After recompiling a kernel you have also to recompile the pcmcia-cs package that makes pcmcia on the aero work - says David Hinds, the author of the package. rpm -e kernel-pcmcia-cs
I then installed the original pcmcia package by downloading the package "pcmcia-cs-3.1.25.tar.gz" by David Hinds from: cp pcmcia-cs-3.1.25.tar.gz /usr/src unpack the package cd /usr/src/ tar xzpf pcmcia-cs-3.1.25.tar.gz cd /usr/src/pcmcia-cs-3.1.25 make config In the configuration-menu you can select "No" for card-bus support The aero has only a standard 16-bit pcmcia-slot, so you cannot use the 32bit-card-bus. make all make install
I then had to enable "pcmcia" as startup service in the Red Hat configuration tool "ntsysv". /etc/sysconfig/pcmcia
On other systems it may be called /etc/pcmcia.conf. PCMCIA=yes PCIC=i82365 PCIC_OPTS= CORE_OPTS= The startup script for the service "pcmcia" lays in "/etc/rc.d/init.d/" so I had to change into that directory and command ./pcmcia and use one of the then mentioned options (start, stop status, restart). The BadRAM-options for the cardmgr
Then, according to Donald Gordon's mail, I also changed the the configuration file for the PCMCIA Card Manager. ------------------------------------------- # System resources available for PCMCIA devices include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff include memory 0xc0000-0xfffff include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff ------------------------------------------- to: ------------------------------------------- # System resources available for PCMCIA devices include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff include memory 0xb0000-0xb7fff ------------------------------------------- Now check for the available memory with the command: dmesg | grep Memory
|
||
Comments
Suggestions for this page? Ideas? Please drop a note! |
||
|
||