From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 13:12:35 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 069E616A4CE for ; Tue, 18 Nov 2003 13:12:35 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDFA43FE1 for ; Tue, 18 Nov 2003 13:12:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hAILCWKB002373 for ; Tue, 18 Nov 2003 16:12:32 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hAILCPuY010724 for ; Tue, 18 Nov 2003 16:12:25 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: FreeBSD User Questions List In-Reply-To: 1069188128.743.41.camel@gyros Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-C+bsHjgXO6AFmn0sAndi" Organization: MarcusCom, Inc. Message-Id: <1069189954.743.45.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 18 Nov 2003 16:12:34 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com Subject: PCI modem on sio4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 21:12:35 -0000 --=-C+bsHjgXO6AFmn0sAndi Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > I have exectly the same issue here. > I have been trying to cu to my modem for a while now, with no success. >=20 > [root at moe ~]# cu -l /dev/cuaa4 > cu: open (/dev/cuaa4): Permission denied > cu: /dev/cuaa4: Line in use >=20 > [root at moe ~]# ls -l /dev/cuaa* > crw-rw---- 1 uucp dialer 28, 128 Nov 16 16:31 /dev/cuaa0 > crw-rw---- 1 uucp dialer 28, 129 Nov 16 16:31 /dev/cuaa1 > crw-rw---- 1 uucp dialer 28, 130 Nov 16 16:31 /dev/cuaa2 > crw-rw---- 1 uucp dialer 28, 131 Nov 16 16:31 /dev/cuaa3 > crw-r----- 1 root wheel 28, 132 Nov 16 06:18 /dev/cuaa4 >=20 > Any suggestions as to how I can talk to my modem? Sorry, I accidentally deleted this mail. Try doing: # chmod 660 /dev/cuaa4 # chown uucp:dialer /dev/cuaa4 Note that cu is a setuid uucp:dialer binary, so it will not be able to access the cuaa4 device with those permissions. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-C+bsHjgXO6AFmn0sAndi Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/uotCb2iPiv4Uz4cRArXaAKCF2qnhvp3pPFut0s4790RQ7MjGJgCfdt1g DZgwh8oKI9/kNzJq8X12bIY= =Ex9T -----END PGP SIGNATURE----- --=-C+bsHjgXO6AFmn0sAndi--