Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick workaround fix for issue when USB modules are not loaded automaticall #65

Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
workaround for issue of not autoloading USB device modules
  • Loading branch information
maxsteciuk committed Jan 30, 2019
commit e970ff75d597ef075d65d77551bc7f1d2597c14b
@@ -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"