Optware have ipkg feeds covering more than a dozen NAS devices including
Buffalo/D-Link/HP/QNAP/Synology devices, the listing is here:

http://ipkg.nslu2-linux.org/feeds/optware/

The cs08q1armel feed can be used on debian armel lenny devices; the
ts509 is actually an x86 feed. Optware install all files under /opt.
Most optware ipk's are cross compiled.

The squeezecenter package at the time of writing is the latest at
7.2.0. The perl module dependencies are packaged separately as ipk's.
And when you install squeezecenter, ipkg will automatically install
dependencies like you expect it to.

1) You need to setup optware /opt/bin/ipkg, the instruction depends on
NAS you choose. If people have questions, I can provide pointers based
on device.

2) /opt/bin/ipkg update; /opt/bin/ipkg install squeezecenter bash sed

3) Since optware mysql 4 was configured without transaction support to
save memory, some further change is needed here (except on syno-e500
feed and ts509)
# cd /opt/share/squeezecenter
# sed -i.orig -e '/^ .*dbh->STORE.*AutoCommit.*0/s/^/#/' CPAN/DBI.pm
# sed -i.orig -e "/^ *Slim::Schema->storage->dbh->{'AutoCommit'} =
0/s/^/#/" scanner.pl Slim/Schema/Playlist.pm Slim/Music/Import.pm

4) Launch squeezecenter
/opt/etc/init.d/S99squeezecenter start

5) point your browser to http://NAS-IP-address:9900

Brian Zhou
bzhou at nslu2 dash linux dot org


-- 
bzhou
------------------------------------------------------------------------
bzhou's Profile: http://forums.slimdevices.com/member.php?userid=19893
View this thread: http://forums.slimdevices.com/showthread.php?t=52466

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to