Moi, kortti on tämä: http://www.a-link.com/fi/WNH.html 
Ajurithan tuolla on gzipissä, mutta en osaa niitä asentaa eikä googlella löytynyt mitään ohjeitakaan kyseiselle kortille :/
Haluaisin myös käsiutellä korttia gnomestä käsin ekä tuossa mukana tulevilla scripteillä.. 
lspci sanoo : 03:09.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8190
Niin ja ndiswrapper ei tuottanut tulosta.
Miten tästä etiäppäi ? 
Siinä on käännös ohjeet pakussa mukana:
===============================================================================
            Installation 
===============================================================================
<<Method 1>>
Runing the scripts accomplish all operations including building up modules 
from the source code, installing driver to the kernel and starting up the nic.
   1. Build up the drivers from the source code
     make
   2. Install the driver to the kernel
          make install
          reboot
   3. bring up wlan if nic is not brought up by GUI, such as NetworkManager
     ifconfig wlan0 up 
     Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to check your wlan interface name, 
                since it may change wlan0 to wlan1,etc.
<<Method 2>>
Or only load the driver module to kernel and start up nic.
    1. Build up the drivers from the source code
     make
         2. Copy firmware to /lib/firmware/ or /lib/firmware/(KERNEL_VERSION)/
            cp -rf firmware/RTL8190P /lib/firmware
          or
            cp -rf firmware/RTL8190P /lib/firmware/(KERNEL_VERSION)
          Note: This depends on whether (KERNEL_VERSION) subdirectory exists under /lib/firmware
    3. Load driver module to kernel and start up nic.
     ./wlan0up
          Note: when "insmod: error inserting 'xxxx.ko': -1 File exists" comes out
                after run ./wlan0up, please run ./wlan0down first, then it should 
                be ok..
     Note: If you see the message of "unkown symbol" during ./wlan0up, it
      is suggested to build driver by <<Method 1>>.
Tarvinnet kuiten nuo ennen kääntelyä:
sudo apt-get install build-essential linux-headers-generic
Kiitos vastauksesta, ajurit ei kuitenkaan käänny, sanoo seuraavaa : 
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-20-generic'
  CC [M]  /home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_rx.o
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_rx.c: In function ‘RxReorderIndicatePacket’:
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_rx.c:773: warning: the frame size of 1072 bytes is larger than 1024 bytes
  CC [M]  /home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_softmac.o
  CC [M]  /home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_tx.o
  CC [M]  /home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_wx.o
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_wx.c: In function ‘ieee80211_wx_get_encode_ext_rsl’:
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_wx.c:831: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_wx.c: In function ‘ieee80211_wx_set_gen_ie_rsl’:
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_wx.c:979: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘size_t’
  CC [M]  /home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_module.o
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_module.c: In function ‘alloc_ieee80211_rsl’:
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_module.c:128: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_module.c: In function ‘store_debug_level’:
/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_module.c:291: warning: comparison of distinct pointer types lacks a cast
make[2]: *** [/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211/ieee80211_module.o] Error 1
make[1]: *** [_module_/home/nas/Lataukset/rtl8190p_linux_2.6.0010.0525.2009/ieee80211] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-20-generic'
make: *** [all] Error 2
Täyttä hepreaa minulle nuo virhe ilmot :/