The LS-4000, LS-8000, and LS-9000 are FireWire scanners. ScanStudio's device lane is USB-only today, so current builds cannot drive them yet — on any OS. Support for these models is a future track, and this issue is where that track starts: the owners in this thread are the hardware access it needs, and there are useful things you can run right now.
Today
- Comment with your model, OS, and how you physically connect (native FireWire port, Thunderbolt-to-FireWire adapter chain, PCIe 1394 card).
- Linux — the best path today. The nkscan CLI (a separate open-source Coolscan driver; the 9000 is its best-supported scanner, and
list is read-only) will tell us whether your setup is drivable. Download nkscan-x86_64-unknown-linux-musl from the nkscan releases page, then with the scanner on and connected:
chmod +x nkscan-x86_64-unknown-linux-musl && ./nkscan-x86_64-unknown-linux-musl list
If you get a permission error, retry with sudo and say so. Paste the output here either way — "listed", "not listed", and errors are all useful.
- Windows with a working 1394 setup: download
nkscan-x86_64-pc-windows-msvc.exe from the same page and run it with list in PowerShell. Legacy 1394 driver stacks vary a lot on Windows 11, so report whatever happens, including failures.
- macOS: no open-source software can drive these scanners on macOS today — nkscan's FireWire support there is stubbed, not working (VueScan can, commercially). Your comment from step 1 — especially the adapter chain that physically works on your Mac, and whether VueScan sees the scanner through it — is the useful contribution.
- If nkscan lists your scanner and you are comfortable going further, its README documents actual scanning for the 9000. Experience reports on their tracker directly feed what multi-scanner support here would build on.
I will not promise a date, but this thread is the direct input for when and what gets built. Every report here moves it.
Using an AI assistant
Copy this block into your assistant (Claude, ChatGPT, etc.) and it will walk you through everything, including submitting:
You are helping me report my FireWire Nikon Coolscan (LS-4000, LS-8000, or LS-9000)
for ScanStudio, an open-source scanning app that is USB/LS-5000-only today. Ask my OS
and how the scanner is physically connected (native FireWire, Thunderbolt-to-FireWire
adapter chain, PCIe 1394 card), then:
- Linux: download nkscan-x86_64-unknown-linux-musl from
https://github.com/activexray/nkscan/releases/latest, `chmod +x` it, run it with
`list` with the scanner on (read-only — it only enumerates). If permission is
denied, retry with sudo and note that.
- Windows with a working 1394 setup: download nkscan-x86_64-pc-windows-msvc.exe from
the same page and run it with list. Record whatever happens, including failures.
- macOS: no open-source software can drive these scanners on macOS today, so collect
my model, macOS version, the exact adapter chain that physically connects, and — if
I have VueScan — whether VueScan sees the scanner through that chain.
Run only these commands or direct equivalents. Collect full outputs.
Then draft a comment for https://github.com/rohanpandula/ScanStudio/issues/28 with —
Setup (scanner model, OS, connection chain), Steps completed, Outputs (code blocks),
Result ("listed", "not listed", or the error). All three outcomes are useful. Show me
the draft and do not post without my explicit approval; if you cannot post, format it
so I can paste it myself.
The LS-4000, LS-8000, and LS-9000 are FireWire scanners. ScanStudio's device lane is USB-only today, so current builds cannot drive them yet — on any OS. Support for these models is a future track, and this issue is where that track starts: the owners in this thread are the hardware access it needs, and there are useful things you can run right now.
Today
listis read-only) will tell us whether your setup is drivable. Downloadnkscan-x86_64-unknown-linux-muslfrom the nkscan releases page, then with the scanner on and connected:chmod +x nkscan-x86_64-unknown-linux-musl && ./nkscan-x86_64-unknown-linux-musl listIf you get a permission error, retry with
sudoand say so. Paste the output here either way — "listed", "not listed", and errors are all useful.nkscan-x86_64-pc-windows-msvc.exefrom the same page and run it withlistin PowerShell. Legacy 1394 driver stacks vary a lot on Windows 11, so report whatever happens, including failures.I will not promise a date, but this thread is the direct input for when and what gets built. Every report here moves it.
Using an AI assistant
Copy this block into your assistant (Claude, ChatGPT, etc.) and it will walk you through everything, including submitting: