Hello.
I am new here, in FreeBSD. English isn't my first language, so, please, be patient. I have a TL-WN725N device.
When I use the urtwn firmware in OpenBSD, I only need to do this:
(It could be "nwkey" instead "wpakey" when you have wep crypt).
Then it connects. No more things to do. But I don't know how are things in FreeBSD.
When I looked in here, I made just this:
Alternatively, to load the driver as a module at boot time,
place the following line in loader.conf(5):
I rebooted, but I couldn't make the firmware work. How should I do that?
When I put
I get this about urtwn:
Can someone help me?
I want to learn how to use the Wi-Fi device, and to correct any eventual problem.
I am new here, in FreeBSD. English isn't my first language, so, please, be patient. I have a TL-WN725N device.
When I use the urtwn firmware in OpenBSD, I only need to do this:
# ifconfig urtwn0 nwid WI-FI-INTERFACE wpakey PASSWORD
# dhclient urtwn0
(It could be "nwkey" instead "wpakey" when you have wep crypt).
Then it connects. No more things to do. But I don't know how are things in FreeBSD.
When I looked in here, I made just this:
Alternatively, to load the driver as a module at boot time,
place the following line in loader.conf(5):
Code:
if_urtwn_load="YES"
I rebooted, but I couldn't make the firmware work. How should I do that?
When I put
ifconfig -a
I get this about urtwn:
Code:
urtwn0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether ec:08:6b:16:51:2b
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
Can someone help me?
I want to learn how to use the Wi-Fi device, and to correct any eventual problem.