From owner-freebsd-hardware Tue Jun 25 23:42:29 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by hub.freebsd.org (Postfix) with ESMTP id 1ADB937B404 for ; Tue, 25 Jun 2002 23:42:24 -0700 (PDT) Received: from mechan.ntua.gr (thlemaxos.mechan.ntua.gr [147.102.193.1]) by diomedes.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id g5Q6gKA57442 for ; Wed, 26 Jun 2002 09:42:21 +0300 (EEST) Message-ID: <3D196286.2010603@mechan.ntua.gr> Date: Wed, 26 Jun 2002 09:43:18 +0300 From: Stefanos Papanicolopulos User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020607 X-Accept-Language: el, en-us, en MIME-Version: 1.0 To: hardware@FreeBSD.ORG Subject: USB modems, umodem and ucom Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am trying to use a USB modem to connect to the internet. The modem is a 'netmod', which is the standard modem you get in Greece when you get an ISDN line from the telephone company. The company that produces it gives instructions for using it under Linux, which actually sum up as: 1. Build kernel with 'USB Modem (CDC ACM) support' 2. Make sure you have device nodes for /dev/ttyACM? Reading the (on-line) manual pages for 5.0-CURRENT, I guess in FreeBSD this would 'translate' as: 1. Build kernel with 'ucom' and 'umodem' 2. Make sure you have device nodes for /dev/ttyU? But FreeBSD-4.X (I am using 4.5-RELEASE) does not seem to have a ucom driver, but only a umodem. Moreover, there is not a manual page for umodem. So the questions are: - Is there a way to access the USB modem in 4.X in a 'tty' fashion? - In what ways can umodem by used besides through ucom? - Am I completely missing something? Thanks in advance, Stefanos Papanicolopulos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message