Bug #3170
closedUSB WLAN stick only recognized after plugging in and out
0%
Description
I am using an rt3070 based usb wlan stick, edimax EW-7711UMn. in the interface assign pulldown choice, it's only available after plugging it out and in again while pfsense is running.
plugging in the stick before booting pfsense -> not listed.
tested using pfsense 2.0.3 x64.
Updated by Chris Buechler about 11 years ago
- Category set to Operating System
- Status changed from New to Rejected
driver problem we have no control over. Hopefully will get better with 2.2 (FreeBSD 10) if it isn't already in 2.1.
Updated by dont care about 11 years ago
Update: This problem can be fixed by adding
runfw_load="YES"
to
pfSense file /boot/loader.conf.local (create the file if it doesn't already exist).
This will ensure that the driver is already loaded during boot!
Question: Is there anything that speaks against adding this as some kind of default to pfsense? Loading drivers should be a good thing?
Updated by dont care about 11 years ago
(Hint came from wallabybob here: http://forum.pfsense.org/index.php?topic=65227.new;topicseen#new)
Updated by Jim Pingle about 11 years ago
We can't load every conceivable driver, and run devices have also been known to have panics on some chips/devices, so it's safer to have the user load that driver themselves.