Ok, yes, I bought a new WRT54GS, this works quite fine. I ‘m able to do what i want with that stuff. I will explain in a future post how to use this stuff in a secure way without using … Continue reading →
To use a atheros wireless card and NetBSD, as a wireless AP simply do: ifconfig ath0 ssid YouSSID mode 11g mediaopt hostap ifconfig ath0 192.168.2.1 #ip of the AP # allow forwarding sysctl -w net.inet.ip.forwarding=1 This is pretty simple no … Continue reading →
Ok the name, is funny .. But I decided to write a little app to monitor my wifi signal level. The code is too ugly right now, I need to add noise, signal .. and a better OO API. Anyway, … Continue reading →
I just receive my new wifi antenna :) I fact, I’m currently using my NetGear WG311 as a AP, this works pretty fine, but the signal is a bit low in some part of my home. I decided to buy … Continue reading →
Well, somebody ask me if i will try yet another wifi card. So the answer is yes :). Today i will look at the Netgear WG311. I decided to sell this fucking Linksys WMP54G because, i’m sick of ndiswrapping, and … Continue reading →
After a lot of trouble w/ my PCI linksys card WMP54G, I need to install a pcmcia netgear WG511 on my notebook. I usually use a Cisco Aironet but the new one is a 54g so. It only takes 10 … Continue reading →
In fact, i’m trying to turn my Wifi gateway (which is really a gateway 2 interfaces + masquerading ) in a transparent bridge. You know only have a single IP for the two interfaces, so going on the wired networks … Continue reading →
On post on slashdot i just discover that the ndiswrapper is released under GPL. and seems to support my cards :) Pretty fine since, it’s time for me to purchase the driver from LinuxAnt. Ok I will give it a … Continue reading →
Hi, Since you have obtained a trial license for DriverLoader, we are happy to inform you that permanent licenses for end-users are now available from our web store. https://www.linuxant.com/store. You can take a look at the press release for all … Continue reading →
After talk on slashdot, i just discover that driver released by linuxant seems to have a open source version at http://ndiswrapper.sourceforge.net/ This should be a nice try ?