Wireless driver

Mark Weinem mark.weinem at uni-duisburg.de
Sat Mar 13 08:25:36 PST 2004


On Thu, 11 Mar 2004, Teilhard Knight wrote:

> I am writing my kernel config, and I do not know what wireless driver
> to pick for an  SMC "SMC2662W" USB adapter.

No official support yet...

http://www.linux-wlan.org/docs/wlan_adapters.html.gz
http://at76c503a.berlios.de/devices.html
http://vitsch.net/bsd/



> If you could also help me configure my wireless Internet reception, I
> will be grateful. I know the Handbook is there, but I have never
> succeeded doing what it says.

man ifconfig

For example my wlan card is /dev/acx0 and I use:

	ifconfig acx0 inet 192.168.1.4 netmask 255.255.255.0 ssid *** wepmode on wepkey *** up

Defaultrouter is the Access Point (AP) 192.168.1.1:

	route add default 192.168.1.1


Add a namesever to /etc/resolv.conf:

	nameserver IP_ADDRESS


If it works, make your configuration permanent using

	/stand/sysinstall -> Configure -> Networking -> Interfaces

or editing /etc/rc.conf directly.


Good luck, Mark Weinem



More information about the freebsd-questions mailing list