I followed this guide regarding the general handling.
The adapter shows up when I do the dmesg command as follows:
Code: Select all
[106831.059863] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
[106831.161539] usb 1-1.5: New USB device found, idVendor=0bda, idProduct=8176
[106831.161574] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[106831.161590] usb 1-1.5: Product: 802.11n WLAN Adapter
[106831.161604] usb 1-1.5: Manufacturer: Realtek
[106831.161617] usb 1-1.5: SerialNumber: 00e04c000001
[106831.464817] usbcore: registered new interface driver rtl8192cu
But I got stuck there on the data to enter for the network logon.
The tutorial presupposes that WPA is used but the network I need to connect to runs only WEP.
So exactly how should the data be entered into the file?
This is what I have now (after finding another post here):
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wireless-essid "myssid"
wireless-key FF23ED193A
Code: Select all
Listening on LPF/wlan0/00:e0:4c:0b:8a:47
Sending on LPF/wlan0/00:e0:4c:0b:8a:47
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.