Pages

Saturday, April 13, 2013

Raspberry Pi Model A WiFi connection using EDPU EP-MS150NW tested OK



































I used PuTTY to log in RPi A with EDUP Wifi adapter and made a summary below.  EDUP EP-MS150NW is using Ralink RT5370.

Ralink Technology, Corp. RT5370 Wireless Adapter


EDUP EP-MS150NW testing notes 2013apr13

pi@raspberrypi ~ $ ifconfig

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr e8:4e:06:0c:4f:a2
          inet addr:192.168.1.40  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1340 errors:0 dropped:0 overruns:0 frame:0
          TX packets:281 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:378924 (370.0 KiB)  TX bytes:57830 (56.4 KiB)

pi@raspberrypi ~ $ lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 003: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter

pi@raspberrypi ~ $ lsmod

Module                  Size  Used by
i2c_dev                 5587  0
snd_bcm2835            12808  0
snd_pcm                74834  1 snd_bcm2835
snd_seq                52536  0
snd_timer              19698  2 snd_seq,snd_pcm
snd_seq_device          6300  1 snd_seq
snd                    52489  5 snd_seq_device,snd_timer,snd_seq,snd_pcm,snd_bcm2835
snd_page_alloc          4951  1 snd_pcm
spidev                  5136  0
arc4                    1187  2
rt2800usb              13009  0
rt2800lib              47242  1 rt2800usb
crc_ccitt               1465  1 rt2800lib
rt2x00usb              11075  1 rt2800usb
rt2x00lib              41057  3 rt2x00usb,rt2800lib,rt2800usb
mac80211              236178  3 rt2x00lib,rt2x00usb,rt2800lib
cfg80211              171957  2 mac80211,rt2x00lib
spi_bcm2708             4401  0
i2c_bcm2708             3681  0

pi@raspberrypi ~ $ dmesg

[    0.000000] Linux version 3.2.27+ ... Thu Oct 18 19:03:02 BST 2012
[    0.000000] Memory: 192MB = 192MB total
...
[    2.623689] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
[    2.637325] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.650973] usb 1-1: Product: USB 2.0 Hub
[    2.663350] hub 1-1:1.0: USB hub found
[    2.673655] hub 1-1:1.0: 4 ports detected
...
[    2.963225] usb 1-1.4: new high-speed USB device number 3 using dwc_otg
[    3.121597] usb 1-1.4: New USB device found, idVendor=148f, idProduct=5370
[    3.135819] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.149752] usb 1-1.4: Product: 802.11 n WLAN
[    3.160639] usb 1-1.4: Manufacturer: Ralink
[    3.171772] usb 1-1.4: SerialNumber: 1.0
[    3.855610] udevd[137]: starting version 175
...
[    6.454019] Registered led device: rt2800usb-phy0::radio
[    6.454171] Registered led device: rt2800usb-phy0::assoc
[    6.454296] Registered led device: rt2800usb-phy0::quality
[    6.454426] usbcore: registered new interface driver rt2800usb
...
[   23.461557] wlan0: authenticate with cc:5d:4e:2b:88:b8 (try 1)
[   23.468392] wlan0: authenticated
[   23.561555] wlan0: associate with cc:5d:4e:2b:88:b8 (try 1)
[   23.572030] wlan0: RX AssocResp from cc:5d:4e:2b:88:b8 (capab=0x411 status=0 aid=1)
[   23.572062] wlan0: associated
...

.END

1 comment:

Anonymous said...

Hi, I have the exact same dongle. Could you please provide the steps to install the driver for this ? Thank you....

Post a Comment