|
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?
|
That's strange...
| |
|