From owner-freebsd-stable@FreeBSD.ORG Thu Oct 26 01:29:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1190516A403 for ; Thu, 26 Oct 2006 01:29:56 +0000 (UTC) (envelope-from poczta@andrzejcuber.pl) Received: from post17.futuro.info.pl (post17.futuro.info.pl [81.219.17.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA1F43D45 for ; Thu, 26 Oct 2006 01:29:54 +0000 (GMT) (envelope-from poczta@andrzejcuber.pl) Received: from localhost (localhost [127.0.0.1]) by post17.futuro.info.pl (Postfix) with ESMTP id AE780D5C for ; Thu, 26 Oct 2006 03:29:40 +0200 (CEST) Received: from post17.futuro.info.pl ([127.0.0.1]) by localhost (post17.flexopartner.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02894-09 for ; Thu, 26 Oct 2006 03:29:40 +0200 (CEST) Received: from [192.168.0.2] (chello081018217110.chello.pl [81.18.217.110]) by post17.futuro.info.pl (Postfix) with ESMTP id ECE12CEF for ; Thu, 26 Oct 2006 03:29:39 +0200 (CEST) Message-ID: <45400F90.6080607@andrzejcuber.pl> Date: Thu, 26 Oct 2006 03:29:52 +0200 From: Andrzej Cuber User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: DeLorme USB Earthmate problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 01:29:56 -0000 Hello Everyone, I have DeLorme Publishing DeLorme USB Earthmate, rev 1.00/0.04, it is a gps receiver. I was googling for the entire day and I found out that I have to include the following driver ucycom into the kernel and remake it. This is the USB section of my GENERIC configuration file: # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ucycom # gps receiver, added by AC device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device ural # Ralink Technology RT2500USB wireless NICs device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires miibus device aue # ADMtek USB Ethernet device axe # ASIX Electronics USB Ethernet device cdce # Generic USB over Ethernet device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet after installing and rebooting, there is no new device in /dev directory. I can see that that this receiver is represented by /dev/ugen0 and there are also /dev/ugen0.1 and /dev/ugen0.2. According to man page for ucycom, it is a bridge between the usb and serial type access. I have read many pages and it should appear as /dev/ttyUSB0 in the system. I tested it under knoppix and it was working perfectly. Can somebody help me and tell me what do I do wrong? Do I have to comment some drivers in the config file? Do I have to use mknod manually to create the device under /dev? Do I have to use some other driver like pl2302 ora FTD? -- pozdrawiam / best regards Andrzej Cuber +48 504 271-977