Category:LS-WVL

From NAS-Central Buffalo - The Linkstation Wiki

(Difference between revisions)
Jump to: navigation, search
m
(4 intermediate revisions not shown)
Line 19: Line 19:
|
|
|-valign="top"
|-valign="top"
-
|align="right" | '''Flash ROM''' || none(?)
+
|align="right" | '''Flash ROM''' || 512KB SPI flash + 512MB Hynix NAND flash
|
|
|-valign="top"
|-valign="top"
Line 70: Line 70:
||  
||  
* Optware feed is '''cs08q1armel''' (untested)
* Optware feed is '''cs08q1armel''' (untested)
-
** This ''should'' work, as it works for [[:Category:LS-VL]]. Please updated here it it worked for you.
 
** Available packages: http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/Packages
** Available packages: http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/Packages
-
** Bootstrap: http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/ls-mvkw-bootstrap_1.2-7_arm.xsh
+
** See Optware & IPKG Installation Guide below. Confirmed to work on LS-WVL.
-
** Guide: [[Ipkg on the Linkstation (for end-users)]]
+
** Guide to IPKG: [[Ipkg on the Linkstation (for end-users)]]
|-
|-
||
||
Line 87: Line 86:
|| Please add here if you find or do some hardware hacks.
|| Please add here if you find or do some hardware hacks.
|}
|}
 +
==Optware & IPKG Install Guide==
 +
Once you have root access, you can start to install packages using IPKG.
 +
'''Step 1 - Create a temp folder to download and run Optware installation file'''
 +
  cd /tmp
 +
  wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/teraprov2-bootstrap_1.2-7_arm.xsh
 +
  sh ./teraprov2-bootstrap_1.2-7_arm.xsh
 +
 +
'''Step 2 - Edit /opt/etc/ipkg.conf and add'''
 +
  src cs08q1 http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/
 +
  # src cs08q1-unstable http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/
 +
 +
(If you wish to use the unstable branch you can uncomment it.)
 +
 +
 +
After that just run `ipkg update` and you can then install packages with `ipkg install package`
 +
You can view list of installed packages with `ipkg list_installed`
 +
 +
('''Note''': In case you don't use array configuration and lost your Optware configuration after reboot, please 1) Reinstall the ipkg 2) 'mv /mnt/array1/.optware /mnt/disk1' 3) adapt /etc/init.d/rc.optware by replacing 'array1' with 'disk1' 4) Reboot. )
 +
 +
 +
These instructions are courtesy of: [[:Category:LS-WXL]]
==Notes==
==Notes==

Revision as of 13:51, 29 September 2011

LinkStation Pro Duo LS-WVL/R1


LinkStation Pro Duo LS-WVL/R1
Machine Feroceon-KW (Kirkwood)
Board MVLSWV
CPU 88FR131 (88F6282) 1.6GHz Clock Speed (arm5te)
RAM 256MB
Flash ROM 512KB SPI flash + 512MB Hynix NAND flash
Other
NIC 1000/100/10Mbps
USB 1 x USB 2.0 HiSpeed
internal HDD ST32000542AS
IDE/SATA Controller
Drive Capacity 2TB, 4TB
Fan
initial Networkname LS-WVL... (last 3 are the end of the MAC address)
SOFTWARE
Toolchains
Opened Firmwares
Development Tools
GPL Kernel http://opensource.buffalo.jp/ls-x-140.html
Prebuild packages
HARDWARE
Board Please add here if you find or do some pictures.
Hardware Hacks
Other Please add here if you find or do some hardware hacks.

Optware & IPKG Install Guide

Once you have root access, you can start to install packages using IPKG.

Step 1 - Create a temp folder to download and run Optware installation file

 cd /tmp
 wget http://ipkg.nslu2-linux.org/feeds/optware/cs05q3armel/cross/stable/teraprov2-bootstrap_1.2-7_arm.xsh
 sh ./teraprov2-bootstrap_1.2-7_arm.xsh

Step 2 - Edit /opt/etc/ipkg.conf and add

 src cs08q1 http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/
 # src cs08q1-unstable http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/

(If you wish to use the unstable branch you can uncomment it.)


After that just run `ipkg update` and you can then install packages with `ipkg install package` You can view list of installed packages with `ipkg list_installed`

(Note: In case you don't use array configuration and lost your Optware configuration after reboot, please 1) Reinstall the ipkg 2) 'mv /mnt/array1/.optware /mnt/disk1' 3) adapt /etc/init.d/rc.optware by replacing 'array1' with 'disk1' 4) Reboot. )


These instructions are courtesy of: Category:LS-WXL

Notes

This is another new generation of LinkStation Pro, even newer than the LS-XHL and has again a faster CPU. LS-VL and LS-QVL should be similar except for the number of supported hard disks.

References

Personal tools