I've got an internal modem that I've configured for I/O 3E8, Interrupt 5. SuSE 6.4 improperly identifies the hardware at ttyS2 as existing at 3E8, Interrupt _4_. I'm at a loss as to where I need to change a setting to tell it, "No, it lives at 5, honest." Any ideas? -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
"Argentium G. Tiger" wrote:
I've got an internal modem that I've configured for I/O 3E8, Interrupt 5.
SuSE 6.4 improperly identifies the hardware at ttyS2 as existing at 3E8, Interrupt _4_.
I'm at a loss as to where I need to change a setting to tell it, "No, it lives at 5, honest."
Any ideas?
yes. Edit /sbin/init.d/serial. It's basicly set to find the first two ports. I guess a look into "man setserial" will be nessesarry two, to tell it about IRQ5. Juergen -- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Juergen writes, in response to my question about a serial modem on an odd offset/interrupt pair (3E8/5):
yes. Edit /sbin/init.d/serial. It's basicly set to find the first two ports. I guess a look into "man setserial" will be nessesarry two, to tell it about IRQ5.
Thank you Juergen, that solved the problem wonderfully. I kept looking for some kind of configuration setting somewhere in /etc. I hadn't thought to look in the init scripts directory. Take care, Argentium -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Edit the file /etc/rc.d/serial, under the heading "Manual Configuration," change the irq 5 for /dev/ttyS2 (make sure the serial port is set to 16550A). This will make the computer permanently recognize ttyS2 as irq 5. to change it on the fly, type <stty /dev/ttyS2 irq 5>, which will allow your modem to work without a reboot. Hope this helps. ------------------------ John Kerr Anderson jkanders@alpha.delta.edu SuSE Gmbh 6.4 ------------------------ On Sun, 25 Jun 2000 juergen.braukmann@ruhr-west.de wrote:
"Argentium G. Tiger" wrote:
I've got an internal modem that I've configured for I/O 3E8, Interrupt 5.
SuSE 6.4 improperly identifies the hardware at ttyS2 as existing at 3E8, Interrupt _4_.
I'm at a loss as to where I need to change a setting to tell it, "No, it lives at 5, honest."
Any ideas?
yes. Edit /sbin/init.d/serial. It's basicly set to find the first two ports. I guess a look into "man setserial" will be nessesarry two, to tell it about IRQ5.
Juergen
-- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
agtiger@coolnet.net
-
jkanders@alpha.delta.edu
-
juergen.braukmann@ruhr-west.de