DSL/knoppix linux appends 0 to port names. How to remove?Re-ordering serial ports on a multiport cardHow do I...
Has Peter Parker ever eaten bugs?
Are there any English words pronounced with sounds/syllables that aren't part of the spelling?
Why do people say "I am broke" instead of "I am broken"?
Is it possible to access the complete command line including pipes in a bash script?
How can Kazakhstan perform MITM attacks on all HTTPS traffic?
Monty Hall Problem with a Fallible Monty
Book in which the "mountain" in the distance was a hole in the flat world
Other than a swing wing, what types of variable geometry have flown?
Is the apartment I want to rent a scam?
"It is what it is" in French
Does switching on an old games console without a cartridge damage it?
Killing a star safely
How did pilots avoid thunderstorms and related weather before “reliable” airborne weather radar was introduced on airliners?
Why does the salt in the oceans not sink to the bottom?
Are gangsters hired to attack people at a train station classified as a terrorist attack?
How am I supposed to put out fires?
What is "ass door"?
What was the rationale behind 36 bit computer architectures?
Does quantity of data extensions impact performance?
Host telling me to cancel my booking in exchange for a discount?
Can GPL and BSD licensed applications be used for government work?
How to work a regular job as a former celebrity
Are stackless C++20 coroutines a problem?
Would using carbon dioxide as fuel work to reduce the greenhouse effect?
DSL/knoppix linux appends 0 to port names. How to remove?
Re-ordering serial ports on a multiport cardHow do I use a serial port on Linux like a pipe or netcat?Serial Port I/O Error on Intel NUC with Debian WheezyHow to set a serial port to RS-485 mode?How do I find an application that's already installed on Knoppix?Polling for Serial Port InformationHow to send data to serial port POS printer?Linux USART Serial PortHow to Change the Serial (RS232)Port Numberrunning a terminal over PCMCIA serial port in unix
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I just installed the latest version of "Damn Small Linux". It uses kernel 2.4 and knoppix.
When I boot the PC and look at dmesg, I noticed the following entry for the serial port on my system:
<6>ttyS00 at 0x03f8 (irq = 4) is a 16550A
When I did a file lookup with:
ls /dev/ttyS*
I see:
/dev/ttyS0
/dev/ttyS1
/dev/ttyS2
/dev/ttyS3
/dev/ttyS4
/dev/ttyS5
/dev/ttyS6
/dev/ttyS7
Why is the serial driver included in the distro adding an extra 0 to the serial device name and how do I access the real serial device? (You'd think if the actual serial device is named ttyS00, you'd see it added as a character device under the /dev folder right?)
kernel-modules serial-port knoppix
add a comment |
I just installed the latest version of "Damn Small Linux". It uses kernel 2.4 and knoppix.
When I boot the PC and look at dmesg, I noticed the following entry for the serial port on my system:
<6>ttyS00 at 0x03f8 (irq = 4) is a 16550A
When I did a file lookup with:
ls /dev/ttyS*
I see:
/dev/ttyS0
/dev/ttyS1
/dev/ttyS2
/dev/ttyS3
/dev/ttyS4
/dev/ttyS5
/dev/ttyS6
/dev/ttyS7
Why is the serial driver included in the distro adding an extra 0 to the serial device name and how do I access the real serial device? (You'd think if the actual serial device is named ttyS00, you'd see it added as a character device under the /dev folder right?)
kernel-modules serial-port knoppix
add a comment |
I just installed the latest version of "Damn Small Linux". It uses kernel 2.4 and knoppix.
When I boot the PC and look at dmesg, I noticed the following entry for the serial port on my system:
<6>ttyS00 at 0x03f8 (irq = 4) is a 16550A
When I did a file lookup with:
ls /dev/ttyS*
I see:
/dev/ttyS0
/dev/ttyS1
/dev/ttyS2
/dev/ttyS3
/dev/ttyS4
/dev/ttyS5
/dev/ttyS6
/dev/ttyS7
Why is the serial driver included in the distro adding an extra 0 to the serial device name and how do I access the real serial device? (You'd think if the actual serial device is named ttyS00, you'd see it added as a character device under the /dev folder right?)
kernel-modules serial-port knoppix
I just installed the latest version of "Damn Small Linux". It uses kernel 2.4 and knoppix.
When I boot the PC and look at dmesg, I noticed the following entry for the serial port on my system:
<6>ttyS00 at 0x03f8 (irq = 4) is a 16550A
When I did a file lookup with:
ls /dev/ttyS*
I see:
/dev/ttyS0
/dev/ttyS1
/dev/ttyS2
/dev/ttyS3
/dev/ttyS4
/dev/ttyS5
/dev/ttyS6
/dev/ttyS7
Why is the serial driver included in the distro adding an extra 0 to the serial device name and how do I access the real serial device? (You'd think if the actual serial device is named ttyS00, you'd see it added as a character device under the /dev folder right?)
kernel-modules serial-port knoppix
kernel-modules serial-port knoppix
asked 34 mins ago
MikeMike
1163 bronze badges
1163 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
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%2f531794%2fdsl-knoppix-linux-appends-0-to-port-names-how-to-remove%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f531794%2fdsl-knoppix-linux-appends-0-to-port-names-how-to-remove%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