making interface usb network interface persistent on reboot.
-
Trying to make interface ue0 persistent on reboot. I have tried adding the following two lines in /boot/loader.conf but systems panics on reboot.
usb_quirk_load="YES"
hw.usb.quirk.0="0x0424 0x2513 0 0xffff UQ_CFG_INDEX_1"usbconfig:
ugen1.1: <Intel EHCI root HUB> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen2.1: <Intel UHCI root HUB> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE (0mA)
ugen0.1: <Intel UHCI root HUB> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE (0mA)
ugen3.1: <Intel EHCI root HUB> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen1.2: <vendor 0x0424 product 0x2513> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (2mA)
ugen3.2: <vendor 0x0424 product 0x2513> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (2mA)
ugen1.3: <Apple Inc. BRCM2070 Hub> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE (94mA)
ugen3.3: <Apple Computer, Inc. IR Receiver> at usbus3, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen1.4: <vendor 0x05ac product 0x820a> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
ugen3.4: <TP-LINK USB 101001000 LAN> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (180mA)
ugen1.5: <vendor 0x05ac product 0x820b> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
ugen1.6: <Apple Inc. Bluetooth USB Host Controller> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
ugen1.7: <Apple Inc. Apple Internal Keyboard Trackpad> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (40mA)
ugen1.8: <Apple Inc. FaceTime HD Camera Built-in> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)interactive addition of the interface:
[2.4.5-RELEASE][root@pfSense.localdomain]/root: usbconfig -d 3.4 set_config 1
[2.4.5-RELEASE][root@pfSense.localdomain]/etc: ifconfig ue0
ue0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether d0:37:45:92:b8:a9
hwaddr d0:37:45:92:b8:a9
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>Any ideas? Thank you