by matzi » Sat Oct 12, 2013 5:00 pm
OK, I gave my Wifi dongle a try, it is a logilinkWL0084B, based on Ralink RT5370.(dongle is ona 4 port usb hub) .
The chapter of dmesg reads:
12.978977] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 13.157788] usb 1-1: New USB device found, idVendor=148f, idProduct=5370
[ 13.168875] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.175993] usb 1-1: Product: 802.11 n WLAN
[ 13.188910] usb 1-1: Manufacturer: Ralink
[ 13.192919] usb 1-1: SerialNumber: 1.0
then:
root@fvdwsl-base:/ # iwconfig
-sh: iwconfig: not found
and:
root@fvdwsl-base:/ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:D0:4B:91:71:FF
inet addr:192.168.178.2 Bcast:192.168.178.255 Mask:255.255.255.0
inet6 addr: fe80::2d0:4bff:fe91:71ff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1407 errors:0 dropped:0 overruns:0 frame:0
TX packets:1869 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:189001 (184.5 KiB) TX bytes:391326 (382.1 KiB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:273 errors:0 dropped:0 overruns:0 frame:0
TX packets:273 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26913 (26.2 KiB) TX bytes:26913 (26.2 KiB)
What to do next to make it run?