Re: Wireless Problems (DWL-122)

2006-02-14 Thread Nick Guenther
On 2/13/06, Stuart Henderson <[EMAIL PROTECTED]> wrote: > > > then i use wicontrol to configure my wlan: > > Why not make it simpler? ifconfig does all this and is > portable to other cards. > > cat >> /etc/hostname.wi0 << EOF > up nwid MyWifiName nwkey 0x0 > dhcp > EOF > Because wi(4)

Re: Wireless Problems (DWL-122)

2006-02-13 Thread Luca Marra
Nick Guenther gmail.com> writes: > > You probably want to bring the interface up before trying this: > ifconfig wi0 nwkey up > wicontrol -n MyWifiName -e 1 > setting the card up with ifconfig works > > Is the "wicontrol: SIOCSWAVELAN: Numerical argument out of domain" > > error a normal thing?

Re: Wireless Problems (DWL-122)

2006-02-13 Thread Stuart Henderson
> > then i use wicontrol to configure my wlan: Why not make it simpler? ifconfig does all this and is portable to other cards. cat >> /etc/hostname.wi0 << EOF up nwid MyWifiName nwkey 0x0 dhcp EOF

Re: Wireless Problems (DWL-122)

2006-02-13 Thread Nick Guenther
On 2/13/06, Luca Marra <[EMAIL PROTECTED]> wrote: > I'm trying to set up my wireless adapter in openbsd/macppc, it's a DWL-122 USB > adapter and "man wi" says it's supported: > > The following cards are among those supported by the wi driver: > [...] > D-Link DWL-122 Prism-3

Wireless Problems (DWL-122)

2006-02-13 Thread Luca Marra
I'm trying to set up my wireless adapter in openbsd/macppc, it's a DWL-122 USB adapter and "man wi" says it's supported: The following cards are among those supported by the wi driver: [...] D-Link DWL-122 Prism-3 USB [...] when i connect the adapter e get the following