From owner-freebsd-questions@FreeBSD.ORG Mon May 3 12:41:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 195D11065670 for ; Mon, 3 May 2010 12:41:41 +0000 (UTC) (envelope-from peterwinn@btinternet.com) Received: from web86704.mail.ird.yahoo.com (web86704.mail.ird.yahoo.com [217.146.188.145]) by mx1.freebsd.org (Postfix) with SMTP id 78E508FC25 for ; Mon, 3 May 2010 12:41:40 +0000 (UTC) Received: (qmail 36518 invoked by uid 60001); 3 May 2010 12:41:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=s1024; t=1272890497; bh=J2ZrSPBkhXZkRAem8wRV3o+4FHMdgZsAuRrw2RFwtjY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=sucJr+7j+yTDagJUJwvDubLZDn7y8CUGrbWKFMd8NPbuw0kg0zj5lPJYQ55q8qcSwJZgyfv441ozMIKS3MH5MqTRJeWF41J/Tkmt7RVAOwL67bgMg9mC1ldrxO51mlVf+2TK2Jc8N4foIbOlpGe1blv8ujbjM8Ywg3YooGGpEM4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=i9foEK+2Tfffr7jbrKPFtKn4zZtK8hkeh+rfy4nQSdfN/adI2cQIbeK8vCxClfoWCbJnRMvGVzSW7AvNLneEc2VwTZw19AhdeFSH3NSKIbl4ys2GI38gaQYHchTPFIFMqWPSUmLT0rrAkFk8fXqPONIxG0zyV6a2iCaZ7RfnELI=; Message-ID: <359905.34058.qm@web86704.mail.ird.yahoo.com> X-YMail-OSG: VvYkbnkVM1ndyhSGlqseQUo8lwUVkLMKtLzKtjHJPk09mbh dDlKg93TahCZvOxJf7Goyvt5a.vPUzJdNkLtYfnnWMdnIJZsqABLCt0.9gtl lMFQKhtxbvskAkQOyzPEzByctuLbJsjokG.iL3A4ZSGvZpR7mikLrZ91ZMIx U5PfKuVUgRAg42PUhjnGhUkXJFhMNAlT69EshPPmYHHUx3Oh2.a1zEvrqMkN ujeN3RSKHuEdzGE7XH9i7GfKfxpGYCcASX90E7MINrw-- Received: from [88.96.2.85] by web86704.mail.ird.yahoo.com via HTTP; Mon, 03 May 2010 12:41:37 GMT X-Mailer: YahooMailClassic/10.1.11 YahooMailWebService/0.8.103.269680 Date: Mon, 3 May 2010 12:41:37 +0000 (GMT) From: Peter Winn To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 03 May 2010 13:43:55 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 12:41:41 -0000 Hi, I am having problems connecting to my ISP. I am running a freebsd 7.2 b= ox using a thompson speedtouch usb modem to connect to an adsl telephone li= ne. However when I try to make a PPP connection using pppoa the driver says= it cannot find the modem. The dmesg from the kernel says the modem is 'cdc= e0' and 'usb0 is on uhub0'. But 'cdce0' is not in /dev and when I try to ./= MAKEDEV cdce0 I get command not found. Can anyone help me?