[ Next-in-Thread ]  [ Next Message ] 

Question: success but PCMCIA hangs 

Forum: PCMCIA Installation and Configuration Issues
Re: Question: Kernel source tree from RPMs (Peter Townsend)
Re: RPM's versus SRPM's (David Hinds)
Re: Question: additional info (Peter Townsend)
Date: 1999, Nov 29
From: Peter Townsend Pete

I had some success. Following the README in /usr/src/linux , I did

make mrproper make config (defaulted thru most questions) make dep

this created the config.h that I was lookign for. However, I had to add a #endif in config.h to get the Symphony driver to compile:

#ifndef _PCMCIA_CONFIG.H
#define _PCMCIA_CONFIG_H
#endif
#define AUTOCONF_INCLUDED
#define LINUX "/usr/src/linux/kernel"

This compiled with no errors. I edited etc/sysconfig/pcmcia PCMCIA=yes PCIC=i82365 PCIC_OPTS=poll_interval=100 CORE_OPTS=

When I reboot the startup of PCMCIA services hangs! ANy suggestions?

[ Next-in-Thread ]  [ Next Message ] 

Messages Inline: [ 0 ]  [ 1 ] 

That's strange...

Re: Question: success but PCMCIA hangs (Peter Townsend)
Date: 1999, Nov 29
From: David Hinds <dhinds@pcmcia.sourceforge.org>

> #ifndef _PCMCIA_CONFIG.H
> #define _PCMCIA_CONFIG_H
> #endif
> #define AUTOCONF_INCLUDED
> #define LINUX "/usr/src/linux/kernel"

I don't know where you got this or exactly what it's supposed to do,
but it looks completely bogus to me.

-- Dave
success but PCMCIA hangs


[ Add Message ]  to: "success but PCMCIA hangs"

[ Members ]  [ Subscribe ]  [ Admin Mode ] 
[ Show Frames ]  [ Help for HyperNews at pcmcia-cs.sourceforge.net 1.10 ]