FreeBSD - wireless cards not picked up
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I am attempting to get wireless working on FreeBSD 11.1 and not having much luck. Dmesg indicates it sees the USB wireless adapter; however, ifconfig and sysctl net.wlan.devices indicate nothing.
dmesg output
Realtek 802.11ac NIC
Atheros USB2.0 WLAN
Atheros UB94
I tried man ath - added the entries to /boot/loader.conf, rebooted, and nothing.
Are these devices not supported or is something else going on?
From what little I know, I do not believe this to be related to this: WiFi problems (Atheros driver) with FreeBSD 11
I do not even have /dev/ath0, if I did, I would be a little further along to getting wireless working.
The only thing I see is output in dmesg as listed.
wifi freebsd
add a comment |Â
up vote
1
down vote
favorite
I am attempting to get wireless working on FreeBSD 11.1 and not having much luck. Dmesg indicates it sees the USB wireless adapter; however, ifconfig and sysctl net.wlan.devices indicate nothing.
dmesg output
Realtek 802.11ac NIC
Atheros USB2.0 WLAN
Atheros UB94
I tried man ath - added the entries to /boot/loader.conf, rebooted, and nothing.
Are these devices not supported or is something else going on?
From what little I know, I do not believe this to be related to this: WiFi problems (Atheros driver) with FreeBSD 11
I do not even have /dev/ath0, if I did, I would be a little further along to getting wireless working.
The only thing I see is output in dmesg as listed.
wifi freebsd
1
So you've addedif_ath_load="YES"
andif_ath_pci_load="YES"
to loader.conf andsysctl net.wlan.devices
still does not show any device, right?
â Mateusz Piotrowski
Apr 29 at 12:54
1. Why would I need if_ath_pci_load="YES" if it is a USB device? 2. The device isn't even showing up at all, so I need to sort that out.
â Walter
Apr 30 at 10:24
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am attempting to get wireless working on FreeBSD 11.1 and not having much luck. Dmesg indicates it sees the USB wireless adapter; however, ifconfig and sysctl net.wlan.devices indicate nothing.
dmesg output
Realtek 802.11ac NIC
Atheros USB2.0 WLAN
Atheros UB94
I tried man ath - added the entries to /boot/loader.conf, rebooted, and nothing.
Are these devices not supported or is something else going on?
From what little I know, I do not believe this to be related to this: WiFi problems (Atheros driver) with FreeBSD 11
I do not even have /dev/ath0, if I did, I would be a little further along to getting wireless working.
The only thing I see is output in dmesg as listed.
wifi freebsd
I am attempting to get wireless working on FreeBSD 11.1 and not having much luck. Dmesg indicates it sees the USB wireless adapter; however, ifconfig and sysctl net.wlan.devices indicate nothing.
dmesg output
Realtek 802.11ac NIC
Atheros USB2.0 WLAN
Atheros UB94
I tried man ath - added the entries to /boot/loader.conf, rebooted, and nothing.
Are these devices not supported or is something else going on?
From what little I know, I do not believe this to be related to this: WiFi problems (Atheros driver) with FreeBSD 11
I do not even have /dev/ath0, if I did, I would be a little further along to getting wireless working.
The only thing I see is output in dmesg as listed.
wifi freebsd
edited May 1 at 0:46
asked Apr 29 at 12:00
Walter
5022616
5022616
1
So you've addedif_ath_load="YES"
andif_ath_pci_load="YES"
to loader.conf andsysctl net.wlan.devices
still does not show any device, right?
â Mateusz Piotrowski
Apr 29 at 12:54
1. Why would I need if_ath_pci_load="YES" if it is a USB device? 2. The device isn't even showing up at all, so I need to sort that out.
â Walter
Apr 30 at 10:24
add a comment |Â
1
So you've addedif_ath_load="YES"
andif_ath_pci_load="YES"
to loader.conf andsysctl net.wlan.devices
still does not show any device, right?
â Mateusz Piotrowski
Apr 29 at 12:54
1. Why would I need if_ath_pci_load="YES" if it is a USB device? 2. The device isn't even showing up at all, so I need to sort that out.
â Walter
Apr 30 at 10:24
1
1
So you've added
if_ath_load="YES"
and if_ath_pci_load="YES"
to loader.conf and sysctl net.wlan.devices
still does not show any device, right?â Mateusz Piotrowski
Apr 29 at 12:54
So you've added
if_ath_load="YES"
and if_ath_pci_load="YES"
to loader.conf and sysctl net.wlan.devices
still does not show any device, right?â Mateusz Piotrowski
Apr 29 at 12:54
1. Why would I need if_ath_pci_load="YES" if it is a USB device? 2. The device isn't even showing up at all, so I need to sort that out.
â Walter
Apr 30 at 10:24
1. Why would I need if_ath_pci_load="YES" if it is a USB device? 2. The device isn't even showing up at all, so I need to sort that out.
â Walter
Apr 30 at 10:24
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
I have one of the unsupported Atheros wireless NICs.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
I have one of the unsupported Atheros wireless NICs.
add a comment |Â
up vote
0
down vote
accepted
I have one of the unsupported Atheros wireless NICs.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I have one of the unsupported Atheros wireless NICs.
I have one of the unsupported Atheros wireless NICs.
answered Jun 2 at 2:25
Walter
5022616
5022616
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f440718%2ffreebsd-wireless-cards-not-picked-up%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
So you've added
if_ath_load="YES"
andif_ath_pci_load="YES"
to loader.conf andsysctl net.wlan.devices
still does not show any device, right?â Mateusz Piotrowski
Apr 29 at 12:54
1. Why would I need if_ath_pci_load="YES" if it is a USB device? 2. The device isn't even showing up at all, so I need to sort that out.
â Walter
Apr 30 at 10:24