Hi,
I have been trying to get an rt5370 wifi dongle working with my Pogoplug V2 without success. I am using the rt2800usb driver supplied with alarm which other people have used, (albeit on another platform) eg.http://raspberrypi.stackexchange.com/questions/1394/how-can-i-install-the-rt5370-wifi-dongle-driver-on-arch-linux
Here are the results of some commands:
$this->bbcode_second_pass_code('', 'uname -r:
3.1.10-22-ARCH
')
$this->bbcode_second_pass_code('', 'lsusb:
Bus 001 Device 005: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 001 Device 003: ID 0781:5571 SanDisk Corp. Cruzer Fit
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub')
$this->bbcode_second_pass_code('', 'lsmod:
Module Size Used by
mv_cesa 9128 0
rt2800usb 11906 0
rt2x00usb 7590 1 rt2800usb
rt2800lib 39393 1 rt2800usb
rt2x00lib 30211 3 rt2800lib,rt2x00usb,rt2800usb
mac80211 170543 3 rt2x00lib,rt2800lib,rt2x00usb
cfg80211 143659 2 mac80211,rt2x00lib
rfkill 14400 1 cfg80211
ipv6 259694 10
autofs4 22074 2')
$this->bbcode_second_pass_code('', 'iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.')
$this->bbcode_second_pass_code('', 'netctl start wireless-wpa:
A dependency job for netctl@wireless\x2dwpa.service failed. See 'journalctl -xn' for details.')
$this->bbcode_second_pass_code('', 'journalctl -xn:
-- Unit sys-subsystem-net-devices-wlan0.device has begun starting up.
Nov 06 09:50:07 alarm systemd[1]: Job sys-subsystem-net-devices-wlan0.device/start timed out.
Nov 06 09:50:07 alarm systemd[1]: Timed out waiting for device sys-subsystem-net-devices-wlan0.device.
-- Subject: Unit sys-subsystem-net-devices-wlan0.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
--
-- Unit sys-subsystem-net-devices-wlan0.device has failed.
--
-- The result is timeout.
Nov 06 09:50:07 alarm systemd[1]: Dependency failed for A simple WPA encrypted wireless connection.
-- Subject: Unit netctl@wireless\x2dwpa.service has failed
-- Defined-By: systemd')
Since
I would appreciate any pointers on this as I have been trying to figure this out for a couple of days now.
Thanks