DSBDriverd

About

DSBDriverd is a daemon that automatically tries to find and load the suitable driver(s) for your PCI and USB hardware.

Current Version

1.0

Release Notes

Installation

FreeBSD® ports

The preferred way is to use the FreeBSD® ports:
# cd /usr/ports/sysutils/dsbdriverd && make install distclean

Installation from source

Dependencies

Building from release code
# tar xf dsbdriverd-1.0.tgz && cd dsbdriverd-1.0 && make install
Building from the latest GitHUB code
# git clone https://github.com/mrclksr/DSBDriverd.git
# cd DSBDriverd && make install

Setup

In order to start DSBDriverd at boot time, add the following line to your /etc/rc.conf:
dsbdriverd_enable="YES"

Download

Download DSBDriverd