Date: Tue, 18 Nov 2003 17:39:50 -0500 From: "fbsd_user" <fbsd_user@a1poweruser.com> To: "Joe Marcus Clarke" <marcus@marcuscom.com>, "Chowse@Charter. Net" <chowse@charter.net> Cc: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org> Subject: RE: PCI modem on sio4 Message-ID: <MIEPLLIBMLEEABPDBIEGCEGPENAA.fbsd_user@a1poweruser.com> In-Reply-To: <1069188128.743.41.camel@gyros>
next in thread | previous in thread | raw e-mail | index | archive | help
cu -l /dev/cuaa4 did not work, but it pointed me in the right direction. I did an ls -l /dev/cuaa4 and it was not there. This is what I think is happening. When the boot probe process finds an PCI modem it automatically moves it to sio4 as the dmesg.boot file shows. The problem is that the /dev table only contains cuaa0 thru cuaa3. When the boot probe process moves the PCI modem to sio4 it should also create the cuaa4 device and it does now do that. I corrected the problem by doing this cd /dev sh MAKEDEV cuaa4 ls -l /dev/cuaa4 now shows it's there cu -l /dev/cuaa4 now working but I want to use tip command so I edited /etc/remote and added to the end of the file a line for com5 - cuaa4. now tip com5 connects to my PCI modem. As a side note user ppp connected to pci modem on device cuaa4 Thanks every body for the shove in the correct direction. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Joe Marcus Clarke Sent: Tuesday, November 18, 2003 3:42 PM To: fbsd_user@a1poweruser.com Cc: freebsd-questions@FreeBSD. ORG Subject: Re: PCI modem on sio4 On Tue, 2003-11-18 at 15:33, fbsd_user wrote: > FBSD 4.9 with GENERIC kernel found my PCI modem. > The PC's bio's has all com ports disabled. > The boot log shows this. > > sio0: <Lucent kermit based PCI Modem> port > 0xe400-0xe407,0xe000-0xe0ff,0xdc00-0xdcff mem 0xe2000000-0xe20000ff > irq 3 at device 19.0 on pci0 > sio0: moving to sio4 > sio4: type 16550A > > This is an zoom modem model 2920. It has onboard DSP and controller. > > > Question; > What do I tell user ppp the modem's device is? The device is /dev/cuaa4. > > How can I send Hayes AT commands to modem? cu -l /dev/cuaa4 Joe > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- PGP Key : http://www.marcuscom.com/pgp.asc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGCEGPENAA.fbsd_user>