On 15 Apr, William Wise wrote:
> Hi! Another Newbie question...
>
> During my RH5.0 install the system never mentioned anything about installing
> or configuring PCMCIA support although the install was done on a laptop that
> supports these devices. Do I need to install this manually from an RPM and
> configure it using a HOW-TO? Is there information specific to RedHat and
> PCMCIA devices available or do I need to go with the generic information?
You need to check that you have the pcmcia-cs rpm installed. Do a
rpm -qa | grep pcmcia
to see if it is.
Once you have don this (and had rpm tell you that the pcmcia rpm is
installed) you need to do 2 things...
1) Edit /etc/sysconfig/pcmcia so it looks something like
PCMCIA=yes
PCIC=i82365
PCIC_OPTS=
CORE_OPTS=
(make sure that PCIC is the appropriate PCMCIA controller chipset).
2) as root, run
ntsysv
and make sure that you turn ON pcmcia at boot up
Once this is done, pcmcia will be started the next time you bbot up. To
start it without rebooting, simply do
/etc/rc.d/init.d/pcmcia start
and things should happen!
--
Robert Hart [EMAIL PROTECTED]
Red Hat Software Inc. Phone: +1-919-547-0012 Fax: +1-919-547-0024
4201 Research Commons Suite 100, 79 TW Alexander Dr., Research Triangle Park,
NC 27709, USA
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.