Hi!
can you give me a hint how to set-up wifi dongle from Netgear on Raspbery Pi2 (of course under Libreelec)?
Netgear WNA1000Mv2
dmesg gives me the following:
[ 155.487972] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[ 155.582907] usb 1-1.5: New USB device found, idVendor=0846, idProduct=9043
[ 155.582940] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 155.582956] usb 1-1.5: Product: WNA1000Mv2
[ 155.582971] usb 1-1.5: Manufacturer: Realtek
[ 155.582985] usb 1-1.5: SerialNumber: xxxxxxxxxxxx
It works like a charm on my Ubuntu 14.04 laptop and is identified as rtl8192cu module. But Raspberry Pi2 does not recognize it. usb.ids file does not contain VENDOR ID and PRODUCT ID of the dongle and even if I add it, it does not help.
It seems that relevant kernel module is there (rtl8xxxu)...
Will appreciate any help. Thanks.