DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 22nd April 2021
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default Want to know if my WiFi and Bluetooth is supported

Hi,
I had no other choice but to leave OpenBSD coz I had purchased a usb WiFi dongle that was not supported by OpenBSD.

I have purchased a new usb WiFi dongle. This is my new WiFi

Code:
Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
I tested thing WiFi dongle using the live mode of GhostBSD and it worked out of the box but my bluetooth was not detected. I cant manage without Bluetooth connectivity.

This is my Bluetooth hardware :

Code:
Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
OpenBSD doesn't have a live mode like GhostBSD otherwise I would have tested my hardware myself.
Reply With Quote
  #2   (View Single Post)  
Old 22nd April 2021
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,016
Default

Bluetooth is not available with OpenBSD. BT audio dongles can be used only if they present as an audio device rather than as a BT device: https://jcs.org/2020/11/18/openbsd_btaudio


The RTL8188EUS is recognized by the urtwn(4) driver in /sys/dev/usb/if_urtwn.c, but the best way to know if the chipset works for certain is to test it. To test, install the OS onto a spare drive such as a USB stick, and either obtain the third party firmware through a different NIC or download the firmware package in advance of the install and manually install it with the -p option of fw_update(8).
Reply With Quote
  #3   (View Single Post)  
Old 22nd April 2021
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by jggimi View Post
Bluetooth is not available with OpenBSD. BT audio dongles can be used only if they present as an audio device rather than as a BT device: https://jcs.org/2020/11/18/openbsd_btaudio
I rarely transfer any files using bluetooth. I pair my BT headphone & listen to music & watch movies. If OpenBSD can do this I will be more than happy.

Quote:
Originally Posted by jggimi View Post
The RTL8188EUS is recognized by the urtwn(4) driver in /sys/dev/usb/if_urtwn.c, but the best way to know if the chipset works for certain is to test it. To test, install the OS onto a spare drive such as a USB stick, and either obtain the third party firmware through a different NIC or download the firmware package in advance of the install and manually install it with the -p option of fw_update(8).
Before I do the test let me ask something. You mean my WiFi is not supported out of the box? To make it work I need to (a) gain connectivity by some other means & then (b) download the driver & (c) finally install it ?
Reply With Quote
  #4   (View Single Post)  
Old 22nd April 2021
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

@jggimi
Sorry I misunderstood what you meant by BT audio dongles.

Does GhostBSD which as you know is based on FreeBSD has this same issue ?
I am not sure if FreeBSD lacks BT support or its just a matter of installing bluetooth related packages.
When I say packages I mean packages which help in connecting devices using BT. Please see attachment. I am not talking about drivers.
Attached Images
File Type: png bt frontend.png (19.1 KB, 33 views)
Reply With Quote
  #5   (View Single Post)  
Old 22nd April 2021
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,016
Default

Quote:
Originally Posted by bsd007 View Post
You mean my WiFi is not supported out of the box?
I am uncertain, as the man page does not list the specific chipset. This is why I suggested testing.
Quote:
To make it work I need to (a) gain connectivity by some other means & then (b) download the driver & (c) finally install it ?
Realtek hardware requires Realtek firmware be loaded into the hardware by the operating system in order to function. Realtek does not license their firmware so that it can be distributed as a "built-in" firmware module for OpenBSD. It must be installed separately. So yes, you must either have an alternate NIC (such as wired Ethernet or a Wifi dongle that loads its own firmware from its own on-device storage at power-on) in order to download the firmware after installation, or you must download the firmware from a separate system or from a different OS on this system, and put it somewhere the OS can find it after booting, such as on a USB stick formatted with a FAT filesystem. Before you ask, exFAT is not FAT.

So for you test you might need up to 3 different disks, which could be USB sticks: 1) the disk that will hold the OS, 2) the disk that will be installation media, 3) the disk that will hold the NIC's firmware obtained in advance. There are ways to reduce the number of disks but this is the simplest and easiest test method.
Quote:
Originally Posted by bsd007 View Post
Does GhostBSD which as you know is based on FreeBSD has this same issue ?
This is the first hit when I Googled with the keywords "bluetooth" and "ghostbsd": https://forums.ghostbsd.org/viewtopic.php?f=76&p=8058
Reply With Quote
  #6   (View Single Post)  
Old 22nd April 2021
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 8,016
Default

A little background on drivers and firmware:
  • Drivers are operating system software modules that communicate with and operate hardware components. In OpenBSD, drivers are part of the kernel.
  • Firmware is called "firm" because it is neither software nor hardware. Firmware is control programming that run "inside" its specific hardware component. Firmware operation is not software -- in that it is not visible to the CPU, and therefore, it is not visible to the OS. And it isn't exactly hardware, because it is programmatic control. Hardware components that are complex enough to need firmware will sometimes have their firmware permanently embedded, so that it begins operation at power-on, and neither the OS nor any user are aware of it. And sometimes these complex hardware components need the OS to load their firmware into them so that they can start operation. This latter type of firmware is very common among WiFi chipset manufacturers.
Reply With Quote
  #7   (View Single Post)  
Old 11th May 2021
prx prx is offline
New User
 
Join Date: May 2021
Posts: 3
Default

Hi,
to test OpenBSD, you can use Fuguita : a sort of live mode : http://fuguita.org/

btw, Bluetooth isn't supported on OpenBSD.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is my usb WiFi supported under openBSD ? bsd007 OpenBSD General 14 6th June 2019 02:14 PM
Bluetooth jjstorm OpenBSD Packages and Ports 3 28th February 2016 05:19 PM
Bluetooth on OpenBSD 5.1 and later? kolaloka OpenBSD General 2 17th June 2012 08:44 PM
Bluetooth&&Bluez mehaj OpenBSD Packages and Ports 18 23rd June 2011 09:58 AM
Bluetooth () iwi OpenBSD General 4 16th December 2008 01:51 PM


All times are GMT. The time now is 02:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick