Hi, hope everybody is enjoying a better day than I have so far. I recently installed FreeBSD 10.2 in a Toshiba Satellite C50-A.
After installation I wanted to get connected to the internet so I issued the command
then the output showed this
I then edited /boot/loader.conf and added the line
and I also edited /etc/rc.conf and added the line
but I cant get connected to the internet. Can please somebody point out what I am doing wrong. Thank you I will appreciate it.
After installation I wanted to get connected to the internet so I issued the command
ifconfig
then the output showed this
Code:
alc0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c319a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING, VLAN_HWCSUM, TSO4,WOL_MCAST,WOL_MAGIC,VLAN_HWTSO,LINKSTATE>
ether 00:8c:fa:a0:b1:41
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect
I then edited /boot/loader.conf and added the line
Code:
if_alc_load="YES"
and I also edited /etc/rc.conf and added the line
Code:
wlans_alc="wlan0"
but I cant get connected to the internet. Can please somebody point out what I am doing wrong. Thank you I will appreciate it.