Posting from linux now...
Turns out it was IPV6 support causing issues.
Though my initial run I simply moved the ipv6 directory out of the modules directory, this may prove to be a more graceful solution.
echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf
I do see references in the network sctrip in rc.d/init.d to $NETWORKING_IPV6, but I'm uncertain as to where this variable is being set.
So then, I manually set my key (Though oddly I'm not using a key on the windows side... just mac filtering)
If this doesn't work for you, there are some other things I've done I'll have to double check on.
Since I'm using a PCI-PCMCIA adapter, you may always want to make sure the proper module for your pcmcia sockets is being loaded. if in doubt, modprobe yenta_socket and see if it takes. airo_cs should be the corresponding module for your card.
Last edited by cylix; 12-15-2004 at 03:09 AM.
|