So, I recently got a new laptop, and have been trying to install FreeBSD on it (this is the first time I've tried installing FreeBSD on anything). I need to set wireless now, and according to the manual, I needed to add the line
to my /boot/loader.conf file.
Using ifconfig, the computer seems to know that the device exists, as regardless of whether or not loader.conf exists with that line, ifconfig displays the following:
(anything which seems like a typo probably is: I'm using a different computer right now and am not quite sure how to copy-paste the output from my laptop to here).
Now, according to the manual, [cmd=]ifconfig wlan0 create wlandev re0[/cmd] is the next step in setting things up. However, regardless of whether or not loader.conf exists with the specified line, the above still give an error:
A quick check shows that wlandev is a parameter for ifconfig specific to 802.11, and that my RealTek card is compliant with IEEE 802.3. However, here I'm at a loss for how to get wireless working, so any pointers would be really appreciated.
Code:
if_re_load="YES"
Using ifconfig, the computer seems to know that the device exists, as regardless of whether or not loader.conf exists with that line, ifconfig displays the following:
Code:
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 2c:41:38:5c:16:c6
nd6 options=29<PERFORMED,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
Now, according to the manual, [cmd=]ifconfig wlan0 create wlandev re0[/cmd] is the next step in setting things up. However, regardless of whether or not loader.conf exists with the specified line, the above still give an error:
Code:
re0: wlan_clone_create: reject, not an 802.11 device
ifconfig: SIOCIFCREATE2: Device not configured