On Sun, Mar 09, 2003 at 05:54:12PM -0600, [EMAIL PROTECTED] wrote: > > For those of you that are using this card successfully, can you give me > the low down on which kernel parameters you use, what modifications you > make to /etc/pcmcia/config, etc. And do you all use modules? (I've > typically compiled my drivers for other pcmcia cards into the kernel and > didn't use modules)
I use pcmcia-cs, and it pretty much does the rest. Since I don't use wireless very often, I created a shell script to start wireless... #!/bin/bash insmod pcmcia_core insmod i82365 insmod ds /etc/init.d/pcmcia start And I have the IP information stored in /etc/conf.d/net -- [EMAIL PROTECTED] mailing list
