My Digitus DN-7045 never really worked with the drivers coming with the default- or pae-kernel.
I use a 3.9.5-12.g08531e3-pae kernel from Tumbleweed OpenSuse 12.3 at the moment.
The Wlan-stick uses the realtek 8192 chip and the native rtl8192cu kernel module allows to connect to a WPA2 secured router, but that connection refuses to work after some time, often minutes, sometimes seconds, without setting off any alarm or failure note. The fact, that the connection is working no more is only showing by time out of web page requests. Of no use, therefore.
With prior kernels (< 3.6 or so), it was possible to download an appropriate driver from Realtek.tw, but that driver doesn’t compile anymore on present kernels like the 3.9.5.
That Realtek.tw driver worked like a charm - even the led of the stick blinked at the rhythm of the data transfer, while the native rtl8192cu module always kept the led switched on with the Wlan-stick attached.
Now I found a site where the problems with compiling the Realtek.tw driver had been solved for ubuntu 13.04 and I decided to give that solution a chance, downloaded the package rtl8192cu-tjp-dkms_1.6_all.deb and extracted the deb-package with ark. The deb package contains three files, control.tar.gz, data.tar.gz and debian-binary.
After extracting further data.tar.gz, you find a directory usr and therein a directory /usr/src/rtl8192cu-tjp-1.6.
You might have to change the access rights to get this directory rtl8192cu-tjp-1.6.
This is the modified Realtek.tw driver that now is compilable with the present 3.9.5 kernel.
Within the directory rtl8192cu-tjp-1.6 with ‘make’ and, as root, ‘make install’, the module 8192cu gets installed and is working fine so far.
As mentioned at the Project Home of the site linked to at the bottom of this post, you better blacklist the native modules to give the Realtek.tw driver the advantage. Add to the file /etc/modprobe.d/50-blacklist.conf the following lines:
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi
https://code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/
It would be great, if this working 8192cu module could get merged into a working native kernel driver. At the moment, I am happy with this handmade solution to get the Digitus-Stick up and running at all.
Bruno