cmh385 Wrote: ------------------------------------------------------- > oddballhero: How do you do this "2. Just have the > kernel on the usb and transfer it to NAND using a > few commands"? See http://forum.doozan.com/read.php?3,2124,5537#msg-5537 for the whole tawdry process.by oddballhero - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > Kernel 3.1+ support is on the way soon, and these > module issues will be greatly reduced. Cool dude!by oddballhero - uBoot
Did you all use insmod or modprobe? If you used modprobe, did you do a "depmod -a" before that? Were the modules placed under /lib/modules/2.6.31.6_SMP_820 ? If all this was done, and you are still getting symbols not found, then the modules were not compiled with the same kernel options. You may have to compile your own modules.by oddballhero - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > Are those last two posts really regarding the > Pro/oxnas line? No, sorry about going off topic with the NSLU2. > > Btw, oddballhero, we're working on: > - the 3.1 kernel, just need to get sata working, > and full ethernet capability (and some odd usb > issues i the hub..) Believby oddballhero - uBoot
hopetindall Wrote: ------------------------------------------------------- > darn.... discount doesn't work to Canada. > > ;-( You're kidding! That's like discrimation towards our north of the border brethren. Don't worry dude, I figure that in about 6-8 months, if tradition holds, it'll be on sale somwhere for $39.99 free shipping. By that time we wby oddballhero - uBoot
Sorry Bodhi, I forgot to add. It seems that previous owners of registered pogoplugs. I guess that must be anybody who turned on SSH at their interface should have gotten a 50% or 40% off discount in their email. I got a 50% one but have to pay for shipping. WarheadsSE on pogoplugged.com mentions that he got 40% but with free shipping. Must be randomized. Anyway you got enough pogoplugs thaby oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > now. The Pogoplug Mobile has a cool form factor, > blending in to the home theater setup nicely! but > too bad there is no SATA connection hidden like > the Pro model (but there are 2 SATA ports that > could be modded for someone with soldering > skills?). It looks like I don't have to heat upby oddballhero - uBoot
hopetindall Wrote: ------------------------------------------------------- > oddballhero Wrote: > > I actually have 2 and am using them as > Print/Scan > > Servers for HP all-in-one Printers. > > Did you disable the 'under-clocking'? > > Mine has been very stable running at 266MHz Yes, but I didn't just flick off the resistor, I added aby oddballhero - uBoot
hopetindall Wrote: ------------------------------------------------------- > I still use a NSLU2 and it's running great!!! > > > My NSLU2 is my samba server - (serves for > shuffling files around the house - doesn't have > any capability to access the Internet - so I don't > need to run too much on it.) - it works just > great. My 'disks'by oddballhero - uBoot
hopetindall Wrote: ------------------------------------------------------- > yippee, does this mean Jeff's uboot will work for > the pogoplug mobile???? We will see. Still don't know what uboot it comes with. Basically, no mention of what is in NAND. Might need a variation of Jeff's uboot (at least more of a possibility than with the OXNAS). At least should be easiby oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > oddballhero Wrote: > -------------------------------------------------- > ----- > > I'm sure they are trying to get rid of the > Oxnas > > stuff, since they switched back to Marvell. > > It surely seems they did with the Pogoplug Mobile, > so it looks like they're having aby oddballhero - uBoot
bodhi Wrote: > it seems the Pogoplug Pro variations are on sale: > http://www.buy.com/prod/pogoplug-file-sharing-solu > tion-black/221688297.html > I'm sure they are trying to get rid of the Oxnas stuff, since they switched back to Marvell.by oddballhero - uBoot
hopetindall Wrote: ------------------------------------------------------- > Thanks again for creating this thread and all this > information. > > Can I just clarify....I thought the contents of > /boot in the debian image didn't matter. > > Doesn't the kernel that's run (which is the ALARM > kernel) actually come from NAND? - the images in >by oddballhero - uBoot
varkey Wrote: ------------------------------------------------------- > ^ Nope, /boot has only the kirkwood kernel files, > nothing else. > > > root@debian:/boot# ls > config-2.6.32-5-kirkwood > System.map-2.6.32-5-kirkwood > initrd.img-2.6.32-5-kirkwood > vmlinuz-2.6.32-5-kirkwood > > > Are the files uImage.pci and uImage.nopci > impby oddballhero - uBoot
varkey Wrote: ------------------------------------------------------- > No such errors for me as well. Anyway if anyone > needs the debian rootfs with all the above > modifications done, here it is -- > http://www.varkey.in/files/debian-rootfs-pogopro-v > arkey.tar.gz > You the man Varkey! > Just extract it to an ext3 formatted disk. After > extracting updatby oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > I've have not seen any errors in dmesg. I've been > monitoring logread once in a while and no error > either! Sounds great! Thanks for the immediate response Bodhi! As I mentioned before mtdblock0 and mtdblock1 are both in pogoplug nand and are the location of the uboot and kernel, respectively.by oddballhero - uBoot
When you type in "mount", what is the output (please copy and paste) also your /etc/fstab? mtdblock0 and mtdblock1 is the uboot and kernel respectively in nand space. Your system shouldn't be accessing it. Bodhi, Varkey, are you all getting the same errors?by oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > @oddballhero, > > Sorry I did not follow the instruction in your > reference about the modprobe gmac closely :-) But > I thought step 5 would force load the gmac module > the same way! > > Is it odd that /etc/init.d/module-init-tools did > not load the gmac mentioned in this file? >by oddballhero - uBoot
varkey Wrote: ------------------------------------------------------- > @oddballhero - Thanks for the help. Should have > read all the info properly! :) > > Anyway, I still didn't manage to remove that > transparent cover, its too tight, will try some > other day. > > Btw do you know whether the internal SATA port > support Port Multiplier function? Iby oddballhero - uBoot
varkey Wrote: ------------------------------------------------------- > Got network running as well :) > > Just had to add the following to /etc/rc.local and > the Pogoplug Pro booted fine with network! :-) > > > /sbin/depmod -a > /sbin/modprobe gmac > Ok, sorry, didn't see this last post, was too busy cutting and pasting. Since you got the case oby oddballhero - uBoot
varkey Wrote: ------------------------------------------------------- > I created a debian rootfs using the instructions > given by Vlad and made the changes mentioned > above. Same issue for me ie network is not coming > up. But from the dmesg log in the USB drive I can > see that it booted almost fine except for the > network. Here is the dmesg output > > >by oddballhero - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > We're working on, and getting close to, full > support of a 3.1+ kernel for the oxnas 7820 > (specifically the pogoplug variant) > > https://github.com/WarheadsSE/OX820-3.1-Linux Cool! Just in time since CloudEngines just switched back to Marvell..... It's a good sendoff. The PLX reby oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > Today I'm trying to install Debian on Pogoplug > Pro. The current approach that was used by a few > users on Fedora and Squeezebox just did not seem > to work for me. > > The approach was described by oddballhero (1st > method) in this post: > http://forum.doozan.com/read.php?3,5728,5799by oddballhero - uBoot
WarheadsSE Wrote: ------------------------------------------------------- > > What we've yet to manage: > Upgrading the kernel to a newer baseline. I'm not > a kernel expert and I've had little/no help. I'm > trying, really. > Replacing the uboot from Cloud Engines - I haven't > had time. > Figure out wtf is wrong with kexec on the Pro.by oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > restamp Wrote: > restamp, not bad at all being a successful guinea > pig, indeed! with your help and kraqh3d's, it's > certainly a high percentage bet. I'll volunteer to > be one again any time :-) Speaking of volunteering > while we're on a winning streak (1 for 1)!, I also > bby oddballhero - uBoot
bodhi Wrote: ------------------------------------------------------- > Interesting information from the arch linux ARM > website. Looks like it has be refined quite a > bit: > > http://archlinuxarm.org/platforms/armv6/pogoplug-p > rovideov3 > > This is from the FAQ page > > "Are there other Linux distributions available? > Yes, in case Arch Liby oddballhero - uBoot
Are you sure it is a V2 see http://forum.doozan.com/read.php?3,4900 ? What is the model number and when did you buy it?by oddballhero - uBoot
You could look here: http://www.pogoplugged.com/forum/thread/16301/Pogoplug-V3-POGO-P21/#16892 http://plugapps.com/forum/viewtopic.php?f=29&t=1167by oddballhero - uBoot
thenktor Wrote: ------------------------------------------------------- > No, I did not do this on the Pro because I don't > have one. But IMHO it should work this way. You > have to make sure you use their custom kernel and > add their kernel modules to the /lib/modules dir > on your root image. > They load their kernel from plain NAND. What I'm > not sureby oddballhero - uBoot
darethehair Wrote: ------------------------------------------------------- > I was fortunate enough to take advantage of a sale > on the 'pink' Pogoplug recently, and I somewhat > regret only getting one. Now I notice that a > small sale is occurring for the 'black' Pogoplug > in my area i.e. the 'Pro' version. From reading > this thread, aby oddballhero - uBoot