From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] wavelan config problems MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010410155835.E746419B0F@mail.cse.psu.edu> Date: Tue, 10 Apr 2001 11:58:33 -0400 Topicbox-Message-UUID: 7fa73afe-eac9-11e9-9e20-41e7f4b1d025 This is what I use on my Thinkpad T21A: ether0=type=wavelan port=0x180 irq=10 essid=Our-Net key2=Our-Long-Key What type of card do you have (gold, silver), are you using it in managed (with an access-point) or peer-to-peer mode, and are you using encryption. We only use managed mode with encryption here so it's possible something fell through the cracks. Also, look at the w_timer routine in etherwavelan.c and you will see 4 lines commented out after a long comment. I commented those lines out in an attempt to find the root cause of the problem nemo was seeing when he wrote the driver, but i could never get the problem to happen; I tried lots of gold and silver cards, even very old ones. I'm intrested to know if anyone else sees that problem so we can try to fix it; our old Wavelan driver didn't need any such fix. We can make it an option if it proves to be card-specific. --jim