Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2005 08:41:03 -0600
From:      "Donald J. O'Neill" <donaldj1066@fastmail.fm>
To:        freebsd-questions@freebsd.org
Subject:   Re: modem not responding to mgetty
Message-ID:  <200501050841.03874.donaldj1066@fastmail.fm>
In-Reply-To: <1E7FDB38-5E7A-11D9-AD10-000D93AD26C8@tntluoma.com>
References:  <1E7FDB38-5E7A-11D9-AD10-000D93AD26C8@tntluoma.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 04 January 2005 11:57 am, Timothy Luoma wrote:
> I have been attempting to setup mgetty (installed from ports) to
> allow me to dial IN to my FreeBSD 5.3 machine.
>
> (FWIW, the modem works under WinXP for dialing *out*. XP reports it
> as: "PCI Slot 2 PCI Bus 1, Device 1, function 0" on "COM3")
>
> FreeBSD seems to see it:
>
> $ dmesg|grep "^sio"
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10
> on acpi0
> sio0: type 16550A
>
> (it is /dev/cuaa0 on FreeBSD)
>
>
> Thanks in advance for any pointers
>
> TjL
>
> _______________________________________________

Tim,

Do you have a serial port on your computer? If you do, somewhere in 
dmesg it should be telling you that your modem was moved to a different 
port. Below is the out put from my computer:

donaldj ==> dmesg |grep "^sio"
sio0: <3COM PCI FaxModem> port 0x1490-0x1497 irq 3 at device 10.0 on 
pci0
sio0: moving to sio4
sio4: type 16550A
sio0: <Standard PC COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled

Also, look at /dev for more than cuaa0

donaldj ==> ll /dev | grep cua
crw-rw----  1 uucp     dialer    240, 128 Jan  1 09:55 cuaa0
crw-rw----  1 uucp     dialer    240, 132 Jan  1 09:55 cuaa4
crw-rw----  1 uucp     dialer    239, 160 Jan  1 09:55 cuaia0
crw-rw----  1 uucp     dialer    239, 164 Jan  1 09:55 cuaia4
crw-rw----  1 uucp     dialer    239, 192 Jan  1 09:55 cuala0
crw-rw----  1 uucp     dialer    239, 196 Jan  1 09:55 cuala4

Don

-- 
Donald J. O'Neill
donaldj1066@fastmail.fm

I'm not totally useless,
I can be used as a bad example.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501050841.03874.donaldj1066>