Tuesday, August 31, 2010

Re: [nslu2-linux] Re: NSLU2 vs WDTV Live vs Seagate FreeAgent Dockstar

 

The Pogoplug v2 is on sale in the US for $48 at Amazon http://www.amazon.com/Pogoplug-POGO-E02-Multimedia-Sharing-Device/dp/B0033WSDR4/. Pretty sweet deal, and pretty nice machine (1 Ghz ARM processor, 256 MB of RAM, 128 MB Flash). Unfortunately, the open source developer community isn't nearly as strong as the NSLU community, but there is a way to use the NSLU optware packages. I have mt-daap, mediatomb, samba, lighttpd + PHP, msyql and a bunch of little PHP apps running on it using OpenPogo. Furthermore, the Cloud Engines company does a reasonable job of releasing new features with their proprietary software.


Enjoy,
Tim




On Sun, Aug 29, 2010 at 12:08 AM, reuter.rudolf <reuterru@arcor.de> wrote:


Hello,

The DockStar is now on sale for $40 at:
http://www.seagate.com/www/en-us/products/network_storage/freeagent_dockstar/

In Germany only 20 EUR (~$30) at www.atelco.de

Regards, Rudolf

--- In nslu2-linux@yahoogroups.com, "Brian" <b88zhou@...> wrote:
>
> http://www.newegg.com/Product/Product.aspx?Item=N82E16822148496&Tpk=seagate%20dockstar
>
> $50.
>
> --- In nslu2-linux@yahoogroups.com, "reuter.rudolf" <reuterru@> wrote:
> >
> > --- In nslu2-linux@yahoogroups.com, "Hassys" <hassys@> wrote:
> > > So yes. It's about three times more expensive (old slug vs new plug), however, the hardware is also at least three times more powerfull etc.
> >
> > How about the "Seagate FreeAgent Dockstar"?
> > It has 128 MB RAM, 3 x USB host, 1 x USB mini.
> > Price in Germany 55 - 83 EUR (74$ - 112$) incl. shipping
> > (http://www.cs-edelhof.de/ - www.amazon.de)
> >
> > You will find a comparison:
> > 2010-03-07 Gegenüberstellung Sheevaplug, PogoPlug V1/V2, Dockstar, GuruPlug
> > http://blogdoch.net/index.php?m=03&y=10&entry=entry100307-154800
> >
> > A review for regular users:
> > http://www.smallnetbuilder.com/nas/nas-reviews/30936-seagate-freeagent-dockstar-reviewed
> > Data transfer rate: Read  Write MB/sec
> > Using Dockstar    22.54   22.86
> > Direct attached   32.49   24.52
> >
> > A description, how to open (hardware/software) the box:
> > http://ahsoftware.de/dockstar/
> >
> > Regards, Rudolf





__._,_.___
Recent Activity:
MARKETPLACE

Hobbies & Activities Zone: Find others who share your passions! Explore new interests.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.


Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[LINUX_Newbies] using files in command prompt by their inode number

 

i want to know the way how can i open any file by using their inode number

__._,_.___
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.


Hobbies & Activities Zone: Find others who share your passions! Explore new interests.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.

.

__,_._,___

Monday, August 30, 2010

Re: [nslu2-linux] ttyS0 settings

 

  Mike, thanks for reply.

Mike Westerhof murmured, on 8/30/2010 8:46 PM:

Roman wrote:   
I am trying to use serial terminal connected to the internal serial port, but communication is not reliable at default 115200 bps.        
 How so?    
It has nothing to do with Slug, it is rather limitation of my serial terminal.
When tested with PC, via putty, it shows the same behavior, works fine at lower speed but is erratic at 115.2k

I tested serial terminal with putty at 9600 and 19200 and it works fine.  Is there any way to change settings on ttyS0, in particular the speed from 115200 to 9600 bps?        
 Not recommended; it slows the boot down a lot.  Also, you can't change  the speed for the bootloader messages.  The way to do this is to change  it via the boot command line; easiest way to do that is to install a  custom (self-built) linux kernel, since there's no way to change the  boot command line that's stored in the bootloader.    
My hope was that there is an utility/command that can be used to set parameters (speed) of the serial port after the boot is completed.
So far I had no luck.
I have never built kernel before, but I guess there is the first time for everything.
Any pointers how to go about it?

Thanks,
Roman
I tried it with agetty by adding line to inittab: S0:23:respawn:/sbin/agetty -L ttyS0 9600 vt100  but could not get it work.  Any ideas?  Thanks Roman        
 -Mike (mwester)   ------------------------------------  Yahoo! Groups Links  <*> To visit your group on the web, go to:     http://groups.yahoo.com/group/nslu2-linux/  <*> Your email settings:     Individual Email | Traditional  <*> To change settings online go to:     http://groups.yahoo.com/group/nslu2-linux/join     (Yahoo! ID required)  <*> To change settings via email:     nslu2-linux-digest@yahoogroups.com      nslu2-linux-fullfeatured@yahoogroups.com  <*> To unsubscribe from this group, send an email to:     nslu2-linux-unsubscribe@yahoogroups.com  <*> Your use of Yahoo! Groups is subject to:     http://docs.yahoo.com/info/terms/     

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.


Hobbies & Activities Zone: Find others who share your passions! Explore new interests.

.

__,_._,___

Re: [nslu2-linux] ttyS0 settings

 

Roman wrote:
> I am trying to use serial terminal connected to the internal serial port, but communication is not reliable at default 115200 bps.
>

How so?

> I tested serial terminal with putty at 9600 and 19200 and it works fine.
>
> Is there any way to change settings on ttyS0, in particular the speed from 115200 to 9600 bps?
>

Not recommended; it slows the boot down a lot. Also, you can't change
the speed for the bootloader messages. The way to do this is to change
it via the boot command line; easiest way to do that is to install a
custom (self-built) linux kernel, since there's no way to change the
boot command line that's stored in the bootloader.

> I tried it with agetty by adding line to inittab:
> S0:23:respawn:/sbin/agetty -L ttyS0 9600 vt100
>
> but could not get it work.
>
> Any ideas?
>
> Thanks
> Roman
>

-Mike (mwester)

__._,_.___
Recent Activity:
.

__,_._,___

[nslu2-linux] Problems with Free-radius [1 Attachment]

 
[Attachment(s) from Jonathan Black included below]

I've had a number of problems with Free-radius.

1) Make and openssl aren't listed as required. These must be installed
before the program will work.

2) The path to make and openssl had to be specified before
/opt/etc/raddb/certs/bootstrap and /opt/etc/raddb/certs/Makefile
worked properly

3) The default config for this program is all messed up. According to
free-radius documentation, simply adding a cleartext password to the
"users" file will enable EAP-MSCHAPv2. After spending an hour or so
playing with this and reading, I couldn't get it to work. I eventually
setup free-radius on a spare Debian installation --- Copied the
radiusd.conf from it and modified the paths and then EAP-MSCHAPv2
started working. I've attached my working config file (Nothing is
specific to my system). If someone could please make sure that it
makes it in an updated version of free-radius, that would be great.

4) The start up file is junk. It doesn't have any options and should
have at least start, stop, and restart. The start up file doesn't even
work out of the box ---- When it is run it complains that "no log file
is specified". Apparently when running radiusd, the -l flag with a
path to the log file needs to be set.

__._,_.___

Attachment(s) from Jonathan Black

1 of 1 File(s)

Recent Activity:
MARKETPLACE

Hobbies & Activities Zone: Find others who share your passions! Explore new interests.


Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.

.

__,_._,___

Sunday, August 29, 2010

[nslu2-linux] Problems with installing iptables

 


when trying to install iptable on my slug...

I am using http://www.nslu2-linux.org/wiki/HowTo/EnableFirewall

and when I run this ipkg install kernel-module-ip-tables -force-depends

I get this error:

ipkg_download: ERROR: Command failed with return value 1: `wget --passive-ftp -q -P /tmp/ipkg-JpJQWk http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/ 6.8-beta/kernel-module-ip-tables_2.4.22.l2.3r63-r10_ixp4xxbe.ipk'
Failed to download kernel-module-ip-tables. Perhaps you need to run 'ipkg update '?

I ve ran everything possible update, upgrade, changed dnses etc...I think there is something wrong with the link when I try using a browser directly...is there a way I can
change the repository ipkg is using or get the file and install it locally?

__._,_.___
Recent Activity:
MARKETPLACE

Hobbies & Activities Zone: Find others who share your passions! Explore new interests.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.


Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[nslu2-linux] Re: NSLU2 vs WDTV Live vs Seagate FreeAgent Dockstar

 



Hello,

The DockStar is now on sale for $40 at:
http://www.seagate.com/www/en-us/products/network_storage/freeagent_dockstar/

In Germany only 20 EUR (~$30) at www.atelco.de

Regards, Rudolf

--- In nslu2-linux@yahoogroups.com, "Brian" <b88zhou@...> wrote:
>
> http://www.newegg.com/Product/Product.aspx?Item=N82E16822148496&Tpk=seagate%20dockstar
>
> $50.
>
> --- In nslu2-linux@yahoogroups.com, "reuter.rudolf" <reuterru@> wrote:
> >
> > --- In nslu2-linux@yahoogroups.com, "Hassys" <hassys@> wrote:
> > > So yes. It's about three times more expensive (old slug vs new plug), however, the hardware is also at least three times more powerfull etc.
> >
> > How about the "Seagate FreeAgent Dockstar"?
> > It has 128 MB RAM, 3 x USB host, 1 x USB mini.
> > Price in Germany 55 - 83 EUR (74$ - 112$) incl. shipping
> > (http://www.cs-edelhof.de/ - www.amazon.de)
> >
> > You will find a comparison:
> > 2010-03-07 Gegenüberstellung Sheevaplug, PogoPlug V1/V2, Dockstar, GuruPlug
> > http://blogdoch.net/index.php?m=03&y=10&entry=entry100307-154800
> >
> > A review for regular users:
> > http://www.smallnetbuilder.com/nas/nas-reviews/30936-seagate-freeagent-dockstar-reviewed
> > Data transfer rate: Read Write MB/sec
> > Using Dockstar 22.54 22.86
> > Direct attached 32.49 24.52
> >
> > A description, how to open (hardware/software) the box:
> > http://ahsoftware.de/dockstar/
> >
> > Regards, Rudolf

__._,_.___
Recent Activity:
.

__,_._,___

Saturday, August 28, 2010

[nslu2-linux] ttyS0 settings

 

I am trying to use serial terminal connected to the internal serial port, but communication is not reliable at default 115200 bps.
I tested serial terminal with putty at 9600 and 19200 and it works fine.

Is there any way to change settings on ttyS0, in particular the speed from 115200 to 9600 bps?

I tried it with agetty by adding line to inittab:
S0:23:respawn:/sbin/agetty -L ttyS0 9600 vt100

but could not get it work.

Any ideas?

Thanks
Roman

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.


Hobbies & Activities Zone: Find others who share your passions! Explore new interests.

.

__,_._,___

[nslu2-linux] Re:upnp/dlna servers with Unslung

 

Hi,

My NSLU (266 MHz) runs TwonkyMedia without any problem. I have a TV with DNLA support (Philips 9604-series model) and 100 Mbps ethernet. 720p and lower-resolution videos run fine, there is only a slight delay when starting the video (a few seconds). There are no hickups once the video has started. I recently replaced my NSLU with a Synology DS209. There I have the same delay so it appears to be caused by the TV. 
For HD videos the NSLU or the 100Mpbs connection is too low; there are hickups while playing the video.

Besides Twonky my NLSU is also running Apache and Samba so I think it is safe to say the NSLU is powerfull enough to be used as a media server. 

Note that the latest versions of Twonky do not work on the NSLU anymore. I used a license key of a new version in combination with older software I downloaded somewhere else. Google around a bit. If you want to I can send you the urls of the sites I used to get it working.

When you are only interested in Audio; the mt-daapd server works fine on the NSLU also. I had it running in combination with a Pinnacle mediaplayer and that worked fine also. Advantage over Twonky; its free.'

Hope this helps.

Andreas

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.


Get great advice about dogs and cats. Visit the Dog & Cat Answers Center.


Hobbies & Activities Zone: Find others who share your passions! Explore new interests.

.

__,_._,___

Friday, August 27, 2010

[LINUX_Newbies] Re: linux and windows 98

 



--- In LINUX_Newbies@yahoogroups.com, "Craig P" <craigjp@...> wrote:
>
> Is there a flavoe of Linux that is best for installing on machines using Win98? These machines do not have a net connection at this time.
> Yes I am wanting to do a full install.Hardware problems with older computers?
> CraigP
>
You will probably find several distro's (flavors) of Linux that will work fine for you. However, it would help if you gave some more specific info about your machine, RAM and such. And once it is determined which distro's you will be able to try you must either use a machine with an Internet connection and CD burner to make your disk or purchase one (very inexpensive) from one of the many companies that sell them.
Mark

__._,_.___
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___