Adresse und IRQ von /dev/ttyS1 ??

Post Reply
Message
Author
ytimk
Posts: 341
Joined: 07. Sep 2001 0:08

Adresse und IRQ von /dev/ttyS1 ??

#1 Post by ytimk »

Hoi zusammen,
weiss jemand, wie ich herausfinde, welche Port-Adresse und welchen Interrupt meine 2. serielle Schnittstelle hat?
Ich muss aus techn. Gründen LIRC auf /dev/ttyS1 legen, daher frage ich... <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

TIA,
Tim
Last edited by ytimk on 19. Apr 2002 19:56, edited 1 time in total.

ytimk
Posts: 341
Joined: 07. Sep 2001 0:08

Re: Adresse und IRQ von /dev/ttyS1 ??

#2 Post by ytimk »

Oh, Sorry!

Sollte eigentlich unter "allgemeine Fragen"!?!

Descartes

Re: Adresse und IRQ von /dev/ttyS1 ??

#3 Post by Descartes »

Portadressen
% cat /proc/ioports | grep serial

Interrupts
% cat /proc/interrupts | grep serial

oder auch

% man 8 setserial
% info setserial

% setserial -g /dev/ttyS1
/dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3

ytimk
Posts: 341
Joined: 07. Sep 2001 0:08

Re: Adresse und IRQ von /dev/ttyS1 ??

#4 Post by ytimk »

THX!

Hab's aber inzwischen (mehr durch zufall) selbst gefunden:

less /var/log/messages <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

Descartes

Re: Adresse und IRQ von /dev/ttyS1 ??

#5 Post by Descartes »

"apropos serial" hätte dich schon auf die richtige Fährte gebracht:

% apropos serial
setserial (8) - get/set Linux serial port information
slattach (8) - attach a network interface to a serial line
ttys (4) - serial terminal lines
mouse (4) - serial mouse interface

ytimk
Posts: 341
Joined: 07. Sep 2001 0:08

Re: Adresse und IRQ von /dev/ttyS1 ??

#6 Post by ytimk »

Gut zu Wissen, dass es sowas gibt, bleibt ihr vielleicht demnächst von solchen Postings meinerseits verschont <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">
Danke dir,

Tim

Post Reply