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 [EMAIL PROTECTED] I'm not totally useless, I can be used as a bad example. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"