From e970ff75d597ef075d65d77551bc7f1d2597c14b Mon Sep 17 00:00:00 2001 From: Maksym Stetsyuk Date: Wed, 30 Jan 2019 13:43:53 -0500 Subject: [PATCH] workaround for issue of not autoloading USB device modules --- core-files/boot/loader.conf.local | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core-files/boot/loader.conf.local b/core-files/boot/loader.conf.local index 823d585..683a804 100644 --- a/core-files/boot/loader.conf.local +++ b/core-files/boot/loader.conf.local @@ -18,3 +18,13 @@ hw.vga.textmode="1" sound_load="YES" snd_driver_load="YES" snd_hda_load="YES" + +# FIXME: Since migration from devd to devmatch USB modules are not loaded automatically +# As a workaround the following would need to be added while the root cause is investigated. +# snd_uaudio needs to be loaded by bootloader before hw.snd.default_unit is applied where default_unit is USB audio device +# Please see the FreeBSD bugtracker for details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235257 +snd_uaudio_load="YES" +# This is for USB WiFi module +if_rtwn_load="YES" +# This is for USB Serial module +uplcom_load="YES"