D-Link GO-USB-N150

A cheap wlan-adapter, which has no linux-driver as a default, but the triver can be installed the difficult way or easy way.

DIFFICULT WAY:
Open terminal and run commands:
sudo apt-get install build-essential git linux-headers-generic
git clone https://github.com/lwfinger/rtl8188eu.git
pluma rtl8188eu/os_dep/usb_intf.c

– – – Change this line: {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
– – – to this: {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
cd rtl8188eu
make
sudo make install
sudo mkdir -p /lib/firmware/rtlwifi
sudo cp rtl8188eufw.bin /lib/firmware/rtlwifi/
sudo modprobe 8188eu

EASY WAY:
Replace /lib/firmware/rtlwifi/rtl8188eufw.bin file using this file

The adapter identifies as Bus 002 Device 003: ID 2001:3311 D-Link Corp.

This dongle works out of box with Mint 13 and openSUSE Tumleweed, so only with Mint 17 has a nonworkable rtl8188eufw.bin file.