Bug #3443
closedrun -- Ralink Technology USB
0%
Description
NAME
run -- Ralink Technology USB IEEE 802.11a/g/n wireless network device
SYNOPSIS
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
device ehci
device uhci
device ohci
device usb
device run
device wlan
device wlan_amrr
Firmware is also needed, and provided by:
device runfw
Alternatively, to load the driver as a module at boot time, place the
following lines in loader.conf(5):
if_run_load="YES"
runfw_load="YES"
I did not find "runfw_load" in /boot/defaults/loader.conf
So i tried to add it and reboot, i got this,
Feb 10 13:55:32 kernel: Root mount waiting for: usbus0
Feb 10 13:55:32 kernel: uhub0: 2 ports with 2 removable, self powered
Feb 10 13:55:32 kernel: Root mount waiting for: usbus0
Feb 10 13:55:32 kernel: ugen0.2: <Ralink> at usbus0
Feb 10 13:55:32 kernel: run0: <1.0> on usbus0
Feb 10 13:55:32 kernel: Root mount waiting for: usbus0
Feb 10 13:55:32 kernel: run0: MAC/BBP RT3070 (rev 0x0201), RF RT3020 (MIMO 1T1R), address a0:f3:c1:0f:fb:f8
Feb 10 13:55:32 kernel: runfw: root not mounted yet, no way to load image
Feb 10 13:55:32 kernel: run0: failed loadfirmware of file runfw
Feb 10 13:55:32 kernel: run0: could not load 8051 microcode
Feb 10 13:55:32 kernel: device_attach: run0 attach returned 6
and I could not determin if device runfw is in kernel or not. but i wonder if the load of runfw delayed untill root is mounted, shal this fix it?