Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2009 09:34:15 -0400
From:      Henry Olyer <henry.olyer@gmail.com>
To:        Warren Block <wblock@wonkity.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: seeing a wireless router when building a 7.2 system
Message-ID:  <1d7089c40909260634p459b7a7fs27a714527d20fdae@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.0909222307340.10934@wonkity.com>
References:  <1d7089c40909221512i717a0a92kd5c7ab2428fa7cab@mail.gmail.com> <alpine.BSF.2.00.0909222307340.10934@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I have read all about the WPA sub-system;  I've also setup my
/boot/loader.conf and /etc/rc.conf files, correctly.
Except one small detail...

ifconfig ath0 up scan

never returns.

And when I do a:

ifconfig ath0

It tells me I don't have a carrier.

I know the wireless router is working because this Apple sees it.  So the
problem is on my Presario.

But the HP CQ-60 Presario is a pretty popular laptop, and the Atheros
chip-set is also very widely used.  So, some one has almost certainly been
here before me.

I think my only problem now is to get the carrier logic to respond.  Of
course I'd like to be able to control my wireless by pushing the light
button, to turn on and off wireless access.

Does any FreeBSD user have the button working?  I understand it turns blue
when it's up.  Orange when it's not...

This is a friend's email account.

I am Jules Gilbert, and thank's very much -- I couldn't do this stuff by
myself.

--jg





On Wed, Sep 23, 2009 at 1:14 AM, Warren Block <wblock@wonkity.com> wrote:

> On Tue, 22 Sep 2009, Henry Olyer wrote:
>
>  I am putting up 7.2 and I am attempting to use a wireless router.
>> How do I tell the 7.2  configurator to use my router, wirelessly?
>>
>> --jg
>>
>> I am using an Atheros chip-set, so I am not expecting trouble.  I just
>> need
>> FBSD to see my system.  I know my wireless 'name'.  What do I do??
>>
>
> If you're using WPA, create your /etc/wpa_supplicant.conf:
>
> network={
>  ssid="myssid"
>  psk="mykey"
> }
>
> Then you need the entries in /etc/rc.conf to create the wlan0 interface and
> set it up for WPA and DHCP:
>
> wlans_ath0="wlan0"
> ifconfig_wlan0="WPA DHCP"
>
> If you're not using WPA, well, why not?
>
> See the Handbook for more:
>
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html
>
> -Warren Block * Rapid City, South Dakota USA
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1d7089c40909260634p459b7a7fs27a714527d20fdae>