Leaning how to get around Linux is fun huh? I'm sure you'll find the experience rewarding so keep at the grindstone, you'll get there in the end.
To help you with WiFi support it's important to know basic information regarding the Wifi chip on your device.
In most keyboards the | key is typed with Shift + \ keys.
Selecting (highlighting) with the cursor copies text (nothing more than that is required in most cases), then using either the middle mouse button or both left + right mouse buttons simultaneously will paste the text. try that..
Your hardware may result in similar output. You may notice the device here is rtl8192cu, the driver requires firmware rtl8192cufw.bin which may be found in rtlwifi . This firmware is available in " firmware-rtlwifi.tcz " and can be loaded using Apps
type dmesg at the terminal
If this (or similar) is all you see after inserting your USB WiFi adapter and refreshing dmesg, then the device has no driver installed (and may not be supported)
[ 166.536739] usb 2-4: new high-speed USB device number 4 using ehci-pci
If this (or similar) is printed after inserting your USB WiFi adapter and refreshing dmesg, then the device is supported but requires firmware.
[ 146.786744] usb 2-4: new high-speed USB device number 5 using ehci-pci
[ 146.930851] cfg80211: Calling CRDA to update world regulatory domain
[ 146.939939] rtl8192cu: Chip version 0x10
[ 147.024464] rtl8192cu: MAC address: 34:25:47:c3:5f:6a
[ 147.024473] rtl8192cu: Board Type 0
[ 147.024711] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 147.024776] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
[ 147.024940] usbcore: registered new interface driver rtl8192cu
[ 147.027839] rtlwifi: Firmware rtlwifi/rtl8192cufw.bin not available
The result of loading the appropriate firmware (in this case using Apps to install " firmware-rtlwifi.tcz "), re-inserting the device and refreshing dmesg, should be similar to
[ 146.930851] cfg80211: Calling CRDA to update world regulatory domain
[ 146.939939] rtl8192cu: Chip version 0x10
[ 147.024464] rtl8192cu: MAC address: 34:25:47:c3:5f:6a
[ 147.024473] rtl8192cu: Board Type 0
[ 147.024711] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 147.024776] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
[ 147.024940] usbcore: registered new interface driver rtl8192cu
[ 147.027839] rtlwifi: Firmware rtlwifi/rtl8192cufw.bin not available
[ 622.673667] usb 2-4: USB disconnect, device number 5
[ 622.673847] rtlwifi: reg 0x102, usbctrl_vendorreq TimeOut! status:0xffffffed value=0x80208a00
[ 622.673859] rtlwifi: reg 0x422, usbctrl_vendorreq TimeOut! status:0xffffffed value=0x80208a00
[ 622.673871] rtlwifi: reg 0x542, usbctrl_vendorreq TimeOut! status:0xffffffed value=0x20
[ 622.673888] rtlwifi: reg 0x824, usbctrl_vendorreq TimeOut! status:0xffffffed value=0x80
[ 626.610029] usb 2-4: new high-speed USB device number 6 using ehci-pci
[ 626.735712] rtl8192cu: Chip version 0x10
[ 626.818493] rtl8192cu: MAC address: 34:25:47:c3:5f:6a
[ 626.818502] rtl8192cu: Board Type 0
[ 626.818727] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 626.818837] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
[ 626.824974] ieee80211 phy1: Selected rate control algorithm 'rtl_rc'
[ 626.825583] rtlwifi: wireless switch is on
Now use the Wifi application to connect to your Access point (router)