Wireless woes
Patrick Bowen
pbowen at fastmail.fm
Sat Apr 29 00:47:40 UTC 2006
Jeff Rollin wrote:
> Sam,
>
> I'm trying to set up my Cardbus wireless NIC and wondered if you might
> have
> any ideas as to what to do.
>
> As suggested by Kevin Oberman (freebsd-mobile at freebsd.org, Wireless
> woes),
> here are some details on the D-Link DWL-G650, Atheros Chipset,
> revision C2:
>
> P/N: DWLG650EU.C2
>
> S/N: DR1X145009965
>
> H/W Vers: C2
>
> F/W Ver. 3.1.6
>
> That info was copied verbatim from the back of the card, so hopefully it
> makes more sense to you than it does to me!! (I hope this, or some of
> it, is
> the CIS info he mentioned).
>
> Thanks in advance,
>
> Jeff.
> _______________________________________________
> freebsd-mobile at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe at freebsd.org"
>
>
Jeff;
Did you try loading the ath driver?
kldload if_ath
If your IP is dynamically assigned then do (as root);
dhclient ath0
If this works then you can have it happen automatically when you boot by
adding "if_ath_load="YES" to /boot/loader.conf and adding
"ifconfig_ath="DHCP" to /etc/rc.conf.
Patrick
More information about the freebsd-mobile
mailing list