Nothing, I found a solution:
The usb identifier is not defined by the 8192cu kernel module as a supported device. After setting up and adding the following code to the rc.local file, everything works as expected:
modprobe 8192cu echo "0846 9043" > /sys/bus/usb/drivers/rtl8192cu/new_id ifdown wlan0 ifup wlan0
To automatically handle this when inserting the module, enter the following line in /etc/modprobe.d/netgear_n150.conf :
install 8192cu /sbin/modprobe --ignore-install 8192cu; echo "0846 9043" > /sys/bus/usb/drivers/rtl8192cu/new_id
Switching to the extra mile: at startup it is automatically more system-specific, but in Arch Linux itβs enough to add a file to /etc/modules.load.d containing the name of the module.
Mirko sertic
source share