rkrug Wrote: ------------------------------------------------------- > You are referring to a SATA port - does the > Pogoplug E02 (Pink) has a SATA port? If it has, I > would use that one instead of the USB. LOL, assumed you were talking about Oxnas (Pro / Classic) with built-in SATA port. If you are talking about Kirkwood E02 without SATA then the limitation is with the USB 2.0by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > Leggo, > > Yup. It is a very good price for a diskless 1.6GHz > 2-bay SATA NAS with 256MB. OTOH, the rPi is a > different beast, with graphic/HDMI as the main > capability (which make it a media player or mini > PC, not a NAS). So I would never use the rPi as a > NAS, especially with 100Mbs etby LeggoMyEggo - Off-Topic
I would have to concur, a 256GB SSD is kind of a waste on Pogoplug. I've tested a SSD and conventional 7200rpm 2.5 HD on my Pro booting off SATA and while there is a modest boost from the SSD, it's not enough to really make a difference. I do favor a small (~32GB) MSATA or M.2 SSD for a Plug which is used for GUI type high memory needs (w/ swap file) non-file sharing duties as this helby LeggoMyEggo - Debian
Must be wishful thinking on my part, the IX2-dl is available new for $60.00 shipped on Amazon. It's got the 1.6Ghz processor and 256MB of RAM. No USB 3.0 or ESATA though. But otherwise would make a pretty nicely performing cheap Debian Server and 2 bay NAS. Did I say it's $60 shipped? That's cheaper than a Raspberry Pi with two external enclosures if that is any measure. Edby LeggoMyEggo - Off-Topic
Some earlier attempts: No serial output from kernel on Iomega ix2-dl(ng) megov - I've tried UART boot via kwboot on Lenovo/Iomega ix2-dl - but without success. :/by LeggoMyEggo - Off-Topic
Note on an observed issue, I was able to compile this driver https://github.com/gnab/rtl8812au on a Pogoplug V4-A3 for use with a Edimax EW-7811UTC AC600 adapter in Debian 3.18.5 but for some reason it won't compile once I upgraded to 4.0 both with tld-1 and tld-2. Not sure why it fails on the most recent updates.by LeggoMyEggo - Debian
Try these: root@debian:~# cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian wheezy main deb http://security.debian.org/ wheezy/updates main contrib non-freeby LeggoMyEggo - Off-Topic
You could have dpkg'd the firmware-ralink without changing sources BTW: apt-get update -y wget http://ftp.de.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-ralink_0.36+wheezy.1_all.deb dpkg -i firmware-ralink* depmod edit /etc/network/interfaces to add: auto wlan0 iface wlan0 inet dhcp WPA-SSID yadayadayada WPA-PSK sisboombahrahrahrah ifconfig wlan0 up ifby LeggoMyEggo - Off-Topic
Did you try this https://github.com/gnab/rtl8812au ? This should work if you change the CONFIG_PLATFORM section in Makefile i386=y to i386=n and ARM_Rpi=y from ARM_Rpi=n. You need 'git' 'sudo' 'gcc' 'make' 'build-essential' and then the linux-headers for your kernel dpkg'd (edit: looks like you already have it for Oxnas). You modprobe 8812by LeggoMyEggo - Off-Topic
bodhi Wrote: > That's the fun part of hacking these devices! > making a $15 plug performing like a $200 device in > the market :)) I know, I still am kind of amazed all the sh*t you can do with one. One of my Pro's is running OpenMediaVault, hostapd, Webmin, Shairport AND MJPG_Streamer ALL AT THE SAME TIME! Whoda' thunk? Hats off to you, if it weren't for yoby LeggoMyEggo - Off-Topic
bodhi Wrote: ------------------------------------------------------- > On a different note, the way they design the power > supply in the Pogo E02/V3 is not very good. The > connector is hard to push in, if you do that too > often I think the soldering point inside gonna get > broken. My experience with regard to that is, if you don't open up your plug it's not aby LeggoMyEggo - Off-Topic
Pogoplug Video on eBay: eBay Listing for PP Video Beyond the fact that the Video's were recalled as a fire hazard.....................Pogoplug Video Recall What's interesting about the Video, it's Oxnas based like the Pro but instead of built-in wireless, it has a video decoder module in the mpcie slot. Also of interest, in the place of the built-in power supply is a fan anby LeggoMyEggo - Off-Topic
Gravelrash Wrote: ------------------------------------------------------- > @Leggo > > When you get all this working - particularly with > the raid config, would you be willing to do a > "howto writeup" which also details the hardware > you have used? I think this will be of particular > interest to a LOT of people Not so good at documenting my steps soby LeggoMyEggo - Debian
LeggoMyEggo Wrote: ------------------------------------------------------- > I think I'm gonna try combining the hostapd / > Webmin install with OpenMediaVault and see how it > goes. That would make a nice handy AP with pretty > comprehensive file access. It actually worked! I had some issues with hostapd starting but after I copied my /etc/network/interfaces and /etcby LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > LeggoMyEggo, > > > Did you install this yet or is it on the > forever > > growing todo list LOL? > > :)) I have not have a chance to shutdown the > NS325V2. I did only the front door so far and it > has not helped yet. Let me guess, the rubber band worked better? That would figuby LeggoMyEggo - Off-Topic
bodhi Wrote: ------------------------------------------------------- > I've ordered this Dynamat sheet pack. It seems to > be a little less expensive than the Acoustic Pack > at frozencpu. I've figured this will be good for a > few small boxes such as the NSA32x. > http://www.amazon.com/dp/B00020CATC/ref=pe_385040_ > 127745480_TE_item Did you install this yetby LeggoMyEggo - Off-Topic
I've got OMV running on my Pogoplug Pro / V3 with bodhi's 3.18.5. rootfs. I posted a brief demo on Youtube here: https://www.youtube.com/watch?v=v4VHeI43yGI . It works surprisingly well IMO.by LeggoMyEggo - Debian
I think I'm gonna try combining the hostapd / Webmin install with OpenMediaVault and see how it goes. That would make a nice handy AP with pretty comprehensive file access. I would boot off of the USB flash drive and use the SATA port for faster disk access on a larger drive to archive stuff. And I would still have the USB audio adapter included so I could stream to a set of speakers fromby LeggoMyEggo - Debian
Gravelrash Wrote: ------------------------------------------------------- > @leggo > do you have the link to that module? I've tried: Atheros AR5B93 and Atheros AR5B225 Both worked in AP mode as is required by hostapd. Still haven't gotten BT to work on the AR5B225 but it's not suprising because it's a hybrid implementation of BT. Edit: I just realizedby LeggoMyEggo - Debian
habibie Wrote: > I suppose the data for the Pro shown in this > Pro vs. E02 - Some Benchmarks > was obtained from your PogoPlug Pro unit with the > above mod, right? Yes.by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > LeggoMyEggo Wrote: > -------------------------------------------------- > ----- > > bodhi Wrote: > > > > > You should look into adding RAM ;) > > > If it were easily done, I'de try. But in this > > case, that's impossible so my plug is as > 'pimpedby LeggoMyEggo - Debian
habibie Wrote: > I wonder if using a digital parabola disc on each > premise will do. Probably.....but that wouldn't be any fun!by LeggoMyEggo - Debian
bodhi Wrote: > You should look into adding RAM ;) If it were easily done, I'de try. But in this case, that's impossible so my plug is as 'pimped as it's going to get (:-p)by LeggoMyEggo - Debian
I can't speak for anyone else, I saw your post and it seemed like a sound recommendation and there was nothing to really comment on so I for one did not reply.by LeggoMyEggo - Debian
Speaking of Cantenna's, this project is absolutely over the top: https://www.youtube.com/watch?v=51OgiZw0Zjc. Using the Pro's built-in wifi adapter (which has two antenna inputs) is very doable with this design. Or you could use his complete setup (wifi adapter included) with the V4 or E02. You could become the envy of all your leet friends.by LeggoMyEggo - Debian
habibie Wrote: > Nice. I probably will do this, too. Thank you for > sharing. Thanks. You could also put an antenna on the front (LED side) although the way in which the shoe (support) attaches to the enclosure might present some interference issues. I believe the rule of thumb is the antennas should be separated by at least 6 inches (15 cm) so that would be about right. Then it wouby LeggoMyEggo - Debian
JoeyPogoPlugE02 Wrote: ------------------------------------------------------- > That's seriously nice Leggo. Wow. So I don't need > to glue Pringles cans all over mine eh? lol Pringles, Yuban, whatever floats your boat. Or you could just buy a pre-made one: http://www.cantenna.com/by LeggoMyEggo - Debian
You guys inspired me to finally finish my Pro mods, I just installed an exterior wireless antenna. Pics are here: https://plus.google.com/photos/102451892644902697868/albums/6140579640371431169 I had purchased this antenna and cable with the hopes of getting OpenWRT working with the internal wifi card. A suitable router should have external antenna, no? Not yet but I am sure it will happby LeggoMyEggo - Debian
habibie Wrote: ------------------------------------------------------- > LeggoMyEggo, > > Thank you for the link with photos. After > carefully observing all your photos, I now > understand what I need to order as shown below. Yep, that will work. I don't have the combo ESATA cable you are planning to use as I have my drive in an enclosure.by LeggoMyEggo - Debian
bodhi Wrote: ------------------------------------------------------- > thanks for that hot knife tip hint, is it > something you can put on the soldering iron tip, > like an adapter? Here is the hot knife tip: RS Hot Knife Tip It fits (not perfectly) on this soldering iron: Weller WC100 Soldering Iron You need to get it really hot before trying to cut. But it works reallby LeggoMyEggo - Debian