Hi guys, I want to install debian on my Nslu2 (266Mhz;D). I read http://www.cyrius.com/debian/nslu2/install.html but I want to be sure: 1)could I upgrade,...
22708
Mike (mwester)
mjwest61
Dec 1, 2008 1:21 pm
... As the wiki notes, there is no web interface to flash firmware on any of the replacement firmwares for the NSLU2. So you'll have to place the NSLU2 in...
22709
minimatica
Dec 1, 2008 9:54 pm
... Hi Mike, tnx for the reply even if I read here http://www.cyrius.com/debian/nslu2/install.html that I can install in this way: "Using the web interface...
22710
Mike (mwester)
mjwest61
Dec 1, 2008 10:05 pm
... By "replacement" firmwares, I am referring to Unslung, SlugOS, OpenWRT, Debian, and all other firmwares except the original Linksys firmware. If you have...
22711
Rob Lockhart
rob_lockhart
Dec 2, 2008 12:37 am
... As Mario Ruprecht said, the OS needs to be specified. Hardware modifications are required for power to be restored after turning off. There are no...
22712
minimatica
Dec 2, 2008 8:38 am
... Hi Mike, tnx again, I did't know that, with unslung, I can't upgrade anymore! Another quetsion again: after reflash, via ssh I start the installer, have I...
22713
Martin Michlmayr
mmic1979
Dec 2, 2008 10:17 am
... Answering yes to everything (i.e. using the default) will work just fine (with the lenny installer). -- Martin Michlmayr http://www.cyrius.com/...
22714
kaputnikgo
Dec 3, 2008 1:37 am
Hi there, i want to update the wiki page i wrote here - http://www.nslu2-linux.org/wiki/HowTo/ConfigureRtorrentWithUnslung with some more information, should i...
22715
Rod Whitby
rwhitby
Dec 3, 2008 1:21 pm
... Please see the bottom of the front-page of the wiki for the password. -- Rod...
22716
prupertplum
Dec 5, 2008 11:22 pm
Hi First off I am sorry, I posted to the wrong group (nslu2-general) instead of this one - so I guess I should repost as my original would have been rejected. ...
22717
prupertplum
Dec 6, 2008 12:32 am
Hi again Simple one this time. I have created a simple startup script to load snort on start-up, but it never gets executed for some reason. It is simply: ...
22718
prupertplum
Dec 6, 2008 12:37 am
Well, in answer to myself, it seems from other posts here people have had lots of problems with the zd1211b drivers and it requires compiling from source in...
22719
James Fidell
jcfidell
Dec 6, 2008 12:55 am
... Could be one of any number of reasons. First it's probably worth checking that the script does actually get run at boot time, perhaps by adding something...
22720
shinji2570
Dec 6, 2008 9:55 am
... I don't personally run SlugOS but I would actually adjust the script as follows. #!/bin/sh echo "snort run" > /var/tmp/snort.log /opt/bin/snort -c...
22721
Adrian Oldacres
adrianoldacres
Dec 6, 2008 9:55 am
Hi all, Can anyone advise on the safest way to upgrade an nslu2 currently running etch to lenny? Is it just a case of: - backup - apt-get update - change...
22722
prupertplum
Dec 6, 2008 11:02 am
Cool, thanks for the suggestions, I will try out what you said and report back. I am pretty sure the script isn't being run at all, since I tried adding an...
22723
Stefan Luetje
skelli2004
Dec 6, 2008 1:23 pm
... Look here: <http://blog.schmehl.info/Debian/releasing-lenny> Rgds Stefan -- Stefan Lütje <stefan.luetje@...> Skelli@... ...
22724
prupertplum
Dec 6, 2008 5:02 pm
Thanks for this update, I will test this one out as well. Hopefully, when my Linux Bible arrives for Xmas, I will be able to work out what all the commandes...
22725
prupertplum
Dec 6, 2008 5:13 pm
As none of the USB adpators mentioned here http://www.nslu2-linux.org/wiki/Peripherals/EthernetAdapter?from=HowTo.AddEthernetAdapter are currently available to...
22726
Mike (mwester)
mjwest61
Dec 6, 2008 5:26 pm
... I see a lot of conclusions that you've come to, but no information that would help anyone determine what the problem might really be! Let's start with the...
22727
Martin Michlmayr
mmic1979
Dec 6, 2008 7:54 pm
... Yep, including flash: cat /dev/mtdblock? > mtd-backup ... The first apt-get update (before changing the repository) is useless, unless you want to do an...
22728
MIKi
miklwen
Dec 6, 2008 8:58 pm
The board of NSLU containes the required Clock chip. One wire needs to be soldered on the board only. After that the chip will be able to wake up the Slug any...
22729
prupertplum
Dec 7, 2008 1:45 am
... that would help anyone determine what the problem might really be! sorry, all that info was included in my other post to nslu2-general, I should have...
22730
Mike (mwester)
mjwest61
Dec 7, 2008 2:31 am
prupertplum wrote:... ... "ifconfig -a" will list all the interfaces present on the systems - what is the output from that command? Also, what is the output...
22731
reuter.rudolf
Dec 7, 2008 10:19 am
Hello, I tried to install python on SlugOS 4.8-beta. To my surprise no longer a complete package was found in the feed. So I did: ipkg install python-core...
22732
prupertplum
Dec 7, 2008 12:01 pm
Hi root@snug:~$ ifconfig -a eth0 Link encap:Ethernet HWaddr 00:1D:7E:B4:3D:39 inet addr:192.168.1.129 Bcast:192.168.1.255 Mask:255.255.255.0 UP...
22733
Brian Zhou
brian_zhou
Dec 7, 2008 6:54 pm
If you use optware python, my advice is to keep it self-contained in /opt. Don't copy or link /opt stuff to /usr, unless you know what you're doing and don't...
22734
hauke.fuhrmann
Dec 7, 2008 11:07 pm
Hi there, I try to install a raid1 array on my slug following the howto. I'm trying to install the raid kernel modules for Unslung 6.10. I get the following ...
22735
reuter.rudolf
Dec 8, 2008 10:56 am
Hello Brian, Thank you very much for your quick and extensive answer. My experience in trying your suggestions is the following: 1. Moving /opt/bin/ in file...
22736
Brian Zhou
brian_zhou
Dec 8, 2008 8:59 pm
... You only need to change the PATH for your particular script, no need to make the PATH global. You can even try something real quick with "env...