Re: Dell Inspiron 2500 PCMCIA issues

2002-02-21 Thread sageFool
I think 2.4.X PCI support is just jacked. I went and got 2.2.20, setup the kernel the way I want it, installed the pcmcia-cs package, fixed the module naming problem (wavelan_cs vs orinoco_cs) rebooted and boop beep my card is regonized. I haven't gotten a chance to configure it yet since I'm at

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-21 Thread sageFool
I think 2.4.X PCI support is just jacked. I went and got 2.2.20, setup the kernel the way I want it, installed the pcmcia-cs package, fixed the module naming problem (wavelan_cs vs orinoco_cs) rebooted and boop beep my card is regonized. I haven't gotten a chance to configure it yet since I'm at

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-21 Thread Derek Broughton
sageFool wrote: Hi, so I compiled the kernel with the PCMCIA/CARDBUS support turned on. WHen I run ./test_setup I get: debian:/usr/src/pcmcia-cs-3.1.31/debug-tools# ./test_setup Current kernel: 2.4.17 #6 Tue Feb 19 07:50:28 PST 2002 /lib/modules/2.4.17/pcmcia/pcmcia_core.o not found. The P

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-21 Thread Derek Broughton
sageFool wrote: > Hi, so I compiled the kernel with the PCMCIA/CARDBUS support turned on. > > WHen I run ./test_setup I get: > > debian:/usr/src/pcmcia-cs-3.1.31/debug-tools# ./test_setup > Current kernel: 2.4.17 #6 Tue Feb 19 07:50:28 PST 2002 > /lib/modules/2.4.17/pcmcia/pcmcia_core.o not fo

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-20 Thread sageFool
Hi, so I compiled the kernel with the PCMCIA/CARDBUS support turned on. WHen I run ./test_setup I get: debian:/usr/src/pcmcia-cs-3.1.31/debug-tools# ./test_setup Current kernel: 2.4.17 #6 Tue Feb 19 07:50:28 PST 2002 /lib/modules/2.4.17/pcmcia/pcmcia_core.o not found. The PCMCIA modules are no

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-20 Thread sageFool
Hi, so I compiled the kernel with the PCMCIA/CARDBUS support turned on. WHen I run ./test_setup I get: debian:/usr/src/pcmcia-cs-3.1.31/debug-tools# ./test_setup Current kernel: 2.4.17 #6 Tue Feb 19 07:50:28 PST 2002 /lib/modules/2.4.17/pcmcia/pcmcia_core.o not found. The PCMCIA modules are n

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-20 Thread Sol
Hi! I've just been working on the same problem ;) And one of the things I figured out was that it was very important that the pcmcia-cs package is to be found under /usr/src/modules/pcmcia-cs/ when you compiles the kernel and the modules. (in my place it was default put under /usr/src/pcmcia-cs

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-20 Thread Derek Broughton
sageFool wrote: I have a Inspiron 2500, with debian/unstable installed on it. I'm running the 2.4.17 kernel (downloaded the source package and recompiled a million times) Me too, but I've only compiled about a thousand times :-) I have PCMCIA support turned off in the kernel and am using

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-20 Thread Sol
Hi! I've just been working on the same problem ;) And one of the things I figured out was that it was very important that the pcmcia-cs package is to be found under /usr/src/modules/pcmcia-cs/ when you compiles the kernel and the modules. (in my place it was default put under /usr/src/pcmcia-c

Re: Dell Inspiron 2500 PCMCIA issues

2002-02-20 Thread Derek Broughton
sageFool wrote: > > I have a Inspiron 2500, with debian/unstable installed on it. I'm > running the 2.4.17 kernel (downloaded the source package and > recompiled a million times) Me too, but I've only compiled about a thousand times :-) > I have PCMCIA support turned off in the kernel and a