Is the Microtek 5950 scanner supported on Linux?
up vote
0
down vote
favorite
Is the Microtek 5950 scanner supported on Linux? That is,
- Is there a vendor-released/supported driver for it?
- Is there a FOSS driver for it? Or a driver which it works with?
- Is there any specific functionality of the hardware (e.g. ADF, buttons) which is not supported by the Linux drivers?
drivers scanner linux-device-driver
add a comment |
up vote
0
down vote
favorite
Is the Microtek 5950 scanner supported on Linux? That is,
- Is there a vendor-released/supported driver for it?
- Is there a FOSS driver for it? Or a driver which it works with?
- Is there any specific functionality of the hardware (e.g. ADF, buttons) which is not supported by the Linux drivers?
drivers scanner linux-device-driver
1
If you actually own a Microtek 5950, first steps to improve the situation are: (1) Connect it via USB, uselsusb -v
, write down product and vendor id, as well as the device class etc. More difficult: (2) If it's not a standard USB class, install Windows in a VM, get the Windows driver for it, monitor USB traffic and reverse engineer the protocol. Or, get on the SANE mailing lists, ask around if there's anyone willing to help if you provide the USB traces.
– dirkt
Dec 4 at 8:53
@dirkt: I don't; someone is offering a used one online, and I need to know whether I would be able to use it, if I bought it. +1 though.
– einpoklum
Dec 4 at 10:09
Chances of someone actually owning a Microtek 5950, so he/she can answer your question, and reading this question here in a timely manner are pretty low. There is no good generic way to find out if a concrete device of any kind is supported under Linux (unless you find it in a list), because vendors always invent new stuff, don't document it, and only supply Windows drivers... So it may work because it uses an interface similar to some supported device. Or it may not work.
– dirkt
Dec 4 at 10:35
@dirkt: Someone who owns any Microtek scanner may know of a different source of drivers for Linux.
– einpoklum
Dec 4 at 14:08
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is the Microtek 5950 scanner supported on Linux? That is,
- Is there a vendor-released/supported driver for it?
- Is there a FOSS driver for it? Or a driver which it works with?
- Is there any specific functionality of the hardware (e.g. ADF, buttons) which is not supported by the Linux drivers?
drivers scanner linux-device-driver
Is the Microtek 5950 scanner supported on Linux? That is,
- Is there a vendor-released/supported driver for it?
- Is there a FOSS driver for it? Or a driver which it works with?
- Is there any specific functionality of the hardware (e.g. ADF, buttons) which is not supported by the Linux drivers?
drivers scanner linux-device-driver
drivers scanner linux-device-driver
edited Dec 4 at 7:47
fixer1234
17.7k144581
17.7k144581
asked Dec 3 at 20:27
einpoklum
1,92372863
1,92372863
1
If you actually own a Microtek 5950, first steps to improve the situation are: (1) Connect it via USB, uselsusb -v
, write down product and vendor id, as well as the device class etc. More difficult: (2) If it's not a standard USB class, install Windows in a VM, get the Windows driver for it, monitor USB traffic and reverse engineer the protocol. Or, get on the SANE mailing lists, ask around if there's anyone willing to help if you provide the USB traces.
– dirkt
Dec 4 at 8:53
@dirkt: I don't; someone is offering a used one online, and I need to know whether I would be able to use it, if I bought it. +1 though.
– einpoklum
Dec 4 at 10:09
Chances of someone actually owning a Microtek 5950, so he/she can answer your question, and reading this question here in a timely manner are pretty low. There is no good generic way to find out if a concrete device of any kind is supported under Linux (unless you find it in a list), because vendors always invent new stuff, don't document it, and only supply Windows drivers... So it may work because it uses an interface similar to some supported device. Or it may not work.
– dirkt
Dec 4 at 10:35
@dirkt: Someone who owns any Microtek scanner may know of a different source of drivers for Linux.
– einpoklum
Dec 4 at 14:08
add a comment |
1
If you actually own a Microtek 5950, first steps to improve the situation are: (1) Connect it via USB, uselsusb -v
, write down product and vendor id, as well as the device class etc. More difficult: (2) If it's not a standard USB class, install Windows in a VM, get the Windows driver for it, monitor USB traffic and reverse engineer the protocol. Or, get on the SANE mailing lists, ask around if there's anyone willing to help if you provide the USB traces.
– dirkt
Dec 4 at 8:53
@dirkt: I don't; someone is offering a used one online, and I need to know whether I would be able to use it, if I bought it. +1 though.
– einpoklum
Dec 4 at 10:09
Chances of someone actually owning a Microtek 5950, so he/she can answer your question, and reading this question here in a timely manner are pretty low. There is no good generic way to find out if a concrete device of any kind is supported under Linux (unless you find it in a list), because vendors always invent new stuff, don't document it, and only supply Windows drivers... So it may work because it uses an interface similar to some supported device. Or it may not work.
– dirkt
Dec 4 at 10:35
@dirkt: Someone who owns any Microtek scanner may know of a different source of drivers for Linux.
– einpoklum
Dec 4 at 14:08
1
1
If you actually own a Microtek 5950, first steps to improve the situation are: (1) Connect it via USB, use
lsusb -v
, write down product and vendor id, as well as the device class etc. More difficult: (2) If it's not a standard USB class, install Windows in a VM, get the Windows driver for it, monitor USB traffic and reverse engineer the protocol. Or, get on the SANE mailing lists, ask around if there's anyone willing to help if you provide the USB traces.– dirkt
Dec 4 at 8:53
If you actually own a Microtek 5950, first steps to improve the situation are: (1) Connect it via USB, use
lsusb -v
, write down product and vendor id, as well as the device class etc. More difficult: (2) If it's not a standard USB class, install Windows in a VM, get the Windows driver for it, monitor USB traffic and reverse engineer the protocol. Or, get on the SANE mailing lists, ask around if there's anyone willing to help if you provide the USB traces.– dirkt
Dec 4 at 8:53
@dirkt: I don't; someone is offering a used one online, and I need to know whether I would be able to use it, if I bought it. +1 though.
– einpoklum
Dec 4 at 10:09
@dirkt: I don't; someone is offering a used one online, and I need to know whether I would be able to use it, if I bought it. +1 though.
– einpoklum
Dec 4 at 10:09
Chances of someone actually owning a Microtek 5950, so he/she can answer your question, and reading this question here in a timely manner are pretty low. There is no good generic way to find out if a concrete device of any kind is supported under Linux (unless you find it in a list), because vendors always invent new stuff, don't document it, and only supply Windows drivers... So it may work because it uses an interface similar to some supported device. Or it may not work.
– dirkt
Dec 4 at 10:35
Chances of someone actually owning a Microtek 5950, so he/she can answer your question, and reading this question here in a timely manner are pretty low. There is no good generic way to find out if a concrete device of any kind is supported under Linux (unless you find it in a list), because vendors always invent new stuff, don't document it, and only supply Windows drivers... So it may work because it uses an interface similar to some supported device. Or it may not work.
– dirkt
Dec 4 at 10:35
@dirkt: Someone who owns any Microtek scanner may know of a different source of drivers for Linux.
– einpoklum
Dec 4 at 14:08
@dirkt: Someone who owns any Microtek scanner may know of a different source of drivers for Linux.
– einpoklum
Dec 4 at 14:08
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I've looked on the SANE project website, and there are no drivers there for the 5950. I couldn't find a driver on the Microtek support website either.
I'm out of ideas, so probably the answer is "not supported". But maybe somebody else can find something I've missed.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1380508%2fis-the-microtek-5950-scanner-supported-on-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I've looked on the SANE project website, and there are no drivers there for the 5950. I couldn't find a driver on the Microtek support website either.
I'm out of ideas, so probably the answer is "not supported". But maybe somebody else can find something I've missed.
add a comment |
up vote
0
down vote
I've looked on the SANE project website, and there are no drivers there for the 5950. I couldn't find a driver on the Microtek support website either.
I'm out of ideas, so probably the answer is "not supported". But maybe somebody else can find something I've missed.
add a comment |
up vote
0
down vote
up vote
0
down vote
I've looked on the SANE project website, and there are no drivers there for the 5950. I couldn't find a driver on the Microtek support website either.
I'm out of ideas, so probably the answer is "not supported". But maybe somebody else can find something I've missed.
I've looked on the SANE project website, and there are no drivers there for the 5950. I couldn't find a driver on the Microtek support website either.
I'm out of ideas, so probably the answer is "not supported". But maybe somebody else can find something I've missed.
answered Dec 3 at 20:27
einpoklum
1,92372863
1,92372863
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1380508%2fis-the-microtek-5950-scanner-supported-on-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
If you actually own a Microtek 5950, first steps to improve the situation are: (1) Connect it via USB, use
lsusb -v
, write down product and vendor id, as well as the device class etc. More difficult: (2) If it's not a standard USB class, install Windows in a VM, get the Windows driver for it, monitor USB traffic and reverse engineer the protocol. Or, get on the SANE mailing lists, ask around if there's anyone willing to help if you provide the USB traces.– dirkt
Dec 4 at 8:53
@dirkt: I don't; someone is offering a used one online, and I need to know whether I would be able to use it, if I bought it. +1 though.
– einpoklum
Dec 4 at 10:09
Chances of someone actually owning a Microtek 5950, so he/she can answer your question, and reading this question here in a timely manner are pretty low. There is no good generic way to find out if a concrete device of any kind is supported under Linux (unless you find it in a list), because vendors always invent new stuff, don't document it, and only supply Windows drivers... So it may work because it uses an interface similar to some supported device. Or it may not work.
– dirkt
Dec 4 at 10:35
@dirkt: Someone who owns any Microtek scanner may know of a different source of drivers for Linux.
– einpoklum
Dec 4 at 14:08