Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 15:20:52 -0400
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        <tdawg455@earthlink.net>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: setting up my modem to dialup into my ISP
Message-ID:  <007d01c1de69$554852a0$1200a8c0@gsicomp.on.ca>
References:  <412002407191225280@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> I am having problems getting my modem to dialup into my isp for a ppp
> connection.  I have done the following.
>
> cd /dev/
>
> sh MAKEDEV tun0
> sh MAKEDEV cuaa1
>
> ppp
> set device /dev/cuaa1
> set speed 115200
> enable dns
> show physical
>
> and after I type term i get this message....  Warning: deflink:
> /dev/cuaa1: Bad file descriptor
>
> in the dmesg the modem is seen.
>
> sio4  U.S. Robotics Inc. Sportster 33.6 Voice Internal  at Port
> 0x2f8-0x307 irq3 on isa0

sio4 = COM4 = /dev/cuaa3.  Make sure this device node exists (cd /dev; sh
MAKEDEV cuaa3) and update your PPP configuration to use cuaa3 instead of
cuaa1.

--
Matt Emmerton


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007d01c1de69$554852a0$1200a8c0>