From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 14:39:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7511216A4CF for ; Tue, 18 Nov 2003 14:39:52 -0800 (PST) Received: from mta1.adelphia.net (mta1.adelphia.net [68.168.78.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 424FE43FBF for ; Tue, 18 Nov 2003 14:39:51 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([68.169.105.145]) by mta1.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031118223953.BLKV1446.mta1.adelphia.net@barbish>; Tue, 18 Nov 2003 17:39:53 -0500 From: "fbsd_user" To: "Joe Marcus Clarke" , "Chowse@Charter. Net" Date: Tue, 18 Nov 2003 17:39:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1069188128.743.41.camel@gyros> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: PCI modem on sio4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:39:52 -0000 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: 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