From owner-freebsd-mobile@FreeBSD.ORG Sun Oct 31 17:09:09 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 BF6DF16A4CE for ; Sun, 31 Oct 2004 17:09:09 +0000 (GMT) Received: from lion-msrvp.LeidenUniv.nl (lion-msrvp.leidenuniv.nl [132.229.216.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC18343D46 for ; Sun, 31 Oct 2004 17:09:08 +0000 (GMT) (envelope-from graaf@Phys.LeidenUniv.nl) Received: by lion-msrvp.leidenuniv.nl with Internet Mail Service (5.5.2655.55) id ; Sun, 31 Oct 2004 18:09:16 +0100 Message-ID: From: "Graaf, Rob" To: "'freebsd-mobile@freebsd.org'" Date: Sun, 31 Oct 2004 18:09:15 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain Subject: usb2 under 5.2, how to use ehci 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: Sun, 31 Oct 2004 17:09:09 -0000 Hi, i'm running FreeBSD 5.2.1 (installed right-out-of-the-box) and make use of a LaCie external harddisk which is connected by usb. The usb driver used is uhci, but this supports only usb1, which is not fast. How can I use ehci, which seems to support usb2? My dell laptop has a dual boot with winxp, which does support usb2 and works fine. Anybody can give me directions how replace the ehci? Thanks Rob de Graaf From owner-freebsd-mobile@FreeBSD.ORG Sun Oct 31 19:54:24 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 0D90916A4CE for ; Sun, 31 Oct 2004 19:54:24 +0000 (GMT) Received: from mail2.numachi.com (mail2.numachi.com [198.175.254.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 6514043D60 for ; Sun, 31 Oct 2004 19:54:23 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 78816 invoked from network); 31 Oct 2004 19:54:22 -0000 Received: from natto.numachi.com (198.175.254.216) by mail2.numachi.com with SMTP; 31 Oct 2004 19:54:22 -0000 Received: (qmail 70505 invoked by uid 1001); 31 Oct 2004 19:54:22 -0000 Date: Sun, 31 Oct 2004 14:54:22 -0500 From: Brian Reichert To: "Graaf, Rob" Message-ID: <20041031195422.GJ82832@numachi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: "'freebsd-mobile@freebsd.org'" Subject: Re: usb2 under 5.2, how to use ehci 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: Sun, 31 Oct 2004 19:54:24 -0000 On Sun, Oct 31, 2004 at 06:09:15PM +0100, Graaf, Rob wrote: > Hi, > > i'm running FreeBSD 5.2.1 (installed right-out-of-the-box) > and make use of a LaCie external harddisk which is connected > by usb. > > The usb driver used is uhci, but this supports only usb1, > which is not fast. > > How can I use ehci, which seems to support usb2? I went through this very same firedrill recently: After I put 'device ehci' in my kernal. my laptop-to-LaCie throughput was pretty good: # dd if=/dev/zero of=/new/junk bs=4k count=125000 125000+0 records in 125000+0 records out 512000000 bytes transferred in 58.722096 secs (8719035 bytes/sec) > Anybody can give me directions how replace the ehci? > > Thanks > > Rob de Graaf -- Brian Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large From owner-freebsd-mobile@FreeBSD.ORG Sun Oct 31 21:53:53 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 919F816A4CE; Sun, 31 Oct 2004 21:53:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF0443D46; Sun, 31 Oct 2004 21:53:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9VLornk028768; Sun, 31 Oct 2004 14:50:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 31 Oct 2004 14:50:53 -0700 (MST) Message-Id: <20041031.145053.83519828.imp@bsdimp.com> To: kline@tao.thought.org From: "M. Warner Losh" In-Reply-To: <20041029220853.GA76015@thought.org> References: <20041029220853.GA76015@thought.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org cc: freebsd-mobile@FreeBSD.org Subject: Re: missing kernel and kernel.old 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: Sun, 31 Oct 2004 21:53:53 -0000 because the kernel now lives in /boot/kernel Warner From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 1 09:57:33 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 9586C16A4CE for ; Mon, 1 Nov 2004 09:57:33 +0000 (GMT) Received: from lion-msrvp.LeidenUniv.nl (lion-msrvp.leidenuniv.nl [132.229.216.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A81743D46 for ; Mon, 1 Nov 2004 09:57:32 +0000 (GMT) (envelope-from graaf@Phys.LeidenUniv.nl) Received: by lion-msrvp.leidenuniv.nl with Internet Mail Service (5.5.2655.55) id ; Mon, 1 Nov 2004 10:57:41 +0100 Message-ID: From: "Graaf, Rob" To: 'Brian Reichert ' , "Graaf, Rob" Date: Mon, 1 Nov 2004 10:57:40 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" cc: "''freebsd-mobile@freebsd.org' '" Subject: RE: usb2 under 5.2, how to use ehci 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: Mon, 01 Nov 2004 09:57:33 -0000 Hi Brian, I recompiled the kernel, but it doesn't work (yet). I included the following line into the kernel configuration file: device ehci # USB2 So (part of) the configuration files looks like: ------------------------------------------------ # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners device ehci # USB2 Recompiled the kernel and rebooted. On insert of the LaCie usb harddisk (but also on insert of a memory stick) /var/log/messages says: ------------------------------------------------ Nov 1 10:23:22 dowould kernel: usb3: unrecoverable error, controller halted Nov 1 10:23:22 dowould kernel: usb3: blocking intrs 0x10 Nov 1 10:23:47 dowould kernel: usb3: port reset timeout (The usb mouse works fine) Could you or anybody give me a hint? The dmesg is included below. Regards, Rob de Graaf Here is the dmesg: ------------------------------------------------ Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2.1-RELEASE #0: Mon Nov 1 09:57:05 GMT 2004 root@dowould.alice.org:/usr/src/sys/i386/compile/MYKERNEL Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a83000. Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0a8321c. Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0a832c8. Preloaded elf module "/boot/kernel/linprocfs.ko" at 0xc0a83374. Preloaded elf module "/boot/kernel/linux.ko" at 0xc0a83424. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a834d0. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Mobile Intel(R) Pentium(R) 4 CPU 2.80GHz (2797.64-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebf9ff real memory = 535597056 (510 MB) avail memory = 510570496 (486 MB) Pentium Pro MTRR support enabled npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 10 entries at 0xc00fcbb0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 acpi_cpu0: on acpi0 acpi_tz0: on acpi0 acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib0: slot 2 INTA is routed to irq 11 pcib0: slot 29 INTA is routed to irq 11 pcib0: slot 29 INTB is routed to irq 11 pcib0: slot 29 INTC is routed to irq 11 pcib0: slot 29 INTD is routed to irq 11 pcib0: slot 31 INTB is routed to irq 11 pcib0: slot 31 INTB is routed to irq 11 pci0: at device 0.1 (no driver attached) pci0: at device 0.3 (no driver attached) agp0: port 0xc000-0xc007 mem 0xf6f80000-0xf6ffffff,0xe8000000-0xefffffff irq 11 at device 2.0 on pci0 agp0: detected 892k stolen memory agp0: aperture size is 128M pci0: at device 2.1 (no driver attached) uhci0: port 0xbf80-0xbf9f irq 11 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xbf40-0xbf5f irq 11 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xbf20-0xbf3f irq 11 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xf6effc00-0xf6efffff irq 11 at device 29.7 on pci0 ehci_pci_attach: companion usb0 ehci_pci_attach: companion usb1 ehci_pci_attach: companion usb2 usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: (0x8086) EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib1: at device 30.0 on pci0 pci2: on pcib1 pcib1: slot 1 INTA is routed to irq 11 bfe0: mem 0xfcffe000-0xfcffffff irq 11 at device 1.0 on pci2 bfe0: Ethernet address: 00:0f:1f:18:de:96 miibus0: on bfe0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto cbb0: at device 4.0 on pci2 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib1: slot 4 INTA is routed to irq 11 cbb0: [MPSAFE] isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xbfa0-0xbfaf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] pcm0: port 0xcc40-0xcc7f,0xc800-0xc8ff mem 0xf6eff400-0xf6eff4ff,0xf6eff800-0xf6eff9ff irq 11 at device 31.5 on pci0 pcm0: pci0: at device 31.6 (no driver attached) atkbdc0: port 0x66,0x62,0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: flags 0x1000 irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 orm0:
(Original message truncated) From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 1 17:54:01 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 C1A8516A4CE for ; Mon, 1 Nov 2004 17:54:01 +0000 (GMT) Received: from mail2.numachi.com (mail2.numachi.com [198.175.254.8]) by mx1.FreeBSD.org (Postfix) with SMTP id F23E443D2F for ; Mon, 1 Nov 2004 17:54:00 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 35808 invoked from network); 1 Nov 2004 17:54:00 -0000 Received: from natto.numachi.com (198.175.254.216) by mail2.numachi.com with SMTP; 1 Nov 2004 17:54:00 -0000 Received: (qmail 11192 invoked by uid 1001); 1 Nov 2004 17:53:59 -0000 Date: Mon, 1 Nov 2004 12:53:59 -0500 From: Brian Reichert To: "Graaf, Rob" Message-ID: <20041101175359.GS82832@numachi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: "''freebsd-mobile@freebsd.org' '" Subject: Re: usb2 under 5.2, how to use ehci 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: Mon, 01 Nov 2004 17:54:01 -0000 On Mon, Nov 01, 2004 at 10:57:40AM +0100, Graaf, Rob wrote: > > Hi Brian, > > I recompiled the kernel, but it doesn't work (yet). > > I included the following line into the kernel configuration file: > device ehci # USB2 I fear is _does_ depend on the motherboard, and who knows what else. My laptop, runing 5.2.1, liked the LaCie just fine. Another recent motherboard (in a server) would just bail, and accuse the whole USB subsystem of timing out. Luckily, my server didn't hang; htat syptoms's been reported, too. -- Brian Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 1 22:04:24 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 7734816A4CE for ; Mon, 1 Nov 2004 22:04:24 +0000 (GMT) Received: from tower.berklix.org (bsd.bsn.com [194.221.32.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A7F43D1D for ; Mon, 1 Nov 2004 22:04:23 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (pD950E5F6.dip.t-dialin.net [217.80.229.246]) (authenticated bits=0) by tower.berklix.org (8.12.9p2/8.12.9) with ESMTP id iA1M4B03084873; Mon, 1 Nov 2004 23:04:12 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from laps.jhs.private (laps.jhs.private [192.168.91.56]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id iA1M49rg008211; Mon, 1 Nov 2004 23:04:09 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from laps.jhs.private (localhost [127.0.0.1]) by laps.jhs.private (8.13.1/8.13.1) with ESMTP id iA1M484C092809; Mon, 1 Nov 2004 23:04:08 +0100 (CET) (envelope-from jhs@laps.jhs.private) Message-Id: <200411012204.iA1M484C092809@laps.jhs.private> To: Ruben de Groot , "M. Warner Losh" , freebsd-mobile@freebsd.org In-Reply-To: Message from Ruben de Groot <20041031110902.GA68584@ei.bzerk.org> Date: Mon, 01 Nov 2004 23:04:07 +0100 From: "Julian H. Stacey" Subject: Toshiba Libretto 70CT ep0 intermittent 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: Mon, 01 Nov 2004 22:04:24 -0000 I started this thread on current@ as Subject: 5.3-RC1 attempt with a Toshiba Libretto 70CT failed, 4.10 OK But it evolved to be ep0 intermittent on 4.10-RELEASE, so moved to mobile@. I don't know if Ruben de Groot is on mobile@ so please don't drop him off CC: unless he says he is. He has same problem I do. Ruben de Groot wrote (Re. my mail about installing): > > BTW on 4.10 The ftp through ep0 ethernet chugs along at 1 K byte / sec ! > > & expires half way through load of /bin > > & Ive used that pcmcia ether card with FBSD before, its OK, > > so it's the libretto. > > I had the same kind of problems on my Libretto 70CT and a 3Com 3CCFE574BT. > After the installation (5.1 and 4.9) over SLIP, the NIC kept giving me > extremely low throughput. I did a little testing: Now multi user on 4.10 I still see intermittent ep0 freezes: I've also tried 2 other ether cards since, another 3com 589, (with same external BNC & UTP transducer) & a 3com Office Connect 3CXSH572BT with an X Jack UTP connection: All cards behave OK with FreeBSD elsewhere, I've also tried with UTP & co ax, all my other hosts ping OK. > Pinging from the libretto to another system, both running tcpdump, would > give normal results on the other system (1 ICMP request arriving every > second, 1 reply being send back). > On the Libretto however, the replies would not show up in the tcpdump > trace for a long time, sometimes over 60 seconds, after which I would > see a "burst" of replies in a few seconds, but a lot of them never > showed up at all. > So it looks like the problem was in the receive side of the NIC/driver. I see on remote host (name=flip) with "tcpdump -i ed0 host lapl" both "icmp: echo request" * "icmp: echo reply" I see on libretto host (name=lapl) with "tcpdump -i ep0 host flip" just "icmp: echo request" Perhaps this means the interrupt on receive is lost ? > The hardware is fine btw; the Linux driver has no problems with this > configuration. I'm still learning /boot/loader.conf (copies of syntax I'm thinking of periodically go to http://berklix.org/~jhs/hw/toshiba/libretto.70ct/boot/loader.conf but I might even have correct stuff there, then delete again in error, it's hard to decide what belongs there.) I guess we need some loader.conf magic ! Warner or someone have some suggestions please ? - Julian Stacey. Unix,C,Net & Sys. Eng. Consultant, Munich. http://berklix.com Mail in Ascii, Html dumped as Spam. Ihr Rauch = mein allergischer Kopfschmerz. From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 2 14:19:04 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 678D916A4CE for ; Tue, 2 Nov 2004 14:19:04 +0000 (GMT) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A0843D3F for ; Tue, 2 Nov 2004 14:19:04 +0000 (GMT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 1991261; Tue, 2 Nov 2004 15:19:03 +0100 (CET) Date: Tue, 2 Nov 2004 15:19:03 +0100 From: Guido van Rooij To: freebsd-mobile@freebsd.org Message-ID: <20041102141902.GA55057@gvr.gvr.org> References: <416E8CE3.4000903@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <416E8CE3.4000903@centtech.com> Subject: Re: Dell D600 odds-n-ends 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: Tue, 02 Nov 2004 14:19:04 -0000 Does anyone have the following problem with the Glidepoint mouse? I'm running it with moused and sometimes when using X (XF4.3), the pointer just randomly jumps to another posistion on the screen. If that happens, pasting no longer works. hitting ctrl-alt-f1, followed by f9 fixes it again. Are other experiencing the same problem? If so: how to fix it? -Guido From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 2 19:40:57 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 D8D0B16A4CE; Tue, 2 Nov 2004 19:40:57 +0000 (GMT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1CE43D55; Tue, 2 Nov 2004 19:40:57 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.10/8.12.10) with ESMTP id iA2Jeth0051463; Tue, 2 Nov 2004 11:40:55 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.11/8.12.11) with ESMTP id iA2JesZu058333; Tue, 2 Nov 2004 11:40:54 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.11/8.12.11/Submit) id iA2JerBd058332; Tue, 2 Nov 2004 11:40:53 -0800 (PST) (envelope-from kline) Date: Tue, 2 Nov 2004 11:40:53 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20041102194053.GA58300@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 18 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: FreeBSD Mobile Mailing List Subject: xorg and my thinkpad 600e 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: Tue, 02 Nov 2004 19:40:58 -0000 Guys, I need some guidance re xorg v xfree86. On my emachines test server, xorg does work, but xdm brings up a default of 1600x1280 or something close. It's nice to be able to squeeze two size=by=side xterms with fonts that i can see. still, other apps are hard to read. so: is there a way to switch the default to 1280x1024? More importantly, my ThinkPad maxes out at 1024x768. ARe the xorg drivers intelligent enough to recognize the hardware limitations? thanks, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 2 22:44:54 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 7F43616A4CE for ; Tue, 2 Nov 2004 22:44:54 +0000 (GMT) Received: from web51906.mail.yahoo.com (web51906.mail.yahoo.com [206.190.39.49]) by mx1.FreeBSD.org (Postfix) with SMTP id 1570743D3F for ; Tue, 2 Nov 2004 22:44:54 +0000 (GMT) (envelope-from eol1@yahoo.com) Message-ID: <20041102224453.57851.qmail@web51906.mail.yahoo.com> Received: from [64.179.125.66] by web51906.mail.yahoo.com via HTTP; Tue, 02 Nov 2004 14:44:53 PST Date: Tue, 2 Nov 2004 14:44:53 -0800 (PST) From: Peter Thoenen To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Hitachi 4GB PCMCIA (CF Form) Microdrive Issues X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: eol1@yahoo.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 22:44:54 -0000 Anybody managed to get the new Hitachi 4GB PCMCIA (CF Form) Microdrive to work under 5.3? Have both pccard and cardbus loaded (kernel compile). Doesn't automagically find. Have attempted to help with pccard.conf. Tried the following combinations (mix and match as needed): card "HITACHI" "microdrive" card "IBM" "microdrive" config 0x03 "ata" ? config 0x01 "ata" ? iosize 16 NOTE dmesg outputs on insert: # dmesg | grep pccard pccard0: <16-bit PCCard bus> on cbb0 pccard0: Allocation failed for cfe 0 pccard0: (manufacturer=0x0319, product=0x0000) at function 0 pccard0: CIS info: HITACHI, microdrive, (null) #dmesg | grep cbb cbb0: mem 0xb0000000-0xb0000fff irq 11 at device 0.0 on pci2 cardbus0: on cbb0 cbb0: PC Card card activation failed pccard0: <16-bit PCCard bus> on cbb0 Don't have a native CF slot on my laptop (IBM X40) so using 16bit CF PCMCIA adapter that came with the microdrive. Ideas? From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 3 01:09:36 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 6C80816A4CE for ; Wed, 3 Nov 2004 01:09:36 +0000 (GMT) Received: from tower.berklix.org (bsd.bsn.com [194.221.32.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A233243D2D for ; Wed, 3 Nov 2004 01:09:35 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (pD9E4DC47.dip.t-dialin.net [217.228.220.71]) (authenticated bits=0) by tower.berklix.org (8.12.9p2/8.12.9) with ESMTP id iA319I03090310; Wed, 3 Nov 2004 02:09:19 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from laps.jhs.private (laps.jhs.private [192.168.91.56]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id iA319FXD005732; Wed, 3 Nov 2004 02:09:15 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from laps.jhs.private (localhost [127.0.0.1]) by laps.jhs.private (8.13.1/8.13.1) with ESMTP id iA319E2B044820; Wed, 3 Nov 2004 02:09:14 +0100 (CET) (envelope-from jhs@laps.jhs.private) Message-Id: <200411030109.iA319E2B044820@laps.jhs.private> In-Reply-To: Message from "Julian H. Stacey" <200411012204.iA1M484C092809@laps.jhs.private> Date: Wed, 03 Nov 2004 02:09:14 +0100 From: "Julian H. Stacey" cc: Ruben de Groot cc: freebsd-mobile@freebsd.org Subject: Re: Toshiba Libretto 70CT ep0 intermittent 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: Wed, 03 Nov 2004 01:09:36 -0000 Ruben de Groot cc freebsd-mobile@freebsd.org I used some search engines, found these rc.conf bits on a Japanese site saver="daemon" apm_enable="YES" pccardd_flags="-i 11" (no I don't read Japanese) but I'd always been wary of my IRQ 5 ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 5 slot 0 on pccard0 It's early to say as the fault was intermittent, but I think the fault is now gone :-) Does it help you too ? Maybe something else sits on irq 5 though unshown by my generic dmesg, guessing maybe something like sound ? Dont know. "Julian H. Stacey" wrote: > I started this thread on current@ as > Subject: 5.3-RC1 attempt with a Toshiba Libretto 70CT failed, 4.10 OK > But it evolved to be ep0 intermittent on 4.10-RELEASE, so moved to mobile@. > I don't know if Ruben de Groot is on mobile@ so please > don't drop him off CC: unless he says he is. He has same problem I do. > > Ruben de Groot wrote (Re. my mail about installing): > > > BTW on 4.10 The ftp through ep0 ethernet chugs along at 1 K byte / sec ! > > > & expires half way through load of /bin > > > & Ive used that pcmcia ether card with FBSD before, its OK, > > > so it's the libretto. > > > > I had the same kind of problems on my Libretto 70CT and a 3Com 3CCFE574BT. > > After the installation (5.1 and 4.9) over SLIP, the NIC kept giving me > > extremely low throughput. I did a little testing: > > Now multi user on 4.10 I still see intermittent ep0 freezes: > I've also tried 2 other ether cards since, another 3com 589, (with > same external BNC & UTP transducer) & a 3com Office Connect 3CXSH572BT > with an X Jack UTP connection: All cards behave OK with FreeBSD > elsewhere, I've also tried with UTP & co ax, all my other hosts ping OK. > > > > Pinging from the libretto to another system, both running tcpdump, would > > give normal results on the other system (1 ICMP request arriving every > > second, 1 reply being send back). > > On the Libretto however, the replies would not show up in the tcpdump > > trace for a long time, sometimes over 60 seconds, after which I would > > see a "burst" of replies in a few seconds, but a lot of them never > > showed up at all. > > So it looks like the problem was in the receive side of the NIC/driver. > > I see on remote host (name=flip) with "tcpdump -i ed0 host lapl" both > "icmp: echo request" * "icmp: echo reply" > I see on libretto host (name=lapl) with "tcpdump -i ep0 host flip" just > "icmp: echo request" > Perhaps this means the interrupt on receive is lost ? > > > The hardware is fine btw; the Linux driver has no problems with this > > configuration. > > I'm still learning /boot/loader.conf > (copies of syntax I'm thinking of periodically go to > http://berklix.org/~jhs/hw/toshiba/libretto.70ct/boot/loader.conf > but I might even have correct stuff there, then delete again in error, > it's hard to decide what belongs there.) > > I guess we need some loader.conf magic ! > Warner or someone have some suggestions please ? - Julian Stacey. Unix,C,Net & Sys. Eng. Consultant, Munich. http://berklix.com Mail in Ascii, Html dumped as Spam. Ihr Rauch = mein allergischer Kopfschmerz. From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 3 06:37:08 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 4689816A4CE for ; Wed, 3 Nov 2004 06:37:08 +0000 (GMT) Received: from smtpclu-2.eunet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE5A43D55 for ; Wed, 3 Nov 2004 06:37:07 +0000 (GMT) (envelope-from kolicz@EUnet.yu) Received: from kolic.net (P-2.127.eunet.yu [213.240.2.127]) by smtpclu-2.eunet.yu (8.12.11/8.12.11) with ESMTP id iA36b2t6004025 for ; Wed, 3 Nov 2004 07:37:03 +0100 Received: by kolic.net (Postfix, from userid 1001) id 88F8F411A; Wed, 3 Nov 2004 07:35:10 +0100 (CET) Date: Wed, 3 Nov 2004 07:35:10 +0100 From: Zoran Kolic To: freebsd-mobile@freebsd.org Message-ID: <20041103063510.GA636@kolic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scan: EUnet-AVAS-Milter X-AVAS-Virus-Status: clean X-Spam-Checker: EUnet-AVAS-Milter X-AVAS-Spam-Score: -1.6 X-AVAS-Spam-Symbols: AWL BAYES_50 Subject: pcmcia modem 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: Wed, 03 Nov 2004 06:37:08 -0000 Dear all! I'd like to use pcmcia modem. Store choice is simple: d-link dm-560 zoltrix (no spec) Has someone tamed them properly? Is it all the same to choose from? Since I never had such a hardware, don't know what to change in conf files for default card. With modems come 2 meters cable with rj-11 at one end and small jack at modem end. Has it some "rj" name (to buy one and make 10 m long cable)? Best regards ZK From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 3 08:30:53 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 5977E16A4CE for ; Wed, 3 Nov 2004 08:30:53 +0000 (GMT) Received: from mail.newlines.ru (mail.newlines.ru [195.54.211.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id D658D43D46 for ; Wed, 3 Nov 2004 08:30:47 +0000 (GMT) (envelope-from anton@nikiforov.ru) Received: from mail.newlines.ru (root@localhost) by mail.newlines.ru (8.12.10/8.12.9) with SMTP id iA38UjQq019101 for ; Wed, 3 Nov 2004 08:30:45 GMT (envelope-from anton@nikiforov.ru) Received: from [213.252.67.117] (master-hosting.newlines.ru [213.252.67.117] (may be forged)) (authenticated bits=0) by mail.newlines.ru (8.12.10/8.12.9) with ESMTP id iA38Uhck019067; Wed, 3 Nov 2004 08:30:44 GMT (envelope-from anton@nikiforov.ru) Message-ID: <4188A57B.3060005@nikiforov.ru> Date: Wed, 03 Nov 2004 12:31:39 +0300 From: Anton Nikiforov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040907 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <41790747.7040300@nikiforov.ru> <20041022.091436.64538075.imp@bsdimp.com> <41792B37.7070303@nikiforov.ru> <20041022.095824.102614477.imp@bsdimp.com> In-Reply-To: <20041022.095824.102614477.imp@bsdimp.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms040609090809050805070107" cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re:SD Card Problem (was: X300 + USB DVD/CDRW + SD Card problem) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: anton@nikiforov.ru List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 08:30:53 -0000 This is a cryptographically signed message in MIME format. --------------ms040609090809050805070107 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit M. Warner Losh wrote: > In message: <41792B37.7070303@nikiforov.ru> > Anton Nikiforov writes: > : Oct 22 19:38:21 latitude kernel: cbb1: WARNING: cannot attach cardbus bus! > : Oct 22 19:38:21 latitude kernel: cbb1: WARNING: cannot attach pccard bus. > > Load pccard.ko and cardbus.ko, or put them into the kernel and try > again :-) > > Warner > > > Thanks for the replay and sorry for such a delay. The things you have recommend was done :) This does not help Nov 3 12:29:27 latitude kernel: Status is 0x30000006 Nov 3 12:29:33 latitude kernel: Status is 0x30000810 Nov 3 12:29:33 latitude kernel: cbb0: card inserted: event=0x00000000, state=30000810 Nov 3 12:29:33 latitude kernel: cbb0: PC Card card activation failed So the card is still not working. -- ó Õ×ÁÖÅÎÉÅÍ (Best regads), áÎÔÏÎ îÉËÉÆÏÒÏ× (Anton Nikiforov) --------------ms040609090809050805070107 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII7TCC AtEwggI6oAMCAQICAwvaFTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwMzA1MjExMjI4WhcNMDUwMzA1MjExMjI4 WjBEMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSEwHwYJKoZIhvcNAQkBFhJh bnRvbkBuaWtpZm9yb3YucnUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1Ps7E cf3xTnaY72Aip/U5HeUmGwQ6QmbCjMcqS3XfO6EsA+5ol526JvhQ1XStpDX/kh8R8MDELUJD SVooXFiDInspw5tmPOlXV1C60xH4VWf5Gh+2y3yDGzHyWBAalul7LbhC1p8zDNUA12pAu4Ry 1k1A0Yepomr8CRbh/Z9JryfJcqHYDL+z1qgLzQlpJsao9E3Zld5ZfgJPORcFoRB7Z6jvqVLh pLNmSrvfDbSw6WK/K9EbZT9zlOTlmOnt4uLBy3hKZMcvkaFrYVYTRXLMegJHFPAp3sxLYef2 iW9fEUKgrs4W7d5c8UWlmiGurVt1Xdzc58W8X3vekMLqu9elAgMBAAGjLzAtMB0GA1UdEQQW MBSBEmFudG9uQG5pa2lmb3Jvdi5ydTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GB ABINGnCD0TGnBHqGYbJHSwjFfxEsVS1ygSUVIyb0Q1S0SphgUSeRWIZ4+joWR9TzxFGqLtYM TEQvRTQ7VJcugjn2o2nTgQ4EPhze0O5ki2eUWHE9dViHboQWOWI0r1vurUTkDnmloeM8mpMo CAAtXbjyhz7AVKUwI7vULQKuE+imMIIC0TCCAjqgAwIBAgIDC9oVMA0GCSqGSIb3DQEBBAUA MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQu MSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNDAz MDUyMTEyMjhaFw0wNTAzMDUyMTEyMjhaMEQxHzAdBgNVBAMTFlRoYXd0ZSBGcmVlbWFpbCBN ZW1iZXIxITAfBgkqhkiG9w0BCQEWEmFudG9uQG5pa2lmb3Jvdi5ydTCCASIwDQYJKoZIhvcN AQEBBQADggEPADCCAQoCggEBALU+zsRx/fFOdpjvYCKn9Tkd5SYbBDpCZsKMxypLdd87oSwD 7miXnbom+FDVdK2kNf+SHxHwwMQtQkNJWihcWIMieynDm2Y86VdXULrTEfhVZ/kaH7bLfIMb MfJYEBqW6XstuELWnzMM1QDXakC7hHLWTUDRh6miavwJFuH9n0mvJ8lyodgMv7PWqAvNCWkm xqj0TdmV3ll+Ak85FwWhEHtnqO+pUuGks2ZKu98NtLDpYr8r0RtlP3OU5OWY6e3i4sHLeEpk xy+RoWthVhNFcsx6AkcU8CnezEth5/aJb18RQqCuzhbt3lzxRaWaIa6tW3Vd3Nznxbxfe96Q wuq716UCAwEAAaMvMC0wHQYDVR0RBBYwFIESYW50b25AbmlraWZvcm92LnJ1MAwGA1UdEwEB /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAEg0acIPRMacEeoZhskdLCMV/ESxVLXKBJRUjJvRD VLRKmGBRJ5FYhnj6OhZH1PPEUaou1gxMRC9FNDtUly6COfajadOBDgQ+HN7Q7mSLZ5RYcT11 WIduhBY5YjSvW+6tROQOeaWh4zyakygIAC1duPKHPsBUpTAju9QtAq4T6KYwggM/MIICqKAD AgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVy biBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5n MSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZy ZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQsw CQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoG A1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcN AQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHy v1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsY Pge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0T AQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20v VGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQe MBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD 6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZ GwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDOzCCAzcCAQEwaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIElzc3VpbmcgQ0ECAwvaFTAJBgUrDgMCGgUAoIIBpzAYBgkqhkiG9w0BCQMx CwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNDExMDMwOTMxMzlaMCMGCSqGSIb3DQEJ BDEWBBQNIqQXsL51M6q6XHy2wblOdmzR1DBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMH MA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB KDB4BgkrBgEEAYI3EAQxazBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29u c3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg SXNzdWluZyBDQQIDC9oVMHoGCyqGSIb3DQEJEAILMWugaTBiMQswCQYDVQQGEwJaQTElMCMG A1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwvaFTANBgkqhkiG9w0BAQEFAASCAQAdtODY Sx5nfWyEOlRft94TSe2ljBHSgvs+J+XJ65UBBj2HdJbgtfAYR1g4ws10Q9SO3aQrgwayg4/t kkFOC1Cu/IORwlFEoZf/GSCyvz7q5mN263yGv9ZieWm3jlws3taGJ7yjbks+HogkGCQfFb9z 3yDw2Y5sB7vNDWQXiOWWYwbP8Ddv0E6aDYUTuxe/cYOSOvQd8mVNtUgkVGAj45s4suUByM4T oIykauMZQpLdhwOB6uCnU9OxMo1b17+Yd6Q/khA+PQukwqvmRD0LbK1YGkHQil3IHM6zWgze wx/+NF3zhw1I/nSpRqeyRqnWHz0aP4MtYeLem70VEpGFrBwWAAAAAAAA --------------ms040609090809050805070107-- From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 3 01:50:05 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 CB93D16A4D1 for ; Wed, 3 Nov 2004 01:50:05 +0000 (GMT) Received: from hotmail.com (bay12-dav3.bay12.hotmail.com [64.4.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A7543D48 for ; Wed, 3 Nov 2004 01:50:01 +0000 (GMT) (envelope-from jeanlovin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 2 Nov 2004 17:50:01 -0800 Received: from 68.115.149.13 by BAY12-DAV3.phx.gbl with DAV; Wed, 03 Nov 2004 01:49:05 +0000 X-Originating-IP: [68.115.149.13] X-Originating-Email: [jeanlovin@hotmail.com] X-Sender: jeanlovin@hotmail.com MIME-Version: 1.0 Message-Id: <41883908.000003.00568@JEAN_LOVIN> Date: Tue, 2 Nov 2004 20:48:56 -0500 (Eastern Standard Time) X-Mailer: IncrediMail (2501361) From: "JeanLovin" To: X-FID: FLAVOR00-NONE-0000-0000-000000000000 X-Priority: 3 X-OriginalArrivalTime: 03 Nov 2004 01:50:01.0079 (UTC) FILETIME=[6E4FF870:01C4C147] X-Mailman-Approved-At: Wed, 03 Nov 2004 13:33:38 +0000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: freeBSD 5.2 M5305 eMachine 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: Wed, 03 Nov 2004 01:50:06 -0000 Yes sir, I'm having a similar prob w/my m5305. How do I perform the pciconfig and where do i get the value to prevent overheating? What is xf86conf? Thanks! =0D =0D Jean Lovin=0D " Take nothing but pictures,=0D leave nothing but footprints,=0D kill nothing but time" From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 3 17:56:24 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 5853F16A4CE for ; Wed, 3 Nov 2004 17:56:24 +0000 (GMT) Received: from out-1.mail.amis.net (out-1.mail.amis.net [212.18.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9D043D48 for ; Wed, 3 Nov 2004 17:56:21 +0000 (GMT) (envelope-from karel.miklav@siol.net) Received: from localhost (in-2.mail.amis.net [212.18.32.19]) by out-1.mail.amis.net (Postfix) with ESMTP id 0D37D5B48D3 for ; Wed, 3 Nov 2004 18:56:20 +0100 (CET) Received: from in-2.mail.amis.net ([127.0.0.1]) by localhost (in-2.mail.amis.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62472-02 for ; Wed, 3 Nov 2004 18:56:17 +0100 (CET) Received: from piranha.amis.net (piranha.amis.net [212.18.32.3]) by in-2.mail.amis.net (Postfix) with ESMTP id 9FF67228613 for ; Wed, 3 Nov 2004 18:56:17 +0100 (CET) Received: from siol.net (cpe-212-18-37-233.dialup.amis.net [212.18.37.233]) by piranha.amis.net (Postfix) with ESMTP id 08A9DFDA8 for ; Wed, 3 Nov 2004 18:56:16 +0100 (CET) Message-ID: <41891BBD.1070301@siol.net> Date: Wed, 03 Nov 2004 18:56:13 +0100 From: Karel Miklav User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en, sl, hr MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <4183FE71.8050805@siol.net> In-Reply-To: <4183FE71.8050805@siol.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at amis.net X-Spam-Status: No, hits=-5.899 required=5 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Subject: Re: xl driver problems 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: Wed, 03 Nov 2004 17:56:24 -0000 Karel Miklav wrote: > FreeBSD 5.3 RC1 > ThinkPad 600E > 3Com Megahertz NIC, model 3CXFEM656C The story ended as usually; I got a noname card with a Realtek chipset at local store for testing. It's not as sexy as 3Com with X-jack but it just works so it looks like I'll keep it. And there's one more thing. These cards work at around 1MBps and the processor is jamed _under Wins_. Under FreeBSD the processor is free as a bird and transfer speed is around 5MBps. Great :) Be well, Karel From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 11:04:25 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 5B58C16A4CE for ; Thu, 4 Nov 2004 11:04:25 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2549443D2F for ; Thu, 4 Nov 2004 11:04:25 +0000 (GMT) (envelope-from espent@totem.fix.no) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id D95D55F380D for ; Thu, 4 Nov 2004 12:04:23 +0100 (CET) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 13715-01-5 for ; Thu, 4 Nov 2004 12:04:13 +0100 (CET) Received: by totem.fix.no (Postfix, from userid 1032) id 9CA135F3826; Thu, 4 Nov 2004 12:04:13 +0100 (CET) Date: Thu, 4 Nov 2004 12:04:13 +0100 From: Espen Tagestad To: freebsd-mobile@freebsd.org Message-ID: <20041104110413.GA13307@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: 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 11:04:25 -0000 Hi, Does anyone know if there are any Palms or equalient devices out there that support syncronizing with FreeBSD? I currently have a Palm Tungsten T, but I've given up trying to get it work under FreeBSD. I need something equipted with a minimum of calendar, addressbook and e-mail. A Palm has everything I need, but unfortunatly it's not supported. I currently run FreeBSD 4.10-STABLE. Thanks in advance. regards, Espen Tagestad From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 11:26:41 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 27EC716A4CE for ; Thu, 4 Nov 2004 11:26:41 +0000 (GMT) Received: from natsmtp00.rzone.de (natsmtp00.rzone.de [81.169.145.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BD943D45 for ; Thu, 4 Nov 2004 11:26:40 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from athena.laverenz.de (pD9550E2A.dip.t-dialin.net [217.85.14.42]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id iA4BQblM001070 for ; Thu, 4 Nov 2004 12:26:38 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id ED7B7E380C96 for ; Thu, 4 Nov 2004 12:26:36 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14627-02 for ; Thu, 4 Nov 2004 12:26:36 +0100 (CET) Received: from jungle.laverenz.de (jungle.laverenz.de [192.168.100.8]) by athena.laverenz.de (Postfix) with ESMTP id 263A4E380C95 for ; Thu, 4 Nov 2004 12:26:35 +0100 (CET) Received: by jungle.laverenz.de (Postfix, from userid 2000) id 01002800B3EB; Thu, 4 Nov 2004 12:26:34 +0100 (CET) Date: Thu, 4 Nov 2004 12:26:34 +0100 From: Uwe Laverenz To: freebsd-mobile@freebsd.org Message-ID: <20041104112634.GA14296@laverenz.de> Mail-Followup-To: freebsd-mobile@freebsd.org References: <20041104110413.GA13307@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041104110413.GA13307@totem.fix.no> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.6+20040722i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de 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 11:26:41 -0000 On Thu, Nov 04, 2004 at 12:04:13PM +0100, Espen Tagestad wrote: > that support syncronizing with FreeBSD? I currently have a Palm Tungsten > T, but I've given up trying to get it work under FreeBSD. I need I don't know the Tungsten T, but we have a Palm IIIx and a Palm m100 synchronizing with gnome-pilot and FreeBSD 4.x. The only thing that had to be configured was the users access rights to the serial device. Our palms are connected via serial cable, not USB, is USB the reason for your problems? cu, Uwe From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 11:42:05 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 F249F16A4CE for ; Thu, 4 Nov 2004 11:42:05 +0000 (GMT) Received: from mx.does.not-exist.de (mx.does.not-exist.de [193.155.207.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085C143D31 for ; Thu, 4 Nov 2004 11:42:05 +0000 (GMT) (envelope-from lists@niamodnikufesin.de) Received: from rw.does.not-exist.de ([10.42.23.2]) by mx.does.not-exist.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43 (FreeBSD)) id 1CPg06-000ENr-BX; Thu, 04 Nov 2004 12:41:58 +0100 Received: from hank by rw.does.not-exist.de with local (Exim 4.43 (FreeBSD)) id 1CPg05-000OHV-1N; Thu, 04 Nov 2004 12:41:57 +0100 Date: Thu, 4 Nov 2004 12:41:56 +0100 From: Hank Hampel To: freebsd-mobile@freebsd.org Message-ID: <20041104114156.GB43303@warning.this.domain.does.not-exist.de> Mail-Followup-To: freebsd-mobile@freebsd.org References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline In-Reply-To: <20041104112634.GA14296@laverenz.de> User-Agent: Mutt/1.4.2.1i X-fcc-folder: freebsd-mobile-list 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 11:42:06 -0000 --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi everybody! On (041104), Uwe Laverenz wrote: > > that support syncronizing with FreeBSD? I currently have a Palm Tungsten > > T, but I've given up trying to get it work under FreeBSD. I need > Our palms are connected via serial cable, not USB, is USB the reason > for your problems? Even USB connections shouldn't be a problem any more. I currently use a Zire21 with an USB cable to connect to my 4.10-stable system. I prefer using jpilot but this is merely advocacy. You just have to use the uvisor kernel module (kldload uvisor) which should automagically bring up the ucom module (if not just load this one too). I just checked the uvisor module and it seems to know something about Palms Tungsten T series as the following line suggests (taken from /usr/src/sys/dev/usb/uvisor.c line 220): {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 }, Good luck, Hank --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBihWEXSKk5/a79toRAuSIAKCkrgXpbHof07QCbfwrXf/iKWxE8wCgzw4o LK1ZQSsCnDpHlwnwwLgN0hE= =EgmY -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko-- From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 12:21:06 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 0086D16A4CE for ; Thu, 4 Nov 2004 12:21:06 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAD243D31 for ; Thu, 4 Nov 2004 12:21:05 +0000 (GMT) (envelope-from espent@totem.fix.no) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id A1C7A5F3826; Thu, 4 Nov 2004 13:21:04 +0100 (CET) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 16021-01-4; Thu, 4 Nov 2004 13:20:55 +0100 (CET) Received: by totem.fix.no (Postfix, from userid 1032) id 5FF845F3823; Thu, 4 Nov 2004 13:20:55 +0100 (CET) Date: Thu, 4 Nov 2004 13:20:55 +0100 From: Espen Tagestad To: Marc Rassbach Message-ID: <20041104122055.GA15896@totem.fix.no> References: <20041104110413.GA13307@totem.fix.no> <20041104044514.Q99201@tandem.milestonerdl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041104044514.Q99201@tandem.milestonerdl.com> User-Agent: Mutt/1.5.6i 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 12:21:06 -0000 On Thu, Nov 04, 2004 at 04:45:38AM -0600, Marc Rassbach wrote: > On Thu, 4 Nov 2004, Espen Tagestad wrote: > > jpiolt doesn't work? > > I use jpilot with my Visor handspring. No, not at all. The application is not the problem, det device simply disappears with the following error in my message log: ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 ucom0: init failed, TIMEOUT device_probe_and_attach: ucom0 attach returned 6 uhub0: port 1, set config at addr 2 failed uhub0: device problem, disabling port 1 I have reported this to the bug-database too, you can read the message here: http://lists.freebsd.org/pipermail/freebsd-bugs/2004-May/006731.html FreeBSD 4.10 has another USB system than 4.9, because people have reported the device to work, with a patch though, with this release, even if I haven't managed to do so. Some other people has also reported it to work doing the sync over network by using PPP. That one didn't work for me either. regards, Espen From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 12:53:31 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 286FD16A4CE for ; Thu, 4 Nov 2004 12:53:31 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3A243D2D for ; Thu, 4 Nov 2004 12:53:30 +0000 (GMT) (envelope-from espent@totem.fix.no) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id 843185F382F for ; Thu, 4 Nov 2004 13:53:29 +0100 (CET) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 16921-01-2 for ; Thu, 4 Nov 2004 13:53:20 +0100 (CET) Received: by totem.fix.no (Postfix, from userid 1032) id 28F0C5F3823; Thu, 4 Nov 2004 13:53:20 +0100 (CET) Date: Thu, 4 Nov 2004 13:53:20 +0100 From: Espen Tagestad To: freebsd-mobile@freebsd.org Message-ID: <20041104125320.GA16749@totem.fix.no> References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> <20041104114156.GB43303@warning.this.domain.does.not-exist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041104114156.GB43303@warning.this.domain.does.not-exist.de> User-Agent: Mutt/1.5.6i 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 12:53:31 -0000 On Thu, Nov 04, 2004 at 12:41:56PM +0100, Hank Hampel wrote: > Hi everybody! > > On (041104), Uwe Laverenz wrote: > > > that support syncronizing with FreeBSD? I currently have a Palm Tungsten > > > T, but I've given up trying to get it work under FreeBSD. I need > > Our palms are connected via serial cable, not USB, is USB the reason > > for your problems? > > Even USB connections shouldn't be a problem any more. > > I currently use a Zire21 with an USB cable to connect to my > 4.10-stable system. I prefer using jpilot but this is merely advocacy. > > You just have to use the uvisor kernel module (kldload uvisor) which > should automagically bring up the ucom module (if not just load this > one too). > > I just checked the uvisor module and it seems to know something about > Palms Tungsten T series as the following line suggests (taken from > /usr/src/sys/dev/usb/uvisor.c line 220): > {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 }, I know this, the uvisor and ucom devices are compiled into the kernel. But still, as I pointed out on my last mail, I get the following message: ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 ucom0: init failed, TIMEOUT device_probe_and_attach: ucom0 attach returned 6 uhub0: port 1, set config at addr 2 failed uhub0: device problem, disabling port 1 I have reported this to the bug-database too, you can read the message here: http://lists.freebsd.org/pipermail/freebsd-bugs/2004-May/006731.html Do you know when this was eventually fixed? I have a pretty updated kernel, my uname -a reports: FreeBSD lefse.aftenposten.no 4.10-STABLE FreeBSD 4.10-STABLE #1: Tue Nov 2 08:45:05 CET 2004 root@:/usr/obj/usr/src/sys/LEFSE i386 regards, Espen From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 13:36:30 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 313E716A4CE for ; Thu, 4 Nov 2004 13:36:30 +0000 (GMT) Received: from home.irrelevant.org (dsl-217-155-238-246.zen.co.uk [217.155.238.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD3743D49 for ; Thu, 4 Nov 2004 13:36:29 +0000 (GMT) (envelope-from simond@irrelevant.org) Received: from telivo.cust.hastwood.com ([62.244.179.195] helo=[192.168.195.58]) by home.irrelevant.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.42 (FreeBSD)) id 1CPhmk-0000CY-I0; Thu, 04 Nov 2004 13:36:27 +0000 From: Simon Dick To: Espen Tagestad In-Reply-To: <20041104125320.GA16749@totem.fix.no> References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> <20041104114156.GB43303@warning.this.domain.does.not-exist.de> <20041104125320.GA16749@totem.fix.no> Content-Type: text/plain Message-Id: <1099575367.52267.10.camel@laptop.irrelevant.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 04 Nov 2004 13:36:08 +0000 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) X-Spam-Report: Content analysis details: (-4.7 points, 5.0 required) pts rule name description --------------------------------------------------1% [score: 0.0000] 0.2 AWL AWL: Auto-whitelist adjustment 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 13:36:30 -0000 On Thu, 2004-11-04 at 12:53, Espen Tagestad wrote: > On Thu, Nov 04, 2004 at 12:41:56PM +0100, Hank Hampel wrote: > > Hi everybody! > > > > On (041104), Uwe Laverenz wrote: > > > > that support syncronizing with FreeBSD? I currently have a Palm Tungsten > > > > T, but I've given up trying to get it work under FreeBSD. I need > > > Our palms are connected via serial cable, not USB, is USB the reason > > > for your problems? > > > > Even USB connections shouldn't be a problem any more. > > > > I currently use a Zire21 with an USB cable to connect to my > > 4.10-stable system. I prefer using jpilot but this is merely advocacy. > > > > You just have to use the uvisor kernel module (kldload uvisor) which > > should automagically bring up the ucom module (if not just load this > > one too). > > > > I just checked the uvisor module and it seems to know something about > > Palms Tungsten T series as the following line suggests (taken from > > /usr/src/sys/dev/usb/uvisor.c line 220): > > {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 }, > > I know this, the uvisor and ucom devices are compiled into the kernel. > But still, as I pointed out on my last mail, I get the following > message: > > ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 > ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 > ucom0: init failed, TIMEOUT > device_probe_and_attach: ucom0 attach returned 6 > uhub0: port 1, set config at addr 2 failed > uhub0: device problem, disabling port 1 This only happens with some Palms, mostly the Sony ones, but I seem to rememebr the Tungsten T didn't work either, the T3 does work and so do various others though. From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 14:17:33 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 A21D216A4CE for ; Thu, 4 Nov 2004 14:17:33 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E757343D67 for ; Thu, 4 Nov 2004 14:17:32 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id iA4EHS6u018458; Thu, 4 Nov 2004 08:17:32 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <418A39F8.2080409@centtech.com> Date: Thu, 04 Nov 2004 08:17:28 -0600 From: Eric Anderson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Simon Dick References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> <20041104114156.GB43303@warning.this.domain.does.not-exist.de> <20041104125320.GA16749@totem.fix.no> <1099575367.52267.10.camel@laptop.irrelevant.org> In-Reply-To: <1099575367.52267.10.camel@laptop.irrelevant.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 14:17:33 -0000 Simon Dick wrote: >On Thu, 2004-11-04 at 12:53, Espen Tagestad wrote: > > >>On Thu, Nov 04, 2004 at 12:41:56PM +0100, Hank Hampel wrote: >> >> >>>Hi everybody! >>> >>>On (041104), Uwe Laverenz wrote: >>> >>> >>>>>that support syncronizing with FreeBSD? I currently have a Palm Tungsten >>>>>T, but I've given up trying to get it work under FreeBSD. I need >>>>> >>>>> >>>>Our palms are connected via serial cable, not USB, is USB the reason >>>>for your problems? >>>> >>>> >>>Even USB connections shouldn't be a problem any more. >>> >>>I currently use a Zire21 with an USB cable to connect to my >>>4.10-stable system. I prefer using jpilot but this is merely advocacy. >>> >>>You just have to use the uvisor kernel module (kldload uvisor) which >>>should automagically bring up the ucom module (if not just load this >>>one too). >>> >>>I just checked the uvisor module and it seems to know something about >>>Palms Tungsten T series as the following line suggests (taken from >>>/usr/src/sys/dev/usb/uvisor.c line 220): >>> {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 }, >>> >>> >>I know this, the uvisor and ucom devices are compiled into the kernel. >>But still, as I pointed out on my last mail, I get the following >>message: >> >>ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 >>ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 >>ucom0: init failed, TIMEOUT >>device_probe_and_attach: ucom0 attach returned 6 >>uhub0: port 1, set config at addr 2 failed >>uhub0: device problem, disabling port 1 >> >> > >This only happens with some Palms, mostly the Sony ones, but I seem to >rememebr the Tungsten T didn't work either, the T3 does work and so do >various others though. > > I have a Tungsten C that I sync over wireless via network to jpilot in FreeBSD 5.3. Works like a charm. Eric From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 14:20:57 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 5603B16A4CF for ; Thu, 4 Nov 2004 14:20:57 +0000 (GMT) Received: from home.irrelevant.org (dsl-217-155-238-246.zen.co.uk [217.155.238.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9F343D49 for ; Thu, 4 Nov 2004 14:20:56 +0000 (GMT) (envelope-from simond@irrelevant.org) Received: from telivo.cust.hastwood.com ([62.244.179.195] helo=[192.168.195.58]) by home.irrelevant.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.42 (FreeBSD)) id 1CPiTo-0000Ky-F1; Thu, 04 Nov 2004 14:20:55 +0000 From: Simon Dick To: Eric Anderson In-Reply-To: <418A39F8.2080409@centtech.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> <1099575367.52267.10.camel@laptop.irrelevant.org> <418A39F8.2080409@centtech.com> Content-Type: text/plain Message-Id: <1099578038.52267.12.camel@laptop.irrelevant.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 04 Nov 2004 14:20:38 +0000 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) X-Spam-Report: Content analysis details: (-4.7 points, 5.0 required) pts rule name description --------------------------------------------------1% [score: 0.0000] 0.2 AWL AWL: Auto-whitelist adjustment 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 14:20:57 -0000 On Thu, 2004-11-04 at 14:17, Eric Anderson wrote: > Simon Dick wrote: > > >On Thu, 2004-11-04 at 12:53, Espen Tagestad wrote: > > > > > >>On Thu, Nov 04, 2004 at 12:41:56PM +0100, Hank Hampel wrote: > >> > >> > >>>Hi everybody! > >>> > >>>On (041104), Uwe Laverenz wrote: > >>> > >>> > >>>>>that support syncronizing with FreeBSD? I currently have a Palm Tungsten > >>>>>T, but I've given up trying to get it work under FreeBSD. I need > >>>>> > >>>>> > >>>>Our palms are connected via serial cable, not USB, is USB the reason > >>>>for your problems? > >>>> > >>>> > >>>Even USB connections shouldn't be a problem any more. > >>> > >>>I currently use a Zire21 with an USB cable to connect to my > >>>4.10-stable system. I prefer using jpilot but this is merely advocacy. > >>> > >>>You just have to use the uvisor kernel module (kldload uvisor) which > >>>should automagically bring up the ucom module (if not just load this > >>>one too). > >>> > >>>I just checked the uvisor module and it seems to know something about > >>>Palms Tungsten T series as the following line suggests (taken from > >>>/usr/src/sys/dev/usb/uvisor.c line 220): > >>> {{ USB_VENDOR_PALM, USB_PRODUCT_PALM_TUNGSTEN_T }, PALM4 }, > >>> > >>> > >>I know this, the uvisor and ucom devices are compiled into the kernel. > >>But still, as I pointed out on my last mail, I get the following > >>message: > >> > >>ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 > >>ucom0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 > >>ucom0: init failed, TIMEOUT > >>device_probe_and_attach: ucom0 attach returned 6 > >>uhub0: port 1, set config at addr 2 failed > >>uhub0: device problem, disabling port 1 > >> > >> > > > >This only happens with some Palms, mostly the Sony ones, but I seem to > >rememebr the Tungsten T didn't work either, the T3 does work and so do > >various others though. > > > > > > I have a Tungsten C that I sync over wireless via network to jpilot in > FreeBSD 5.3. Works like a charm. Serial and network syncs aren't a problem, it's USB that caused problems unfortunately (so far via wifi I've synced a handera 330 and TH55, my T-C arrives soon ;) From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 15:13:39 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 2719D16A4CE for ; Thu, 4 Nov 2004 15:13:39 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF3143D1D for ; Thu, 4 Nov 2004 15:13:38 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CPjIu-000Irk-V6; Thu, 04 Nov 2004 07:13:37 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16778.18208.457973.494351@ran.psg.com> Date: Thu, 4 Nov 2004 07:13:36 -0800 To: Espen Tagestad References: <20041104110413.GA13307@totem.fix.no> 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 15:13:39 -0000 > Does anyone know if there are any Palms or equalient devices out there > that support syncronizing with FreeBSD? I currently have a Palm Tungsten > T, but I've given up trying to get it work under FreeBSD. this should work. i kinda gave up for a while, but it should work. i also have a T. it would be nice if it worked both usb and bluetooth. randy From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 15:38:51 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 4DBE516A4CE for ; Thu, 4 Nov 2004 15:38:51 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0829443D58 for ; Thu, 4 Nov 2004 15:38:51 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CPjhK-000Jcm-Gl; Thu, 04 Nov 2004 07:38:50 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16778.19722.10795.603853@ran.psg.com> Date: Thu, 4 Nov 2004 07:38:50 -0800 To: Espen Tagestad References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> <20041104114156.GB43303@warning.this.domain.does.not-exist.de> <20041104125320.GA16749@totem.fix.no> 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 15:38:51 -0000 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 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. From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 16:36:34 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 AB6CF16A4CE for ; Thu, 4 Nov 2004 16:36:34 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AD743D45 for ; Thu, 4 Nov 2004 16:36:34 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([138.89.105.63]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041104163633.ZXBX25072.out010.verizon.net@[10.0.3.231]>; Thu, 4 Nov 2004 10:36:33 -0600 From: "Alexandre \"Sunny\" Kovalenko" To: Randy Bush In-Reply-To: <1099585894.59002.26.camel@RabbitsDen> 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> <1099585894.59002.26.camel@RabbitsDen> Content-Type: text/plain Message-Id: <1099586181.59002.29.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 04 Nov 2004 11:36:21 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [138.89.105.63] at Thu, 4 Nov 2004 10:36:32 -0600 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:36:34 -0000 On Thu, 2004-11-04 at 11:31, Alexandre "Sunny" Kovalenko wrote: > 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. > > _______________________________________________ > 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" Sorry, replying to myself -- you have umct driver loaded -- are you connecting your Palm via USB-to-serial dongle? 'cause in this case you would not see anything Palm specific in dmesg. --- Alexandre "Sunny" Kovalenko. From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 16:49:05 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 E11C316A4CE for ; Thu, 4 Nov 2004 16:49:05 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF4343D45 for ; Thu, 4 Nov 2004 16:49:05 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id iA4Gn46u049268; Thu, 4 Nov 2004 10:49:04 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <418A5D7F.8080808@centtech.com> Date: Thu, 04 Nov 2004 10:49:03 -0600 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Alexandre \"Sunny\" Kovalenko" 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> <1099585894.59002.26.camel@RabbitsDen> In-Reply-To: <1099585894.59002.26.camel@RabbitsDen> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Randy Bush 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:49:06 -0000 Alexandre "Sunny" Kovalenko wrote: [..snip..] > 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. I think /etc/devfs.conf can help with that. Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 16:56:18 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 5976216A4CE for ; Thu, 4 Nov 2004 16:56:18 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF8A243D53 for ; Thu, 4 Nov 2004 16:56:17 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CPkuH-000Lu6-5r; Thu, 04 Nov 2004 08:56:17 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16778.24368.680161.880789@ran.psg.com> Date: Thu, 4 Nov 2004 08:56:16 -0800 To: "Alexandre \"Sunny\" Kovalenko" 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> <1099585894.59002.26.camel@RabbitsDen> <1099586181.59002.29.camel@RabbitsDen> 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:56:18 -0000 > Sorry, replying to myself -- you have umct driver loaded -- are you > connecting your Palm via USB-to-serial dongle? no. straight usb. when i push hot sync, it logs kernel: ugen0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 and usbdevs -v now shows 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 addr 2: full speed, self powered, config 1, Palm Handheld(0x0060), Palm, Inc.(0x0830), rev 1.00 randy From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 17:10:35 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 F090B16A4CE; Thu, 4 Nov 2004 17:10:35 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996D243D46; Thu, 4 Nov 2004 17:10:34 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CPl86-000ML3-3J; Thu, 04 Nov 2004 09:10:34 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16778.25225.598999.639191@ran.psg.com> Date: Thu, 4 Nov 2004 09:10:33 -0800 To: freebsd-mobile@freebsd.org, freebsd-usb@freebsd.org 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> <1099585894.59002.26.camel@RabbitsDen> <1099586181.59002.29.camel@RabbitsDen> <16778.24368.680161.880789@ran.psg.com> 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 17:10:36 -0000 > 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 addr 2: full speed, self powered, config 1, Palm Handheld(0x0060), Palm, Inc.(0x0830), rev 1.00 so, i hacked /etc/usbd.comf to have an entry device "Palm Handheld" devname "ucom0" vendor 0x0830 product 0x0060 when one pushes hotsync, it now syslogs ucom1: Palm, Inc. Palm Handheld, rev 1.10/1.00, add ucom1: Palm, Inc. Palm Handheld, rev 1.10/1.00, add ucom1: init failed, TIMEOUT device_attach: ucom1 attach returned 6 uhub1: port 2, set config at addr 2 failed uhub1: device problem, disabling port 2 and it is so quick that one can not do a usbdevs while it is attached. i think i have been through all this once before :-( randy From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 17:11:25 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 0331016A4CE for ; Thu, 4 Nov 2004 17:11:25 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DE343D53 for ; Thu, 4 Nov 2004 17:11:24 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([138.89.105.63]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041104171122.DYWT4894.out004.verizon.net@[10.0.3.231]>; Thu, 4 Nov 2004 11:11:22 -0600 From: "Alexandre \"Sunny\" Kovalenko" To: Randy Bush In-Reply-To: <16778.24368.680161.880789@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> <1099585894.59002.26.camel@RabbitsDen> <1099586181.59002.29.camel@RabbitsDen> <16778.24368.680161.880789@ran.psg.com> Content-Type: text/plain Message-Id: <1099588269.59002.37.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 04 Nov 2004 12:11:10 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [138.89.105.63] at Thu, 4 Nov 2004 11:11:22 -0600 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 17:11:25 -0000 On Thu, 2004-11-04 at 11:56, Randy Bush wrote: > > Sorry, replying to myself -- you have umct driver loaded -- are you > > connecting your Palm via USB-to-serial dongle? > > no. straight usb. when i push hot sync, it logs > > kernel: ugen0: Palm, Inc. Palm Handheld, rev 1.10/1.00, addr 2 > > and usbdevs -v now shows > > 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 addr 2: full speed, self powered, config 1, Palm Handheld(0x0060), Palm, Inc.(0x0830), rev 1.00 > > randy > kldload uvisor and try again --- Alexandre "Sunny" Kovalenko. From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 17:13:28 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 A46FC16A4CE for ; Thu, 4 Nov 2004 17:13:28 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5E243D1D for ; Thu, 4 Nov 2004 17:13:28 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CPlAt-000MRC-Ty; Thu, 04 Nov 2004 09:13:28 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16778.25399.426966.696063@ran.psg.com> Date: Thu, 4 Nov 2004 09:13:27 -0800 To: "Alexandre \"Sunny\" Kovalenko" 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> <1099585894.59002.26.camel@RabbitsDen> <1099586181.59002.29.camel@RabbitsDen> <16778.24368.680161.880789@ran.psg.com> <1099588269.59002.37.camel@RabbitsDen> 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 17:13:28 -0000 > kldload uvisor > and try again same From owner-freebsd-mobile@FreeBSD.ORG Thu Nov 4 19:59:27 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 3963516A4CE for ; Thu, 4 Nov 2004 19:59:27 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id B460D43D45 for ; Thu, 4 Nov 2004 19:59:26 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([138.89.105.63]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041104195925.CFTM4017.out006.verizon.net@[10.0.3.231]>; Thu, 4 Nov 2004 13:59:25 -0600 From: "Alexandre \"Sunny\" Kovalenko" To: Eric Anderson In-Reply-To: <418A5D7F.8080808@centtech.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><418A5D7F.8080808@centtech.com> Content-Type: text/plain Message-Id: <1099598350.903.3.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 04 Nov 2004 14:59:10 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [138.89.105.63] at Thu, 4 Nov 2004 13:59:23 -0600 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 19:59:27 -0000 On Thu, 2004-11-04 at 11:49, Eric Anderson wrote: > Alexandre "Sunny" Kovalenko wrote: > [..snip..] > > 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. > > I think /etc/devfs.conf can help with that. > > Eric > Can you by any chance elaborate? I have read all appropriate man pages and could not come up with an idea of faking the node in /dev/ before it actually is created and that's what (IMHO) needed to have daemon listening on the dynamic device. Or am I missing something? --- Alexandre "Sunny" Kovalenko. From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 00:40:10 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 0025816A4CE for ; Fri, 5 Nov 2004 00:40:09 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB83B43D48 for ; Fri, 5 Nov 2004 00:40:08 +0000 (GMT) (envelope-from vladimir@math.uic.edu) Received: from cat.math.uic.edu (c-24-12-126-199.client.comcast.net[24.12.126.199]) by comcast.net (sccrmhc12) with SMTP id <2004110500400701200a0cb5e>; Fri, 5 Nov 2004 00:40:07 +0000 Received: (qmail 51845 invoked by uid 31415); 5 Nov 2004 00:40:06 -0000 Date: Thu, 4 Nov 2004 18:40:06 -0600 From: Vladimir Egorin To: Alexandre Sunny Kovalenko Message-ID: <20041105004006.GA51801@math.uic.edu> References: <20041104110413.GA13307@totem.fix.no> <20041104112634.GA14296@laverenz.de> <20041104114156.GB43303@warning.this.domain.does.not-exist.de> <20041104125320.GA16749@totem.fix.no> <1099598350.903.3.camel@RabbitsDen> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1099598350.903.3.camel@RabbitsDen> User-Agent: Mutt/1.5.6i 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: Fri, 05 Nov 2004 00:40:10 -0000 On Thu, Nov 04, 2004 at 02:59:10PM -0500, Alexandre Sunny Kovalenko wrote: > On Thu, 2004-11-04 at 11:49, Eric Anderson wrote: > > Alexandre "Sunny" Kovalenko wrote: > > [..snip..] > > > 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. > > > > I think /etc/devfs.conf can help with that. > > > > Eric > > > Can you by any chance elaborate? I have read all appropriate man pages > and could not come up with an idea of faking the node in /dev/ before it > actually is created and that's what (IMHO) needed to have daemon > listening on the dynamic device. If you only need to sync the device when the hotsync button is pressed, there is an example for Visor in usbd.conf; mine has device "Handspring Visor" devname "ucom0" vendor 0x082d product 0x0100 release 0x0100 attach "/bin/sh -c '/usr/sbin/chown vladimir /dev/ttyU0; /usr/bin/su - vladimir -c /usr/X11R6/bin/jpilot-sync'" Vladimir From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 03:37:32 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 7E79816A4CE for ; Fri, 5 Nov 2004 03:37:32 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A2343D49 for ; Fri, 5 Nov 2004 03:37:31 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [192.168.42.24] ([192.168.42.24]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id iA53bVOJ032460 for ; Thu, 4 Nov 2004 21:37:31 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <418AF579.6040509@centtech.com> Date: Thu, 04 Nov 2004 21:37:29 -0600 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Dell D600 - sleep / acpi in FreeBSD 5.3-STABLE 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: Fri, 05 Nov 2004 03:37:32 -0000 Ok, I posted a week or so back that I had sleep/standby working. I lied. I have it successfully going into S1, but not S3 or S4. Should these work? I would guess S3 should at least work, but instead it reboots my machine. I have successfully created a Dell hibernate partition at the first chunk of my disk as their docs say, but S4 also does not work. What am I missing? What should I be looking for? I'm willing to debug if it helps anyone. Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 04:49:39 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 59C3916A4CE; Fri, 5 Nov 2004 04:49:39 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA01943D45; Fri, 5 Nov 2004 04:49:38 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA54mx8A065760; Thu, 4 Nov 2004 21:49:12 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Nov 2004 21:49:12 -0700 (MST) Message-Id: <20041104.214912.18972443.imp@bsdimp.com> To: anton@nikiforov.ru From: "M. Warner Losh" In-Reply-To: <4188A57B.3060005@nikiforov.ru> References: <41792B37.7070303@nikiforov.ru> <20041022.095824.102614477.imp@bsdimp.com> <4188A57B.3060005@nikiforov.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org cc: freebsd-mobile@FreeBSD.org Subject: Re: SD Card Problem 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: Fri, 05 Nov 2004 04:49:39 -0000 In message: <4188A57B.3060005@nikiforov.ru> : The things you have recommend was done :) : This does not help : Nov 3 12:29:27 latitude kernel: Status is 0x30000006 : Nov 3 12:29:33 latitude kernel: Status is 0x30000810 : Nov 3 12:29:33 latitude kernel: cbb0: card inserted: event=0x00000000, : state=30000810 : Nov 3 12:29:33 latitude kernel: cbb0: PC Card card activation failed : So the card is still not working. Can you set the sysctl 'hw.cbb.debug=1' and 'hw.pccard.debug=1' before inserting the card and send me the results? Warner From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 08:23:18 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 1117816A4CF for ; Fri, 5 Nov 2004 08:23:18 +0000 (GMT) Received: from mail.newlines.ru (mail.newlines.ru [195.54.211.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB5F43D46 for ; Fri, 5 Nov 2004 08:23:12 +0000 (GMT) (envelope-from anton@nikiforov.ru) Received: from mail.newlines.ru (root@localhost) by mail.newlines.ru (8.12.10/8.12.9) with SMTP id iA58NA5i028320 for ; Fri, 5 Nov 2004 08:23:10 GMT (envelope-from anton@nikiforov.ru) Received: from [192.168.20.18] (florent-mashin.rmt.ru [81.13.8.34]) (authenticated bits=0) by mail.newlines.ru (8.12.10/8.12.9) with ESMTP id iA58N9ck028225; Fri, 5 Nov 2004 08:23:10 GMT (envelope-from anton@nikiforov.ru) Message-ID: <418B46AF.9040704@nikiforov.ru> Date: Fri, 05 Nov 2004 12:23:59 +0300 From: Anton Nikiforov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040907 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <41792B37.7070303@nikiforov.ru> <20041022.095824.102614477.imp@bsdimp.com> <4188A57B.3060005@nikiforov.ru> <20041104.214912.18972443.imp@bsdimp.com> In-Reply-To: <20041104.214912.18972443.imp@bsdimp.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms040406060705030203050409" cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: SD Card Problem X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: anton@nikiforov.ru List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 08:23:18 -0000 This is a cryptographically signed message in MIME format. --------------ms040406060705030203050409 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit M. Warner Losh wrote: > In message: <4188A57B.3060005@nikiforov.ru> > : The things you have recommend was done :) > : This does not help > : Nov 3 12:29:27 latitude kernel: Status is 0x30000006 > : Nov 3 12:29:33 latitude kernel: Status is 0x30000810 > : Nov 3 12:29:33 latitude kernel: cbb0: card inserted: event=0x00000000, > : state=30000810 > : Nov 3 12:29:33 latitude kernel: cbb0: PC Card card activation failed > : So the card is still not working. > > Can you set the sysctl 'hw.cbb.debug=1' and 'hw.pccard.debug=1' before > inserting the card and send me the results? > > Hi! I did it and here is the log: Nov 5 12:22:46 latitude kernel: Status is 0x30000810 Nov 5 12:22:46 latitude kernel: cbb0: card inserted: event=0x00000000, state=30000810 Nov 5 12:22:46 latitude kernel: pccard0: chip_socket_enable Nov 5 12:22:46 latitude kernel: cbb_pcic_socket_enable: Nov 5 12:22:46 latitude kernel: cbb0: cbb_power: 3V Nov 5 12:22:46 latitude kernel: pccard0: read_cis Nov 5 12:22:48 latitude kernel: pccard0: check_cis_quirks Nov 5 12:22:48 latitude kernel: pccard0: CIS version PC Card Standard 5.0 Nov 5 12:22:48 latitude kernel: pccard0: CIS info: RICOH, Bay1Controller Nov 5 12:22:48 latitude kernel: pccard0: Manufacturer code 0x0, product 0x0 Nov 5 12:22:48 latitude kernel: pccard0: function 0: unknown (254), ccr addr 100 mask f Nov 5 12:22:48 latitude kernel: pccard0: function 0, config table entry 1: memory card; irq mask 0; memspace 0-fff; mwait_required rdybsy_active powerdown Nov 5 12:22:48 latitude kernel: pccard0: functions scanning Nov 5 12:22:48 latitude kernel: pccard0: Card has 1 functions. pccard_mfc is 0 Nov 5 12:22:48 latitude kernel: pccard0: Memory space not yet implemented. Nov 5 12:22:48 latitude kernel: pccard0: Neither memory nor I/O mampped Nov 5 12:22:48 latitude kernel: pccard0: Allocation failed for cfe 1 Nov 5 12:22:48 latitude kernel: cbb_pcic_socket_enable: Nov 5 12:22:48 latitude kernel: cbb0: cbb_power: 0V Nov 5 12:22:48 latitude kernel: cbb0: cbb_power: 3V Nov 5 12:22:48 latitude kernel: pccard0: No config entry could be allocated. -- ó Õ×ÁÖÅÎÉÅÍ (Best regads), áÎÔÏÎ îÉËÉÆÏÒÏ× (Anton Nikiforov) --------------ms040406060705030203050409 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII7TCC AtEwggI6oAMCAQICAwvaFTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwMzA1MjExMjI4WhcNMDUwMzA1MjExMjI4 WjBEMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSEwHwYJKoZIhvcNAQkBFhJh bnRvbkBuaWtpZm9yb3YucnUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1Ps7E cf3xTnaY72Aip/U5HeUmGwQ6QmbCjMcqS3XfO6EsA+5ol526JvhQ1XStpDX/kh8R8MDELUJD SVooXFiDInspw5tmPOlXV1C60xH4VWf5Gh+2y3yDGzHyWBAalul7LbhC1p8zDNUA12pAu4Ry 1k1A0Yepomr8CRbh/Z9JryfJcqHYDL+z1qgLzQlpJsao9E3Zld5ZfgJPORcFoRB7Z6jvqVLh pLNmSrvfDbSw6WK/K9EbZT9zlOTlmOnt4uLBy3hKZMcvkaFrYVYTRXLMegJHFPAp3sxLYef2 iW9fEUKgrs4W7d5c8UWlmiGurVt1Xdzc58W8X3vekMLqu9elAgMBAAGjLzAtMB0GA1UdEQQW MBSBEmFudG9uQG5pa2lmb3Jvdi5ydTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GB ABINGnCD0TGnBHqGYbJHSwjFfxEsVS1ygSUVIyb0Q1S0SphgUSeRWIZ4+joWR9TzxFGqLtYM TEQvRTQ7VJcugjn2o2nTgQ4EPhze0O5ki2eUWHE9dViHboQWOWI0r1vurUTkDnmloeM8mpMo CAAtXbjyhz7AVKUwI7vULQKuE+imMIIC0TCCAjqgAwIBAgIDC9oVMA0GCSqGSIb3DQEBBAUA MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQu MSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNDAz MDUyMTEyMjhaFw0wNTAzMDUyMTEyMjhaMEQxHzAdBgNVBAMTFlRoYXd0ZSBGcmVlbWFpbCBN ZW1iZXIxITAfBgkqhkiG9w0BCQEWEmFudG9uQG5pa2lmb3Jvdi5ydTCCASIwDQYJKoZIhvcN AQEBBQADggEPADCCAQoCggEBALU+zsRx/fFOdpjvYCKn9Tkd5SYbBDpCZsKMxypLdd87oSwD 7miXnbom+FDVdK2kNf+SHxHwwMQtQkNJWihcWIMieynDm2Y86VdXULrTEfhVZ/kaH7bLfIMb MfJYEBqW6XstuELWnzMM1QDXakC7hHLWTUDRh6miavwJFuH9n0mvJ8lyodgMv7PWqAvNCWkm xqj0TdmV3ll+Ak85FwWhEHtnqO+pUuGks2ZKu98NtLDpYr8r0RtlP3OU5OWY6e3i4sHLeEpk xy+RoWthVhNFcsx6AkcU8CnezEth5/aJb18RQqCuzhbt3lzxRaWaIa6tW3Vd3Nznxbxfe96Q wuq716UCAwEAAaMvMC0wHQYDVR0RBBYwFIESYW50b25AbmlraWZvcm92LnJ1MAwGA1UdEwEB /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAEg0acIPRMacEeoZhskdLCMV/ESxVLXKBJRUjJvRD VLRKmGBRJ5FYhnj6OhZH1PPEUaou1gxMRC9FNDtUly6COfajadOBDgQ+HN7Q7mSLZ5RYcT11 WIduhBY5YjSvW+6tROQOeaWh4zyakygIAC1duPKHPsBUpTAju9QtAq4T6KYwggM/MIICqKAD AgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVy biBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5n MSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZy ZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQsw CQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoG A1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcN AQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHy v1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsY Pge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0T AQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20v VGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQe MBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD 6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZ GwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDOzCCAzcCAQEwaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIElzc3VpbmcgQ0ECAwvaFTAJBgUrDgMCGgUAoIIBpzAYBgkqhkiG9w0BCQMx CwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNDExMDUwOTIzNTlaMCMGCSqGSIb3DQEJ BDEWBBQ3pbVip2HKL/I2fKaizrQNUIHbATBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMH MA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB KDB4BgkrBgEEAYI3EAQxazBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29u c3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg SXNzdWluZyBDQQIDC9oVMHoGCyqGSIb3DQEJEAILMWugaTBiMQswCQYDVQQGEwJaQTElMCMG A1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwvaFTANBgkqhkiG9w0BAQEFAASCAQBA02P6 fvudciHQysT5r3NJwGoyGsAdReUIa4OYpEzjKRcEg0sbchFZYaddCV0+RYJOLGb1dnKE0e1r GRb980Y3LokiyK1heYYDhxDo0OIx60IT39eFV8MFyTxd330OXXRfyhoLEP9MItHPM875p8qM qAtpnmgXd6314aEic5jYRyAv3Sfw2U1lP6o3q2fHksYeAhgaUU5k5Tfpo1g8wDjeaoPs+hKw /M7/xm4lGS7UuA9e8zPeu6pApbZKhoZdFEJbx5OkBQGNXt+wFT94VgMyJtNpCaYhoYMSR6a3 AtfeuhwRajy5rd3Ov1ssLxgRUhBC7Rb0tDOU/mcGY2NZi8UqAAAAAAAA --------------ms040406060705030203050409-- From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 08:29:57 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 8559F16A4CE for ; Fri, 5 Nov 2004 08:29:57 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F23C43D48 for ; Fri, 5 Nov 2004 08:29:56 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iA58VIBj015775; Fri, 5 Nov 2004 09:31:20 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iA58VIEm015774; Fri, 5 Nov 2004 09:31:18 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Fri, 5 Nov 2004 09:31:18 +0100 From: Ruben de Groot To: "Julian H. Stacey" Message-ID: <20041105083118.GA15714@ei.bzerk.org> References: <200411012204.iA1M484C092809@laps.jhs.private> <200411030109.iA319E2B044820@laps.jhs.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411030109.iA319E2B044820@laps.jhs.private> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-1.7 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS,J_CHICKENPOX_41 autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: freebsd-mobile@freebsd.org Subject: Re: Toshiba Libretto 70CT ep0 intermittent 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: Fri, 05 Nov 2004 08:29:57 -0000 On Wed, Nov 03, 2004 at 02:09:14AM +0100, Julian H. Stacey typed: > Ruben de Groot > cc freebsd-mobile@freebsd.org > > I used some search engines, found these rc.conf bits on a Japanese site > saver="daemon" > apm_enable="YES" > pccardd_flags="-i 11" > (no I don't read Japanese) but I'd always been wary of my IRQ 5 > ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 5 slot 0 on pccard0 > It's early to say as the fault was intermittent, > but I think the fault is now gone :-) Does it help you too ? It does! Thanks! > Maybe something else sits on irq 5 though unshown by my generic dmesg, > guessing maybe something like sound ? Dont know. > > "Julian H. Stacey" wrote: > > I started this thread on current@ as > > Subject: 5.3-RC1 attempt with a Toshiba Libretto 70CT failed, 4.10 OK > > But it evolved to be ep0 intermittent on 4.10-RELEASE, so moved to mobile@. > > I don't know if Ruben de Groot is on mobile@ so please > > don't drop him off CC: unless he says he is. He has same problem I do. > > > > Ruben de Groot wrote (Re. my mail about installing): > > > > BTW on 4.10 The ftp through ep0 ethernet chugs along at 1 K byte / sec ! > > > > & expires half way through load of /bin > > > > & Ive used that pcmcia ether card with FBSD before, its OK, > > > > so it's the libretto. > > > > > > I had the same kind of problems on my Libretto 70CT and a 3Com 3CCFE574BT. > > > After the installation (5.1 and 4.9) over SLIP, the NIC kept giving me > > > extremely low throughput. I did a little testing: > > > > Now multi user on 4.10 I still see intermittent ep0 freezes: > > I've also tried 2 other ether cards since, another 3com 589, (with > > same external BNC & UTP transducer) & a 3com Office Connect 3CXSH572BT > > with an X Jack UTP connection: All cards behave OK with FreeBSD > > elsewhere, I've also tried with UTP & co ax, all my other hosts ping OK. > > > > > > > Pinging from the libretto to another system, both running tcpdump, would > > > give normal results on the other system (1 ICMP request arriving every > > > second, 1 reply being send back). > > > On the Libretto however, the replies would not show up in the tcpdump > > > trace for a long time, sometimes over 60 seconds, after which I would > > > see a "burst" of replies in a few seconds, but a lot of them never > > > showed up at all. > > > So it looks like the problem was in the receive side of the NIC/driver. > > > > I see on remote host (name=flip) with "tcpdump -i ed0 host lapl" both > > "icmp: echo request" * "icmp: echo reply" > > I see on libretto host (name=lapl) with "tcpdump -i ep0 host flip" just > > "icmp: echo request" > > Perhaps this means the interrupt on receive is lost ? > > > > > The hardware is fine btw; the Linux driver has no problems with this > > > configuration. > > > > I'm still learning /boot/loader.conf > > (copies of syntax I'm thinking of periodically go to > > http://berklix.org/~jhs/hw/toshiba/libretto.70ct/boot/loader.conf > > but I might even have correct stuff there, then delete again in error, > > it's hard to decide what belongs there.) > > > > I guess we need some loader.conf magic ! > > Warner or someone have some suggestions please ? > > - > Julian Stacey. Unix,C,Net & Sys. Eng. Consultant, Munich. http://berklix.com > Mail in Ascii, Html dumped as Spam. Ihr Rauch = mein allergischer Kopfschmerz. From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 10:29:06 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 CA86B16A4CE for ; Fri, 5 Nov 2004 10:29:06 +0000 (GMT) Received: from dd1318.kasserver.com (dd1318.kasserver.com [81.209.148.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63A843D41 for ; Fri, 5 Nov 2004 10:29:05 +0000 (GMT) (envelope-from gbergling@0xfce3.net) Received: from nemesis.md.0xfce3.net (port-ip-213-211-224-164.reverse.mdcc-fun.de [213.211.224.164]) by dd1318.kasserver.com (Postfix) with ESMTP id 30BFBA3084 for ; Fri, 5 Nov 2004 11:28:58 +0100 (CET) Received: from nemesis.md.0xfce3.net (localhost.md.0xfce3.net [127.0.0.1]) by nemesis.md.0xfce3.net (8.13.1/8.13.1) with ESMTP id iA5AT72i001857 for ; Fri, 5 Nov 2004 11:29:07 +0100 (CET) (envelope-from gbergling@0xfce3.net) Received: (from gordon@localhost) by nemesis.md.0xfce3.net (8.13.1/8.13.1/Submit) id iA5AT7vZ001856 for freebsd-mobile@freebsd.org; Fri, 5 Nov 2004 11:29:07 +0100 (CET) (envelope-from gbergling@0xfce3.net) X-Authentication-Warning: nemesis.md.0xfce3.net: gordon set sender to gbergling@0xfce3.net using -f Date: Fri, 5 Nov 2004 11:29:07 +0100 From: Gordon Bergling To: freebsd-mobile@freebsd.org Message-ID: <20041105102907.GA1823@nemesis.md.0xfce3.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Url: X-Operating-System: FreeBSD 5.3-STABLE i386 X-Host-Uptime: 11:24AM up 2:23, 3 users, load averages: 0.01, 0.04, 0.01 Subject: Fujitsu Siemens Amilo K 7600 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gordon Bergling List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 10:29:06 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi folks, I recently bought a Notebook from Fujitsu Siemens. Its an Amilo K 7600 with an AMD Athlon XP Mobile 2800+, 512 MB Ram and so on. Has anyone experiences with this notebook? I should get this notebook in about 2 Weeks, so I should ask this question now. ;) BTW. has anyone experiences with external sound hardware (usb audio) with FreeBSD, especially on Notebooks? best regards, Gordon --=20 Gordon Bergling http://www.0xFCE3.net/ PGP Fingerprint: 7732 9BB1 5013 AE8B E42C 28E0 93B9 D32B C76F 02A0 RIPE-HDL: MDTP-RIPE "There is no place like 127.0.0.0/8" --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBi1Xyk7nTK8dvAqARAk1SAKCeWnOKONhdBMcy6I5W0o7f7f+vvACggwnE 1E4bPS9Cjc9kepCWYKWOp8w= =/xMP -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 13:01:35 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 1838A16A4D0 for ; Fri, 5 Nov 2004 13:01:35 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C36143D31 for ; Fri, 5 Nov 2004 13:01:34 +0000 (GMT) (envelope-from agerber@ncsu.edu) Received: from [127.0.0.1] (rdu57-247-216.nc.rr.com [66.57.247.216] (may be forged))iA5D1Skd025982; Fri, 5 Nov 2004 08:01:30 -0500 (EST) Message-ID: <418B799E.40506@ncsu.edu> Date: Fri, 05 Nov 2004 08:01:18 -0500 From: Alan Gerber User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <418AF579.6040509@centtech.com> In-Reply-To: <418AF579.6040509@centtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-mobile@freebsd.org Subject: Re: Dell D600 - sleep / acpi in FreeBSD 5.3-STABLE 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: Fri, 05 Nov 2004 13:01:35 -0000 Eric Anderson wrote: > Ok, I posted a week or so back that I had sleep/standby working. I > lied. I have it successfully going into S1, but not S3 or S4. Should > these work? I would guess S3 should at least work, but instead it > reboots my machine. I have successfully created a Dell hibernate > partition at the first chunk of my disk as their docs say, but S4 also > does not work. > > What am I missing? What should I be looking for? > > I'm willing to debug if it helps anyone. > > Eric > > FWIW, I've been having the same problem on my D600. S1 doesn't turn the LCD off, however, so it still drains significant battery power. It isn't a super-important thing to me, so I've been a little relaxed about saying anything about it. -- Alan Gerber From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 14:40:21 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 04FEC16A4CF for ; Fri, 5 Nov 2004 14:40:21 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F9B43D31 for ; Fri, 5 Nov 2004 14:40:20 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id iA5EcwOJ020260; Fri, 5 Nov 2004 08:38:59 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <418B9081.9020409@centtech.com> Date: Fri, 05 Nov 2004 08:38:57 -0600 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Gerber References: <418AF579.6040509@centtech.com> <418B799E.40506@ncsu.edu> In-Reply-To: <418B799E.40506@ncsu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: Dell D600 - sleep / acpi in FreeBSD 5.3-STABLE 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: Fri, 05 Nov 2004 14:40:21 -0000 Alan Gerber wrote: > Eric Anderson wrote: > >> Ok, I posted a week or so back that I had sleep/standby working. I >> lied. I have it successfully going into S1, but not S3 or S4. Should >> these work? I would guess S3 should at least work, but instead it >> reboots my machine. I have successfully created a Dell hibernate >> partition at the first chunk of my disk as their docs say, but S4 also >> does not work. >> >> What am I missing? What should I be looking for? >> >> I'm willing to debug if it helps anyone. >> >> Eric >> >> > FWIW, I've been having the same problem on my D600. S1 doesn't turn the > LCD off, however, so it still drains significant battery power. It > isn't a super-important thing to me, so I've been a little relaxed about > saying anything about it. I actually got the screen switch thing working - let me know if I can provide some info for you.. Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 15:25:35 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 C1AA916A4CE for ; Fri, 5 Nov 2004 15:25:35 +0000 (GMT) Received: from tower.berklix.org (bsd.bsn.com [194.221.32.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88AB43D31 for ; Fri, 5 Nov 2004 15:25:34 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (pD950E952.dip.t-dialin.net [217.80.233.82]) (authenticated bits=0) by tower.berklix.org (8.12.9p2/8.12.9) with ESMTP id iA5FPS03003517; Fri, 5 Nov 2004 16:25:28 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from laps.jhs.private (laps.jhs.private [192.168.91.56]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id iA5FPQjq002329; Fri, 5 Nov 2004 16:25:26 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from laps.jhs.private (localhost [127.0.0.1]) by laps.jhs.private (8.13.1/8.13.1) with ESMTP id iA5FPPQD004793; Fri, 5 Nov 2004 16:25:25 +0100 (CET) (envelope-from jhs@laps.jhs.private) Message-Id: <200411051525.iA5FPPQD004793@laps.jhs.private> To: Ruben de Groot In-Reply-To: Message from Ruben de Groot of "Fri, 05 Nov 2004 09:31:18 +0100." <20041105083118.GA15714@ei.bzerk.org> Date: Fri, 05 Nov 2004 16:25:25 +0100 From: "Julian H. Stacey" cc: freebsd-mobile@freebsd.org Subject: Re: Toshiba Libretto 70CT ep0 intermittent 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: Fri, 05 Nov 2004 15:25:35 -0000 Ruben de Groot wrote: > On Wed, Nov 03, 2004 at 02:09:14AM +0100, Julian H. Stacey typed: > > Ruben de Groot > > cc freebsd-mobile@freebsd.org > > > > I used some search engines, found these rc.conf bits on a Japanese site > > saver="daemon" > > apm_enable="YES" > > pccardd_flags="-i 11" > > (no I don't read Japanese) but I'd always been wary of my IRQ 5 > > ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 5 slot 0 on pccard > 0 > > It's early to say as the fault was intermittent, > > but I think the fault is now gone :-) Does it help you too ? > > It does! Thanks! > > > Maybe something else sits on irq 5 though unshown by my generic dmesg, > > guessing maybe something like sound ? Dont know. Great. Documented to http://berklix.com/~jhs/hw/toshiba/libretto.70ct/ Which I have just registered with both http://gerda.univie.ac.at/freebsd-laptops/ http://www.zapatec.com/freebsd/laptop/ (Suprisingly quick those 2 sites, so I reccomend others with unlisted laptops list their too.) The Libretto 70 CT also works OK on IRQ 10, so better than /etc/rc.conf: pccardd_flags="-z -i 11" # -z from defaults/ is /etc/pccard.conf: irq irq 10 11 15 Ruben, I'm always too lazy to configure sound, but it seems to be in there, feel free to send me any kernel & script syntax if you configure yours. - Julian Stacey. Unix,C,Net & Sys. Eng. Consultant, Munich. http://berklix.com Mail in Ascii, Html dumped as Spam. Ihr Rauch = mein allergischer Kopfschmerz. From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 21:14:04 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 3F16E16A4CE; Fri, 5 Nov 2004 21:14:04 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84A443D1D; Fri, 5 Nov 2004 21:14:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA5LBRnm077568; Fri, 5 Nov 2004 14:11:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 05 Nov 2004 14:11:42 -0700 (MST) Message-Id: <20041105.141142.120444214.imp@bsdimp.com> To: anton@nikiforov.ru From: "M. Warner Losh" In-Reply-To: <418B46AF.9040704@nikiforov.ru> References: <4188A57B.3060005@nikiforov.ru> <20041104.214912.18972443.imp@bsdimp.com> <418B46AF.9040704@nikiforov.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: SD Card Problem 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: Fri, 05 Nov 2004 21:14:04 -0000 In message: <418B46AF.9040704@nikiforov.ru> Anton Nikiforov writes: : 1: memory card; irq mask 0; memspace 0-fff; mwait_required rdybsy_active : powerdown I don't think this card will work. Warner From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 5 21:56:23 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 21BBB16A4CE for ; Fri, 5 Nov 2004 21:56:23 +0000 (GMT) Received: from tx3.mail.ox.ac.uk (tx3.mail.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E43D43D66 for ; Fri, 5 Nov 2004 21:56:20 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.mail.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CQC4B-0002RC-AK for freebsd-mobile@freebsd.org; Fri, 05 Nov 2004 21:56:19 +0000 Received: from rx3.mail.ox.ac.uk ([163.1.2.165]) by localhost (scan3.mail.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 08730-10 for ; Fri, 5 Nov 2004 21:56:19 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.mail.ox.ac.uk with smtp (Exim 4.42) id 1CQC4B-0002R5-9g for freebsd-mobile@freebsd.org; Fri, 05 Nov 2004 21:56:19 +0000 Received: (qmail 3800 invoked by uid 1004); 5 Nov 2004 21:56:18 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.203):. Processed in 0.015407 secs); 05 Nov 2004 21:56:18 -0000 Received: from dhcp1203.wadham.ox.ac.uk (HELO ?163.1.161.203?) (163.1.161.203) by gateway.wadham.ox.ac.uk with SMTP; 5 Nov 2004 21:56:18 -0000 Message-ID: <418BF702.5070004@wadham.ox.ac.uk> Date: Fri, 05 Nov 2004 21:56:18 +0000 From: Colin Percival User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Gerber References: <418AF579.6040509@centtech.com> <418B799E.40506@ncsu.edu> In-Reply-To: <418B799E.40506@ncsu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Eric Anderson cc: freebsd-mobile@freebsd.org Subject: Re: Dell D600 - sleep / acpi in FreeBSD 5.3-STABLE 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: Fri, 05 Nov 2004 21:56:23 -0000 Alan Gerber wrote: > ... on my D600. S1 doesn't turn the > LCD off, however, so it still drains significant battery power. It > isn't a super-important thing to me, so I've been a little relaxed about > saying anything about it. If you upgrade to 5.3 and load acpi_video.ko, then you can turn off the LCD via rc.suspend (and bring it back in rc.resume, of course). Colin Percival From owner-freebsd-mobile@FreeBSD.ORG Sat Nov 6 09:00:21 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 9B1A216A4D1 for ; Sat, 6 Nov 2004 09:00:21 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7D143D3F for ; Sat, 6 Nov 2004 09:00:21 +0000 (GMT) (envelope-from gazolini@mail.ru) Received: from [62.117.66.66] (port=33016 helo=phil) by mx2.mail.ru with smtp id 1CQMQm-0009F7-00 for freebsd-mobile@freebsd.org; Sat, 06 Nov 2004 12:00:20 +0300 Date: Sat, 6 Nov 2004 12:00:06 +0300 From: Philipp Grigorieff To: freebsd-mobile@freebsd.org Message-Id: <20041106120006.0c7715a9.gazolini@mail.ru> X-Mailer: Sylpheed version 0.8.11claws (GTK+ 1.2.10; i386-asplinux-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected Subject: problem with Xircom PS-CEM28 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: Sat, 06 Nov 2004 09:00:21 -0000 Hi All! I don't know where to ask my question, so ... I have a problem with Xircom PS-CEM28 (CreditCard Ethernet + Modem 28.8) on Toshiba Satelleite 2545XCDT with FreeBSD 4.10 on board. OS hangs after card insertion with such messages: pccard[49]: Card "Xircom"("Credit Card Ethernet+Modem 28.8") [CEM28] [2.00] has function ID 2 pccard[49]: Useing mem addr 0xd4000, size 8192, card addr 0x0, flags 0x41 pccard[49]: Using I/O addr 0x2f8, size 8 pccard[49]: Setting config reg at offs 0x800 to 0x42, Reset time = 10000 ms All I want is Ethernet to work on this card! It seems to me that OS detects this card as modem. Can anyone help me with my problem? Phil From owner-freebsd-mobile@FreeBSD.ORG Sat Nov 6 13:31:22 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 4023816A4CE for ; Sat, 6 Nov 2004 13:31:22 +0000 (GMT) Received: from dd2626.kasserver.com (dd2626.kasserver.com [81.209.184.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0C943D39 for ; Sat, 6 Nov 2004 13:31:21 +0000 (GMT) (envelope-from outi@bytephobia.de) Received: from [10.0.0.2] (pD958EECF.dip.t-dialin.net [217.88.238.207]) by dd2626.kasserver.com (Postfix) with ESMTP id C341199C3D; Sat, 6 Nov 2004 14:31:19 +0100 (CET) From: Patrick Hurrelmann To: Colin Percival In-Reply-To: <418BF702.5070004@wadham.ox.ac.uk> References: <418AF579.6040509@centtech.com> <418B799E.40506@ncsu.edu> <418BF702.5070004@wadham.ox.ac.uk> Content-Type: text/plain Message-Id: <1099751852.16055.5.camel@duality.bytephobia.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 06 Nov 2004 15:37:32 +0100 Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org cc: Eric Anderson cc: Alan Gerber Subject: Re: Dell D600 - sleep / acpi in FreeBSD 5.3-STABLE X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: outi@bytephobia.de List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 13:31:22 -0000 On Fri, 2004-11-05 at 22:56, Colin Percival wrote: > Alan Gerber wrote: > > ... on my D600. S1 doesn't turn the > > LCD off, however, so it still drains significant battery power. It > > isn't a super-important thing to me, so I've been a little relaxed about > > saying anything about it. > > If you upgrade to 5.3 and load acpi_video.ko, then you can turn off the > LCD via rc.suspend (and bring it back in rc.resume, of course). > > Colin Percival Sure, acpi_video.ko works well on a Dell Latitude D600, but it won't work in parallel to radeon.ko. Both hook up to the same kernel-interfaces (as i understood it hopefully right). The module that has been loaded first wins the race and the other one will load silently, but will not present functionality at all. I think this has been on the current list a few times in the past it it was said that it won't be trivial to fix. Personally i prefer having direct-rendering support. So i only load radeon.ko and acpi_video.ko stays on it shelf... Patrick -- ======================================================================== Patrick Hurrelmann | "Programming today is a race between software Mannheim, Germany | engineers striving to build bigger and better | idiot-proof programs, and the Universe trying outi at bytephobia.de | to produce bigger and better idiots. So far, www.bytephobia.de | the Universe is winning." - Rich Cook From owner-freebsd-mobile@FreeBSD.ORG Sat Nov 6 21:21:12 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 3455416A4CF for ; Sat, 6 Nov 2004 21:21:12 +0000 (GMT) Received: from mail.newlines.ru (mail.newlines.ru [195.54.211.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE13C43D46 for ; Sat, 6 Nov 2004 21:21:06 +0000 (GMT) (envelope-from anton@nikiforov.ru) Received: from mail.newlines.ru (root@localhost) by mail.newlines.ru (8.12.10/8.12.9) with SMTP id iA6LL4qe005874 for ; Sat, 6 Nov 2004 21:21:04 GMT (envelope-from anton@nikiforov.ru) Received: from [213.252.67.117] (master-hosting.newlines.ru [213.252.67.117] (may be forged)) (authenticated bits=0) by mail.newlines.ru (8.12.10/8.12.9) with ESMTP id iA6LL2ck005827; Sat, 6 Nov 2004 21:21:03 GMT (envelope-from anton@nikiforov.ru) Message-ID: <418D4E85.5030303@nikiforov.ru> Date: Sun, 07 Nov 2004 01:21:57 +0300 From: Anton Nikiforov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040907 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <4188A57B.3060005@nikiforov.ru> <20041104.214912.18972443.imp@bsdimp.com> <418B46AF.9040704@nikiforov.ru> <20041105.141142.120444214.imp@bsdimp.com> In-Reply-To: <20041105.141142.120444214.imp@bsdimp.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms050200080709080803020507" cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: SD Card Problem X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: anton@nikiforov.ru List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 21:21:12 -0000 This is a cryptographically signed message in MIME format. --------------ms050200080709080803020507 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit M. Warner Losh wrote: > In message: <418B46AF.9040704@nikiforov.ru> > Anton Nikiforov writes: > : 1: memory card; irq mask 0; memspace 0-fff; mwait_required rdybsy_active > : powerdown > > I don't think this card will work. > > Warner > > > Hi But it is working just fine in windows and any different devices. This is Transcend SD256M - i thought this is most "working" device. Maybe the problem is in the reader or something in the software? Anyway thanks for your answers. -- ó Õ×ÁÖÅÎÉÅÍ (Best regads), áÎÔÏÎ îÉËÉÆÏÒÏ× (Anton Nikiforov) --------------ms050200080709080803020507 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII7TCC AtEwggI6oAMCAQICAwvaFTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwMzA1MjExMjI4WhcNMDUwMzA1MjExMjI4 WjBEMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSEwHwYJKoZIhvcNAQkBFhJh bnRvbkBuaWtpZm9yb3YucnUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1Ps7E cf3xTnaY72Aip/U5HeUmGwQ6QmbCjMcqS3XfO6EsA+5ol526JvhQ1XStpDX/kh8R8MDELUJD SVooXFiDInspw5tmPOlXV1C60xH4VWf5Gh+2y3yDGzHyWBAalul7LbhC1p8zDNUA12pAu4Ry 1k1A0Yepomr8CRbh/Z9JryfJcqHYDL+z1qgLzQlpJsao9E3Zld5ZfgJPORcFoRB7Z6jvqVLh pLNmSrvfDbSw6WK/K9EbZT9zlOTlmOnt4uLBy3hKZMcvkaFrYVYTRXLMegJHFPAp3sxLYef2 iW9fEUKgrs4W7d5c8UWlmiGurVt1Xdzc58W8X3vekMLqu9elAgMBAAGjLzAtMB0GA1UdEQQW MBSBEmFudG9uQG5pa2lmb3Jvdi5ydTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GB ABINGnCD0TGnBHqGYbJHSwjFfxEsVS1ygSUVIyb0Q1S0SphgUSeRWIZ4+joWR9TzxFGqLtYM TEQvRTQ7VJcugjn2o2nTgQ4EPhze0O5ki2eUWHE9dViHboQWOWI0r1vurUTkDnmloeM8mpMo CAAtXbjyhz7AVKUwI7vULQKuE+imMIIC0TCCAjqgAwIBAgIDC9oVMA0GCSqGSIb3DQEBBAUA MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQu MSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNDAz MDUyMTEyMjhaFw0wNTAzMDUyMTEyMjhaMEQxHzAdBgNVBAMTFlRoYXd0ZSBGcmVlbWFpbCBN ZW1iZXIxITAfBgkqhkiG9w0BCQEWEmFudG9uQG5pa2lmb3Jvdi5ydTCCASIwDQYJKoZIhvcN AQEBBQADggEPADCCAQoCggEBALU+zsRx/fFOdpjvYCKn9Tkd5SYbBDpCZsKMxypLdd87oSwD 7miXnbom+FDVdK2kNf+SHxHwwMQtQkNJWihcWIMieynDm2Y86VdXULrTEfhVZ/kaH7bLfIMb MfJYEBqW6XstuELWnzMM1QDXakC7hHLWTUDRh6miavwJFuH9n0mvJ8lyodgMv7PWqAvNCWkm xqj0TdmV3ll+Ak85FwWhEHtnqO+pUuGks2ZKu98NtLDpYr8r0RtlP3OU5OWY6e3i4sHLeEpk xy+RoWthVhNFcsx6AkcU8CnezEth5/aJb18RQqCuzhbt3lzxRaWaIa6tW3Vd3Nznxbxfe96Q wuq716UCAwEAAaMvMC0wHQYDVR0RBBYwFIESYW50b25AbmlraWZvcm92LnJ1MAwGA1UdEwEB /wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAEg0acIPRMacEeoZhskdLCMV/ESxVLXKBJRUjJvRD VLRKmGBRJ5FYhnj6OhZH1PPEUaou1gxMRC9FNDtUly6COfajadOBDgQ+HN7Q7mSLZ5RYcT11 WIduhBY5YjSvW+6tROQOeaWh4zyakygIAC1duPKHPsBUpTAju9QtAq4T6KYwggM/MIICqKAD AgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVy biBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5n MSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZy ZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQsw CQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoG A1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcN AQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHy v1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsY Pge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0T AQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20v VGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQe MBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD 6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZ GwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDOzCCAzcCAQEwaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIElzc3VpbmcgQ0ECAwvaFTAJBgUrDgMCGgUAoIIBpzAYBgkqhkiG9w0BCQMx CwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNDExMDYyMjIxNTdaMCMGCSqGSIb3DQEJ BDEWBBTbcgwspzxKRuy4XY+5fD/dduiDUTBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMH MA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIB KDB4BgkrBgEEAYI3EAQxazBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29u c3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg SXNzdWluZyBDQQIDC9oVMHoGCyqGSIb3DQEJEAILMWugaTBiMQswCQYDVQQGEwJaQTElMCMG A1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwvaFTANBgkqhkiG9w0BAQEFAASCAQAWTZWr zLC651b5SQi6/xShtWWlfcWH00H8La7J/Ojeh+Jb3jHvbmyScVNy5utPOalNL69BF/QIaNZe 0DLfF04Ra7mLlTBfkiW6P030HV53wbX+fb1vK1BubbOyBfsURcHwZsA5CO7KMrc3oVevFsg6 Qes9Wuc+c9QY35IrNvjHBgVeKC0C11levc4ZhsP/MWMg2u/qdtBLAReBmXs/RIRl7mzocQX/ 2LtR/lVR8HHjZmEiPgjH7s1KcSTQI55GbOnWElO+Bvrgdo3vmEbelOmZ+fISAYJVXIAkkx/0 5HjkFE+11jHQo8cNN0tuCQqlASwBLf9blmRh9gLWQZyHOodoAAAAAAAA --------------ms050200080709080803020507--

ÂÍÈÌÀÍÈÅ !!!
Âûøëà íîâàÿ êîëëåêöèÿ àòëàñîâ, êàðò è ñïðàâî÷íèêîâ

CD 1

ÂÑÅ ÃÎÐÎÄÀ ÐÎÑÑÈÈ (ÌÎÑÊÂÀ, ÑÀÍÊÒ-ÏÅÒÅÐÁÓÐÃ, Í.ÍÎÂÃÎÐÎÄ, ÅÊÀÒÅÐÈÍÁÓÐÃ, ÊÐÀÑÍÎßÐÑÊ, ÎÌÑÊ, ÍÎÂÎÑÈÁÈÐÑÊ, ÊÐÀÑÍÎÄÀÐ, ÐÎÑÒÎÂ-ÍÀ-ÄÎÍÓ è äð.)

Êîëëåêöèÿ âåêòîðíûõ ýëåêòðîííûõ êàðò íà 92 ãîðîäà Ðîññèè (ñòîëèöû ñóáúåêòîâ Ôåäåðàöèè, êðóïíûå ãîðîäà). Ïîèñêîâûå ñïðàâî÷íèêè ïî íàçâàíèÿì óëèö. Äëÿ âñåõ êàðò ãîðîäîâ âêëþ÷åíû îêðåñòíîñòè îò 20 äî 50 êèëîìåòðîâ.

CD 2

ÀÄÐÅÑ ÐÎÑÑÈß (êàðòà-ñïðàâî÷íèê) ìàñøòàá 1:1000000