[S.u.S.E. Linux] Installing an internal Modem as Com3
Hello list, I'm installing an internal US Robotics Modem as Com3, with an IRQ of 5. Do I have to make a new device file for this capability?? If so how? Thanks Curt -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Hello list,
I'm installing an internal US Robotics Modem as Com3, with an IRQ of 5.
Do I have to make a new device file for this capability?? If so how?
Thanks
Curt
the device name of com3 is /dev/cua2 ... (check your motherboard manual for the which irqs are for which com ports) Jonathan -- =========== =========== Jonathan Paul Cowherd jpcowh01@slug.louisville.edu <A HREF="http://www.slug.louisville.edu/~jpcowh01"><A HREF="http://www.slug.louisville.edu/~jpcowh01</A">http://www.slug.louisville.edu/~jpcowh01</A</A>> This is my world and I am... World Leader Pretend =========== =========== -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
On Thu, Apr 23, 1998 at 04:00:49PM -0400, World Leader Pretend wrote:
Hello list, I'm installing an internal US Robotics Modem as Com3, with an IRQ of 5. Do I have to make a new device file for this capability?? If so how?
the device name of com3 is /dev/cua2 ... (check your motherboard manual for the which irqs are for which com ports)
Not trying to be picky about right answers but try and get away from the /dev/cu* devices, they are going away in favor of /dev/ttyS* com3 <=> /dev/ttyS2 -- Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Andrew L. Davis wrote:
On Thu, Apr 23, 1998 at 04:00:49PM -0400, World Leader Pretend wrote:
Hello list, I'm installing an internal US Robotics Modem as Com3, with an IRQ of 5. Do I have to make a new device file for this capability?? If so how?
the device name of com3 is /dev/cua2 ... (check your motherboard manual for the which irqs are for which com ports)
Not trying to be picky about right answers but try and get away from the /dev/cu* devices, they are going away in favor of /dev/ttyS*
com3 <=> /dev/ttyS2
com3 ... Be it /dev/ttyS2 or /dev/cua2 aren't those devices wired for IRQ 4 ??? What about the IRQ 5 requirement or is that automatic?? Lach PS I just installed 5.2, very nice, and KDE is coming along, life is good!! -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
On Fri, Apr 24, 1998 at 10:13:14AM -0500, Lachlan Dunlop wrote:
com3 ... Be it /dev/ttyS2 or /dev/cua2 aren't those devices wired for IRQ 4 ??? What about the IRQ 5 requirement or is that automatic??
You can set the value in the bios, there is a limited selection. -- Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Andrew, I guess you missed my point. If Curt has an internal modem set for Com3, IRQ 5. It has nothing to do with the bios in the PC weather linux will see the modem when you use the device /dev/ttyS2. I'm pretty sure /dev/ttyS2 is looking at the same I/O location but it is looking on IRQ 4, not IRQ 5. Later Lach Andrew L. Davis wrote:
On Fri, Apr 24, 1998 at 10:13:14AM -0500, Lachlan Dunlop wrote:
com3 ... Be it /dev/ttyS2 or /dev/cua2 aren't those devices wired for IRQ 4 ??? What about the IRQ 5 requirement or is that automatic??
You can set the value in the bios, there is a limited selection.
-- Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
On Sat, Apr 25, 1998 at 01:36:34PM +0100, Lachlan Dunlop wrote:
Andrew,
I guess you missed my point. If Curt has an internal modem set for Com3, IRQ 5. It has nothing to do with the bios in the PC weather linux will see the modem when you use the device /dev/ttyS2. I'm pretty sure /dev/ttyS2 is looking at the same I/O location but it is looking on IRQ 4, not IRQ 5.
If they are using com3 then IRQ 3 and IRQ 4 are already in use; to use the other com ports they will have to use a different IRQ. To do this you need to use setserial to change the IRQ number. -- Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Andrew, I guess you missed my point. If Curt has an internal modem set for Com3, IRQ 5. It has nothing to do with the bios in the PC weather linux will see the modem when you use the device /dev/ttyS2. I'm pretty sure /dev/ttyS2 is looking at the same I/O location but it is looking on IRQ 4, not IRQ 5. Later Lach Andrew L. Davis wrote:
On Fri, Apr 24, 1998 at 10:13:14AM -0500, Lachlan Dunlop wrote:
com3 ... Be it /dev/ttyS2 or /dev/cua2 aren't those devices wired for IRQ 4 ??? What about the IRQ 5 requirement or is that automatic??
You can set the value in the bios, there is a limited selection.
-- Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
Try looking in the file /sbin/init.d/serial. It's pretty well documented with TONS and TONS of samples. On 27-Apr-98 Lachlan Dunlop wrote:
Andrew,
I guess you missed my point. If Curt has an internal modem set for Com3, IRQ 5. It has nothing to do with the bios in the PC weather linux will see the modem when you use the device /dev/ttyS2. I'm pretty sure /dev/ttyS2 is looking at the same I/O location but it is looking on IRQ 4, not IRQ 5.
Later
Lach
Andrew L. Davis wrote:
On Fri, Apr 24, 1998 at 10:13:14AM -0500, Lachlan Dunlop wrote:
com3 ... Be it /dev/ttyS2 or /dev/cua2 aren't those devices wired for IRQ 4 ??? What about the IRQ 5 requirement or is that automatic??
You can set the value in the bios, there is a limited selection.
-- Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
---------------------------------- <A HREF="http://homepages.skylink.net/~gecko/index.html"><A HREF="http://homepages.skylink.net/~gecko/index.html</A">http://homepages.skylink.net/~gecko/index.html</A</A>> -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d+(-) s:+ a29 C++$ UL++>++++ P+++$ L++>++++ E? W+++$ N+(-) o? K- w+++$(--) O M-- V- PS-- PE++ Y++ PGP++ t+ 5 X R+ !tv b++++ DI+++ D++ G++>G+++ e h+ r* y+ ------END GEEK CODE BLOCK------ ---------------------------------- -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
wow...i reinstallled everything....NOW howdo i run audio CD from x window???? Curt Kemp wrote:
Hello list,
I'm installing an internal US Robotics Modem as Com3, with an IRQ of 5.
Do I have to make a new device file for this capability?? If so how?
Thanks
Curt
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
<TT>you can read "Linux Multimedia Guide" by Jeff Tranter from O'Reilly</TT> <BR><TT>(<A HREF="http://www.oreilly.com"><A HREF="http://www.oreilly.com</A">http://www.oreilly.com</A</A>>) for details.</TT><TT></TT> <TT>Rgds,</TT> <BR><TT>Frederic</TT> vic дµ½£º <BLOCKQUOTE TYPE=CITE>wow...i reinstallled everything....NOW howdo i run audio CD from x <BR>window???? Curt Kemp wrote:
Hello list, <BR>> <BR>> I'm installing an internal US Robotics Modem as Com3, with an IRQ of 5. <BR>> <BR>> Do I have to make a new device file for this capability?? If so how? <BR>> <BR>> Thanks <BR>> <BR>> Curt <BR>> <BR>> -- <BR>> To get out of this list, please send email to majordomo@suse.com with <BR>> this text in its body: unsubscribe suse-linux-e
-- <BR>To get out of this list, please send email to majordomo@suse.com with <BR>this text in its body: unsubscribe suse-linux-e</BLOCKQUOTE>
participants (7)
-
adavis@hayson.vmarketing.com
-
ckemp@spcbrass.com
-
gecko@benham.net
-
hongfeng@public.wh.hb.cn
-
jpcowh01@ox.slug.louisville.edu
-
lach@lach.net
-
vhearn@wenet.net