Re: Wireless woes
Patrick Bowen <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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 ([email protected], 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. > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "[email protected]" > > 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"