wifi/bluetooth module not supported?

so i have a 1 liter mini machine that has the following wifi/bluetooth card. no support for it on freebsd install

Device-2: Intel Wi-Fi 5 Wireless-AC 9x6x [Thunder Peak] driver: iwm
bus-ID: 0:6:0.0 chip-ID: 8086:2526
Bluetooth:
Device-1: N/A type: USB driver: N/A bus-ID: 0-0.5:5 chip-ID: 8087:0025
Report: No OS support. Is a comparable bluetooth tool available?



any chance post install there's something to be done?


Code:
```                        `        alltll@chobsd
  ` `.....---.......--.```   -/     -------------
  +o   .--`         /y:`      +.    Host: HP EliteDesk 705 G5 Desktop Mini (SBKPFV3)
   yo`:.            :o      `+-     Kernel: FreeBSD 15.0-RELEASE
    y/               -/`   -o/      Uptime: 2 hours, 15 mins
   .-                  ::/sy+:.     Packages: 865 (pkg)
   /                     `--  /     Shell: sh
  `:                          :`    Display (DELL E178FP): 1280x1024 in 17", 60 Hz [External] *
  `:                          :`    Display (H40): 1920x1080 in 26", 60 Hz [External]
   /                          /     Display (DELL P1913S): 1280x1024 @ 0.8x in 19", 60 Hz [External]
   .-                        -.     DE: Mate 1.28.2
    --                      -.      WM: Marco (XLibre)
     `:`                  `:`       WM Theme: BlackMATE
       .--             `--.         Theme: BlackMATE [GTK2/3/4]
          .---.....----.            Icons: menta [GTK2/3/4]
                                    Font: Sans (10pt) [GTK2/3/4]
                                    Cursor: mate-black (32px)
                                    Terminal: mate-terminal 1.28.1
                                    Terminal Font: Monospace (12pt)
                                    CPU: AMD Ryzen 5 PRO 2400GE (8) @ 3.20 GHz
                                    GPU: AMD Radeon Vega 11 Graphics
                                    Memory: 17.84 GiB / 29.86 GiB (60%)
                                    Swap: 0 B / 2.00 GiB (0%)
                                    Disk (/): 9.73 GiB / 454.53 GiB (2%) - zfs
                                    Disk (/media/TEAM_TM8FP6002T_TPBF2307030020300540_s2): 230.69 Gs
                                    Disk (/zroot): 96.00 KiB / 444.80 GiB (0%) - zfs
                                    Local IP (re0): 192.168.0.81/24
                                    Locale: C.UTF-8
 
setup wi-fi using he Handbook, then reboot and see if the wi-fi icon is on. For blue tooth is more elaborate. Maybe not possible.
it's just the bluetooth i was wanting to set up. i have a cat 6 cable for my pc which is much moire stable and faster than wifi. It didnt get any drivers for the bluetooth during install and inxi is claiming no os support..
 
That's fine, just means that no device was found nearby.

For example if I set my phone visible I get:
Inquiry result #0
BD_ADDR: b4:05:a1:92:35:1f
Page Scan Rep. Mode: 0x1
Page Scan Period Mode: 00
Page Scan Mode: 00
Class: 5a:02:0c
Clock offset: 0x4a
Inquiry complete. Status: No error [00]
 
That's fine, just means that no device was found nearby.

For example if I set my phone visible I get:
Inquiry result #0
BD_ADDR: b4:05:a1:92:35:1f
Page Scan Rep. Mode: 0x1
Page Scan Period Mode: 00
Page Scan Mode: 00
Class: 5a:02:0c
Clock offset: 0x4a
Inquiry complete. Status: No error [00]
well for me it means there's nothing detected
 
sudo usbconfig
ugen0.1: <XHCI root HUB AMD> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen3.1: <XHCI root HUB AMD> at usbus3, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen2.1: <XHCI root HUB AMD> at usbus2, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen1.1: <EHCI root HUB (0x10ec)> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen0.3: <Wireless Receiver Maxxter> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (50mA)
Code:
ugen0.4: <Wireless-AC 9260 Bluetooth Adapter Intel Corp.> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
ugen0.2: <Elecom Co., Ltd MR-K013 Multicard Reader Areson Technology Corp> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
 
it's there the 9260 just like they said it was.

net.wlan.devices
sh: net.wlan.devices: not found

dmesg | grep -i -E 'wifi|wlan|bt|blue'
bridge0: changing name to 'wifibox0'
wifibox0: link state changed to DOWN
wifibox0: link state changed to UP

New packages to be INSTALLED:
wifi-firmware-iwlwifi-kmod: 20251125 [FreeBSD-ports-kmods]

Installed packages to be REMOVED:
wifi-firmware-iwlwifi-kmod-9000: 20251125
 
Back
Top