I received the Sennheiser Consumer Audio BTD 600 and it’s working perfectly with my Sonos Ace on FreeBSD 14.2-RELEASE-p2. I just plugged it in, it was detected immediately and came up as pcm5
, I used mixertui
to set it as the default output device. Then I just put my Sonos Ace in pairing mode, Pressed and held the button on the BTD 600 for 3 seconds to put it into pairing mode. They found each other, and the rest is history. Thanks for the recommendation.
I was also able to re-test my TP-Link USB dongle that I had in storage for many years, and that also worked perfectly lol. I just plugged it in, I checked sysctl net.wlan.devices
and I saw the rtwn0
device on the list (uses rtwn – Realtek IEEE 802.11n/ac wireless network driver
driver). I then added my usual settings to /etc/rc.conf
and /etc/wpa_supplicant.conf
, did a service netif restart
, and the TP-Link turned on and went green. It associated pretty quickly and the DHCP finished in maybe less than 30 seconds and I was up and running. The speeds aren’t the fastest but it definitely seems to be working stable right now and good enough for sitting around the house and writing, browsing the web, and youtube. If I need the speed boost, I’ll just plug it into my dock again so it uses Ethernet. A speed test gave me 10.66 Mbps
down and 6.17 Mbps
upload. From my Amazon purchase history, it seems this was the one I bought on Jan 28, 2021
:
TP-Link USB WiFi Adapter for PC(TL-WN725N), N150 Wireless Network Adapter for Desktop - Nano Size WiFi Dongle for Windows 11/10/7/8/8.1/XP/ Mac OS 10.9-10.15 Linux Kernel 2.6.18-4.4.3, 2.4GHz Only
/etc/rc.conf
entries for wifi:
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country US regdomain FCC"
and then I did wpa_passphrase YOUR_SSID "YOUR_PASSWORD" > /etc/wpa_supplicant.conf
to set the WPA info.
ifconfig
for wifi
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether FF:FF:FF:FF:FF:FF (REDACTED)
inet 192.168.1.156 netmask 0xffffff00 broadcast 192.168.1.255
groups: wlan
ssid MY_SSID channel 5 (2432 MHz 11g ht/20) bssid FF:FF:FF:FF:FF:FF (REDACTED)
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 3:128-bit txpower 30 bmiss 7 scanvalid 60
protmode CTS ht20 ampdulimit 64k ampdudensity 4 shortgi -stbc -ldpc
-uapsd wme roaming MANUAL
parent interface: rtwn0
media: IEEE 802.11 Wireless Ethernet MCS mode 11ng
status: associated
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
dmesg
for BTD 600 (bluetooth)
ugen0.4: <vendor 0x0a12 product 0x4010> at usbus0
uhub6 on uhub0
uhub6: <vendor 0x0a12 product 0x4010, class 9/0, rev 2.00/20.87, addr 3> on usbus0
uhub6: 4 ports with 0 removable, bus powered
ugen0.5: <BTD 600 BTD 600> at usbus0
uhid0 on uhub6
uhid0: <BTD 600 BTD 600, class 0/0, rev 2.00/29.26, addr 4> on usbus0
uhid1 on uhub6
uhid1: <BTD 600 BTD 600, class 0/0, rev 2.00/29.26, addr 4> on usbus0
ubt1 on uhub0
ubt1: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 2> on usbus0
ubt1: ubt_attach:670: could not get two interfaces
device_attach: ubt1 attach returned 6
uaudio0 on uhub6
uaudio0: <BTD 600 BTD 600, class 0/0, rev 2.00/29.26, addr 4> on usbus0
uaudio0: Play[0]: 96000 Hz, 2 ch, 24-bit S-LE PCM format, 2x4ms buffer. (selected)
uaudio0: Play[0]: 48000 Hz, 2 ch, 24-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Play[0]: 44100 Hz, 2 ch, 24-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Record[0]: 32000 Hz, 1 ch, 16-bit S-LE PCM format, 2x4ms buffer. (selected)
uaudio0: Record[0]: 16000 Hz, 1 ch, 16-bit S-LE PCM format, 2x4ms buffer.
uaudio0: Record[0]: 8000 Hz, 1 ch, 16-bit S-LE PCM format, 2x4ms buffer.
uaudio0: No MIDI sequencer.
pcm5 on uaudio0
uaudio0: HID volume keys found.
ubt1 on uhub0
ubt1: <MediaTek Inc. WirelessDevice, class 239/2, rev 2.10/1.00, addr 2> on usbus0
ubt1: ubt_attach:670: could not get two interfaces
device_attach: ubt1 attach returned 6
PS: I have the Wifi dongle on the left side of my framework and the bluetooth on the right side, the wifi dongle has a constant green light, and the bluetooth has a constant purple light. I have to admit, it looks pretty cool even if it’s using two USB slots lol.