My Linkstation arrived yesterday afternoon. I ordered it from Outpost.com on the 28th and had it in my hands on the 30th. I have only had a couple of hours...
51
LinkStation_General@y...
Oct 2, 2004 1:20 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the LinkStation_General group. File :...
52
dtaub001
Oct 2, 2004 1:23 am
I'm finally able to build and use a native compiler on the Linkstation. Updated the howto... Derek ... Linkstation ... ...
53
James Stewart
wartstew
Oct 3, 2004 4:42 pm
I tried looking for a group like this a week ago in Yahoo Groups and didn't find any, so I created my own. Mine isn't showing up in the public listings yet....
54
Sasha
sashapost
Oct 3, 2004 4:53 pm
I've got LinkStation HD-H250LAN a few days ago. I'd like to use it as a web server. I upgraded to the 1.44 firmware and changed root password as was described...
55
James Stewart
wartstew
Oct 3, 2004 5:12 pm
Oh, One thing I do have on my Yahoo Group http://groups.yahoo.com/group/BuffaloLinkstation is lots of pictures of the insides, including close-ups of all the...
56
James Ronald
james_j_ronald
Oct 3, 2004 9:49 pm
Another success!! I too followed Thom's hack for gaining root access to the linkstation. I must say that I was a little shaky using MS telnet and vi but I did...
57
dtaub001
Oct 4, 2004 1:42 am
The portmap and nfs-utils binaries from yellowdog-2.3 work just fine: ...
For those not in the know (I just learned this) Kuro seems to be exactly the same as the linkstation except only has one USB port and comes without a hard...
60
James Ronald
james_j_ronald
Oct 5, 2004 2:51 pm
Well I did a preliminary test and the KuroBoxSetup program did not even see the linkstaion box :-( There is however a manual method for installing the...
61
nrkkflower
Oct 5, 2004 5:08 pm
Ok.. I got up to step 12 without too much fiddling (I've not used Linux since before Redhat existed and am a bit rusty, though I'm well versed with Solaris,...
62
casper_theghostwriter
casper_thegh...
Oct 5, 2004 8:55 pm
... i'm new here, and I don't have a linkstation (yet), but I have worked on a project developing a PPC8245 single board computer. I think you're all doing a...
63
dtaub001
Oct 5, 2004 10:05 pm
Double check the configure parms for this step? The \ in --with-libs is necessary... Derek...
64
James Ronald
james_j_ronald
Oct 8, 2004 4:47 pm
I spent some quality time last night doing some Linkstation/Kuro research and thought I'd share what I found although many of you are most likely way ahead of...
65
James Ronald
james_j_ronald
Oct 8, 2004 5:45 pm
Here is another source for binaries that will work on the linkstation. http://www.kurobox.com/downloads/ Check out the binary.zip file. It contains some of...
66
Thom Mason
thommason
Oct 9, 2004 10:03 am
Fantastic - this file has gcc, make, glibc etc. I installed them on my linkstation and bingo - native compiles no problem. I made mt- daapd (and the required...
67
7tronics Plc, M Smith
seventronics
Oct 10, 2004 2:23 am
Looking for performance enhancement over ftp, has anyone tried porting a multi-threaded ftp server such as gFTP ( http://gftp.seul.org/ ) ? Key appears to be...
68
James Ronald
james_j_ronald
Oct 10, 2004 3:06 am
I found and easy fix for those wanting to use something better than MS Telnet to configure your linkstations but are getting the dreaded 'vi: xterm: unknown...
69
Inframan
beihl.geo
Oct 10, 2004 5:10 am
Has anyone been adding their settings to the web interface? poking around the cgi dir I find a few built in functions not turned on..... \www\cgi-bin92;mellib.pl...
70
Inframan
beihl.geo
Oct 10, 2004 5:20 am
Seems to turn on : Ethernet Frame Size Settings : Dont think my router has jumbo frame support Fan Speed : note the help says that the low rotation my effect ...
71
James Stewart
wartstew
Oct 10, 2004 5:35 am
... Yea, I had just been entering "TERM=vt100" at the command line once inside of the linkstation, meaning to put it into a .profile, .cshrc or something link ...
72
7tronics Plc, M Smith
seventronics
Oct 10, 2004 6:15 pm
Poorly worded post, what I meant was: Looking for performance enhancement over ftp, has anyone tried porting or measuring a multi-threaded ftp server such as...
73
Sasha
sashapost
Oct 11, 2004 7:50 am
I also copied a few binaries from kuro_102.zip and they worked on linkstation. However it does not include ssh that I needed. I found file...
74
7tronics Plc, M Smith
seventronics
Oct 11, 2004 2:27 pm
LinkStation_General readers, (cross post with NSLU2 eGroups) If by chance you have a dead LinkStation that can't be returned for warrantee replacement, we will...
75
James Ronald
james_j_ronald
Oct 11, 2004 3:26 pm
For those wanting to add more storage to their LinkStations Buffalo is again offering $80.00 rebates on selected DriveStations thru 10/14/04. It seems this...
76
Jim Voos
jvoos59
Oct 11, 2004 8:44 pm
Just got a Kuro Box, and am wondering if a hub will allow me to add multiple drives to this device....
77
dtaub001
Oct 11, 2004 10:15 pm
... What a find! Not only do the apps integrate perfectly, but the full source is available, including gcc. I'm pretty sure that this is the exact gcc that...
78
dtaub001
Oct 11, 2004 10:20 pm
I was moving some big files to an external 250GB drive yesterday, and noticed that klogd and syslogd were taking up a fair amount of cpu (40-ish percent). It...
79
dtaub001
Oct 11, 2004 10:45 pm
Found the source that does this in drivers/usb/storage/transport.c: /* did we send all the data? */ if (partial == length) { ...