I have a Belkin N150 USB wifi dongle, and with all other Raspberry Pi distributions, it just works, including openelec.
Looking to switch over to Plex, and I can't get the wifi adapter to work. The dmesg log shows:
[ 68.164424] r8712u: Firmware request failed
and here is the output of lsusb:
upstairs:~ $ lsusb Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. Bus 001 Device 004: ID 050d:0264 Belkin Components Bus 001 Device 005: ID 050d:945a Belkin Components F7D1101 v1 Basic Wireless Adapter [Realtek RTL8188SU] Bus 001 Device 008: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver
I can see the correct firmware files in "/lib/firmware/rtlwifi", so I'm not sure what's going on here.
upstairs:~ # cd /lib/firmware/rtlwifi/ upstairs:/lib/firmware/rtlwifi # ls LICENCE.rtlwifi_firmware.txt rtl8192cfwU.bin rtl8192defw.bin rtl8723fw.bin rtl8188efw.bin rtl8192cfwU_B.bin rtl8192sefw.bin rtl8723fw_B.bin rtl8192cfw.bin rtl8192cufw.bin rtl8712u.bin upstairs:/lib/firmware/rtlwifi #
Can anyone help troubleshoot this? I've tried the 0.1.35 and the 0.1.34 releases, both with the same result.
Thanks!