Enabling the wireless in a PogoPlug Pro

This forum is for all other ARMv5 devices

Enabling the wireless in a PogoPlug Pro

Postby besnell » Tue Apr 26, 2011 4:46 pm

I have myself a PogoPlug Pro upon which I have installed Arch Linux ARM as per the instructions HERE

One of the things that I noticed upon completion of the installation is / was the fact that the wireless device has not been enabled. I am looking to use both the ethernet and wireless adapters on my pogoplug pro.

I have been (trying) to use THIS as a guide however I get hung up on a couple of things.

  • Which module must be included in order to use the wireless adapter that comes built into the Pro?
  • Are there any other packages / applications which must be installed prior to being able to administrate the wireless device?
  • Are there any changes / modifications / omissions / additions to Arch Linux ARM (from the base Arch Linux installation) that are needed in order to get the wireless adapter up and functioning full time?
besnell
 
Posts: 4
Joined: Tue Apr 26, 2011 1:30 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby WarheadsSE » Tue Apr 26, 2011 6:28 pm

Truthfully, there was an omission in the setup script that did not copy the firmware and a kernel module from the CE.

I have not yet compiled the kernel module (rt3390sta.ko) natively, but theirs works. There have been some issues seen with getting WPA2 / AES+TKIP running. Hooks right up to WEP though.

here is a tar with the .dat firmware and the rt3390sta.ko

http://my.pogoplug.com/share/PKLxZTu0Pl ... ess.tar.gz
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby besnell » Wed Apr 27, 2011 2:15 am

$this->bbcode_second_pass_code('', '
[root@PogoPlugPro ~]# ls -l
total 536
-rw-r--r-- 1 root root 544531 Dec 31 19:15 pro-wirless.tar.gz
[root@PogoPlugPro ~]# tar -xvzf pro-wireless.tar.gz tar (child): pro-wireless.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[root@PogoPlugPro ~]#
')

Ran into some issues trying to extract the tarball...
besnell
 
Posts: 4
Joined: Tue Apr 26, 2011 1:30 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby jonsmirl » Wed Apr 27, 2011 4:01 am

I'm not having any luck with copying the files over. Is it not finding the firmware? The udev rules set up the same? I put a copy in /lib/firmware too but that didn't help.

[ 23.580000]
[ 23.580000]
[ 23.580000] === pAd = c8a4d000, size = 519160 ===
[ 23.580000]
[ 23.580000] <-- RTMPAllocAdapterBlock, Status=0
[ 23.580000] pAd->CSRBaseAddress =0xf5000000, csr_addr=0xf5000000!



[root@Arch Linux ARM install ~]# ls /etc/Wireless/RT2860STA
RT2860STA.dat RT2860STA.dat.old
[root@Arch Linux ARM install ~]# lsmod
Module Size Used by
rt3390sta 1111860 0
gmac 40380 0
mii 6100 1 gmac
[root@Arch Linux ARM install ~]#
jonsmirl
 
Posts: 13
Joined: Sun Apr 24, 2011 11:48 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby jonsmirl » Wed Apr 27, 2011 4:02 am

I can't find the package for iwconfig either.
jonsmirl
 
Posts: 13
Joined: Sun Apr 24, 2011 11:48 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby jonsmirl » Wed Apr 27, 2011 2:39 pm

I had forgotten about using 'ifconfig -a' to get the device name. Once I figured out it was ra0 I was able to bring it up with 'ifconfig ra0 up'.

[root@Arch Linux ARM install rc.d]# dhcpcd ra0
dhcpcd[669]: version 5.2.12 starting
dhcpcd[669]: ra0: broadcasting for a lease
dhcpcd[669]: ra0: offered 192.168.1.11 from 192.168.1.1
dhcpcd[669]: ra0: acknowledged 192.168.1.11 from 192.168.1.1
dhcpcd[669]: ra0: checking for 192.168.1.11
dhcpcd[669]: ra0: leased 192.168.1.11 for 86400 seconds
dhcpcd[669]: forked to background, child pid 700
[root@Arch Linux ARM install rc.d]#

now with eth0 off and ssh over wifi:

[root@Arch Linux ARM install ~]# ifconfig
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:16436 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:268 (268.0 b) TX bytes:268 (268.0 b)

ra0 Link encap:Ethernet HWaddr 74:F0:6D:69:C4:7B
inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2002:ad4c:1c5f:1:76f0:6dff:fe69:c47b/64 Scope:Global
inet6 addr: fe80::76f0:6dff:fe69:c47b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15407 errors:0 dropped:0 overruns:0 frame:0
TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3926321 (3.7 Mb) TX bytes:12756 (12.4 Kb)
Interrupt:51

[root@Arch Linux ARM install ~]#
jonsmirl
 
Posts: 13
Joined: Sun Apr 24, 2011 11:48 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby besnell » Thu Apr 28, 2011 12:08 am

$this->bbcode_second_pass_quote('besnell', '[')code]
[root@PogoPlugPro ~]# ls -l
total 536
-rw-r--r-- 1 root root 544531 Dec 31 19:15 pro-wirless.tar.gz
[root@PogoPlugPro ~]# tar -xvzf pro-wireless.tar.gz tar (child): pro-wireless.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[root@PogoPlugPro ~]#
[/code]

Ran into some issues trying to extract the tarball...


I feel like a retard. I did not realize until this afternoon that the tarball actually saved itself as "pro-wirless.tar.gz"
besnell
 
Posts: 4
Joined: Tue Apr 26, 2011 1:30 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby WarheadsSE » Thu Apr 28, 2011 10:25 pm

This has instructions on connecting to WPA2, no need for wpa_supplicant, etc.
http://Arch Linux ARM.com/index.php5/Hardware ... ro_Wireles
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Enabling the wireless in a PogoPlug Pro

Postby pepedog » Thu Apr 28, 2011 11:26 pm

$this->bbcode_second_pass_quote('WarheadsSE', '
')http://Arch Linux ARM.com/index.php5/Hardware ... ro_Wireles

nothing on that page (yet)
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Enabling the wireless in a PogoPlug Pro

Postby oddballhero » Thu Apr 28, 2011 11:56 pm

$this->bbcode_second_pass_quote('pepedog', '')$this->bbcode_second_pass_quote('WarheadsSE', '
')http://Arch Linux ARM.com/index.php5/Hardware ... ro_Wireles

nothing on that page (yet)


http://www.Arch Linux ARM.com/index.php5/Hard ... o_Wireless

or

http://pastie.org/private/0ojmw94aqfcnividj88clw
oddballhero
 
Posts: 17
Joined: Tue Sep 28, 2010 7:59 am
Top

Next

Return to Community Supported

Who is online

Users browsing this forum: Google [Bot] and 15 guests