Re: PCMCIA and 2.0.32

1997-11-26 Thread Brian Mays
> "Adam" == Adam Shand <[EMAIL PROTECTED]> writes: Adam> There was one other bug when it tried to build cardinfo (it Adam> couldn't find forms.h) but changing the #include to absolute Adam> path fixed that. Yes. I forgot about that. Of course, cardinfo is an optional part of the

Re: PCMCIA and 2.0.32

1997-11-26 Thread Adam Shand
> There is a bug in the netwave_cs.c source. It is fixed in the patched > Debian source, for example in the pcmcia-source package, but it seems > that you are using the upstream source. Here is the fix: move the > line that reads `#include ' up three lines higher in > the file. The sched.h head

Re: PCMCIA and 2.0.32

1997-11-24 Thread Brian Mays
[EMAIL PROTECTED] (Adam Shand) writes: > I'd use the debian package but there isn't one for a kernel newer > then 2.0.30 that I could see. Of course not. There would need to be a kernel-image-2.0.32 package against which the PCMCIA modules are compiled. > Okay I've recompiled the kernel for PCI

Re: PCMCIA and 2.0.32

1997-11-24 Thread Louis-David Mitterrand
On Sun, Nov 23, 1997 at 08:22:07PM -0900, Adam Shand wrote: > > What kind of errors does make/gcc report when you try to compile? > > Don't forget you need to have APM (Advanced Power Management) and > > PCI support compiled into your kernel... without them you will get > > 'unresolved symbol' erro

Re: PCMCIA and 2.0.32

1997-11-24 Thread Adam Shand
> What kind of errors does make/gcc report when you try to compile? > Don't forget you need to have APM (Advanced Power Management) and > PCI support compiled into your kernel... without them you will get > 'unresolved symbol' errors. Okay I've recompiled the kernel for pci and apmd support and st

Re: PCMCIA and 2.0.32

1997-11-23 Thread dpk
What kind of errors does make/gcc report when you try to compile? Don't forget you need to have APM (Advanced Power Management) and PCI support compiled into your kernel... without them you will get 'unresolved symbol' errors. Thanks, Dennis -- dpk <[EMAIL PROTECTED]>, Systems/Network | w

PCMCIA and 2.0.32

1997-11-23 Thread Adam Shand
Hi, Has anyone sucessfully managed to compile pcmcia-cs-2.9.12 with 2.0.32? I'm trying to get it to compile on my Thinkpad 755cx and it's dying an ugly death in the middle of 'make all'. I'd use the debian package but there isn't one for a kernel newer then 2.0.30 that I could see. Any and all