Re: trouble with urtwn

2014-03-09 Thread Rui Paulo
On 9 Mar 2014, at 13:15, Tom Everett  wrote:

> Wandboard.  
> 
> Here: https://github.com/teverett/crochet-freebsd/tree/master/board/Wandboard

OK, nevermind.  I suppose you have a loader.rc.sample.

--
Rui Paulo



___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: trouble with urtwn

2014-03-09 Thread Tom Everett
Wandboard.

Here:
https://github.com/teverett/crochet-freebsd/tree/master/board/Wandboard


On Sun, Mar 9, 2014 at 1:27 PM, Rui Paulo  wrote:

> On 9 Mar 2014, at 12:26, Tom Everett  wrote:
>
> > Just to close the loop, the bug was mine.  In the Crochet-FreeBSD
> configuration I had /boot/loader.conf, and it was properly configured.
>  Unfortunately I didn't have a /boot/loader.rc, so loader.conf was never
> loaded.
>
> Which platform is this?  /boot/loader.rc was added to several ARM
> platforms last year.
>
> --
> Rui Paulo
>
>
>
>


-- 
A better world shall emerge based on faith and understanding  - Douglas
MacArthur
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: trouble with urtwn

2014-03-09 Thread Rui Paulo
On 9 Mar 2014, at 12:26, Tom Everett  wrote:

> Just to close the loop, the bug was mine.  In the Crochet-FreeBSD 
> configuration I had /boot/loader.conf, and it was properly configured.  
> Unfortunately I didn't have a /boot/loader.rc, so loader.conf was never 
> loaded.

Which platform is this?  /boot/loader.rc was added to several ARM platforms 
last year.

--
Rui Paulo



___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: trouble with urtwn

2014-03-09 Thread Tom Everett
Just to close the loop, the bug was mine.  In the Crochet-FreeBSD
configuration I had /boot/loader.conf, and it was properly configured.
 Unfortunately I didn't have a /boot/loader.rc, so loader.conf was never
loaded.



On Sun, Mar 9, 2014 at 1:21 PM, Rui Paulo  wrote:

> On 8 Mar 2014, at 14:51, Tom Everett  wrote:
>
> > Good afternoon.
> >
> > I've got a urtwn device and this in my /boot/loader.conf
> >
> > console="comconsole"
> >
> > legal.realtek.license_ack=1
> >
> > if_urtwn_load="YES"
> >
> > However when I issue a scan request like this
> >
> > ifconfig wlan0 create wlandev urtwn0
> >
> > ifconfig wlan0 up scan
> >
> > I get this on the console.
> >
> > urtwn-rtl8192cfwT: You need to read the LICENSE file in
> > /usr/share/doc/legal/realtek/.
> > urtwn-rtl8192cfwT: If you agree with the license, set
> > legal.realtek.license_ack=1 in /boot/loader.conf.
> > module_register_init: MOD_LOAD (urtwn_rtl8192cfwT_fw, 0xc76fc4f0, 0)
> error 1
> > urtwn-rtl8192cfwT: could not load firmware image, error 8
> > urtwn0: failed loadfirmware of file urtwn-rtl8192cfwT
> >
> > Have I missed a step?
>
> You either need to reboot after changing /boot/loader.conf or you need to
> do "kenv legal.realtek.license_ack=1".
>
> --
> Rui Paulo
>
>
>
>


-- 
A better world shall emerge based on faith and understanding  - Douglas
MacArthur
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: trouble with urtwn

2014-03-09 Thread Rui Paulo
On 8 Mar 2014, at 14:51, Tom Everett  wrote:

> Good afternoon.
> 
> I've got a urtwn device and this in my /boot/loader.conf
> 
> console="comconsole"
> 
> legal.realtek.license_ack=1
> 
> if_urtwn_load="YES"
> 
> However when I issue a scan request like this
> 
> ifconfig wlan0 create wlandev urtwn0
> 
> ifconfig wlan0 up scan
> 
> I get this on the console.
> 
> urtwn-rtl8192cfwT: You need to read the LICENSE file in
> /usr/share/doc/legal/realtek/.
> urtwn-rtl8192cfwT: If you agree with the license, set
> legal.realtek.license_ack=1 in /boot/loader.conf.
> module_register_init: MOD_LOAD (urtwn_rtl8192cfwT_fw, 0xc76fc4f0, 0) error 1
> urtwn-rtl8192cfwT: could not load firmware image, error 8
> urtwn0: failed loadfirmware of file urtwn-rtl8192cfwT
> 
> Have I missed a step?

You either need to reboot after changing /boot/loader.conf or you need to do 
"kenv legal.realtek.license_ack=1".

--
Rui Paulo



___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


trouble with urtwn

2014-03-08 Thread Tom Everett
Good afternoon.

I've got a urtwn device and this in my /boot/loader.conf

console="comconsole"

legal.realtek.license_ack=1

if_urtwn_load="YES"

However when I issue a scan request like this

ifconfig wlan0 create wlandev urtwn0

ifconfig wlan0 up scan

I get this on the console.

 urtwn-rtl8192cfwT: You need to read the LICENSE file in
/usr/share/doc/legal/realtek/.
urtwn-rtl8192cfwT: If you agree with the license, set
legal.realtek.license_ack=1 in /boot/loader.conf.
module_register_init: MOD_LOAD (urtwn_rtl8192cfwT_fw, 0xc76fc4f0, 0) error 1
urtwn-rtl8192cfwT: could not load firmware image, error 8
urtwn0: failed loadfirmware of file urtwn-rtl8192cfwT

Have I missed a step?



-- 
A better world shall emerge based on faith and understanding  - Douglas
MacArthur
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"