From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 16:31:48 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C9B16A4CE for ; Thu, 4 Nov 2004 16:31:48 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9519043D46 for ; Thu, 4 Nov 2004 16:31:47 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([138.89.105.63]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041104163146.YFMP20108.out005.verizon.net@[10.0.3.231]>; Thu, 4 Nov 2004 10:31:46 -0600 From: "Alexandre \"Sunny\" Kovalenko" To: Randy Bush In-Reply-To: <16778.19722.10795.603853@ran.psg.com> References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> <20041104114156.GB43303@warning.this.domain.does.not-exist.de> <20041104125320.GA16749@totem.fix.no> <16778.19722.10795.603853@ran.psg.com> Content-Type: text/plain Message-Id: <1099585894.59002.26.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 04 Nov 2004 11:31:34 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [138.89.105.63] at Thu, 4 Nov 2004 10:31:46 -0600 cc: Espen Tagestad cc: freebsd-mobile@freebsd.org Subject: Re: Palm or equalient supported by FreeBSD X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 16:31:48 -0000 On Thu, 2004-11-04 at 10:38, Randy Bush wrote: > i am not even getting the usb entries in log > > # kldstat > Id Refs Address Size Name > 1 29 0xc0400000 38a4e8 kernel > 2 1 0xc078b000 6db8 linprocfs.ko > 3 2 0xc0792000 1eadc linux.ko > 4 1 0xc07b1000 bc58 ipfw.ko > 5 1 0xc07bd000 5e24 snd_ich.ko > 6 2 0xc07c3000 1f4fc sound.ko > 7 1 0xc07e3000 4338 acpi_video.ko > 8 15 0xc07e8000 5a808 acpi.ko > 9 1 0xc0843000 33bc umct.ko > 10 2 0xc0847000 3508 ucom.ko > 11 1 0xc4452000 19000 radeon.ko > 12 1 0xc446b000 11000 agp.ko > > and, when the tungsten-t is p[lugged into the usb, > > # usbdevs -v > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 > port 1 powered > port 2 powered > Controller /dev/usb1: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 > port 1 powered > port 2 powered > Controller /dev/usb2: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 > port 1 powered > port 2 powered > Controller /dev/usb3: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x0000), rev 1.00 > port 1 powered > port 2 powered > port 3 powered > port 4 powered > port 5 powered > port 6 powered > > can someone with the working palm tungsten environment post their > recipe? /etc/usbd.conf, kldstat, jpilot pref/settings/device, etc? > > thanks. > > randy > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" First a disclaimer: I do not have working Tungsteen and even on my CLIE I have to resort to the serial port sync ;) However, if I am not mistaken, you would not see anything until you activate USB port on your Palm somehow (e.g. hit "HotSync" button or have some other application talk to it). On top of that, I would expect that you need uvisor.ko loaded to emulate serial interface. And while we are on the subject -- anyone out there figured out what to do with 5.3/6.0 -- ttyUn/cuaUn devices are being created when you hit "HotSync" and demolished promptly after sync is done, IMHO making impossible to have daemon process looking out for the device. --- Alexandre "Sunny" Kovalenko.