vmware player usb device on slackware 14.0
I just installed Slackware 14.0. I installed vmware player using this command:
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
Which I found from this website:
http://www.linuxquestions.org/questions/slackware-14/installation-of-vmware-player-4-on-slackware-13-37-32-bit-909539/
That allowed me to install a guest version of Windows XP (microcontroller programming). But I'm unable to connect a usb device to the guest xp vm. The usb device is acting like a serial device.
Any thoughts?
vmware slackware
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I just installed Slackware 14.0. I installed vmware player using this command:
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
Which I found from this website:
http://www.linuxquestions.org/questions/slackware-14/installation-of-vmware-player-4-on-slackware-13-37-32-bit-909539/
That allowed me to install a guest version of Windows XP (microcontroller programming). But I'm unable to connect a usb device to the guest xp vm. The usb device is acting like a serial device.
Any thoughts?
vmware slackware
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I forgot to mention, this is the error I'm getting when I try to connect the USB device to the guest xp vm: serial1: Unable to open the "COM1" serial port: No such file or directory.
– user26138
Oct 22 '12 at 2:28
You can always edit your question, so I suggest you move the content of your comment into the question itself.
– EightBitTony
Oct 22 '12 at 7:19
add a comment |
I just installed Slackware 14.0. I installed vmware player using this command:
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
Which I found from this website:
http://www.linuxquestions.org/questions/slackware-14/installation-of-vmware-player-4-on-slackware-13-37-32-bit-909539/
That allowed me to install a guest version of Windows XP (microcontroller programming). But I'm unable to connect a usb device to the guest xp vm. The usb device is acting like a serial device.
Any thoughts?
vmware slackware
I just installed Slackware 14.0. I installed vmware player using this command:
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
Which I found from this website:
http://www.linuxquestions.org/questions/slackware-14/installation-of-vmware-player-4-on-slackware-13-37-32-bit-909539/
That allowed me to install a guest version of Windows XP (microcontroller programming). But I'm unable to connect a usb device to the guest xp vm. The usb device is acting like a serial device.
Any thoughts?
vmware slackware
vmware slackware
asked Oct 22 '12 at 2:26
user26138user26138
241
241
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I forgot to mention, this is the error I'm getting when I try to connect the USB device to the guest xp vm: serial1: Unable to open the "COM1" serial port: No such file or directory.
– user26138
Oct 22 '12 at 2:28
You can always edit your question, so I suggest you move the content of your comment into the question itself.
– EightBitTony
Oct 22 '12 at 7:19
add a comment |
I forgot to mention, this is the error I'm getting when I try to connect the USB device to the guest xp vm: serial1: Unable to open the "COM1" serial port: No such file or directory.
– user26138
Oct 22 '12 at 2:28
You can always edit your question, so I suggest you move the content of your comment into the question itself.
– EightBitTony
Oct 22 '12 at 7:19
I forgot to mention, this is the error I'm getting when I try to connect the USB device to the guest xp vm: serial1: Unable to open the "COM1" serial port: No such file or directory.
– user26138
Oct 22 '12 at 2:28
I forgot to mention, this is the error I'm getting when I try to connect the USB device to the guest xp vm: serial1: Unable to open the "COM1" serial port: No such file or directory.
– user26138
Oct 22 '12 at 2:28
You can always edit your question, so I suggest you move the content of your comment into the question itself.
– EightBitTony
Oct 22 '12 at 7:19
You can always edit your question, so I suggest you move the content of your comment into the question itself.
– EightBitTony
Oct 22 '12 at 7:19
add a comment |
2 Answers
2
active
oldest
votes
Power down your VM and exit VMWare player.
Locate the .vmx
file of this virtual machine.
Open it with text editor and seek for the serial0.fileName
parameter.
change its value to "/dev/ttyUSB0"
(use the actual name if you have more than one USB serial device connected to you host system; they are all named with ttyUSBxxx
, where xxx
- is a numeric):
serial0.fileName = "/dev/ttyUSB0"
Save the file and start your VM.
It should find the port now.
add a comment |
I saw this same error using a VM of Debian on Windows with VMPlayer when trying to bring in a real serial port. Everything was set properly as Serge said in his answer, it just happened that my serial port was open with another application.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f52524%2fvmware-player-usb-device-on-slackware-14-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Power down your VM and exit VMWare player.
Locate the .vmx
file of this virtual machine.
Open it with text editor and seek for the serial0.fileName
parameter.
change its value to "/dev/ttyUSB0"
(use the actual name if you have more than one USB serial device connected to you host system; they are all named with ttyUSBxxx
, where xxx
- is a numeric):
serial0.fileName = "/dev/ttyUSB0"
Save the file and start your VM.
It should find the port now.
add a comment |
Power down your VM and exit VMWare player.
Locate the .vmx
file of this virtual machine.
Open it with text editor and seek for the serial0.fileName
parameter.
change its value to "/dev/ttyUSB0"
(use the actual name if you have more than one USB serial device connected to you host system; they are all named with ttyUSBxxx
, where xxx
- is a numeric):
serial0.fileName = "/dev/ttyUSB0"
Save the file and start your VM.
It should find the port now.
add a comment |
Power down your VM and exit VMWare player.
Locate the .vmx
file of this virtual machine.
Open it with text editor and seek for the serial0.fileName
parameter.
change its value to "/dev/ttyUSB0"
(use the actual name if you have more than one USB serial device connected to you host system; they are all named with ttyUSBxxx
, where xxx
- is a numeric):
serial0.fileName = "/dev/ttyUSB0"
Save the file and start your VM.
It should find the port now.
Power down your VM and exit VMWare player.
Locate the .vmx
file of this virtual machine.
Open it with text editor and seek for the serial0.fileName
parameter.
change its value to "/dev/ttyUSB0"
(use the actual name if you have more than one USB serial device connected to you host system; they are all named with ttyUSBxxx
, where xxx
- is a numeric):
serial0.fileName = "/dev/ttyUSB0"
Save the file and start your VM.
It should find the port now.
answered Oct 22 '12 at 3:11
SergeSerge
5,72521326
5,72521326
add a comment |
add a comment |
I saw this same error using a VM of Debian on Windows with VMPlayer when trying to bring in a real serial port. Everything was set properly as Serge said in his answer, it just happened that my serial port was open with another application.
add a comment |
I saw this same error using a VM of Debian on Windows with VMPlayer when trying to bring in a real serial port. Everything was set properly as Serge said in his answer, it just happened that my serial port was open with another application.
add a comment |
I saw this same error using a VM of Debian on Windows with VMPlayer when trying to bring in a real serial port. Everything was set properly as Serge said in his answer, it just happened that my serial port was open with another application.
I saw this same error using a VM of Debian on Windows with VMPlayer when trying to bring in a real serial port. Everything was set properly as Serge said in his answer, it just happened that my serial port was open with another application.
answered Feb 7 '13 at 15:55
radix07radix07
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f52524%2fvmware-player-usb-device-on-slackware-14-0%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
I forgot to mention, this is the error I'm getting when I try to connect the USB device to the guest xp vm: serial1: Unable to open the "COM1" serial port: No such file or directory.
– user26138
Oct 22 '12 at 2:28
You can always edit your question, so I suggest you move the content of your comment into the question itself.
– EightBitTony
Oct 22 '12 at 7:19