.... Since, I tried many times, and it does not work anymore. bitsy# echo -n 'configure #l0 wavelan' /dev/pcm0ctl echo: write error: couldn't configure device The cause of this problem was identified in my ... many print debugging. It was caused by the function w_cmd() in the file /sys/src/9/bitsy/wavelan.c. When it worked, I was using a timeout of 100000. Even with the same kernel and ...
> you might check out a few of the changes in the pc version of the driver. (particularly parsekey.) I just tried the PC version of the WaveLAN driver, but it does not seem to work better. Since few hours, I am not able to run the Wi-Fi card anymore, even with a high timeout. It always crashes as reported in my first e-mail. A while ago I tried to modify the PC ...
> From: cinap_lenrek@gmx.de Subject: Re: [9fans] Bitsy's WaveLAN problem Date: Sun, 11 May 2008 18:21:04 +0200 you .... (particularly parsekey.) I just tried the PC version of the WaveLAN driver, but it does not seem to work better. Since few ... e-mail. -- David du Colombier I have an Lucent WaveLAN (silver) card too and it works fine on my T23. I could add ...
> you might check out a few of the changes in the pc version of the driver. (particularly parsekey.) I just tried the PC version of the WaveLAN driver, but it does not seem to work better. Since few hours, I am not able to run the Wi-Fi card anymore, even with a high timeout. It always crashes as reported in my first e-mail. -- David du Colombier
... run the ORiNOCO card. I increased the timeout, and it works sometimes. bitsy# echo -n 'configure #l0 wavelan' /dev/pcm0ctl bitsy# bind -a '#l0' /net Now, I am able to connect the Bitsy to ... Point. bitsy# echo -n 'essid my_essid' /net/ether0/clone In /sys/src/9/bitsy/wavelan.c, in the function w_cmd(): if(rc&WResSts){ /* * Don't print; this happens on ...
After a massive print debugging, I found where the problem appears. In /sys/src/9/bitsy/wavelan.c, in the function w_cmd(): if(i==WTmOut){ /* * WCmdIni can take a really long time. */ enum { IniTmOut = 2000 }; for(i=0; i<IniTmOut; i++){ if(csr_ins(ctlr, WR_EvSts)&WCmdEv) break; microdelay(100); } if(i < IniTmOut) ...
...ip address The card seems to be visible from Plan 9: bitsy# grep Wave /dev/pcm0ctl version Lucent Technologies;WaveLAN/IEEE;Version 01.01; I tried manually to run the card, but I get these error messages again: bitsy# echo -n 'configure #l0 wavelan' /dev/pcm0ctl echo: write error: couldn't configure device bitsy# bind -a '#l0' /net bind: #l0:...
...just bought an Orinoco card to use with my T22 terminal. I'm not sure what I have to do to get it working, so I thought I'd try putting the following in my plan9.ini: ether0=type=wavelan essid=geekhaus key1=<hex and booting, but ip/ipconfig doesn't get an address. The power light or whatever it is turns on, but not the rx/tx light. Anybody else who has one ...
... I just bought an Orinoco card to use with my T22 terminal. I'm not sure what I have to do to get it working, so I thought I'd try putting the following in my plan9.ini: ether0=type=wavelan essid=geekhaus key1=<hex and booting, but ip/ipconfig doesn't get an address. The power light or whatever it is turns on, but not the rx/tx light. Anybody else who has one of ...
> I just bought an Orinoco card to use with my T22 terminal. I'm not sure what I have to do to get it working, so I thought I'd try putting the following in my plan9.ini: ether0=type=wavelan essid=geekhaus key1=<hex and booting, but ip/ipconfig doesn't get an address. The power light or whatever it is turns on, but not the rx/tx light. Anybody else who has one of these want ...