Category:LS-WVL
From NAS-Central Buffalo - The Linkstation Wiki
Lsuser1985 (Talk | contribs) m (→Notes) |
Lsuser1985 (Talk | contribs) (link to images of the board) |
||
| (7 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
[[Image:LS-WVL-R1.jpg|thumb|right|LinkStation Pro Duo LS-WVL/R1]] | [[Image:LS-WVL-R1.jpg|thumb|right|LinkStation Pro Duo LS-WVL/R1]] | ||
| - | + | [[Image:MVLSWV-BA-top.jpg|thumb|right|board top image]] | |
| + | [[Image:MVLSWV-BA-bot.jpg|thumb|right|board bottom image]] | ||
{| style="background:#DDDDDD; color:black" | {| style="background:#DDDDDD; color:black" | ||
| Line 19: | Line 20: | ||
| | | | ||
|-valign="top" | |-valign="top" | ||
| - | |align="right" | '''Flash ROM''' || | + | |align="right" | '''Flash ROM''' || 512KB SPI flash + 512MB Hynix NAND flash |
| | | | ||
|-valign="top" | |-valign="top" | ||
| Line 50: | Line 51: | ||
|| | || | ||
|| '''SOFTWARE''' | || '''SOFTWARE''' | ||
| - | |- | + | |-valign="top" |
!|Toolchains | !|Toolchains | ||
|| | || | ||
| - | |- | + | |-valign="top" |
!|Opened Firmwares | !|Opened Firmwares | ||
|| | || | ||
| Line 59: | Line 60: | ||
** [[Open Stock Firmware LS-VL]] (and LW-WVL) | ** [[Open Stock Firmware LS-VL]] (and LW-WVL) | ||
** [[Enable NFS for LS-VL]] (and LW-WVL) | ** [[Enable NFS for LS-VL]] (and LW-WVL) | ||
| - | ** [[Enable Encrypted Partitions for | + | ** [[Enable Encrypted Partitions for LS-VL]] (and LW-WVL) using dm-crypt |
| - | |- | + | |-valign="top" |
!|Development Tools | !|Development Tools | ||
|| | || | ||
| - | |- | + | |-valign="top" |
!|GPL Kernel | !|GPL Kernel | ||
|| http://opensource.buffalo.jp/ls-x-140.html | || http://opensource.buffalo.jp/ls-x-140.html | ||
| - | |- | + | |-valign="top" |
!|Prebuild packages | !|Prebuild packages | ||
|| | || | ||
* Optware feed is '''cs08q1armel''' (untested) | * Optware feed is '''cs08q1armel''' (untested) | ||
| - | |||
** 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 | ||
| - | ** | + | ** 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)]] |
|- | |- | ||
|| | || | ||
|| '''HARDWARE''' | || '''HARDWARE''' | ||
| - | |- | + | |-valign="top" |
!| Board | !| Board | ||
|| Please add here if you find or do some pictures. | || Please add here if you find or do some pictures. | ||
| - | |- | + | | |
| + | |-valign="top" | ||
!| Hardware Hacks | !| Hardware Hacks | ||
| - | || | + | || Please add here if you find or do some hardware hacks. |
| - | |- | + | | |
| + | |-valign="top" | ||
!| Other | !| Other | ||
|| 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== | ||
Latest revision as of 22:23, 19 January 2013
| 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 | Please add here if you find or do some 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
Pages in category "LS-WVL"
The following 10 pages are in this category, out of 10 total.
AB |
DEI |
I cont.LO |


