Soweit ich das sehen konnte gab es bei der Entfernung und Neuinstallation keine Probleme, aber eine WLAN Verbindung wurde trotzdem nicht erkannt, soweit ich das mit meinem Laienauge erkennen kann.
Deleting module version: 1.8
completely from the DKMS tree.
------------------------------
Done.
stoppoker@stoppoker-H81M-D2V:~$
stoppoker@stoppoker-H81M-D2V:~$ sudo dkms autoinstall
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=3.13.0-43-generic -C /lib/modules/3.13.0-43-generic/build M=/var/lib/dkms/8192cu/1.9/build..........
cleaning build area....
DKMS: build completed.
8192cu.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.13.0-43-generic/updates/dkms/
depmod.......
Backing up initrd.img-3.13.0-43-generic to /boot/initrd.img-3.13.0-43-generic.old-dkms
Making new initrd.img-3.13.0-43-generic
(If next boot fails, revert to initrd.img-3.13.0-43-generic.old-dkms image)
update-initramfs......
DKMS: install completed.
stoppoker@stoppoker-H81M-D2V:~$
DKMS: install completed.
stoppoker@stoppoker-H81M-D2V:~$ echo 'install 8192cu modprobe --ignore-install 8192cu ; /bin/echo "0df6 0077" > /sys/bus/usb/drivers/rtl8192cu/new_id' | sudo tee /etc/modprobe.d/8192cu.conf
install 8192cu modprobe --ignore-install 8192cu ; /bin/echo "0df6 0077" > /sys/bus/usb/drivers/rtl8192cu/new_id
stoppoker@stoppoker-H81M-D2V:~$ echo "blacklist rtl8192cu" | sudo tee -a /etc/modprobe.d/blacklist.conf
blacklist rtl8192cu
stoppoker@stoppoker-H81M-D2V:~$
stoppoker@stoppoker-H81M-D2V:~$ echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0df6", ATTR{idProduct}=="0077", RUN+="/sbin/modprobe 8192cu"' | sudo tee /etc/udev/rules.d/10-wlan_stick.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="0df6", ATTR{idProduct}=="0077", RUN+="/sbin/modprobe 8192cu"
stoppoker@stoppoker-H81M-D2V:~$
stoppoker@stoppoker-H81M-D2V:~$ dkms status
8192cu, 1.9, 3.13.0-43-generic, x86_64: installed
stoppoker@stoppoker-H81M-D2V:~$ lsmod | grep 8192
stoppoker@stoppoker-H81M-D2V:~$ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
stoppoker@stoppoker-H81M-D2V:~$ iwlist chan
eth0 no frequency information.
lo no frequency information.
stoppoker@stoppoker-H81M-D2V:~$ sudo iwlist scan
eth0 Interface doesn't support scanning.
lo Interface doesn't support scanning.
stoppoker@stoppoker-H81M-D2V:~$