From owner-freebsd-hackers Sun Mar 15 09:41:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07232 for freebsd-hackers-outgoing; Sun, 15 Mar 1998 09:41:04 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from caro.net (0@ns1.caro.NET [209.12.200.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07194; Sun, 15 Mar 1998 09:40:49 -0800 (PST) (envelope-from awhawks@usa.net) Received: from hawks.caro.net (hawks.caro.NET [209.12.201.17]) by caro.net (8.8.5/8.8.5) with ESMTP id MAA27958; Sun, 15 Mar 1998 12:44:25 -0500 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Date: Sun, 15 Mar 1998 12:40:28 -0500 (EST) Reply-To: "Adam W. Hawks" From: "Adam W. Hawks" To: hackers@FreeBSD.ORG, chat@FreeBSD.ORG Subject: Insat Wireless Modem Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---------------------------------- E-Mail: Adam W. Hawks Date: 14-Mar-98 Time: 16:06:10 This message was sent by XFMail ---------------------------------- Well folks a while back there was some talk about the insat wireless modem and whether it would work in FreeBSD or whether drivers had to be written. Well I took the leap and bought one and it will work in FreeBSD without any coding. The modem is a standard CDPD modem. For it to work with FreeBSD you have to give up the Venturi compression. The max rate in FreeBSD (without the compression) will be 19200 (portrate) and this will vary with CDPD signal strength. If someone can get info on the Venturi algorithm or get them to do a FreeBSD version then this should also work. How I got it to work. 1) turned of encryption in the modem. 2) I conected to modem with cu and put modem in SLIP mode "at sli slip" 3) I then did "ifconfig sl0 inet mymodemIP -> DNSserver(seems to be the same as the gateway) 4) I then did "slattach -h -s 19200 /dev/modem 5) I then did "route add default DNSserver 6) at this point I could work on the net. This may be trivial to some of you but it took me a while to find out the modem command that would let it work. It does seem that SLIP is the only way to connect with this modem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message