Hi,
I've just recently installed Freebsd 12 release. Everything seems to be working, mostly. I am however having problems with the system recognising USB3 devices, or more specifically flash drives, USB hard drives and DVD drives. When Plugged in nothing happens, or sometimes the flash drive may be recognised after around 2 minutes, then I can mount it, but that's only 1 in 5 times. USB2 no problems at all.
I've poked around with various settings and permissions etc, but nothing appears to work. Technical details as follows if it helps:-
HP Pavilion 550-182na Desktop, all AMD and Radeon chipsets
Output of
/etc/sysctl.conf
/etc/rc.conf
and /boot/loader.conf
I hope I've provided enough info. Needless to say, on the same system, I have no problem with Linux detecting the same hardware, or for that matter the accursed Windows.
Outside of this, its a fairly rock steady install, and I'm pleased with it. But the USB thing is going to bug me until I find a way to fix it. I cant imaging for one moment I am the only person this has happend to.
Any help appreciated.
Regards
I've just recently installed Freebsd 12 release. Everything seems to be working, mostly. I am however having problems with the system recognising USB3 devices, or more specifically flash drives, USB hard drives and DVD drives. When Plugged in nothing happens, or sometimes the flash drive may be recognised after around 2 minutes, then I can mount it, but that's only 1 in 5 times. USB2 no problems at all.
I've poked around with various settings and permissions etc, but nothing appears to work. Technical details as follows if it helps:-
HP Pavilion 550-182na Desktop, all AMD and Radeon chipsets
Output of
dmesg
Code:
scsi_cd: cdioctl: cdioreadsubchannel: error, len=0
pid 77669 (conftest), uid 0: exited on signal 11 (core dumped)
ugen1.3: <Verbatim STORE N GO> at usbus1
umass2 on uhub3
umass2: <Verbatim STORE N GO, class 0/0, rev 2.00/1.05, addr 2> on usbus1
umass2: SCSI over Bulk-Only; quirks = 0xc100
umass2:12:2: Attached to scbus12
Code:
# $FreeBSD: releng/12.0/sbin/sysctl/sysctl.conf 337624 2018-08-11 13:28:03Z brd $
#
# This file is read when going to multi-user and its contents piped thru
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
vfs.zfs.min_auto_ashift=12
dev.hdac.0.polling=1
hw.snd.default_unit=0
vfs.usermount=1
kern.maxfiles=200000
kern.sched.preempt_thresh=224
hw.syscons.bell=0
kern.ipc.shm_allow_removed=1
kern.ipc.shmmax=67108864
kern.ipc.shmall=32768
vfs.read_max=128
net.local.stream.recvspace=65536
net.local.stream.sendspace=65536
#shared memory for Chromium
kern.ipc.shm_allow_removed=1
/etc/rc.conf
Code:
hostname="FreeBSD-Mark"
keymap="uk.kbd"
ifconfig_re0="DHCP"
sshd_enable="YES"
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
zfs_enable="YES"
kld_list="/boot/modules/amdgpu.ko"
#snddetect_enable="YES"
#mixer_enable="YES"
#gnome_enable="YES"
#moused_enable="YES"
dbus_enable="YES"
hald_enable="YES"
avahi_daemon_enable="YES"
#gdm_enable="YES"
sddm_enable="YES"
clear_tmp_enable="YES"
clean_tmp_X="YES"
microcode_update_enable="YES"
sendmail_enable="NONE"
#fsck_y_enable="YES"
swapexd_enable="YES"
syslogd_flags="-c -ss"
linux_enable="YES"
cupsd_enable="YES"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
saned_enable="YES"
#amd_enable="YES"
#amd_flags="a /.amd_mnt -c 10 -w -l syslog /host /etc/amd.map"
autofs_enable="YES"
ataidle_enable="YES"
ataidle_devices="ada0 ada1"
ataidle_ada0="-A 0 -P 0"
mixer_enable="YES"
mouse_type="auto"
webcamd_enable="YES"
ntpdate_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
and /boot/loader.conf
Code:
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
#hw.sdhci.enable_msi=0
zfs_load="YES"
sound_load="YES"
snd_hda_load="YES"
loader_logo="beastie"
hw.syscons.disable=1
kern.vty=vt
linux_load="YES"
linux_enable="YES"
kern.ipc.shmseq=1024
kern.ipc.shmmni=1024
kern.maxproc=100000
mmc_load="YES"
mmcsd_load="YES"
sdhci_load="YES"
atapicam_load="YES"
fuse_load="YES"
coretemp_load="YES"
tmpfs_load="YES"
aio_load="YES"
libiconv_load="YES"
msdosfs_iconv_load="YES"
libmchain_load="YES"
cd9660_iconv_load="YES"
#cuse_load="YES"
cuse4bsd_load="YES"
uplcom_load="YES"
ng_ubg_load="YES"
hw.usb.xhci.xhci_port_route=-1
I hope I've provided enough info. Needless to say, on the same system, I have no problem with Linux detecting the same hardware, or for that matter the accursed Windows.
Outside of this, its a fairly rock steady install, and I'm pleased with it. But the USB thing is going to bug me until I find a way to fix it. I cant imaging for one moment I am the only person this has happend to.
Any help appreciated.
Regards
