From owner-freebsd-mobile Sun Dec 10 13:41:13 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 13:41:08 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id B695A37B698; Sun, 10 Dec 2000 13:41:07 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 188DF5741E; Sun, 10 Dec 2000 15:41:14 -0600 (CST) Date: Sun, 10 Dec 2000 15:41:13 -0600 From: "Michael C . Wu" To: Josef Karthauser Cc: freebsd-small@FreeBSD.ORG, freebsd-mobile@freebsd.org Subject: IrDA progress [ was Re: Nokia 9110i ....] Message-ID: <20001210154113.A27625@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Josef Karthauser , freebsd-small@FreeBSD.ORG, freebsd-mobile@freebsd.org References: <200012091236.NAA00625@lucifer.krush.net> <20001210121440.A26512@peorth.iteration.net> <20001210211551.E486@bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001210211551.E486@bsdi.com>; from joe@tao.org.uk on Sun, Dec 10, 2000 at 09:15:51PM +0000 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: keichii@peorth.iteration.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Dec 10, 2000 at 09:15:51PM +0000, Josef Karthauser scribbled: | Where are we at with IrDa and IRComm? (how many times have I heard that | question with still no clear idea of the answer? :!) Benno Rice and I are working on plugging sio1 into Netgraph nodes for IrCOMM, IrTTY, IrLAN, Ir*. (most IrDA controllers lie to the system as a serial controller if there is no real irda driver, and they emit Ir just fine. Try pointing your cellphone/PDA at your laptop's Ir port, and cat /dev/cuaa1) IrLAN and IrTTY are our priority. IrLAN provides ad-hoc cheap wireless networking compared to IEEE802.11b. IrTTY is what most PDA's and cellphones use to connect to other systems. is writing a real driver for NatSem's IrDA controller NatSem87338/97338 to take advantage of the hardware accel and ACPI/APM functions. It should be no problem to plug the ng_ir* nodes into device irda, just like we would do sio1. Since we can always fall back on sio* emulation of IrDA controllers, we simply need to finish the ng_* nodes. And voila, we have IrDA support. USB serial IrDA devices would work, if n_hibma puts in the right support. (I think even ugen would work.) Firewire would work too, if we ever have an IrDA/IEEE1394 dongle. Right now, we need : * Someone who understands the NatSem87338/97338 controller driver well enough to tell us where we should plug the driver in. * Someone who knows what is going ON with ACPICA, what with the rapid changes and all * Netgraph/net guru * Someone to port the linux irda userland tools into the FreeBSD Ports (In short, we appreciate any help we can get. :) If you would like to help, email me with the area you want to help in. I have all the documentation needed here. The work is slower than snail's pace. Benno is working on the FreeBSD/PPC port mostly. I'm loaded with final exams, company work, and libc/wchar*.h (Gah, can anyone make IrDA/ANSI C/NatSem documentation more boring than it already is?) This is only a quick answer to your question, Josef. I hope it answers your questions. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 14:19:48 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 14:19:44 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A38A637B400; Sun, 10 Dec 2000 14:19:43 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBAMJgs64570; Sun, 10 Dec 2000 15:19:42 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA30948; Sun, 10 Dec 2000 15:19:41 -0700 (MST) Message-Id: <200012102219.PAA30948@harmony.village.org> To: "Michael C . Wu" Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Cc: Josef Karthauser , freebsd-small@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 10 Dec 2000 15:41:13 CST." <20001210154113.A27625@peorth.iteration.net> References: <20001210154113.A27625@peorth.iteration.net> <200012091236.NAA00625@lucifer.krush.net> <20001210121440.A26512@peorth.iteration.net> <20001210211551.E486@bsdi.com> Date: Sun, 10 Dec 2000 15:19:41 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001210154113.A27625@peorth.iteration.net> "Michael C . Wu" writes: : sio1 into Netgraph nodes for IrCOMM, IrTTY, IrLAN, Ir*. : (most IrDA controllers lie to the system as a serial controller : if there is no real irda driver, and they emit Ir just fine. : Try pointing your cellphone/PDA at your laptop's Ir port, and cat /dev/cuaa1) Most older IR ports that support IrDA's SIR protocol do this. The ones that support FIR generally need their own driver. At least this is true with all the datasheets I've seen for the MIPS based PDAs. I'm told that laptops are similar. My libretto could talk via serial port to another libretto w/o any problems, but I've been unable to recreate the feet with my new Vaio. I've also seen software out there that tries in userland to turn on and off the BREAK character to do remote control things that aren't a serial protocol. Sometimes it works, other times it doesn't since it is trying to do critical timing in userland... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 15: 3:48 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 15:03:44 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mail.jeamland.net (rafe.jeamland.net [203.18.243.114]) by hub.freebsd.org (Postfix) with ESMTP id A6E9437B401; Sun, 10 Dec 2000 15:03:43 -0800 (PST) Received: by mail.jeamland.net (Postfix, from userid 1000) id 435C670602; Mon, 11 Dec 2000 10:03:41 +1100 (EST) Date: Mon, 11 Dec 2000 10:03:41 +1100 From: Benno Rice To: Warner Losh Cc: "Michael C . Wu" , Josef Karthauser , freebsd-small@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Message-ID: <20001211100341.B89737@rafe.jeamland.net> References: <20001210154113.A27625@peorth.iteration.net> <200012091236.NAA00625@lucifer.krush.net> <20001210121440.A26512@peorth.iteration.net> <20001210211551.E486@bsdi.com> <20001210154113.A27625@peorth.iteration.net> <200012102219.PAA30948@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012102219.PAA30948@harmony.village.org>; from imp@village.org on Sun, Dec 10, 2000 at 03:19:41PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Sorry for sending this to you twice, Warner.] On Sun, Dec 10, 2000 at 03:19:41PM -0700, Warner Losh wrote: > In message <20001210154113.A27625@peorth.iteration.net> "Michael C . Wu" writes: > : sio1 into Netgraph nodes for IrCOMM, IrTTY, IrLAN, Ir*. > : (most IrDA controllers lie to the system as a serial controller > : if there is no real irda driver, and they emit Ir just fine. > : Try pointing your cellphone/PDA at your laptop's Ir port, and cat /dev/cuaa1) > > Most older IR ports that support IrDA's SIR protocol do this. The > ones that support FIR generally need their own driver. At least this > is true with all the datasheets I've seen for the MIPS based PDAs. > I'm told that laptops are similar. My libretto could talk via serial > port to another libretto w/o any problems, but I've been unable to > recreate the feet with my new Vaio. The NatSemi chip in question pretends to be a 16550 when you first start it up. It does however have the capacity to do MIR and FIR (including framing) if you flip it into the right mode. This requires a specialised driver though. I don't know of much out there using MIR or FIR in the PDA/phone world though. -- Benno Rice benno@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 15:44: 1 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 15:44:00 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from darkstar.bsdguru.com (unknown [165.24.155.244]) by hub.freebsd.org (Postfix) with ESMTP id 29D1737B400 for ; Sun, 10 Dec 2000 15:44:00 -0800 (PST) Received: from venus.bsdguru.com (venus.n2.net [207.113.133.11]) by darkstar.bsdguru.com (Postfix) with ESMTP id B2A731F05 for ; Sun, 10 Dec 2000 15:43:58 -0800 (PST) Received: by venus.bsdguru.com (Postfix, from userid 1001) id 19D9883C; Sun, 10 Dec 2000 15:43:50 -0800 (PST) Date: Sun, 10 Dec 2000 15:43:50 -0800 From: Ben Lovett To: mobile@freebsd.org Subject: Ricochet 128K PCCard support? Message-ID: <20001210154349.A10861@bsdguru.com> Reply-To: Ben Lovett Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Organization: San Diego BSD Users Group [http://sdbug.bsdguru.com] X-Disclaimer: All messages are the opinion of my employer.. They just don't know it yet. X-Operating-System: FreeBSD venus 4.2-STABLE X-Moon: The Moon is Full X-GPG-Key: http://www.bsdguru.com/~blovett/blovett.pgp X-GPG-Fingerprint: C75F A722 1518 03B8 26C3 77A1 7C76 8AFA EBAB 2004 X-Uptime: 3:39PM up 10 hrs, 6 users, load averages: 0.35, 0.32, 0.30 Sender: blovett@venus.bsdguru.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I will be recieving one of the new Metricom Ricochet cards capable of 128Kbps as a beta tester, and am wondering if anyone has used one of these before, or something like it. Or even, if it may possibly be recognized as just a modem card? Thanks for any advice you may be able to provide. TIA -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + Ben Lovett [ blovett at bsdguru.com ] + + + + Choose your poisen: + + FreeBSD (The Power to Serve) + + OpenBSD (Secure by default) + + Anything else (Good luck ;) + -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 16: 3:55 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 16:03:53 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from smile.idiom.com (unknown [209.209.13.26]) by hub.freebsd.org (Postfix) with ESMTP id B5A4837B400 for ; Sun, 10 Dec 2000 16:03:53 -0800 (PST) Received: from mdaxke ([64.121.223.186]) by smile.idiom.com (8.9.1/8.8.5) with SMTP id QAA19740; Sun, 10 Dec 2000 16:03:46 -0800 (PST) Message-ID: <007201c06305$d0508ca0$0201a8c0@wwc.com> From: "Mark D. Anderson" To: "Ben Lovett" , References: <20001210154349.A10861@bsdguru.com> Subject: Re: Ricochet 128K PCCard support? Date: Sun, 10 Dec 2000 16:03:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i have one. they aren't cards. they are external modems, using either a serial port or a USB (don't be frightened by the "USB" written on the box you get; the box has a serial cable too). basically, they'll work with anything (people use them with palms, etc.) as PPP. of course, you won't find documentation for anything but windows. even the NT documentation they give is iffy. note that you have to (a) get your modem "activated" (like a cell phone), and (b) get a working PPP username and password, before anything will work. This will generally require multiple calls to the reseller tech support, and much head-banging-against-the-wall. It was better when metricom sold direct, now they just go through resellers. in theory you give up some bandwidth using it over an old-fashioned serial port (max 100kbps) relative to USB, but in practice you are limited by what happens in the air, not what happens at your host end. -mda, disappointed with the dropouts when driving at over 80mph > I will be recieving one of the new Metricom Ricochet cards capable of > 128Kbps as a beta tester, and am wondering if anyone has used one of > these before, or something like it. Or even, if it may possibly be > recognized as just a modem card? Thanks for any advice you may be able > to provide. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 16:20:13 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 16:20:11 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from pynchon.icsi.berkeley.edu (unknown [199.106.118.7]) by hub.freebsd.org (Postfix) with ESMTP id ECA2637B400 for ; Sun, 10 Dec 2000 16:20:10 -0800 (PST) Received: (from karp@localhost) by pynchon.icsi.berkeley.edu (8.11.0/8.11.0) id eBB0HpT08431 for mobile@freebsd.org; Sun, 10 Dec 2000 16:17:51 -0800 (PST) (envelope-from karp) Date: Sun, 10 Dec 2000 16:17:51 -0800 (PST) From: Brad Karp Message-Id: <200012110017.eBB0HpT08431@pynchon.icsi.berkeley.edu> To: mobile@freebsd.org Subject: Ricochet 128K Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The *existing* GS radios are external boxes with a dual USB/serial port for host connectivity. I believe Ben is talking about the *new*, as-yet-unreleased PC-Card Ricochet radios. Sierra Wireless and Novatel Wireless have announced they will ship these in 1Q01, if I recall correctly. Moreover, the external Ricochet 128K radios work reasonably well with USB, after some patches I submitted for umodem.c's former abuse of the tty layer buffering model. Alas, I don't know how the new PC-Card radios will appear (as plain-jane modems or devices requiring a custom driver). -Brad, bkarp@icsi.berkeley.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 16:25: 9 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 16:25:07 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from darkstar.bsdguru.com (unknown [165.24.155.244]) by hub.freebsd.org (Postfix) with ESMTP id 7CE6037B400 for ; Sun, 10 Dec 2000 16:25:06 -0800 (PST) Received: from venus.bsdguru.com (venus.n2.net [207.113.133.11]) by darkstar.bsdguru.com (Postfix) with ESMTP id F1E721F05 for ; Sun, 10 Dec 2000 16:24:59 -0800 (PST) Received: by venus.bsdguru.com (Postfix, from userid 1001) id C113E83C; Sun, 10 Dec 2000 16:24:49 -0800 (PST) Date: Sun, 10 Dec 2000 16:24:49 -0800 From: Ben Lovett To: mobile@freebsd.org Subject: Re: Ricochet 128K Message-ID: <20001210162448.A11101@bsdguru.com> Reply-To: Ben Lovett References: <200012110017.eBB0HpT08431@pynchon.icsi.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012110017.eBB0HpT08431@pynchon.icsi.berkeley.edu>; from bkarp@icsi.berkeley.edu on Sun, Dec 10, 2000 at 04:17:51PM -0800 X-Organization: San Diego BSD Users Group [http://sdbug.bsdguru.com] X-Disclaimer: All messages are the opinion of my employer.. They just don't know it yet. X-Operating-System: FreeBSD venus 4.2-STABLE X-Moon: The Moon is Full X-GPG-Key: http://www.bsdguru.com/~blovett/blovett.pgp X-GPG-Fingerprint: C75F A722 1518 03B8 26C3 77A1 7C76 8AFA EBAB 2004 X-Uptime: 4:21PM up 10:42, 7 users, load averages: 0.33, 0.45, 0.45 Sender: blovett@venus.bsdguru.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am indeed talking about the PCCard modems that have not been released yet .. I am going to be beta testing one of them for Metricom, and thus I will have access to one. I would gladly send in any information I had on them if not for this stinking non-disclosure agreement I had to sign.. I am sort of thinking that disclosing if the modem would require special drivers or will just run under the normal modem drivers would be within my rights after signing this, but I'm not really sure ;) TTYL Brad Karp (bkarp@icsi.berkeley.edu) wrote: > The *existing* GS radios are external boxes with a dual USB/serial port > for host connectivity. > > I believe Ben is talking about the *new*, as-yet-unreleased PC-Card Ricochet > radios. Sierra Wireless and Novatel Wireless have announced they will ship > these in 1Q01, if I recall correctly. > > Moreover, the external Ricochet 128K radios work reasonably well with USB, > after some patches I submitted for umodem.c's former abuse of the tty layer > buffering model. > > Alas, I don't know how the new PC-Card radios will appear (as plain-jane > modems or devices requiring a custom driver). > > -Brad, bkarp@icsi.berkeley.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + Ben Lovett [ blovett at bsdguru.com ] + + + + Choose your poisen: + + FreeBSD (The Power to Serve) + + OpenBSD (Secure by default) + + Anything else (Good luck ;) + -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 20:40:42 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 20:40:39 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 22D3C37B400; Sun, 10 Dec 2000 20:40:38 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 189776AB69; Mon, 11 Dec 2000 15:10:35 +1030 (CST) Date: Mon, 11 Dec 2000 15:10:35 +1030 From: Greg Lehey To: FreeBSD SMP list , FreeBSD mobile Mailing List Subject: Anybody using PCMCIA cards on an SMP box? Message-ID: <20001211151034.L69363@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm currently testing some PCMCIA stuff on my test box, which happens to be -CURRENT SMP. I'm getting some strange, non-reproducible problems, and it occurs to me that maybe the PCMCIA code has never been tested on SMP. If anybody has done this before, please let me know. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Dec 10 21:32:20 2000 From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 10 21:32:18 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C328737B400; Sun, 10 Dec 2000 21:32:13 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBB5WCs66460; Sun, 10 Dec 2000 22:32:12 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA33825; Sun, 10 Dec 2000 22:32:12 -0700 (MST) Message-Id: <200012110532.WAA33825@harmony.village.org> To: Greg Lehey Subject: Re: Anybody using PCMCIA cards on an SMP box? Cc: FreeBSD SMP list , FreeBSD mobile Mailing List In-reply-to: Your message of "Mon, 11 Dec 2000 15:10:35 +1030." <20001211151034.L69363@wantadilla.lemis.com> References: <20001211151034.L69363@wantadilla.lemis.com> Date: Sun, 10 Dec 2000 22:32:12 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001211151034.L69363@wantadilla.lemis.com> Greg Lehey writes: : I'm currently testing some PCMCIA stuff on my test box, which happens : to be -CURRENT SMP. I'm getting some strange, non-reproducible : problems, and it occurs to me that maybe the PCMCIA code has never : been tested on SMP. If anybody has done this before, please let me : know. I have not had success getting pcmcia working on our SMP boxes are work for reasons unknown. Every time I go to look at the reasons, another crisis comes up that keeps from poking at it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 3:25:51 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 03:25:35 2000 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 E3BFD37B6E3; Mon, 11 Dec 2000 03:24:19 -0800 (PST) Received: from tokyogw.iij.ad.jp (tokyogw.iij.ad.jp [202.232.15.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF4C6E2CC9; Sun, 10 Dec 2000 23:00:56 -0800 (PST) Received: by tokyogw.iij.ad.jp; id PAA02005; Mon, 11 Dec 2000 15:55:55 +0900 (JST) Received: from mercury.iij.ad.jp(192.168.4.89) by tokyogw.iij.ad.jp via smap (V4.2) id xma001770; Mon, 11 Dec 00 15:55:33 +0900 Received: from localhost (shigeru@localhost [127.0.0.1]) by mercury.iij.ad.jp (8.9.3/8.9.3) with ESMTP id PAA22179; Mon, 11 Dec 2000 15:55:33 +0900 (JST) To: freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: patch for wi driver X-Mailer: Mew version 1.94.2 on XEmacs 21.2 (Shinjuku) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Dec_11_15:51:58_2000_406)--" Content-Transfer-Encoding: 7bit Message-Id: <20001211155532C.shigeru@iij.ad.jp> Date: Mon, 11 Dec 2000 15:55:32 +0900 From: YAMAMOTO Shigeru X-Dispatcher: imput version 991025(IM133) Lines: 291 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----Next_Part(Mon_Dec_11_15:51:58_2000_406)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, all. I send a patch for wi driver. Some cases, we have errors, 'wi0: tx buffer allocation failed' and 'wi0: mgmt. buffer allocation failed' Thease errors are caused by bugs in wi driver. #Current wi driver has initialization and resource allocation mistakes. And this patch includes WEP support code for PrismII chip. Original WEP support code was writen by Onoe at NetBSD. But WEP support code does not work many PrismII based cards on FreeBSD. We need more hack. Thanks, ------- YAMAMOTO Shigeru Internet Initiative Japan Inc. Network Engineering Div. ----Next_Part(Mon_Dec_11_15:51:58_2000_406)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="wi.diff" Index: if_wi.c =================================================================== RCS file: /share/cvsup/FreeBSD/current/usr/src/sys/i386/isa/if_wi.c,v retrieving revision 1.29 diff -u -r1.29 if_wi.c --- if_wi.c 2000/11/30 18:52:31 1.29 +++ if_wi.c 2000/12/11 04:46:37 @@ -231,10 +231,34 @@ struct wi_ltv_gen gen; struct ifnet *ifp; int error; + u_int32_t flags; sc = device_get_softc(dev); ifp = &sc->arpcom.ac_if; + /* + * XXX: quick hack to support Prism II chip. + * Currently, we need to set a flags in pccard.conf to specify + * which type chip is used. + * + * We need to replace this code in a future. + * It is better to use CIS than using a flag. + */ + flags = device_get_flags(dev); +#define WI_FLAGS_PRISM2 0x10000 + if (flags & WI_FLAGS_PRISM2) { + sc->wi_prism2 = 1; + if (bootverbose) { + device_printf(dev, "found PrismII chip\n"); + } + } + else { + sc->wi_prism2 = 0; + if (bootverbose) { + device_printf(dev, "found Lucent chip\n"); + } + } + error = wi_alloc(dev); if (error) { device_printf(dev, "wi_alloc() failed! (%d)\n", error); @@ -320,6 +344,12 @@ wi_read_record(sc, &gen); sc->wi_has_wep = gen.wi_val; + if (bootverbose) { + device_printf(sc->dev, + __FUNCTION__ ":wi_has_wep = %d\n", + sc->wi_has_wep); + } + bzero((char *)&sc->wi_stats, sizeof(sc->wi_stats)); wi_init(sc); @@ -589,7 +619,21 @@ { int i, s = 0; + /* wait for the busy bit to clear */ + for (i = 0; i < WI_TIMEOUT; i++) { + if (!(CSR_READ_2(sc, WI_COMMAND) & WI_CMD_BUSY)) { + break; + } + DELAY(10*1000); /* 10 m sec */ + } + + if (i == WI_TIMEOUT) { + return(ETIMEDOUT); + } + CSR_WRITE_2(sc, WI_PARAM0, val); + CSR_WRITE_2(sc, WI_PARAM1, 0); + CSR_WRITE_2(sc, WI_PARAM2, 0); CSR_WRITE_2(sc, WI_COMMAND, cmd); for (i = 0; i < WI_TIMEOUT; i++) { @@ -621,11 +665,12 @@ static void wi_reset(sc) struct wi_softc *sc; { +#ifdef foo wi_cmd(sc, WI_CMD_INI, 0); DELAY(100000); wi_cmd(sc, WI_CMD_INI, 0); +#endif DELAY(100000); -#ifdef foo if (wi_cmd(sc, WI_CMD_INI, 0)) device_printf(sc->dev, "init failed\n"); CSR_WRITE_2(sc, WI_INT_EN, 0); @@ -633,7 +678,7 @@ /* Calibrate timer. */ WI_SETVAL(WI_RID_TICK_TIME, 8); -#endif + return; } @@ -646,6 +691,23 @@ { u_int16_t *ptr; int i, len, code; + struct wi_ltv_gen *oltv, p2ltv; + + oltv = ltv; + if (sc->wi_prism2) { + switch (ltv->wi_type) { + case WI_RID_ENCRYPTION: + p2ltv.wi_type = WI_RID_P2_ENCRYPTION; + p2ltv.wi_len = 2; + ltv = &p2ltv; + break; + case WI_RID_TX_CRYPT_KEY: + p2ltv.wi_type = WI_RID_P2_TX_CRYPT_KEY; + p2ltv.wi_len = 2; + ltv = &p2ltv; + break; + } + } /* Tell the NIC to enter record read mode. */ if (wi_cmd(sc, WI_CMD_ACCESS|WI_ACCESS_READ, ltv->wi_type)) @@ -675,6 +737,35 @@ for (i = 0; i < ltv->wi_len - 1; i++) ptr[i] = CSR_READ_2(sc, WI_DATA1); + if (sc->wi_prism2) { + switch (oltv->wi_type) { + case WI_RID_TX_RATE: + case WI_RID_CUR_TX_RATE: + switch (ltv->wi_val) { + case 1: oltv->wi_val = 1; break; + case 2: oltv->wi_val = 2; break; + case 3: oltv->wi_val = 6; break; + case 4: oltv->wi_val = 5; break; + case 7: oltv->wi_val = 7; break; + case 8: oltv->wi_val = 11; break; + case 15: oltv->wi_val = 3; break; + default: oltv->wi_val = 0x100 + ltv->wi_val; break; + } + break; + case WI_RID_ENCRYPTION: + oltv->wi_len = 2; + if (ltv->wi_val & 0x01) + oltv->wi_val = 1; + else + oltv->wi_val = 0; + break; + case WI_RID_TX_CRYPT_KEY: + oltv->wi_len = 2; + oltv->wi_val = ltv->wi_val; + break; + } + } + return(0); } @@ -687,6 +778,59 @@ { u_int16_t *ptr; int i; + struct wi_ltv_gen p2ltv; + + if (sc->wi_prism2) { + switch (ltv->wi_type) { + case WI_RID_TX_RATE: + p2ltv.wi_type = WI_RID_TX_RATE; + p2ltv.wi_len = 2; + switch (ltv->wi_val) { + case 1: p2ltv.wi_val = 1; break; + case 2: p2ltv.wi_val = 2; break; + case 3: p2ltv.wi_val = 15; break; + case 5: p2ltv.wi_val = 4; break; + case 6: p2ltv.wi_val = 3; break; + case 7: p2ltv.wi_val = 7; break; + case 11: p2ltv.wi_val = 8; break; + default: return EINVAL; + } + ltv = &p2ltv; + break; + case WI_RID_ENCRYPTION: + p2ltv.wi_type = WI_RID_P2_ENCRYPTION; + p2ltv.wi_len = 2; + if (ltv->wi_val) + p2ltv.wi_val = 0x03; + else + p2ltv.wi_val = 0x90; + ltv = &p2ltv; + break; + case WI_RID_TX_CRYPT_KEY: + p2ltv.wi_type = WI_RID_P2_TX_CRYPT_KEY; + p2ltv.wi_len = 2; + p2ltv.wi_val = ltv->wi_val; + ltv = &p2ltv; + break; + case WI_RID_DEFLT_CRYPT_KEYS: + { + int error; + struct wi_ltv_str ws; + struct wi_ltv_keys *wk = (struct wi_ltv_keys *)ltv; + for (i = 0; i < 4; i++) { + ws.wi_len = 4; + ws.wi_type = WI_RID_P2_CRYPT_KEY0 + i; + memcpy(ws.wi_str, &wk->wi_keys[i].wi_keydat, 5); + ws.wi_str[5] = '\0'; + error = wi_write_record(sc, + (struct wi_ltv_gen *)&ws); + if (error) + return error; + } + return 0; + } + } + } if (wi_seek(sc, ltv->wi_type, 0, WI_BAP1)) return(EIO); @@ -1362,7 +1506,8 @@ rid = 0; sc->iobase = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, - 0, ~0, 1, RF_ACTIVE); + 0, ~0, (1 << 6), + rman_make_alignment_flags(1 << 6) | RF_ACTIVE); if (!sc->iobase) { device_printf(dev, "No I/O space?!\n"); return (ENXIO); Index: if_wireg.h =================================================================== RCS file: /share/cvsup/FreeBSD/current/usr/src/sys/i386/isa/if_wireg.h,v retrieving revision 1.9 diff -u -r1.9 if_wireg.h --- if_wireg.h 2000/10/13 20:33:24 1.9 +++ if_wireg.h 2000/12/11 04:48:15 @@ -66,6 +66,13 @@ #define WI_RID_DEFLT_CRYPT_KEYS 0xFCB0 #define WI_RID_TX_CRYPT_KEY 0xFCB1 #define WI_RID_WEP_AVAIL 0xFD4F +#define WI_RID_P2_TX_CRYPT_KEY 0xFC23 +#define WI_RID_P2_CRYPT_KEY0 0xFC24 +#define WI_RID_P2_CRYPT_KEY1 0xFC25 +#define WI_RID_P2_CRYPT_KEY2 0xFC26 +#define WI_RID_P2_CRYPT_KEY3 0xFC27 +#define WI_RID_P2_ENCRYPTION 0xFC28 +#define WI_RID_CUR_TX_RATE 0xFD44 /* current TX rate */ struct wi_key { u_int16_t wi_keylen; u_int8_t wi_keydat[14]; @@ -118,6 +125,7 @@ #endif struct callout_handle wi_stat_ch; struct mtx wi_mtx; + int wi_prism2; /* set to 1 if it uses a Prism II chip */ }; #define WI_LOCK(_sc) mtx_enter(&(_sc)->wi_mtx, MTX_DEF) ----Next_Part(Mon_Dec_11_15:51:58_2000_406)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 3:58:49 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 03:58:47 2000 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 A95FA37B6DE for ; Mon, 11 Dec 2000 03:58:13 -0800 (PST) Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de [212.114.202.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40026E2D8B for ; Sun, 10 Dec 2000 23:38:32 -0800 (PST) Received: from mail01.erlm.siemens.de (mail01.erlm.siemens.de [146.254.160.12]) by atlantis.erlm.siemens.de (8.9.3/8.9.3) with ESMTP id IAA15445 for ; Mon, 11 Dec 2000 08:36:41 +0100 (MET) Received: from erlm510a.erl9.siemens.de (erlm510a.erl9.siemens.de [146.254.168.221]) by mail01.erlm.siemens.de (8.9.3+Sun/8.9.3) with ESMTP id IAA02450 for ; Mon, 11 Dec 2000 08:36:25 +0100 (MET) Received: by erlm510a.erl9.siemens.de with Internet Mail Service (5.5.2650.21) id ; Mon, 11 Dec 2000 08:36:04 +0100 Message-ID: <1F69DAAD3391D411BE5300805FBED48B496C02@ERLM511A.erl9.siemens.de> From: Burbaickij Ariel To: "'freebsd-mobile@FreeBSD.ORG'" Subject: AW: What is actually the state of support for Compaq 10/100 Netel lige nt Date: Mon, 11 Dec 2000 08:35:53 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Urspr=FCngliche Nachricht----- Von: Scott Mitchell [mailto:scott.mitchell@mail.com] Gesendet am: Freitag, 8. Dezember 2000 22:30 An: Burbaickij Ariel Cc: 'freebsd-mobile@freebsd.org'; Alfred Perlstein Betreff: Re: What is actually the state of support for Compaq 10/100 If everything works so well on Linux, how about you go use Linux and = quit bothering us? Publishing buggy software is bad engineering practice in first place. Admitting it only after someone ran in trouble with exactly this piece = of software is even worse. I have done it (Debian) . Does it bring any relief to you ? --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet = engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 8:15:59 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 08:15:57 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from uniqsite.com (adsl-63-197-148-179.dsl.snfc21.pacbell.net [63.197.148.179]) by hub.freebsd.org (Postfix) with ESMTP id 4972B37B400 for ; Mon, 11 Dec 2000 08:15:57 -0800 (PST) Received: from localhost (gfish123@localhost [127.0.0.1]) by uniqsite.com (8.9.3/8.9.3) with ESMTP id IAA83982; Mon, 11 Dec 2000 08:15:39 -0800 (PST) (envelope-from gfish123@pacbell.net) Date: Mon, 11 Dec 2000 08:15:39 -0800 (PST) From: Gorden Fischer X-Sender: gfish123@uniqsite.com To: Warner Losh Cc: mobile@FreeBSD.ORG Subject: Re: EXPNET PCMCIA CDROM is not working (fwd) In-Reply-To: <200012081831.LAA14518@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner: Thanks. The snapshot I use doesn't seem to work with the changes. I tried the latest snapshot and all problems are resolved. Fischer On Fri, 8 Dec 2000, Warner Losh wrote: > > I'd have thought that the folllowing > > : # GENERIC Flash ATA / ATA HDD > : generic fixed_disk > : config auto "ata" ? > : logstr "GENERIC Flash ATA / ATA HDD" > > would have done it. > > card "EXP " "CD-ROM" > config auto "ata" ? > logstr "EXPNET Cdrom" > > might do it (add the above to /etc/pccard.conf, restart pccardd). > > Warner > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 10:35:13 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 10:35:09 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 104E237B400 for ; Mon, 11 Dec 2000 10:35:08 -0800 (PST) Received: from li.avias.com (dialup2.avias.com [195.14.38.69]) by avias.com (8.11.1/8.11.1) with ESMTP id eBBIYsq52648; Mon, 11 Dec 2000 21:34:55 +0300 (MSK) (envelope-from juriy@li.avias.com) Received: (from juriy@localhost) by li.avias.com (8.11.1/8.11.1) id eBB90lm96499; Mon, 11 Dec 2000 12:00:47 +0300 (MSK) (envelope-from juriy) Date: Mon, 11 Dec 2000 12:00:47 +0300 From: Juriy Goloveshkin To: "Michael C . Wu" Cc: freebsd-mobile@freebsd.org Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Message-ID: <20001211120046.A95305@avias.com> References: <200012091236.NAA00625@lucifer.krush.net> <20001210121440.A26512@peorth.iteration.net> <20001210211551.E486@bsdi.com> <20001210154113.A27625@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001210154113.A27625@peorth.iteration.net>; from keichii@iteration.net on Sun, Dec 10, 2000 at 03:41:13PM -0600 Sender: juriy@li.avias.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Dec 10, 2000 at 03:41:13PM -0600, Michael C . Wu wrote: > Benno Rice and I are working on plugging > sio1 into Netgraph nodes for IrCOMM, IrTTY, IrLAN, Ir*. > (most IrDA controllers lie to the system as a serial controller > if there is no real irda driver, and they emit Ir just fine. > Try pointing your cellphone/PDA at your laptop's Ir port, and cat /dev/cuaa1) it isn't true for Libretto CT110. ;( pci0: at 17.0 irq 11 -- Bye Juriy Goloveshkin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 12:52:17 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 12:52:14 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from volatile.chemikals.org (ci391991-a.grnvle1.sc.home.com [24.9.31.75]) by hub.freebsd.org (Postfix) with ESMTP id 36E7837B400 for ; Mon, 11 Dec 2000 12:52:14 -0800 (PST) Received: (from morganw@localhost) by volatile.chemikals.org (8.11.1/8.11.1) id eBBKq6M92066; Mon, 11 Dec 2000 15:52:06 -0500 (EST) (envelope-from morganw) Date: Mon, 11 Dec 2000 15:52:06 -0500 (EST) From: Wesley Morgan To: Juriy Goloveshkin Cc: "Michael C . Wu" , freebsd-mobile@FreeBSD.ORG Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] In-Reply-To: <20001211120046.A95305@avias.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 11 Dec 2000, Juriy Goloveshkin wrote: > it isn't true for Libretto CT110. ;( > > pci0: at 17.0 irq 11 With the new pci code in -current, all I get now is: pci0: at 9.0 (no driver attached) I used to get a line similar to yours. This is a Tecra 8000. -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ 6bone: 3ffe:1ce3:7::b4ff:fe53:c297 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 13: 6:32 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 13:06:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from genius.tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 8442837B400; Mon, 11 Dec 2000 13:06:28 -0800 (PST) Received: by genius.tao.org.uk (Postfix, from userid 100) id C5F099B02; Mon, 11 Dec 2000 21:06:32 +0000 (GMT) Date: Mon, 11 Dec 2000 21:06:32 +0000 From: Josef Karthauser To: "Michael C . Wu" Cc: freebsd-small@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Message-ID: <20001211210632.B7287@bsdi.com> References: <200012091236.NAA00625@lucifer.krush.net> <20001210121440.A26512@peorth.iteration.net> <20001210211551.E486@bsdi.com> <20001210154113.A27625@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001210154113.A27625@peorth.iteration.net>; from keichii@iteration.net on Sun, Dec 10, 2000 at 03:41:13PM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Dec 10, 2000 at 03:41:13PM -0600, Michael C . Wu wrote: > On Sun, Dec 10, 2000 at 09:15:51PM +0000, Josef Karthauser scribbled: > | Where are we at with IrDa and IRComm? (how many times have I heard that > | question with still no clear idea of the answer? :!) > [cut] > > This is only a quick answer to your question, Josef. I hope > it answers your questions. Yes, thanks. Now we've got a full answer in the mail archives. Excellent :) Cheers, Joe -- Josef Karthauser [joe@FreeBSD.org, joe@tao.org.uk] ......... FreeBSD: The power to change the world ........ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 13: 8:21 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 13:08:18 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 3007737B400 for ; Mon, 11 Dec 2000 13:08:18 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id A4D7F5742C; Mon, 11 Dec 2000 15:08:27 -0600 (CST) Date: Mon, 11 Dec 2000 15:08:27 -0600 From: "Michael C . Wu" To: Wesley Morgan Cc: Juriy Goloveshkin , freebsd-mobile@FreeBSD.ORG Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Message-ID: <20001211150827.A82402@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Wesley Morgan , Juriy Goloveshkin , freebsd-mobile@FreeBSD.ORG References: <20001211120046.A95305@avias.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from morganw@chemikals.org on Mon, Dec 11, 2000 at 03:52:06PM -0500 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: keichii@peorth.iteration.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Dec 11, 2000 at 03:52:06PM -0500, Wesley Morgan scribbled: | On Mon, 11 Dec 2000, Juriy Goloveshkin wrote: | > it isn't true for Libretto CT110. ;( | > pci0: at 17.0 irq 11 | With the new pci code in -current, all I get now is: | pci0: at 9.0 (no driver attached) | I used to get a line similar to yours. This is a Tecra 8000. Well, guys, giving me the controller line from dmesg without the chipset name (and preferably with the chip's datasheet) is not really useful for me. :) A. Boot into windows and find out the chipset names and number or B. Open up your laptop... As it happens, both Benno and I have only National Semiconductor, and I guess that's where the IrDA support will happen initially. Toshiba seems to put its own IrDA controller on its laptops. I think Dell/Sony VAIO/IBM have the same NatSemi chips, and Unless someone with a Toshiba chip starts helping us, I think it will go nowhere. However, I will make sure that you can still use The Toshiba chips with sio1, just no ACPI/APM and other hardware FIR stuff. One last thing, does anyone have Palm/Nokia/Ericsson documentation on how to talk to these things? :wq -- +------------------------------------------------------------------+ |keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 15:18: 0 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 15:17:58 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from nienie.mobile.webweaving.org (ietf.207.137.74.88.tx.verio.net [207.137.74.88]) by hub.freebsd.org (Postfix) with ESMTP id A701D37B400 for ; Mon, 11 Dec 2000 15:17:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by nienie.mobile.webweaving.org (8.11.1/8.11.1) with ESMTP id eBBNGYY03926; Mon, 11 Dec 2000 15:16:34 -0800 (PST) (envelope-from dirkx@covalent.net) Date: Mon, 11 Dec 2000 15:16:34 -0800 (PST) From: Dirk-Willem van Gulik X-Sender: dirkx@localhost To: Bob Vaughan Cc: Doug White , grisha@ispol.com, freebsd-mobile@FreeBSD.ORG Subject: Re: airport firmware - help! In-Reply-To: <200012091742.JAA64904@tantivy.stanford.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 9 Dec 2000, Bob Vaughan wrote: > FYI: the Airport card for the mac is a OEM card, that supposedly does not > work with other machines.. It also does not have a built-in antenna. It is normal PCMCIA with a funny power reconfig. You can get it to work using a bit of soldering and diode in, say, an isa 2 pcmcia card. You propably do not want to do this to your laptop :-) assuming you can get there on a multi layer circuit board. The white lucent passive antenna's seem to work fine with it. I get a decent range and thing gets hot; i.e. no clear signs of impedance mismatch issues. DW. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 17:57:59 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 17:57:57 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id B338B37B400 for ; Mon, 11 Dec 2000 17:57:55 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id MAA16888; Tue, 12 Dec 2000 12:27:43 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001211150827.A82402@peorth.iteration.net> Date: Tue, 12 Dec 2000 12:27:43 +1030 (CST) Sender: doconnor@gsoft.com.au From: "Daniel O'Connor" To: "Michael C . Wu" Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Cc: freebsd-mobile@FreeBSD.ORG, Juriy Goloveshkin , Wesley Morgan Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11-Dec-00 Michael C . Wu wrote: > One last thing, does anyone have Palm/Nokia/Ericsson documentation > on how to talk to these things? The Palm uses IRComm if you do serial port redirection (or write your own code to open an IRcomm link). It uses IRobex for beaming things. Nokia's use their own proprietary IR standard until newer models (9000, 8210, 8850, etc) which use IRcomm. No idea about Ericsson's but I think they use IRcomm if you have the modem etc.. (PS IRcomm from Palm to phone is very neat.. kind of expensive for data calls tho :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 20:10: 6 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 20:10:01 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id EE25537B400; Mon, 11 Dec 2000 20:10:00 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 2063E57431; Mon, 11 Dec 2000 22:10:11 -0600 (CST) Date: Mon, 11 Dec 2000 22:10:11 -0600 From: "Michael C . Wu" To: Greg Lehey Cc: FreeBSD SMP list , FreeBSD mobile Mailing List Subject: Re: Anybody using PCMCIA cards on an SMP box? Message-ID: <20001211221010.A89527@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Greg Lehey , FreeBSD SMP list , FreeBSD mobile Mailing List References: <20001211151034.L69363@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001211151034.L69363@wantadilla.lemis.com>; from grog@lemis.com on Mon, Dec 11, 2000 at 03:10:35PM +1030 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: keichii@peorth.iteration.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Dec 11, 2000 at 03:10:35PM +1030, Greg Lehey scribbled: | I'm currently testing some PCMCIA stuff on my test box, which happens | to be -CURRENT SMP. I'm getting some strange, non-reproducible | problems, and it occurs to me that maybe the PCMCIA code has never | been tested on SMP. If anybody has done this before, please let me | know. I have the Lucent ISA card and Orinoco Gold card working on 4.2-BETA. (I know it should be updated, but have not had the time to.) For a couple days, this box ran -CURRENT SMPNG fine with the pcmcia+wavelan working. It was 2000102x-CURRENT. However, if I enable the SMPNG code with PCMCIA, it does not stay up longer than 5 hours. This is an Abit BP6 box, one that I think is the same as your box. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 20:11:51 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 20:11:38 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 78CDA37B400; Mon, 11 Dec 2000 20:11:36 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBC4BYs71852; Mon, 11 Dec 2000 21:11:35 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA26651; Mon, 11 Dec 2000 21:11:34 -0700 (MST) Message-Id: <200012120411.VAA26651@harmony.village.org> To: YAMAMOTO Shigeru Subject: Re: patch for wi driver Cc: freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Reply-To: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 11 Dec 2000 15:55:32 +0900." <20001211155532C.shigeru@iij.ad.jp> References: <20001211155532C.shigeru@iij.ad.jp> Date: Mon, 11 Dec 2000 21:11:34 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [[ Followups to freebsd-mobile please ]] In message <20001211155532C.shigeru@iij.ad.jp> YAMAMOTO Shigeru writes: : I send a patch for wi driver. Thank you yamamoto-san. I'll have to see if this works with the prism II based boards that I have here that aren't supported by the an driver. : #Current wi driver has initialization and resource allocation mistakes. I noticed that you fixed the bus_alloc_resource for the IOPORT to always be 64 bytes long, aligned on a 64-byte boundary. Are there other mistakes as well? : And this patch includes WEP support code for PrismII chip. : Original WEP support code was writen by Onoe at NetBSD. : But WEP support code does not work many PrismII based cards on FreeBSD. : We need more hack. Thanks for the update. I can report that my lucent gold card still works after these changes. I have a few questions about the code. : +#ifdef foo : wi_cmd(sc, WI_CMD_INI, 0); : DELAY(100000); : wi_cmd(sc, WI_CMD_INI, 0); : +#endif : DELAY(100000); : -#ifdef foo : if (wi_cmd(sc, WI_CMD_INI, 0)) : device_printf(sc->dev, "init failed\n"); : CSR_WRITE_2(sc, WI_INT_EN, 0); : @@ -633,7 +678,7 @@ : : /* Calibrate timer. */ : WI_SETVAL(WI_RID_TICK_TIME, 8); : -#endif : + : return; : } : If I'm reading this part of the patch collrectly, all wireset does is put a delay 100000 (100ms) into the compiled in code. Is that right? Why did you do that? Also, is there some reason that tsleep can't be used instead (well, other than it being soon replaced with msleep)? : sc->iobase = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, : - 0, ~0, 1, RF_ACTIVE); : + 0, ~0, (1 << 6), : + rman_make_alignment_flags(1 << 6) | RF_ACTIVE); I've run into this problem and made hacks to pccardd to only try things on a "natural" boundary for the size of the i/o block. This likely is the right thing to do in the driver. BTW, here are my changes to pccardd. They also try to increase the verbosity of the reports. Down around the patch for lines 722(715) you'll find where I do the check. There's also some sprintf reductions in these changes. I've been running with them on my main wireless server for a few weeks now and they seem OK, but I hesitate to commit them. Does this mean that all of your wireless cards now work with FreeBSD? Or are there still some issues? Thank you again for your efforts. Warner Index: cardd.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/usr.sbin/pccard/pccardd/cardd.c,v retrieving revision 1.64 diff -u -r1.64 cardd.c --- cardd.c 2000/10/20 13:08:18 1.64 +++ cardd.c 2000/11/19 04:42:00 @@ -42,7 +42,7 @@ #include "cardd.h" static struct card_config *assign_driver(struct card *); -static int assign_io(struct slot *); +static char * assign_io(struct slot *); static int setup_slot(struct slot *); static void card_inserted(struct slot *); static void card_removed(struct slot *); @@ -279,7 +279,7 @@ card_inserted(struct slot *sp) { struct card *cp; - int err; + char *reason; usleep(pccard_init_sleep); sp->cis = readcis(sp->fd); @@ -362,27 +362,10 @@ } if ((sp->config = assign_driver(cp)) == NULL) return; - if (err = assign_io(sp)) { - char *reason; - - switch (err) { - case -1: - reason = "specified CIS was not found"; - break; - case -2: - reason = "memory block allocation failed"; - break; - case -3: - reason = "I/O block allocation failed"; - break; - default: - reason = "Unknown"; - break; - } - logmsg("Resource allocation failure for \"%s\"(\"%s\") " - "[%s] [%s]; Reason %s\n", - sp->cis->manuf, sp->cis->vers, - sp->cis->add_info1, sp->cis->add_info2, reason); + if ((reason = assign_io(sp)) != NULL) { + logmsg("Resource allocation failure for \"%s\"(\"%s\"): " + "%s\n", sp->cis->manuf, sp->cis->vers, reason); + free(reason); return; } @@ -593,11 +576,12 @@ * assign_io - Allocate resources to slot matching the * configuration index selected. */ -static int +static char * assign_io(struct slot *sp) { struct cis *cis; struct cis_config *cisconf, *defconf; + char *reason; cis = sp->cis; defconf = cis->def_config; @@ -617,9 +601,9 @@ } if (cisconf == 0) { - logmsg("Config id %d not present in this card", + asprintf(&reason, "Config id %d not present in this card", sp->config->index); - return (-1); + return (reason); } sp->card_config = cisconf; @@ -627,6 +611,7 @@ * Found a matching configuration. Now look at the I/O, memory and IRQ * to create the desired parameters. Look at memory first. */ + /* XXX Why check to see if the driver name is ed here? */ if (!(strncmp(sp->config->driver->name, "ed", 2) == 0 && (sp->config->flags & 0x10)) && (cisconf->memspace || (defconf && defconf->memspace))) { @@ -646,8 +631,12 @@ */ if (sp->mem.size && sp->mem.addr == 0) { sp->mem.addr = alloc_memory(mp->length); - if (sp->mem.addr == 0) - return (-2); + if (sp->mem.addr == 0) { + asprintf(&reason, + "Cannot allocate memory of %d bytes", + mp->length); + return (reason); + } sp->config->driver->mem = sp->mem.addr; } sp->mem.cardaddr = 0x4000; @@ -713,7 +702,9 @@ char name[128]; int i, j, fd; - sprintf(name, CARD_DEVICE, 0); /* XXX */ + j = -1; + /* XXX Assume unit 0 */ + snprintf(name, sizeof(name), CARD_DEVICE, 0); fd = open(name, O_RDWR); res.type = SYS_RES_IOPORT; @@ -722,8 +713,15 @@ for (i = 0; i < IOPORTS; i++) { j = bit_fns(io_avail, IOPORTS, i, sio->size, sio->size); + if (j == -1) + break; + if (j & (sio->size - 1)) + continue; res.min = j; res.max = j + sio->size - 1; + if (debug_level > 1) + logmsg("Trying I/O 0x%x to 0x%x\n", + res.min, res.max); if (ioctl(fd, PIOCSRESOURCE, &res) < 0) { perror("ioctl (PIOCSRESOURCE)"); exit(1); @@ -732,7 +730,10 @@ break; } if (j < 0) { - return (-3); + asprintf(&reason, + "Can't find I/O range of %d bytes", + sio->size); + return (reason); } else { sio->addr = j; } @@ -770,7 +771,7 @@ } sp->irq = sp->config->irq; sp->flags |= IRQ_ASSIGNED; - return (0); + return (NULL); } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 20:17:56 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 20:17:52 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A87AC37B400; Mon, 11 Dec 2000 20:17:47 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id A1C446AB68; Tue, 12 Dec 2000 14:47:44 +1030 (CST) Date: Tue, 12 Dec 2000 14:47:44 +1030 From: Greg Lehey To: "Michael C . Wu" , FreeBSD SMP list , FreeBSD mobile Mailing List Subject: Re: Anybody using PCMCIA cards on an SMP box? Message-ID: <20001212144744.K76343@wantadilla.lemis.com> References: <20001211151034.L69363@wantadilla.lemis.com> <20001211221010.A89527@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001211221010.A89527@peorth.iteration.net>; from keichii@iteration.net on Mon, Dec 11, 2000 at 10:10:11PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 11 December 2000 at 22:10:11 -0600, Michael C . Wu wrote: > On Mon, Dec 11, 2000 at 03:10:35PM +1030, Greg Lehey scribbled: >> I'm currently testing some PCMCIA stuff on my test box, which happens >> to be -CURRENT SMP. I'm getting some strange, non-reproducible >> problems, and it occurs to me that maybe the PCMCIA code has never >> been tested on SMP. If anybody has done this before, please let me >> know. > > I have the Lucent ISA card and Orinoco Gold card working on 4.2-BETA. > (I know it should be updated, but have not had the time to.) > For a couple days, this box ran -CURRENT SMPNG fine with the > pcmcia+wavelan working. It was 2000102x-CURRENT. However, > if I enable the SMPNG code with PCMCIA, it does not stay up longer > than 5 hours. Ahh. That seems reasonable. Looks lie we have more debugging to do. > This is an Abit BP6 box, one that I think is the same as your box. Yes, that's correct. But I don't think it's related to the motherboard. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 20:31:32 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 20:31:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 7ACE037B400; Mon, 11 Dec 2000 20:31:26 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 81AE757431; Mon, 11 Dec 2000 22:31:32 -0600 (CST) Date: Mon, 11 Dec 2000 22:31:32 -0600 From: "Michael C . Wu" To: Greg Lehey Cc: "Michael C . Wu" , FreeBSD SMP list , FreeBSD mobile Mailing List Subject: Re: Anybody using PCMCIA cards on an SMP box? Message-ID: <20001211223132.C89527@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Greg Lehey , FreeBSD SMP list , FreeBSD mobile Mailing List References: <20001211151034.L69363@wantadilla.lemis.com> <20001211221010.A89527@peorth.iteration.net> <20001212144744.K76343@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001212144744.K76343@wantadilla.lemis.com>; from grog@lemis.com on Tue, Dec 12, 2000 at 02:47:44PM +1030 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: keichii@peorth.iteration.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 12, 2000 at 02:47:44PM +1030, Greg Lehey scribbled: | On Monday, 11 December 2000 at 22:10:11 -0600, Michael C . Wu wrote: | > On Mon, Dec 11, 2000 at 03:10:35PM +1030, Greg Lehey scribbled: | >> I'm currently testing some PCMCIA stuff on my test box, which happens | >> to be -CURRENT SMP. I'm getting some strange, non-reproducible | >> problems, and it occurs to me that maybe the PCMCIA code has never | >> been tested on SMP. If anybody has done this before, please let me | >> know. | > | > I have the Lucent ISA card and Orinoco Gold card working on 4.2-BETA. | > (I know it should be updated, but have not had the time to.) | > For a couple days, this box ran -CURRENT SMPNG fine with the | > pcmcia+wavelan working. It was 2000102x-CURRENT. However, | > if I enable the SMPNG code with PCMCIA, it does not stay up longer | > than 5 hours. | | Ahh. That seems reasonable. Looks lie we have more debugging to do. I should mention that this box is now running under semi-heavy load 24/7 as my do-it-all server with SMP and oldcard in 4.2-BETA. (i.e. load average 2.x, disk constant output 200k/sec.) What happens when the box crashed in -CURRENT is that: 1. boot 2. running fine 3. Do anything useful that fork()'s 4. thousands of the same fork()'s spawns again and again in extraordinary speed. (I wrote a script that automatically runs Apache's "ad" http benchmark app. While the script runs, it sends "killall -9 httpd" as fast as /bin/sh can send it. The machine still dies, but lives only a few minutes longer.) 5. box dies due to heavy load, hard lock, not able to break to ddb/gdb, no response to anything. It ran fine with an UP kernel in 2000102x-CURRENT without the above problem. | > This is an Abit BP6 box, one that I think is the same as your box. | | Yes, that's correct. But I don't think it's related to the | motherboard. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 21:16:50 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 21:16:46 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from nienie.mobile.webweaving.org (ietf.207.137.75.162.tx.verio.net [207.137.75.162]) by hub.freebsd.org (Postfix) with ESMTP id 1769537B400; Mon, 11 Dec 2000 21:16:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by nienie.mobile.webweaving.org (8.11.1/8.11.1) with ESMTP id eBC5Ffp00885; Mon, 11 Dec 2000 21:15:41 -0800 (PST) (envelope-from dirkx@covalent.net) Date: Mon, 11 Dec 2000 21:15:40 -0800 (PST) From: Dirk-Willem van Gulik X-Sender: dirkx@localhost To: YAMAMOTO Shigeru Cc: freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: patch for wi driver In-Reply-To: <20001211155532C.shigeru@iij.ad.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks Yamamoto san ! This works really rather nicely and has reduce the number of tx errors tremendously (Though not completely and xmit failed/device timeout is still there). Thanks ! Dw. On Mon, 11 Dec 2000, YAMAMOTO Shigeru wrote: > Hi, all. > I send a patch for wi driver. > > Some cases, we have errors, > 'wi0: tx buffer allocation failed' > and > 'wi0: mgmt. buffer allocation failed' > > Thease errors are caused by bugs in wi driver. > #Current wi driver has initialization and resource allocation mistakes. > > And this patch includes WEP support code for PrismII chip. > Original WEP support code was writen by Onoe at NetBSD. > But WEP support code does not work many PrismII based cards on FreeBSD. > We need more hack. > > Thanks, > ------- > YAMAMOTO Shigeru Internet Initiative Japan Inc. > Network Engineering Div. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 21:47:30 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 21:47:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A20F037B400 for ; Mon, 11 Dec 2000 21:47:27 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBC5lPs72072; Mon, 11 Dec 2000 22:47:26 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA27125; Mon, 11 Dec 2000 22:47:25 -0700 (MST) Message-Id: <200012120547.WAA27125@harmony.village.org> To: Wesley Morgan Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 11 Dec 2000 15:52:06 EST." References: Date: Mon, 11 Dec 2000 22:47:25 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Wesley Morgan writes: : pci0: at 9.0 (no driver attached) Can you send me the pciconf -l for this device? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 21:49:29 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 21:49:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id AD9BA37B400 for ; Mon, 11 Dec 2000 21:49:27 -0800 (PST) Received: from sj-msg-av-1.cisco.com (sj-msg-av-1.cisco.com [171.69.11.130]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id VAA23329 for ; Mon, 11 Dec 2000 21:49:34 -0800 (PST) Received: from mailman.cisco.com (localhost [127.0.0.1]) by sj-msg-av-1.cisco.com (8.10.1/8.10.1) with ESMTP id eBC5neG23956 for ; Mon, 11 Dec 2000 21:49:40 -0800 (PST) Received: from gazoo (pdonner-isdn.cisco.com [171.70.247.175]) by mailman.cisco.com (8.9.3/8.9.1) with SMTP id VAA24869 for ; Mon, 11 Dec 2000 21:49:25 -0800 (PST) Message-Id: <4.1.20001212005209.02f02ab0@lint.cisco.com> X-Sender: pdonner@lint.cisco.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 12 Dec 2000 00:53:37 -0500 To: freebsd-mobile@FreeBSD.ORG From: Paul Donner Subject: PAO Commit to 4-Stable Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have just acquired version 4.1. Can you point me to info that explains the level of features that are committed to 4-Stable (as per the web page). Does this mean that PAO is fully-integrated into the 4.0 mainline? Thanks. Paul G. Donner Consulting Engineering Office of the CTO Internet Architecture ciscoSystems, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 22: 1:39 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 22:01:37 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AE82837B400 for ; Mon, 11 Dec 2000 22:01:36 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBC61Zs72111; Mon, 11 Dec 2000 23:01:35 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA27185; Mon, 11 Dec 2000 23:01:35 -0700 (MST) Message-Id: <200012120601.XAA27185@harmony.village.org> Subject: Re: patch for wi driver To: YAMAMOTO Shigeru , freebsd-mobile@FreeBSD.org In-reply-to: Your message of "Mon, 11 Dec 2000 21:15:40 PST." References: Date: Mon, 11 Dec 2000 23:01:35 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Dirk-Willem van Gulik writes: : Thanks Yamamoto san ! This works really rather nicely and has reduce the : number of tx errors tremendously (Though not completely and xmit : failed/device timeout is still there). Yes. But it doesn't work with my 3com AirConnect (3crwe737a rev b) now. I get 'wi0: init failed' messages when I insert it, with and without the 0x10000 flag. :-(. The AirConnect is based on the prism II chipset. I'll have to see what other changes NetBSD has made to the wi driver to see if I can get that working.... That is assuming that Bill Paul's breaking it open at BSDcon didn't damage it... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 22:19:48 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 22:19:46 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6C5E037B400 for ; Mon, 11 Dec 2000 22:19:44 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBC6Jgs72169; Mon, 11 Dec 2000 23:19:43 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA27294; Mon, 11 Dec 2000 23:19:42 -0700 (MST) Message-Id: <200012120619.XAA27294@harmony.village.org> To: Paul Donner Subject: Re: PAO Commit to 4-Stable Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 00:53:37 EST." <4.1.20001212005209.02f02ab0@lint.cisco.com> References: <4.1.20001212005209.02f02ab0@lint.cisco.com> Date: Mon, 11 Dec 2000 23:19:42 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <4.1.20001212005209.02f02ab0@lint.cisco.com> Paul Donner writes: : Can you point me to info that explains the level of features that : are committed to 4-Stable (as per the web page). Does this mean : that PAO is fully-integrated into the 4.0 mainline? One could easily characterize PAO as being nearly fully merged with FreeBSD -current and be accurate. I've written about this on a number of occasions. You can look at my slides from BSDcon which answer this question http://people.freebsd.org/~imp/bsdcon2000/slides.mpg PAO Merge Status All major drivers have been merged Most fixes for misbehaving hardware merged Some drivers not merged networking: wlp* scsi drivers: cnw, ncv*, nsp*, stg* misc: gp, hss, joy, opl, scc Multifunction card support not merged Old wavelan (wlp) userland changes not merged Some edge case and workarounds for bad hardware not merged Non pccard issues not merged od driver Many new Japanese committers from PAO project since these slides, the ncv, nsp and stg drivers have been committed to FreeBSD and MFC'd. cnw has been ported to stable and current (I'm looking at committing it to -current). I have a start on the wlp driver, but it hangs on my machine. The rest of the list is still correct. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 22:42:42 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 22:42:39 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 0242637B400; Mon, 11 Dec 2000 22:42:39 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id C8C0F57434; Tue, 12 Dec 2000 00:42:49 -0600 (CST) Date: Tue, 12 Dec 2000 00:42:49 -0600 From: "Michael C . Wu" To: Greg Lehey Cc: FreeBSD SMP list , FreeBSD mobile Mailing List Subject: Re: Anybody using PCMCIA cards on an SMP box? Message-ID: <20001212004249.C91376@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Greg Lehey , FreeBSD SMP list , FreeBSD mobile Mailing List References: <20001211151034.L69363@wantadilla.lemis.com> <20001211221010.A89527@peorth.iteration.net> <20001212144744.K76343@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001212144744.K76343@wantadilla.lemis.com>; from grog@lemis.com on Tue, Dec 12, 2000 at 02:47:44PM +1030 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: keichii@peorth.iteration.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 12, 2000 at 02:47:44PM +1030, Greg Lehey scribbled: | On Monday, 11 December 2000 at 22:10:11 -0600, Michael C . Wu wrote: | > On Mon, Dec 11, 2000 at 03:10:35PM +1030, Greg Lehey scribbled: | >> I'm currently testing some PCMCIA stuff on my test box, which happens | >> to be -CURRENT SMP. I'm getting some strange, non-reproducible | >> problems, and it occurs to me that maybe the PCMCIA code has never | >> been tested on SMP. If anybody has done this before, please let me | >> know. | > | > I have the Lucent ISA card and Orinoco Gold card working on 4.2-BETA. | > (I know it should be updated, but have not had the time to.) | > For a couple days, this box ran -CURRENT SMPNG fine with the | > pcmcia+wavelan working. It was 2000102x-CURRENT. However, | > if I enable the SMPNG code with PCMCIA, it does not stay up longer | > than 5 hours. | | Ahh. That seems reasonable. Looks lie we have more debugging to do. One thing that just came to my mind, has anyone tested SMPNG with cardbus/newcard ? -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 22:59: 0 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 22:58:58 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from onoe2.sm.sony.co.jp (onoe2.sm.sony.co.jp [133.138.10.2]) by hub.freebsd.org (Postfix) with ESMTP id CAF0037B402 for ; Mon, 11 Dec 2000 22:58:57 -0800 (PST) Received: from duplo.sm.sony.co.jp (onoe@localhost) by onoe2.sm.sony.co.jp (8.9.0/3.7W) with ESMTP id PAA20207; Tue, 12 Dec 2000 15:58:49 +0900 (JST) Received: (from onoe@localhost) by duplo.sm.sony.co.jp (8.11.1/8.10.2) id eBC6tLD01580; Mon, 11 Dec 2000 22:55:21 -0800 (PST) Date: Mon, 11 Dec 2000 22:55:21 -0800 (PST) From: Atsushi Onoe Message-Id: <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> To: imp@village.org Cc: shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG Subject: Re: patch for wi driver In-Reply-To: Your message of "Mon, 11 Dec 2000 23:01:35 -0700" <200012120601.XAA27185@harmony.village.org> References: <200012120601.XAA27185@harmony.village.org> X-Mailer: Cue version 0.6 (001128-1119/onoe) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Yes. But it doesn't work with my 3com AirConnect (3crwe737a rev b) > now. I get 'wi0: init failed' messages when I insert it, with and > without the 0x10000 flag. :-(. The AirConnect is based on the prism > II chipset. > > I'll have to see what other changes NetBSD has made to the wi driver > to see if I can get that working.... That is assuming that Bill > Paul's breaking it open at BSDcon didn't damage it... I've once failed 3com card to work with NetBSD's wi driver, and I asked tech-net@netbsd.org whether anyone can use it, but no response. I suspect the 3com card works with 'an' driver since the shape of the 3com card is very similar to aironet, IIRC. card chipset firmware driver shape ------------------------------------------- Lucent Lucent Lucent(*) wi (same) (many) PRISM-II Lucent(*) wi (vary) Aironet PRISM-II Aironet an (same) (*)the firmware might be derived from other than Lucent. Atsushi Onoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 23:42:33 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 23:42:32 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8420B37B400 for ; Mon, 11 Dec 2000 23:42:30 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBC7gSs72375; Tue, 12 Dec 2000 00:42:29 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA27690; Tue, 12 Dec 2000 00:42:27 -0700 (MST) Message-Id: <200012120742.AAA27690@harmony.village.org> To: Atsushi Onoe Subject: Re: patch for wi driver Cc: shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 11 Dec 2000 22:55:21 PST." <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> References: <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120601.XAA27185@harmony.village.org> Date: Tue, 12 Dec 2000 00:42:27 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> Atsushi Onoe writes: : I've once failed 3com card to work with NetBSD's wi driver, and I asked : tech-net@netbsd.org whether anyone can use it, but no response. : I suspect the 3com card works with 'an' driver since the : shape of the 3com card is very similar to aironet, IIRC. I tried the an driver (and the awi driver before discovering that it was for prism I cards only). It failed to reset for the 'an' driver. I've not tried to instrument the an driver to find out why it fails. The wi driver gets the right MAC address from the 3com card right. It just fails to init in wi_reset. : card chipset firmware driver shape : ------------------------------------------- : Lucent Lucent Lucent(*) wi (same) : (many) PRISM-II Lucent(*) wi (vary) : Aironet PRISM-II Aironet an (same) : : (*)the firmware might be derived from other than Lucent. I have no idea who did the firmware for the 3com card. It has two antennas. Or at least two connectors that look like antenna connectors. This is the same as some of the aironet cards that I've seen (but not the same as the cisco 342 that I have). The an driver supports two antennas so this is suggestive. However, Mr. Shigeru Yamamoto-san's collect of wireless cards contains two cards that looks exactly like the 3com AirConnect card. Even with the funky antenna connector with the two leds my 3com card has. One card worked with the wi driver w/o changes. I was able to connect to the net at BSDcon. There was a second one that looked the same that didn't work. Yamamoto-san suggested that it worked with NetBSD-current's wi driver. Given the extensive nature of Yamamoto-san's collection, I'm afraid that I don't have the names of these cards and I'd admit that it is possible that my memory is fuzzy about this. Yamamoto-san has more wireless cards than I have ethernet cards, it seems. I've not tried NetBSD with this card yet. I've not setup my laptop to boot NetBSD as well as FreeBSD. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Dec 11 23:58:42 2000 From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 11 23:58:39 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C96A737B400; Mon, 11 Dec 2000 23:58:37 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBC7wZs72451; Tue, 12 Dec 2000 00:58:36 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA27835; Tue, 12 Dec 2000 00:58:35 -0700 (MST) Message-Id: <200012120758.AAA27835@harmony.village.org> To: "Michael C . Wu" Subject: Re: Anybody using PCMCIA cards on an SMP box? Cc: Greg Lehey , FreeBSD SMP list , FreeBSD mobile Mailing List In-reply-to: Your message of "Tue, 12 Dec 2000 00:42:49 CST." <20001212004249.C91376@peorth.iteration.net> References: <20001212004249.C91376@peorth.iteration.net> <20001211151034.L69363@wantadilla.lemis.com> <20001211221010.A89527@peorth.iteration.net> <20001212144744.K76343@wantadilla.lemis.com> Date: Tue, 12 Dec 2000 00:58:35 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001212004249.C91376@peorth.iteration.net> "Michael C . Wu" writes: : One thing that just came to my mind, has anyone tested SMPNG : with cardbus/newcard ? No. Not in an MP machine. The pci cardbus bridge cards that I have do not work with newcard and 16-bit pccards don't work yet. I'm sure some locking will need to happen, but I've not kept close tabs on what I need to do to do that over the last several months. Thankfully I have access to MP systems at work and there's a large desire on the part of my employer for that to work. That desire doesn't necessary translate to a lot of on-the-clock time for that task, but it is on my list of eventually projects. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 0: 7:57 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 00:07:55 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from onoe2.sm.sony.co.jp (onoe2.sm.sony.co.jp [133.138.10.2]) by hub.freebsd.org (Postfix) with ESMTP id 266D337B400 for ; Tue, 12 Dec 2000 00:07:55 -0800 (PST) Received: from duplo.sm.sony.co.jp (onoe@localhost) by onoe2.sm.sony.co.jp (8.9.0/3.7W) with ESMTP id RAA21131; Tue, 12 Dec 2000 17:07:48 +0900 (JST) Received: (from onoe@localhost) by duplo.sm.sony.co.jp (8.11.1/8.10.2) id eBC82B902197; Tue, 12 Dec 2000 00:02:11 -0800 (PST) Date: Tue, 12 Dec 2000 00:02:11 -0800 (PST) From: Atsushi Onoe Message-Id: <200012120802.eBC82B902197@duplo.sm.sony.co.jp> To: imp@village.org Cc: shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG Subject: Re: patch for wi driver In-Reply-To: Your message of "Tue, 12 Dec 2000 00:42:27 -0700" <200012120742.AAA27690@harmony.village.org> References: <200012120742.AAA27690@harmony.village.org> X-Mailer: Cue version 0.6 (001128-1119/onoe) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The wi driver gets the right MAC address from the 3com card right. It > just fails to init in wi_reset. Oh, I see. I checked the log message I tried on NetBSD this July. It is similar result as yours. It can get right MAC address, which cannot get by 'an' driver. The difference between aironet and others might be only its firmware. The Lucent firmware apparently cannot handle divercity antenna correctly, so that there are other version of firmware. I guess there are some varients of firmware for 3com cards. I bet your card which doesn't work with FreeBSD will also fails to work with NetBSD. There are obviously 2 possibilities. The card has older firmware or newer firmware. If the former is the case, you could update your firmware. Otherwise, I'm not sure what we can do.. Atsushi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 1: 9: 7 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 01:09:04 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 1ECE337B400 for ; Tue, 12 Dec 2000 01:09:03 -0800 (PST) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id LAA01626; Tue, 12 Dec 2000 11:08:29 +0200 (EET) Received: (from past@localhost) by netmode.ntua.gr (8.11.1/8.11.1) id eBC9H2d34070; Tue, 12 Dec 2000 11:17:02 +0200 (EET) (envelope-from past) Date: Tue, 12 Dec 2000 11:17:01 +0200 From: Panagiotis Astithas To: "Daniel O'Connor" Cc: "Michael C . Wu" , freebsd-mobile@FreeBSD.ORG, Juriy Goloveshkin , Wesley Morgan Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] Message-ID: <20001212111701.B33841@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr Mail-Followup-To: Panagiotis Astithas , Daniel O'Connor , "Michael C . Wu" , freebsd-mobile@FreeBSD.ORG, Juriy Goloveshkin , Wesley Morgan References: <20001211150827.A82402@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from doconnor@gsoft.com.au on Tue, Dec 12, 2000 at 12:27:43PM +1030 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 12, 2000 at 12:27:43PM +1030, Daniel O'Connor wrote: > > On 11-Dec-00 Michael C . Wu wrote: > > One last thing, does anyone have Palm/Nokia/Ericsson documentation > > on how to talk to these things? > > The Palm uses IRComm if you do serial port redirection (or write your own code to > open an IRcomm link). It uses IRobex for beaming things. > > Nokia's use their own proprietary IR standard until newer models (9000, 8210, 8850, > etc) which use IRcomm. > > No idea about Ericsson's but I think they use IRcomm if you have the modem etc.. Ericsson's R320s claims to use IrDA-Ultra. It was the first time I've heard of it, though. -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 3:37: 1 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 03:36:59 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from tokyogw.iij.ad.jp (tokyogw.iij.ad.jp [202.232.15.22]) by hub.freebsd.org (Postfix) with ESMTP id E767A37B400 for ; Tue, 12 Dec 2000 03:36:57 -0800 (PST) Received: by tokyogw.iij.ad.jp; id UAA04578; Tue, 12 Dec 2000 20:36:57 +0900 (JST) Received: from mercury.iij.ad.jp(192.168.4.89) by tokyogw.iij.ad.jp via smap (V4.2) id xma004304; Tue, 12 Dec 00 20:36:00 +0900 Received: from localhost (shigeru@localhost [127.0.0.1]) by mercury.iij.ad.jp (8.9.3/8.9.3) with ESMTP id UAA24905 for ; Tue, 12 Dec 2000 20:36:00 +0900 (JST) To: freebsd-mobile@FreeBSD.ORG Subject: Re: patch for wi driver In-Reply-To: <200012120411.VAA26651@harmony.village.org> References: <20001211155532C.shigeru@iij.ad.jp> <200012120411.VAA26651@harmony.village.org> X-Mailer: Mew version 1.94.2 on XEmacs 21.2 (Shinjuku) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001212203559B.shigeru@iij.ad.jp> Date: Tue, 12 Dec 2000 20:35:59 +0900 From: YAMAMOTO Shigeru X-Dispatcher: imput version 991025(IM133) Lines: 48 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Warner" == Warner Losh writes: Warner> : #Current wi driver has initialization and resource allocation Warner> mistakes. Warner> I noticed that you fixed the bus_alloc_resource for the IOPORT to Warner> always be 64 bytes long, aligned on a 64-byte boundary. Yes. Loucent Card and PrismII based cards have 64 bytes I/O space. Warner> Are there other mistakes as well? Currently, I don't know where is other mistakes in wi driver. But I find a same mistake in src/sys/dev/pccbb/pccbb.c. In pccbb_attach(), rid=PCCBBR_SOCKBASE; sc->sc_base_res=bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, 0,~0,1, RF_ACTIVE); ^^ why only one? :-) Warner> If I'm reading this part of the patch collrectly, all wireset does Warner> is put a delay 100000 (100ms) into the compiled in code. Is that Warner> right? Why did you do that? Original code has two initalize and delay parts. But some cards I have sometimes failed at initializing a card. In linux WLAN driver codes, it is wait a WI_CMD_BUSY flag in a routine to send a command to firmware. So I change wi driver like a linux WLAN driver. Warner> Also, is there some reason that tsleep can't be used instead (well, Warner> other than it being soon replaced with msleep)? I think tsleep better than DELAY(). But I don't know wi_init has a process thread when wi_init() is called. Warner> Does this mean that all of your wireless cards now work with Warner> FreeBSD? Or are there still some issues? I will try your patch. I tested my patch for one month or more. There is no problems in no-WEP environment, except 3.3V card support ;-( #some cards work in WEP enviroment when setting promiscas mode, others does #not work in WEP environment.... ------- YAMAMOTO Shigeru Internet Initiative Japan Inc. Network Engineering Div. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 3:43:35 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 03:43:32 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id B6D1237B402 for ; Tue, 12 Dec 2000 03:43:30 -0800 (PST) Received: from dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.3) with ESMTP id WAA30898; Tue, 12 Dec 2000 22:13:05 +1030 (CST) (envelope-from darius@dons.net.au) Message-ID: <3A360F46.24F9ABDA@dons.net.au> Date: Tue, 12 Dec 2000 22:13:02 +1030 From: "Daniel O'Connor" X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: past@netmode.ntua.gr Cc: "Daniel O'Connor" , "Michael C . Wu" , freebsd-mobile@FreeBSD.ORG, Juriy Goloveshkin , Wesley Morgan Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] References: <20001211150827.A82402@peorth.iteration.net> <20001212111701.B33841@netmode.ece.ntua.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Panagiotis Astithas wrote: > > No idea about Ericsson's but I think they use IRcomm if you have the modem etc.. > Ericsson's R320s claims to use IrDA-Ultra. It was the first time I've > heard of it, though. *danger* Marketing term ahead! ;) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 9: 8:46 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 09:08:42 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 7D1DE37B699; Tue, 12 Dec 2000 09:08:40 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBCH8XE88678; Tue, 12 Dec 2000 09:08:34 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001212004249.C91376@peorth.iteration.net> Date: Tue, 12 Dec 2000 09:08:38 -0800 (PST) From: John Baldwin To: "Michael C . Wu" Subject: Re: Anybody using PCMCIA cards on an SMP box? Cc: FreeBSD mobile Mailing List Cc: FreeBSD mobile Mailing List , FreeBSD SMP list , Greg Lehey Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-Dec-00 Michael C . Wu wrote: > On Tue, Dec 12, 2000 at 02:47:44PM +1030, Greg Lehey scribbled: >| On Monday, 11 December 2000 at 22:10:11 -0600, Michael C . Wu wrote: >| > On Mon, Dec 11, 2000 at 03:10:35PM +1030, Greg Lehey scribbled: >| >> I'm currently testing some PCMCIA stuff on my test box, which happens >| >> to be -CURRENT SMP. I'm getting some strange, non-reproducible >| >> problems, and it occurs to me that maybe the PCMCIA code has never >| >> been tested on SMP. If anybody has done this before, please let me >| >> know. >| > >| > I have the Lucent ISA card and Orinoco Gold card working on 4.2-BETA. >| > (I know it should be updated, but have not had the time to.) >| > For a couple days, this box ran -CURRENT SMPNG fine with the >| > pcmcia+wavelan working. It was 2000102x-CURRENT. However, >| > if I enable the SMPNG code with PCMCIA, it does not stay up longer >| > than 5 hours. >| >| Ahh. That seems reasonable. Looks lie we have more debugging to do. > > One thing that just came to my mind, has anyone tested SMPNG > with cardbus/newcard ? It has worked in the past. Right now inserting the only cardbus card I have (Linksys 10/100 ethernet adapter) hardlocks the machine with interrupts disabled sometime before or during dc_attach. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 9:37:36 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 09:37:35 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id B802D37B400 for ; Tue, 12 Dec 2000 09:37:34 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id eBCHbG324337; Tue, 12 Dec 2000 09:37:16 -0800 Date: Tue, 12 Dec 2000 09:37:16 -0800 From: Brooks Davis To: Warner Losh Cc: Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG Subject: Re: patch for wi driver Message-ID: <20001212093716.A20242@Odin.AC.HMC.Edu> References: <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120601.XAA27185@harmony.village.org> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120742.AAA27690@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200012120742.AAA27690@harmony.village.org>; from imp@village.org on Tue, Dec 12, 2000 at 12:42:27AM -0700 Sender: brdavis@odin.ac.hmc.edu Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 12, 2000 at 12:42:27AM -0700, Warner Losh wrote: > It has two antennas. Or at least two connectors that look like > antenna connectors. This is the same as some of the aironet cards > that I've seen (but not the same as the cisco 342 that I have). The > an driver supports two antennas so this is suggestive. The Cisco cards have two antennas inside that thing. Their diversity support is one of the major advertised features. Actually, the Cisco cards look exactly like the older Aironet cards once you attach the standard antenna to the old ones so I suspect it's exactly the same except that they bonded the antenna on to cut costs. The PCI cards still have the version without an antenna and they attach a single antenna to the back of the card via a cable. There is actually a punched hole on the back for a second antenna, but I'm pretty sure you must get a firmware upgrade to make it work. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 9:58:35 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 09:58:33 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B9B9A37B400 for ; Tue, 12 Dec 2000 09:58:28 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBCHwRs74727; Tue, 12 Dec 2000 10:58:27 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA30920; Tue, 12 Dec 2000 10:58:25 -0700 (MST) Message-Id: <200012121758.KAA30920@harmony.village.org> To: Brooks Davis Subject: Re: patch for wi driver Cc: Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 09:37:16 PST." <20001212093716.A20242@Odin.AC.HMC.Edu> References: <20001212093716.A20242@Odin.AC.HMC.Edu> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120601.XAA27185@harmony.village.org> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120742.AAA27690@harmony.village.org> Date: Tue, 12 Dec 2000 10:58:25 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001212093716.A20242@Odin.AC.HMC.Edu> Brooks Davis writes: : back of the card via a cable. There is actually a punched hole on the : back for a second antenna, but I'm pretty sure you must get a firmware : upgrade to make it work. So where do I get firmware upgrades? Where do I find out how to upgrade the firmware? How do I find what firmware I'm running? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 11:13:42 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 11:13:40 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id AD3D637B400 for ; Tue, 12 Dec 2000 11:13:40 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id eBCJDYA04778; Tue, 12 Dec 2000 11:13:34 -0800 Date: Tue, 12 Dec 2000 11:13:34 -0800 From: Brooks Davis To: Warner Losh Cc: Brooks Davis , Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG Subject: Re: patch for wi driver Message-ID: <20001212111334.B20242@Odin.AC.HMC.Edu> References: <20001212093716.A20242@Odin.AC.HMC.Edu> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120601.XAA27185@harmony.village.org> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120742.AAA27690@harmony.village.org> <20001212093716.A20242@Odin.AC.HMC.Edu> <200012121758.KAA30920@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200012121758.KAA30920@harmony.village.org>; from imp@village.org on Tue, Dec 12, 2000 at 10:58:25AM -0700 Sender: brdavis@odin.ac.hmc.edu Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 12, 2000 at 10:58:25AM -0700, Warner Losh wrote: > In message <20001212093716.A20242@Odin.AC.HMC.Edu> Brooks Davis writes: > : back of the card via a cable. There is actually a punched hole on the > : back for a second antenna, but I'm pretty sure you must get a firmware > : upgrade to make it work. > > So where do I get firmware upgrades? Where do I find out how to > upgrade the firmware? How do I find what firmware I'm running? From talking to the guys building the adhoc LAN at BSDCon, you can't get it. :-( I don't know how you would find out what firmware you are running. Perhaps, that bit of info will be in the Open Source, Linux drivers they are supposed to release in the next month or so. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 11:16:44 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 11:16:43 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from uniqsite.com (adsl-63-197-148-179.dsl.snfc21.pacbell.net [63.197.148.179]) by hub.freebsd.org (Postfix) with ESMTP id C799137B402; Tue, 12 Dec 2000 11:16:42 -0800 (PST) Received: from localhost (gfish123@localhost [127.0.0.1]) by uniqsite.com (8.9.3/8.9.3) with ESMTP id LAA86854; Tue, 12 Dec 2000 11:16:38 -0800 (PST) (envelope-from gfish123@pacbell.net) Date: Tue, 12 Dec 2000 11:16:38 -0800 (PST) From: Gorden Fischer X-Sender: gfish123@uniqsite.com To: John Baldwin Cc: FreeBSD mobile Mailing List , Greg Lehey Subject: Re: Anybody using PCMCIA cards on an SMP box? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anything happens if you eject the card? Fischer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 11:19:58 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 11:19:57 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 3303537B400 for ; Tue, 12 Dec 2000 11:19:57 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBCJJmE93527; Tue, 12 Dec 2000 11:19:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 12 Dec 2000 11:19:52 -0800 (PST) From: John Baldwin To: Gorden Fischer Subject: Re: Anybody using PCMCIA cards on an SMP box? Cc: Greg Lehey Cc: Greg Lehey , FreeBSD mobile Mailing List Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-Dec-00 Gorden Fischer wrote: > > > Anything happens if you eject the card? I've only used cardbus with my laptop with SMPng, and my laptop isn't SMP, however, cardbus worked fine on it, once I worked up a hack to deal with resource allocation problems. > Fischer -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 11:58:58 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 11:58:57 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 78C4937B400 for ; Tue, 12 Dec 2000 11:58:52 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBCJwls75254; Tue, 12 Dec 2000 12:58:47 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA31996; Tue, 12 Dec 2000 12:58:45 -0700 (MST) Message-Id: <200012121958.MAA31996@harmony.village.org> To: Brooks Davis Subject: Re: patch for wi driver Cc: Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 11:13:34 PST." <20001212111334.B20242@Odin.AC.HMC.Edu> References: <20001212111334.B20242@Odin.AC.HMC.Edu> <20001212093716.A20242@Odin.AC.HMC.Edu> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120601.XAA27185@harmony.village.org> <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> <200012120742.AAA27690@harmony.village.org> <20001212093716.A20242@Odin.AC.HMC.Edu> <200012121758.KAA30920@harmony.village.org> Date: Tue, 12 Dec 2000 12:58:45 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001212111334.B20242@Odin.AC.HMC.Edu> Brooks Davis writes: : >From talking to the guys building the adhoc LAN at BSDCon, you can't : get it. :-( I don't know how you would find out what firmware you : are running. Perhaps, that bit of info will be in the Open Source, : Linux drivers they are supposed to release in the next month or so. OK. I just took a look on the 3com site and found there was a V1.5 cdrom that has some firmware on it. I'll have to try it on my windows partition of my laptop to see if I can find anything out about this card.... Do you happen to know if that's the right version? It was necessary for the encryption. Be careful, the dang thing is 26M in size. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 12: 7:58 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 12:07:53 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from onoe2.sm.sony.co.jp (onoe2.sm.sony.co.jp [133.138.10.2]) by hub.freebsd.org (Postfix) with ESMTP id 8A64937B400 for ; Tue, 12 Dec 2000 12:07:53 -0800 (PST) Received: from duplo.sm.sony.co.jp (onoe@localhost) by onoe2.sm.sony.co.jp (8.9.0/3.7W) with ESMTP id FAA01150; Wed, 13 Dec 2000 05:07:47 +0900 (JST) Received: (from onoe@localhost) by duplo.sm.sony.co.jp (8.11.1/8.10.2) id eBCK3iR02103; Tue, 12 Dec 2000 12:03:44 -0800 (PST) Date: Tue, 12 Dec 2000 12:03:44 -0800 (PST) From: Atsushi Onoe Message-Id: <200012122003.eBCK3iR02103@duplo.sm.sony.co.jp> To: imp@village.org Cc: brooks@one-eyed-alien.net, shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG Subject: Re: patch for wi driver In-Reply-To: Your message of "Tue, 12 Dec 2000 12:58:45 -0700" <200012121958.MAA31996@harmony.village.org> References: <200012121958.MAA31996@harmony.village.org> X-Mailer: Cue version 0.6 (001128-1119/onoe) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="NextPart-20001212120314-0044901" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --NextPart-20001212120314-0044901 Content-Type: Text/Plain; charset=us-ascii > OK. I just took a look on the 3com site and found there was a V1.5 > cdrom that has some firmware on it. I'll have to try it on my windows > partition of my laptop to see if I can find anything out about this > card.... Do you happen to know if that's the right version? It was > necessary for the encryption. See attached mail. Atsushi Onoe --NextPart-20001212120314-0044901 Content-Type: message/rfc822 Return-Path: current-users-owner-onoe=sm.sony.co.jp@netbsd.org Return-Path: Received: from email.sm.sony.co.jp (email.sm.sony.co.jp [43.11.130.2]) by onoe2.sm.sony.co.jp (8.9.0/3.7W) with ESMTP id FAA01109 for ; Wed, 13 Dec 2000 05:04:55 +0900 (JST) Received: from smail2.sm.sony.co.jp (root@smail2.sm.sony.co.jp [43.16.1.128]) by email.sm.sony.co.jp (8.8.8/3.6W) with ESMTP id EAA27364 for ; Wed, 13 Dec 2000 04:58:39 +0900 (JST) Received: from mail1.sony.co.jp ([43.0.1.201]) by smail2.sm.sony.co.jp (8.8.8/3.6W) with ESMTP id FAA13789 for ; Wed, 13 Dec 2000 05:04:54 +0900 (JST) Received: from mail1.sony.co.jp (localhost [127.0.0.1]) by mail1.sony.co.jp (R8) with ESMTP id eBCK4r223025 for ; Wed, 13 Dec 2000 05:04:53 +0900 (JST) Received: from ns4.sony.co.jp (inetgw10 [43.15.125.5]) by mail1.sony.co.jp (R8) with ESMTP id eBCK4r123015 for ; Wed, 13 Dec 2000 05:04:53 +0900 (JST) Received: from mail.netbsd.org (mail.netbsd.org [155.53.1.253]) by ns4.sony.co.jp (R8) with SMTP id FAA12172 for ; Wed, 13 Dec 2000 05:04:51 +0900 (JST) Received: (qmail 379 invoked by uid 605); 12 Dec 2000 20:04:36 -0000 Received: (qmail 373 invoked from network); 12 Dec 2000 20:04:35 -0000 Received: from onoe2.sm.sony.co.jp (onoe@133.138.10.2) by mail.netbsd.org with SMTP; 12 Dec 2000 20:04:35 -0000 Received: from duplo.sm.sony.co.jp (onoe@localhost) by onoe2.sm.sony.co.jp (8.9.0/3.7W) with ESMTP id FAA01093; Wed, 13 Dec 2000 05:04:29 +0900 (JST) Received: (from onoe@localhost) by duplo.sm.sony.co.jp (8.11.1/8.10.2) id eBCK0SR02074; Tue, 12 Dec 2000 12:00:28 -0800 (PST) Date: Tue, 12 Dec 2000 12:00:28 -0800 (PST) From: Atsushi Onoe Message-Id: <200012122000.eBCK0SR02074@duplo.sm.sony.co.jp> To: gillham@vaultron.com Cc: thorpej@zembu.com, current-users@netbsd.org Subject: Re: ray driver, Pro cards, and Windows In-Reply-To: Your message of "Tue, 12 Dec 2000 02:07:42 -0800 (PST)" <200012121007.eBCA7g512133@duplo.sm.sony.co.jp> References: <200012121007.eBCA7g512133@duplo.sm.sony.co.jp> X-Mailer: Cue version 0.6 (001128-1119/onoe) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="NextPart-20001212120003-0044900" Sender: current-users-owner@netbsd.org Precedence: list Delivered-To: current-users@netbsd.org X-UIDL: c468ab4beeb6190258c4de3703e324ee --NextPart-20001212120003-0044900 Content-Type: Text/Plain; charset=us-ascii > You need to update the firmware of the WaveLAN card for NetBSD also to 6.x. You can find the firmware at following url: FTP://FTP.WAVELAN.COM/PUB/SOFTWARE/IEEE/UPDATE/FIRMWARE/CARD/WIN/wsu10604z.exe * You need run on Windows, and perhaps you will be requested to update the Windows driver to ver 4.x. I cannot exec netscape right now due to the emulation problem, so that I cannot confirm detail information about drivers. To confirm current version, run the attached program: % ./wi wi0 fd20 fd20: 001f 0001 0006 0004 I guess 0006 is the major version and 0004 is the minor. Regards, Atsushi Onoe --NextPart-20001212120003-0044900 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="wi.c" #include #include #include #include #include #include #ifdef __NetBSD__ #include #endif #ifdef __FreeBSD__ #include #endif #include #include int main(int argc, char **argv) { int s, i; struct ifreq ifr; struct wi_req wreq; struct region *reg; extern char *__progname; argv++; if (*argv && (strncmp(*argv, "wi", 2) == 0 || strncmp(*argv, "an", 2) == 0)) { strcpy(ifr.ifr_name, *argv); argv++; } else strcpy(ifr.ifr_name, "wi0"); if (*argv == NULL) errx(1, "usage: %s [interface] rid", __progname); ifr.ifr_data = (caddr_t)&wreq; if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1) err(1, "socket"); memset(&wreq, 0, sizeof(wreq)); wreq.wi_type = strtoul(*argv++, NULL, 16); wreq.wi_len = sizeof(wreq.wi_val) / 2 + 1; if (ioctl(s, SIOCGWAVELAN, &ifr) == -1) err(1, "%s: SIOCGWAVELAN", ifr.ifr_name); printf("%04x:", wreq.wi_type); for (i = 0; i < wreq.wi_len - 1; i++) printf(" %04x", wreq.wi_val[i]); printf("\n"); exit(0); } --NextPart-20001212120003-0044900-- --NextPart-20001212120314-0044901-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 12:18:29 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 12:18:27 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id 0886E37B400 for ; Tue, 12 Dec 2000 12:18:27 -0800 (PST) Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by aphex.peterson.org (8.9.3/8.9.3) with ESMTP id MAA19231 for ; Tue, 12 Dec 2000 12:18:23 -0800 (PST) Date: Tue, 12 Dec 2000 12:18:22 -0800 (PST) From: Matt Peterson To: Subject: Re: patch for wi driver In-Reply-To: <200012120742.AAA27690@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 12 Dec 2000, Warner Losh wrote: > In message <200012120655.eBC6tLD01580@duplo.sm.sony.co.jp> Atsushi Onoe writes: > : I've once failed 3com card to work with NetBSD's wi driver, and I asked > : tech-net@netbsd.org whether anyone can use it, but no response. > : I suspect the 3com card works with 'an' driver since the > : shape of the 3com card is very similar to aironet, IIRC. > > I have no idea who did the firmware for the 3com card. Both the 3Com and Intel DS card's are re-branded Symbol products . From an access point standpoint, I'm pretty sure the 3Com AP features a single antenna card, while the Intel uses dual antenna ports. I've only physically verified Intel products. Intresting the Intel (and maybe 3Com?) AP include dual PCMCIA slots, we're going to try piecing together two cards and see if the firmware magically enables the second one, at a future Bay Area Wireless User Group meeting. I plan to build an 802.11b PC Card Matrix soon, similar to my AP one . Thx again Warner and Atsushi for your efforts. --Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 12:21:47 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 12:21:45 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mailhub.vta.com (vta.com [208.199.187.6]) by hub.freebsd.org (Postfix) with ESMTP id 2112737B400 for ; Tue, 12 Dec 2000 12:21:45 -0800 (PST) Received: (from mobile@localhost) by mailhub.vta.com (8.9.3/8.9.3) id PAA17526 for freebsd-mobile@freebsd.org; Tue, 12 Dec 2000 15:29:20 -0500 (EST) (envelope-from mobile@vta.com) Date: Tue, 12 Dec 2000 15:29:20 -0500 (EST) From: Mobile Computer Message-Id: <200012122029.PAA17526@mailhub.vta.com> To: freebsd-mobile@freebsd.org Subject: PCMCIA 16550A Serial Card Support Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tue Dec 12 14:41:50 EST 2000 Hello all, I am in search of a 1 - or ( preferably ) 2 - port PCMCIA serial card , 16550A uart based, known to operate with any Free-BSD PAO installation from 2.2.7 or so, up to PAO 3.5.1 or so. I have not been able to find any explicit references to support for these types of cards in PAO documentation, so any assistance would be appreciated. I should also add here, that since my installation of 2.2.7 PAO a few years ago, I have yet to plug ANYTHING into a PAO laptop that claimed to be 16550A based, that didn't happily spring to life [ 1 ]. I'm tempted to just buy a card to try, but I figured I'd ask first. For reference, I am looking for something similar to the Advantech COMPad 32B - 2. Thanks in advance, Guy Boyd reply to: mobile@vta.com ___________________________________________ VTA Inc. / VTA Technologies Atlanta, Georgia PAO since 2.2.7 FreeBSD since 4.4BSD-Lite Release ___________________________________________ [ 1 ]. Meaning just about ANY kind of thing claiming to be a modem. I was both delighted and SHOCKED a few years ago when PAO 2.2.7 successfully probed and attached my Mitsubishi electric FZ-2110A GSM DATA CARD ( GSM cell modem ), 1st plug-in. Downright flabbergasted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 12:30: 6 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 12:30:03 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AF6EF37B400 for ; Tue, 12 Dec 2000 12:30:01 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBCKTus75389; Tue, 12 Dec 2000 13:29:57 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA32295; Tue, 12 Dec 2000 13:29:56 -0700 (MST) Message-Id: <200012122029.NAA32295@harmony.village.org> To: Mobile Computer Subject: Re: PCMCIA 16550A Serial Card Support Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 15:29:20 EST." <200012122029.PAA17526@mailhub.vta.com> References: <200012122029.PAA17526@mailhub.vta.com> Date: Tue, 12 Dec 2000 13:29:56 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012122029.PAA17526@mailhub.vta.com> Mobile Computer writes: : I am in search of a 1 - or ( preferably ) 2 - port PCMCIA serial card , : 16550A uart based, known to operate with any Free-BSD PAO installation : from 2.2.7 or so, up to PAO 3.5.1 or so. I have not been able to : find any explicit references to support for these types of cards in PAO : documentation, so any assistance would be appreciated. I have had reports of the single port pcmcia cards working well, but the dual port ones have some problems with the second port. Sadly, I can't find the exact names of the cards in question. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 13:59:49 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 13:59:46 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mickey.mo-net.com (mickey.mo-net.com [12.14.225.10]) by hub.freebsd.org (Postfix) with SMTP id 6E68137B400 for ; Tue, 12 Dec 2000 13:59:44 -0800 (PST) Received: (qmail 22250 invoked from network); 12 Dec 2000 21:58:49 -0000 Received: from pm3d-152.mo-net.com (HELO oreilly.com) (12.14.244.8) by mickey.mo-net.com with SMTP; 12 Dec 2000 21:58:49 -0000 Message-ID: <3A369F31.886CC8E3@oreilly.com> Date: Tue, 12 Dec 2000 15:57:05 -0600 From: Chris Coleman Reply-To: ccoleman@oreilly.com Organization: Daemon News X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: mobile@freebsd.org Subject: Orinoco Turbo 11 Mbs with ISA adapter No I/O Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been having trouble getting a wavelan to work with the isa adapter in my firewall. Here is what I get: Firewall# pccardc power 0 1 Dec 12 16:49:38 Firewall /kernel: pccard: card inserted, slot 0 Dec 12 16:49:44 Firewall pccardd[54]: Card "Lucent Technologies"("WaveLAN/IEEE") [Version 01.01] [] matched "Lucent Technologies" ("WaveLAN/IEEE") [(null)] [(null)] Dec 12 16:49:49 Firewall /kernel: wi0: No I/O space?! Dec 12 16:49:49 Firewall pccardd[54]: driver allocation failed for Lucent Technologies(WaveLAN/IEEE): Device not configured So I tried typing : Firewall# pccardc enabler 0 wi0 -m 0 d0000 32k -i 10 -a 378 drv wi0, mem 0xd0000, size 32768, io 888, irq 0x400, flags 0x0 Dec 12 16:50:44 Firewall /kernel: wi0: at port 0x378 iomem 0xd0000-0xd7fff irq 10 slot 0 on pccard0 And this is what I got: Dec 12 16:50:44 Firewall /kernel: wi0: Ethernet address: 80:b3:84:c0:80:27 Dec 12 16:50:44 Firewall /kernel: wi0: failed to allocate 1594 bytes on NIC Dec 12 16:50:44 Firewall /kernel: wi0: tx buffer allocation failed Dec 12 16:50:44 Firewall /kernel: wi0: failed to allocate 1594 bytes on NIC Dec 12 16:50:44 Firewall /kernel: wi0: mgmt. buffer allocation failed Any Clues? ( Have searched the archives to no avail so far.) -- Chris Coleman Open Source Editor O'Reilly Network Daemon News http://www.oreillynet.com http://www.daemonnews.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 14:13:49 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 14:13:48 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id EC66B37B400 for ; Tue, 12 Dec 2000 14:13:47 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 145xg0-0003UX-00 for mobile@freebsd.org; Tue, 12 Dec 2000 17:13:36 -0500 Date: Tue, 12 Dec 2000 17:13:36 -0500 From: Peter Radcliffe To: mobile@freebsd.org Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O Message-ID: <20001212171335.E7389@pir.net> Mail-Followup-To: mobile@freebsd.org References: <3A369F31.886CC8E3@oreilly.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A369F31.886CC8E3@oreilly.com>; from ccoleman@oreilly.com on Tue, Dec 12, 2000 at 03:57:05PM -0600 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Coleman probably said: > Dec 12 16:49:49 Firewall /kernel: wi0: No I/O space?! > Dec 12 16:49:49 Firewall pccardd[54]: driver allocation failed for > Lucent Technologies(WaveLAN/IEEE): Device not configured > Dec 12 16:50:44 Firewall /kernel: wi0: Ethernet address: > 80:b3:84:c0:80:27 > Dec 12 16:50:44 Firewall /kernel: wi0: failed to allocate 1594 bytes on > NIC > Dec 12 16:50:44 Firewall /kernel: wi0: tx buffer allocation failed > Dec 12 16:50:44 Firewall /kernel: wi0: failed to allocate 1594 bytes on > NIC > Dec 12 16:50:44 Firewall /kernel: wi0: mgmt. buffer allocation failed You have incorrect memory and/or irq settings. Change them. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 14:18:49 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 14:18:48 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from irl.eecs.umich.edu (irl.eecs.umich.edu [141.213.8.193]) by hub.freebsd.org (Postfix) with ESMTP id 1C26C37B400 for ; Tue, 12 Dec 2000 14:18:48 -0800 (PST) Received: from irl.eecs.umich.edu (localhost.eecs.umich.edu [127.0.0.1]) by irl.eecs.umich.edu (8.9.3/8.9.3) with ESMTP id RAA18758; Tue, 12 Dec 2000 17:18:30 -0500 (EST) (envelope-from sugih@irl.eecs.umich.edu) Message-Id: <200012122218.RAA18758@irl.eecs.umich.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: ccoleman@oreilly.com Cc: mobile@FreeBSD.ORG Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O From: Sugih Jamin Reply-To: jamin@eecs.umich.edu X-Phone: +1 734 763 1583 X-Fax: +1 734 763 1503 X-URL: http://irl.eecs.umich.edu/jamin/ Date: Tue, 12 Dec 2000 17:18:30 -0500 Sender: sugih@irl.eecs.umich.edu Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have been having trouble getting a wavelan to work > with the isa adapter in my firewall. This may be helpful: http://tail.eecs.umich.edu/warriors/basestation.html -- sugih To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 14:35:54 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 14:35:50 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from spock.org (cm-24-169-11-24.nycap.rr.com [24.169.11.24]) by hub.freebsd.org (Postfix) with ESMTP id 9368A37B6AC; Tue, 12 Dec 2000 14:35:46 -0800 (PST) Received: (from jon@localhost) by spock.org serial EF600Q3T-B7F; Tue, 12 Dec 2000 17:35:12 -0500 (EST) (envelope-from jon) Date: Tue, 12 Dec 2000 17:35:12 -0500 From: Jonathan Chen To: "Michael C . Wu" Cc: Greg Lehey , FreeBSD SMP list , FreeBSD mobile Mailing List Subject: Re: Anybody using PCMCIA cards on an SMP box? Message-ID: <20001212173512.A59184@spock.org> References: <20001211151034.L69363@wantadilla.lemis.com> <20001211221010.A89527@peorth.iteration.net> <20001212144744.K76343@wantadilla.lemis.com> <20001212004249.C91376@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: telnet/1.1x In-Reply-To: <20001212004249.C91376@peorth.iteration.net>; from keichii@iteration.net on Tue, Dec 12, 2000 at 12:42:49AM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 12, 2000 at 12:42:49AM -0600, Michael C . Wu wrote: > > One thing that just came to my mind, has anyone tested SMPNG > with cardbus/newcard ? I've been trying to do that. Unfortunately, my -CURRENT box with SMP doesn't like to stay up for more than 10 minutes. I'll be poking around some more over the next month... -- (o_ 1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2 _o) \\\_\ Jonathan Chen jon@spock.org /_/// <____) No electrons were harmed during production of this message (____> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 14:38:20 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 14:38:18 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from volatile.chemikals.org (ci391991-a.grnvle1.sc.home.com [24.9.31.75]) by hub.freebsd.org (Postfix) with ESMTP id 11DC737B400 for ; Tue, 12 Dec 2000 14:38:18 -0800 (PST) Received: (from morganw@localhost) by volatile.chemikals.org (8.11.1/8.11.1) id eBCMcBo96614; Tue, 12 Dec 2000 17:38:11 -0500 (EST) (envelope-from morganw) Date: Tue, 12 Dec 2000 17:38:11 -0500 (EST) From: Wesley Morgan To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: IrDA progress [ was Re: Nokia 9110i ....] In-Reply-To: <200012120547.WAA27125@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 11 Dec 2000, Warner Losh wrote: > In message Wesley Morgan writes: > : pci0: at 9.0 (no driver attached) > > Can you send me the pciconf -l for this device? I believe this is the line you are looking for: none2@pci0:9:0: class=0x078000 card=0x00011179 chip=0x07011179 rev=0x23 hdr=0x00 -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ 6bone: 3ffe:1ce3:7::b4ff:fe53:c297 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 14:51: 3 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 14:51:01 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mailhub.vta.com (vta.com [208.199.187.6]) by hub.freebsd.org (Postfix) with ESMTP id 996EA37B402 for ; Tue, 12 Dec 2000 14:51:00 -0800 (PST) Received: (from mobile@localhost) by mailhub.vta.com (8.9.3/8.9.3) id RAA18004 for freebsd-mobile@freebsd.org; Tue, 12 Dec 2000 17:58:36 -0500 (EST) (envelope-from mobile@vta.com) Date: Tue, 12 Dec 2000 17:58:36 -0500 (EST) From: Mobile Computer Message-Id: <200012122258.RAA18004@mailhub.vta.com> To: freebsd-mobile@freebsd.org Subject: Re: PCMCIA 16550A ( Thanks ) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tue Dec 12 16:37:58 EST 2000 Thanks Warner, Some marginally justified intuition tells me that maybe the single port cards are more likely to behave like the "likely to work" modems cards do, and the multiport cards might not be entirely up to #define COM_MULTIPORT snuff. No matter. 2 slots, 2 cards. I'll buy one cheap (?) card, and if it works, I'll by another. If it doesn't, and I can't suitably abuse the driver code for my exercise, I'll offer the card to the Core Members and Nomads as a sacrifice to a pagan Device Driver Re-Coding Ritual. FYI, the simple goal is to create a passive serial line monitor with a laptop, so that I don't have to ship / lug a much larger computer to far - away places, to service that Big Metal Thing They Pay Me To Fix. Guy Boyd reply to: mobile@vta.com ___________________________________________ VTA Inc. / VTA Technologies Atlanta, Georgia PAO since 2.2.7 FreeBSD since 4.4BSD-Lite Release ___________________________________________ >Message-Id: <200012122029.NAA32295@harmony.village.org> >To: Mobile Computer >Subject: Re: PCMCIA 16550A Serial Card Support >Cc: freebsd-mobile@FreeBSD.ORG >In-reply-to: Your message of "Tue, 12 Dec 2000 15:29:20 EST." > <200012122029.PAA17526@mailhub.vta.com> >References: <200012122029.PAA17526@mailhub.vta.com> >Date: Tue, 12 Dec 2000 13:29:56 -0700 >From: Warner Losh >Status: R > >In message <200012122029.PAA17526@mailhub.vta.com> Mobile Computer writes: >: I am in search of a 1 - or ( preferably ) 2 - port PCMCIA serial card , >: 16550A uart based, known to operate with any Free-BSD PAO installation >: from 2.2.7 or so, up to PAO 3.5.1 or so. I have not been able to >: find any explicit references to support for these types of cards in PAO >: documentation, so any assistance would be appreciated. > >I have had reports of the single port pcmcia cards working well, but >the dual port ones have some problems with the second port. Sadly, I >can't find the exact names of the cards in question. > >Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 14:56:29 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 14:56:27 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 08E2237B400 for ; Tue, 12 Dec 2000 14:56:27 -0800 (PST) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id OAA09763; Tue, 12 Dec 2000 14:54:49 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id OAA79026; Tue, 12 Dec 2000 14:48:00 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200012122248.OAA79026@whistle.com> Subject: Re: patch for wi driver In-Reply-To: <200012121758.KAA30920@harmony.village.org> from Warner Losh at "Dec 12, 2000 10:58:25 am" To: Warner Losh Date: Tue, 12 Dec 2000 14:48:00 -0800 (PST) Cc: Brooks Davis , Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh writes: | In message <20001212093716.A20242@Odin.AC.HMC.Edu> Brooks Davis writes: | : back of the card via a cable. There is actually a punched hole on the | : back for a second antenna, but I'm pretty sure you must get a firmware | : upgrade to make it work. | | So where do I get firmware upgrades? Where do I find out how to | upgrade the firmware? How do I find what firmware I'm running? I guess you ignored me in one of the notes your replied to me I asked a directly related question in regards to this :-( You can get the Aironet firmware from the Aironet web site. I had to upgrade an old card for some WEP issues. As to download the firmware you currently need the Windows utility (there might be a DOS one). Dave at Cisco has talked about writing a firmware download utility for FreeBSD and I have some motivation as well. One of the issues is that we need to mess with the PCMCIA interface to bring up the card in "firmware download" mode. This is done via a sequence of power, reset and maybe some other lines. Then some things have to be read from the CIS and then packets can be downloaded to it. Since I haven't dug around in the pccard code for a while could you give some high level "I think this might be an issue here ... look here"? Would be helpfull. I'm going to look at pccardc since it does some stuff like this. Now I'm not sure how the PCI/ISA bus version does this. Since I don't have a card it's hard for me to tell. I guess I may have to go buy a PCI version so I can test Aironet patches with that. Currently I just stuck a PCMCIA version in an ISA to PCMCIA adapter since it cost less. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 15: 0:46 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 15:00:44 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 44C4837B400 for ; Tue, 12 Dec 2000 15:00:44 -0800 (PST) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id OAA09870; Tue, 12 Dec 2000 14:58:47 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id OAA79115; Tue, 12 Dec 2000 14:58:28 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200012122258.OAA79115@whistle.com> Subject: Re: patch for wi driver In-Reply-To: <20001212093716.A20242@Odin.AC.HMC.Edu> from Brooks Davis at "Dec 12, 2000 09:37:16 am" To: Brooks Davis Date: Tue, 12 Dec 2000 14:58:28 -0800 (PST) Cc: Warner Losh , Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brooks Davis writes: | On Tue, Dec 12, 2000 at 12:42:27AM -0700, Warner Losh wrote: | > It has two antennas. Or at least two connectors that look like | > antenna connectors. This is the same as some of the aironet cards | > that I've seen (but not the same as the cisco 342 that I have). The | > an driver supports two antennas so this is suggestive. | | The Cisco cards have two antennas inside that thing. Their diversity | support is one of the major advertised features. Actually, the Cisco | cards look exactly like the older Aironet cards once you attach the | standard antenna to the old ones so I suspect it's exactly the same except | that they bonded the antenna on to cut costs. The PCI cards still have Well it's a little different. The old version had connectors and light pipes. I flipped mine over so I could slide another card on top. The newer ones has the PCB going all the way through the whole thing with leds in the part that sticks out. (I know this since my wife dropped her laptop and on the part that sticks out got caught and bent a little. Enough to see inside not enough to render it dead). | the version without an antenna and they attach a single antenna to the | back of the card via a cable. There is actually a punched hole on the | back for a second antenna, but I'm pretty sure you must get a firmware | upgrade to make it work. I just ordered one to play with to investigate the firmware issue on those versus the PCMCIA version in which there is beginning an effort to write a FreeBSD firmware downloaded for it. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 16: 1:12 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 16:01:09 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 97C0E37B400 for ; Tue, 12 Dec 2000 16:01:08 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBD016s76272; Tue, 12 Dec 2000 17:01:07 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA33767; Tue, 12 Dec 2000 17:01:04 -0700 (MST) Message-Id: <200012130001.RAA33767@harmony.village.org> To: Doug Ambrisko Subject: Re: patch for wi driver Cc: Brooks Davis , Atsushi Onoe , shigeru@iij.ad.jp, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 14:48:00 PST." <200012122248.OAA79026@whistle.com> References: <200012122248.OAA79026@whistle.com> Date: Tue, 12 Dec 2000 17:01:04 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012122248.OAA79026@whistle.com> Doug Ambrisko writes: : I guess you ignored me in one of the notes your replied to me I asked : a directly related question in regards to this :-( No. This is a different card than the Cisco card that works with the an driver.... This conversation is about the 3Com AirConnect card, which uses the same interface as the lucent wavelan card, more or less. : You can get the Aironet firmware from the Aironet web site. I had to : upgrade an old card for some WEP issues. As to download the firmware : you currently need the Windows utility (there might be a DOS one). : Dave at Cisco has talked about writing a firmware download utility for : FreeBSD and I have some motivation as well. One of the issues is that : we need to mess with the PCMCIA interface to bring up the card in "firmware : download" mode. This is done via a sequence of power, reset and maybe : some other lines. Then some things have to be read from the CIS and : then packets can be downloaded to it. : : Since I haven't dug around in the pccard code for a while could you give : some high level "I think this might be an issue here ... look here"? : Would be helpfull. I'm going to look at pccardc since it does some : stuff like this. IF you need to do special things wrt power and such, then you'll likely need an ioctl in the kernel. Once you've done that, you can map the CIS into memory and read/write to it. pccardd does this to bring the card up. : Now I'm not sure how the PCI/ISA bus version does this. Since I don't : have a card it's hard for me to tell. I guess I may have to go buy a : PCI version so I can test Aironet patches with that. Currently I : just stuck a PCMCIA version in an ISA to PCMCIA adapter since it : cost less. The pci to pcmcia adapter likely won't work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 16:46:52 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 16:46:50 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id C837937B400 for ; Tue, 12 Dec 2000 16:46:48 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id LAA01738; Wed, 13 Dec 2000 11:16:09 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200012122258.RAA18004@mailhub.vta.com> Date: Wed, 13 Dec 2000 11:16:09 +1030 (CST) Sender: doconnor@gsoft.com.au From: "Daniel O'Connor" To: Mobile Computer Subject: Re: PCMCIA 16550A ( Thanks ) Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-Dec-00 Mobile Computer wrote: > FYI, the simple goal is to create a passive serial line monitor with a laptop, > so that I don't have to ship / lug a much larger computer to far - away places, > to service that Big Metal Thing They Pay Me To Fix. Another possibility is a USB serial dongle.. You'd need a laptop with USB and have to be running 4.x though. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 16:53: 8 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 16:53:05 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mickey.mo-net.com (mickey.mo-net.com [12.14.225.10]) by hub.freebsd.org (Postfix) with SMTP id 6DE9237B400 for ; Tue, 12 Dec 2000 16:53:05 -0800 (PST) Received: (qmail 23478 invoked from network); 13 Dec 2000 00:52:23 -0000 Received: from pm3a-28.mo-net.com (HELO oreilly.com) (12.14.225.57) by mickey.mo-net.com with SMTP; 13 Dec 2000 00:52:23 -0000 Message-ID: <3A36C7DF.8F834AEA@oreilly.com> Date: Tue, 12 Dec 2000 18:50:39 -0600 From: Chris Coleman Reply-To: ccoleman@oreilly.com Organization: Daemon News X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Radcliffe Cc: mobile@freebsd.org Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O References: <3A369F31.886CC8E3@oreilly.com> <20001212171335.E7389@pir.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Actually, it turned out that I needed to upgrade to the latest -stable kernel. That seems to have things configured properly, however, I can't seem to get the two machines to talk to each other. One machine is a win98 box and the other is the FBSD dialup gateway. I figure I am much closer to getting this to work though. Both are 11mb gold cards. -Chris Peter Radcliffe wrote: > Chris Coleman probably said: > > Dec 12 16:49:49 Firewall /kernel: wi0: No I/O space?! > > Dec 12 16:49:49 Firewall pccardd[54]: driver allocation failed for > > Lucent Technologies(WaveLAN/IEEE): Device not configured > > > Dec 12 16:50:44 Firewall /kernel: wi0: Ethernet address: > > 80:b3:84:c0:80:27 > > Dec 12 16:50:44 Firewall /kernel: wi0: failed to allocate 1594 bytes on > > NIC > > Dec 12 16:50:44 Firewall /kernel: wi0: tx buffer allocation failed > > Dec 12 16:50:44 Firewall /kernel: wi0: failed to allocate 1594 bytes on > > NIC > > Dec 12 16:50:44 Firewall /kernel: wi0: mgmt. buffer allocation failed > > You have incorrect memory and/or irq settings. Change them. > > P. > > -- > pir pir@pir.net pir@net.tufts.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- Chris Coleman Open Source Editor O'Reilly Network Daemon News http://www.oreillynet.com http://www.daemonnews.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 17:52:13 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 17:52:10 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8C4A437B400 for ; Tue, 12 Dec 2000 17:52:08 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 20A586AB6B; Wed, 13 Dec 2000 12:21:57 +1030 (CST) Date: Wed, 13 Dec 2000 12:21:57 +1030 From: Greg Lehey To: FreeBSD mobile Mailing List Subject: Re: ray driver, Pro cards, and Windows Message-ID: <20001213122156.C80134@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This looks like an area where we should probably encourage cooperation amongst the BSDs. Thoughts? Greg ----- Forwarded message from Atsushi Onoe ----- > Delivered-To: grog@lemis.com > Date: Tue, 12 Dec 2000 16:35:05 -0800 (PST) > To: thorpej@zembu.com > Cc: gillham@vaultron.com, current-users@netbsd.org > X-Mailer: Cue version 0.6 (001128-1119/onoe) > Precedence: list > Delivered-To: current-users@netbsd.org > >> We should move all of this stuff into ifconfig(8) -- having wiconfig(8), >> especially with its really ugly command "syntax", is not the best way >> to go. Most of this applies to all 802.11 devices. > > I fully agree. > > The problems are 1) what is the common and minimum required option, and > 2) how to specify it. > > There are some operation mode: > > mode what must be specified > -------------------------------------------- > infrastructure ESSID (may be null) > adhoc ESSID (may be null) > adhoc IBSS creator ESSID and channel (beacon period?) > old wavelan adhoc channel > > And there are combination of these mode, e.g. try infrastructure first, > then try adhoc and finally create IBSS by myself. The problem here is > that we cannot control these behavior but just we can select predefined > behavior by firmware. > > Lucent > infrastructure > infrastructure or IBSS, then create IBSS > old wavelan adhoc > > PRISM-II with Lucent like firmware > infrastructure > old wavelan adhoc > (I don't know IBSS is supported or not) > > PRISM-II with Aironet > infrastructure > IBSS, then create IBSS after specified timeout > > PRISM-I > (any mode can be implemented by the driver) > > Ray > infrastructure > IBSS > > My straightforward proposal to specify the mode via ifconfig is: > > media mediaopt > ----------------------------------------------------------- > auto try infrastructure or IBSS, > then create IBSS only if ESSID is specified. > auto infrastructure infrastructure > auto adhoc try IBSS then create IBSS only if ... > auto adhoc,flag0 old wavelan adhoc > DS11,DS5,DS2,DS1 same combination as above > > To specify IBSS create channel, new option for ifconfig might be: > > ibsschan chan > > Ugh. The number of options for ifconfig is increasing ... > Any other idea? > > Atsushi ----- End forwarded message ----- -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 19:26:34 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 19:26:32 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sodium.cips.nokia.com (Sodium.cips.nokia.com [199.46.17.134]) by hub.freebsd.org (Postfix) with ESMTP id 27B4E37B400 for ; Tue, 12 Dec 2000 19:26:32 -0800 (PST) Received: from sodium.cips.nokia.com (localhost.network-alchemy.com [127.0.0.1]) by sodium.cips.nokia.com (8.9.3/8.8.8) with ESMTP id TAA04527; Tue, 12 Dec 2000 19:26:30 -0800 (PST) (envelope-from key@sodium.cips.nokia.com) Message-Id: <200012130326.TAA04527@sodium.cips.nokia.com> To: freebsd-mobile@freebsd.org Cc: key@network-alchemy.com Subject: More IBM T20 BIOS booting weirdness. Date: Tue, 12 Dec 2000 19:26:30 -0800 From: Ken Key Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, we just had the T20 that was dual-booting Win98SE and FreeBSD (the BIOS v1.03 box) become a brick. The guy was moving over to a T21 (thanks to Bruce Mah's loaning me a major clue this weekend) using the change-the-partition-type-hack. He went to reinstall Win98SE from the IBM rescue CD, to wipe it before putting it back in the pool. After it downloaded some files and tried to reboot, it exhibited the same brick behaviors I was seeing on the later BIOS version T20's, T21's, and A21P's. Got it to boot again by putting the drive in my 600x and nuking the 165. At this point, I am highly confused! I have no solid idea why it would have changed like that. Regards, K^2 -- Ken Key (key@cips.nokia.com, key@network-alchemy.com) Nokia, Clustering IP Solutions, Santa Cruz, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 20:17: 5 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 20:17:04 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-176-64.dsl.snfc21.pacbell.net [63.202.176.64]) by hub.freebsd.org (Postfix) with ESMTP id 9FFB237B402 for ; Tue, 12 Dec 2000 20:17:03 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBD4Qn306525; Tue, 12 Dec 2000 20:26:50 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012130426.eBD4Qn306525@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Ken Key Cc: freebsd-mobile@freebsd.org Subject: Re: More IBM T20 BIOS booting weirdness. In-reply-to: Your message of "Tue, 12 Dec 2000 19:26:30 PST." <200012130326.TAA04527@sodium.cips.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Dec 2000 20:26:49 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well, we just had the T20 that was dual-booting Win98SE and FreeBSD > (the BIOS v1.03 box) become a brick. The guy was moving over to a T21 > (thanks to Bruce Mah's loaning me a major clue this weekend) using > the change-the-partition-type-hack. He went to reinstall Win98SE from > the IBM rescue CD, to wipe it before putting it back in the pool. After > it downloaded some files and tried to reboot, it exhibited the same > brick behaviors I was seeing on the later BIOS version T20's, T21's, > and A21P's. Got it to boot again by putting the drive in my 600x > and nuking the 165. > > At this point, I am highly confused! I have no solid idea why it would > have changed like that. Probably failure of the swap-to-file mechanism. I'm not hearing anything from the IBM folks; I'm about to kick them again. Anyone else with contacts at IBM is encouraged to do the same thing. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 22:59:39 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 22:59:38 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D783837B400 for ; Tue, 12 Dec 2000 22:59:36 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBD6xZs77480; Tue, 12 Dec 2000 23:59:36 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA36279; Tue, 12 Dec 2000 23:59:35 -0700 (MST) Message-Id: <200012130659.XAA36279@harmony.village.org> To: ccoleman@oreilly.com Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 15:57:05 CST." <3A369F31.886CC8E3@oreilly.com> References: <3A369F31.886CC8E3@oreilly.com> Date: Tue, 12 Dec 2000 23:59:35 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A369F31.886CC8E3@oreilly.com> Chris Coleman writes: : Dec 12 16:49:49 Firewall /kernel: wi0: No I/O space?! You need to have 64 contiguous bytes free to do this. If you don't, you lose. And you need to have it in your pccard.conf file as the io line. You'll also want to align it on a 64 byte boundary. : Firewall# pccardc enabler 0 wi0 -m 0 d0000 32k -i 10 -a 378 Ick. There's not 64 free i/o bytes at 378, so you'll fail. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 23: 2:47 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 23:02:46 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C3D3837B400 for ; Tue, 12 Dec 2000 23:02:45 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBD72hs77504; Wed, 13 Dec 2000 00:02:44 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA36325; Wed, 13 Dec 2000 00:02:43 -0700 (MST) Message-Id: <200012130702.AAA36325@harmony.village.org> To: Mobile Computer Subject: Re: PCMCIA 16550A ( Thanks ) Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 17:58:36 EST." <200012122258.RAA18004@mailhub.vta.com> References: <200012122258.RAA18004@mailhub.vta.com> Date: Wed, 13 Dec 2000 00:02:43 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012122258.RAA18004@mailhub.vta.com> Mobile Computer writes: : I'll by another. If it doesn't, and I can't suitably abuse the : driver code for my exercise, I'll offer the card to the Core Members : and Nomads as a sacrifice to a pagan Device Driver Re-Coding Ritual. If you are in the US, you can send me a card that doens't work. I can try to make it work. Sometimes I succeed, other times I fail or take a while :-(. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 23: 4:44 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 23:04:43 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C5C1337B402 for ; Tue, 12 Dec 2000 23:04:42 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBD74fs77512; Wed, 13 Dec 2000 00:04:41 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA36348; Wed, 13 Dec 2000 00:04:41 -0700 (MST) Message-Id: <200012130704.AAA36348@harmony.village.org> To: ccoleman@oreilly.com Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O Cc: Peter Radcliffe , mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Dec 2000 18:50:39 CST." <3A36C7DF.8F834AEA@oreilly.com> References: <3A36C7DF.8F834AEA@oreilly.com> <3A369F31.886CC8E3@oreilly.com> <20001212171335.E7389@pir.net> Date: Wed, 13 Dec 2000 00:04:41 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A36C7DF.8F834AEA@oreilly.com> Chris Coleman writes: : I figure I am much closer to getting this to work though. Both are 11mb gold : cards. Make sure they are both in ad-hoc mode. Make sure they are both on the same frequency. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 23: 5:48 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 23:05:47 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A681437B400 for ; Tue, 12 Dec 2000 23:05:46 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBD75js77524; Wed, 13 Dec 2000 00:05:45 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA36372; Wed, 13 Dec 2000 00:05:45 -0700 (MST) Message-Id: <200012130705.AAA36372@harmony.village.org> To: Greg Lehey Subject: Re: ray driver, Pro cards, and Windows Cc: FreeBSD mobile Mailing List In-reply-to: Your message of "Wed, 13 Dec 2000 12:21:57 +1030." <20001213122156.C80134@wantadilla.lemis.com> References: <20001213122156.C80134@wantadilla.lemis.com> Date: Wed, 13 Dec 2000 00:05:45 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001213122156.C80134@wantadilla.lemis.com> Greg Lehey writes: : This looks like an area where we should probably encourage cooperation : amongst the BSDs. Thoughts? I like it. I'd like to see the current 802.11 settings from NetBSD also ported. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Dec 12 23:47:34 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 12 23:47:32 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from www.golsyd.net.au (ftp.golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 5027A37B402 for ; Tue, 12 Dec 2000 23:47:32 -0800 (PST) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AH9370.63.d1acf55c) with ESMTP id cvhsaaaa for ; Wed, 13 Dec 2000 18:54:19 +1100 Message-ID: <3A372997.65C4F52E@quake.com.au> Date: Wed, 13 Dec 2000 18:47:35 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-mobile Subject: Suspend to disk... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hiyas, I tried to use zzz to sleep my laptop, and it suspended to disk fine, then when it came back and I ran sysinstall it panicked... Upon rebooting my /usr partition was total screwed with thousands of broken I-Nodes, so I am assuming the suspend to disk went all over my /usr partition... So how do I make it work properly? Do I need a ms-dos partition some place the size of my ram or??? Some info about my system: IBM ThinkPad I Series 2611 APM BIOS v1.2 AcerLabs M15x3 Power Management Unit AcerLabs Aladdin ATA33 controller Its drive is dedicated to FreeBSD, but I didn't use the DD option it just has a normal fdisk partition table, well I should say had, since Im going to have to re-format to recover from this one.. Please CC replies to me, Any help would be great! Thanks everyone, Kal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 0: 6:16 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 00:06:14 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from kermodei.com (kermodei.com [216.103.110.74]) by hub.freebsd.org (Postfix) with ESMTP id B13C037B400 for ; Wed, 13 Dec 2000 00:06:13 -0800 (PST) Received: (from markd@localhost) by kermodei.com (8.9.3/8.9.3) id AAA08075; Wed, 13 Dec 2000 00:06:09 -0800 (PST) (envelope-from markd@Kermodei.com) From: Mark Diekhans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14903.11680.459669.587026@osprey.Kermodei.Com> Date: Wed, 13 Dec 2000 00:04:48 -0800 To: Kal Torak Cc: FreeBSD-mobile Subject: Re: Suspend to disk... In-Reply-To: <3A372997.65C4F52E@quake.com.au> References: <3A372997.65C4F52E@quake.com.au> X-Mailer: VM 6.80 under Emacs 20.7.5 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kal Torak writes: > So how do I make it work properly? Do I need a ms-dos partition some > place the size of my ram or??? The easiest way is to configure and format a bootable DOS partition that is bigger than memory and install DOS in it. I don't know about the current ThinkPads, but with many of the older ones, this couldn't be configured though the BIOS. One had to do it through a windows program or a DOS program called ps2.exe, so being able to boot into the partation was required to configure power management. > Some info about my system: > IBM ThinkPad I Series 2611 > APM BIOS v1.2 > AcerLabs M15x3 Power Management Unit > AcerLabs Aladdin ATA33 controller > > Its drive is dedicated to FreeBSD, but I didn't use the DD option it > just has a normal fdisk partition table, well I should say had, since > Im going to have to re-format to recover from this one.. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 0:42:51 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 00:42:48 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 1083F37B400 for ; Wed, 13 Dec 2000 00:42:47 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001213084245.PXHF8632.mta05-svc.ntlworld.com@dmlb.org>; Wed, 13 Dec 2000 08:42:45 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 1467Vr-0008FW-00; Wed, 13 Dec 2000 08:43:47 +0000 Content-Length: 3356 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001213122156.C80134@wantadilla.lemis.com> Date: Wed, 13 Dec 2000 08:43:47 -0000 (GMT) From: Duncan Barclay To: Greg Lehey Subject: Re: ray driver, Pro cards, and Windows Cc: FreeBSD mobile Mailing List Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi On 13-Dec-00 Greg Lehey wrote: > This looks like an area where we should probably encourage cooperation > amongst the BSDs. Thoughts? I agree, especially in the 802.11 additions to the ethernet layer from NetBSD (I think). Duncan > Greg > > ----- Forwarded message from Atsushi Onoe ----- > >> Delivered-To: grog@lemis.com >> Date: Tue, 12 Dec 2000 16:35:05 -0800 (PST) >> To: thorpej@zembu.com >> Cc: gillham@vaultron.com, current-users@netbsd.org >> X-Mailer: Cue version 0.6 (001128-1119/onoe) >> Precedence: list >> Delivered-To: current-users@netbsd.org >> >>> We should move all of this stuff into ifconfig(8) -- having wiconfig(8), >>> especially with its really ugly command "syntax", is not the best way >>> to go. Most of this applies to all 802.11 devices. >> >> I fully agree. >> >> The problems are 1) what is the common and minimum required option, and >> 2) how to specify it. >> >> There are some operation mode: >> >> mode what must be specified >> -------------------------------------------- >> infrastructure ESSID (may be null) >> adhoc ESSID (may be null) >> adhoc IBSS creator ESSID and channel (beacon period?) >> old wavelan adhoc channel >> >> And there are combination of these mode, e.g. try infrastructure first, >> then try adhoc and finally create IBSS by myself. The problem here is >> that we cannot control these behavior but just we can select predefined >> behavior by firmware. >> >> Lucent >> infrastructure >> infrastructure or IBSS, then create IBSS >> old wavelan adhoc >> >> PRISM-II with Lucent like firmware >> infrastructure >> old wavelan adhoc >> (I don't know IBSS is supported or not) >> >> PRISM-II with Aironet >> infrastructure >> IBSS, then create IBSS after specified timeout >> >> PRISM-I >> (any mode can be implemented by the driver) >> >> Ray >> infrastructure >> IBSS >> >> My straightforward proposal to specify the mode via ifconfig is: >> >> media mediaopt >> ----------------------------------------------------------- >> auto try infrastructure or IBSS, >> then create IBSS only if ESSID is specified. >> auto infrastructure infrastructure >> auto adhoc try IBSS then create IBSS only if ... >> auto adhoc,flag0 old wavelan adhoc >> DS11,DS5,DS2,DS1 same combination as above >> >> To specify IBSS create channel, new option for ifconfig might be: >> >> ibsschan chan >> >> Ugh. The number of options for ifconfig is increasing ... >> Any other idea? >> >> Atsushi > > ----- End forwarded message ----- > > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 5:33:11 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 05:33:10 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 0D0DB37B400 for ; Wed, 13 Dec 2000 05:33:09 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA17710; Wed, 13 Dec 2000 15:38:51 +0100 Message-ID: <3A377ADD.F76D1C2B@i-clue.de> Date: Wed, 13 Dec 2000 14:34:21 +0100 From: Christoph Sold Organization: i-clue GmbH X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: mobile@freebsd.org Subject: 3Com Megahertz 10/100 LAN+56k Modem Model 3CCFEM556 B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I searched the archives for anything mentioning the 3Com Megahertz 10/100 LAN+56k Modem Model 3CCFEM556 B pccard. It shows up, but no solution is listed: the card is not recognized. Anybody got a hint how to proceed? Pointers welcome, too -- maybe I did not look at the right places (FBSD mailing archives, Deja). Thanks -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 6:38: 0 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 06:37:59 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from reliant.nielsenmedia.com (reliant.nielsenmedia.com [205.129.32.15]) by hub.freebsd.org (Postfix) with ESMTP id E320237B400 for ; Wed, 13 Dec 2000 06:37:58 -0800 (PST) Received: from nmrusdunsxg2.nielsenmedia.com (nmrusdunsxg2.nielsenmedia.com [10.9.11.121]) by reliant.nielsenmedia.com (8.9.3/8.9.3) with ESMTP id JAA05408 for ; Wed, 13 Dec 2000 09:37:56 -0500 (EST) Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2651.58) id ; Wed, 13 Dec 2000 09:37:56 -0500 Message-ID: <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> From: "Gray, David W." To: "'FreeBSD mobile list'" Subject: Wireless? Date: Wed, 13 Dec 2000 09:37:55 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK OK, firstly yes, this is a bit off-topic here, but this seems to be where most of the wireless net discussion is... I really want to get rid of the cables running through my hallways, connect upstairs, downstairs and back room PCs in the house. A set of wireless cards sounds like a good idea - but the $$$$ is still too much, as it now appears. The phone line 'net cards would be a slam dunk - but I don't use M$ products, and it seems that nobody else supports 'em. So the question is, what do you do for cheap, wireless or equivalent connectivity? (By cheap I mean <$100/node, preferably < $50.) With 10Mb or better performance, too. (The upstairs box has my CVS repository, don't want to cvsup at 1Mb constantly...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 7:45:49 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 07:45:47 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 5977E37B400 for ; Wed, 13 Dec 2000 07:45:47 -0800 (PST) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id HAA21559; Wed, 13 Dec 2000 07:45:53 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.1/8.11.1) id eBDFjkE52894; Wed, 13 Dec 2000 07:45:46 -0800 (PST) (envelope-from bmah) Message-Id: <200012131545.eBDFjkE52894@bmah-freebsd-0.cisco.com> To: "Gray, David W." Cc: "'FreeBSD mobile list'" Subject: Re: Wireless? In-reply-to: <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> References: <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> Comments: In-reply-to "Gray, David W." message dated "Wed, 13 Dec 2000 09:37:55 -0500." From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <52893.976722346.1@cisco.com> Date: Wed, 13 Dec 2000 07:45:46 -0800 Sender: bmah@cisco.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If memory serves me right, "Gray, David W." wrote: > I really want to get rid of the cables running through my hallways, connect > upstairs, downstairs and back room PCs in the house. A set of wireless cards > sounds like a good idea - but the $$$$ is still too much, as it now appears. > The phone line 'net cards would be a slam dunk - but I don't use M$ > products, and it seems that nobody else supports 'em. Ummm...you mean like the PCnet/Home and HomePNA based cards supported by the pcn(4) driver? (I don't actually have one of these cards, but I remember committing the release notes documenting this support. I think this happened around the time of 4.1.1.) > So the question is, what do you do for cheap, wireless or equivalent > connectivity? (By cheap I mean <$100/node, preferably < $50.) With 10Mb or > better performance, too. (The upstairs box has my CVS repository, don't want > to cvsup at 1Mb constantly...) Don't forget the cost of an access point, if applicable. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 7:53:18 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 07:53:16 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from reliant.nielsenmedia.com (reliant.nielsenmedia.com [205.129.32.15]) by hub.freebsd.org (Postfix) with ESMTP id 7BFC937B402 for ; Wed, 13 Dec 2000 07:53:15 -0800 (PST) Received: from nmrusdunsxg2.nielsenmedia.com (nmrusdunsxg2.nielsenmedia.com [10.9.11.121]) by reliant.nielsenmedia.com (8.9.3/8.9.3) with ESMTP id KAA15125; Wed, 13 Dec 2000 10:53:10 -0500 (EST) Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2651.58) id ; Wed, 13 Dec 2000 10:53:09 -0500 Message-ID: <01D4D419B1A4D111A30400805FE65B13070AC137@nmrusdunsx1.nielsenmedia.com> From: "Gray, David W." To: "'bmah@cisco.com'" , "Gray, David W." Cc: "'FreeBSD mobile list'" Subject: RE: Wireless? Date: Wed, 13 Dec 2000 10:53:07 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmmm, now this is interesting. When I specifically asked about those cards a week or 2 ago, I was told 'weren't supported, not going to be'. If these *do* have a driver, they're perfect. (but note, I am talking 10Mb, not the older 1Mb standard...) -----Original Message----- From: bmah@cisco.com [mailto:bmah@cisco.com] Sent: Wednesday, December 13, 2000 10:46 AM To: Gray, David W. Cc: 'FreeBSD mobile list' Subject: Re: Wireless? If memory serves me right, "Gray, David W." wrote: > I really want to get rid of the cables running through my hallways, connect > upstairs, downstairs and back room PCs in the house. A set of wireless cards > sounds like a good idea - but the $$$$ is still too much, as it now appears. > The phone line 'net cards would be a slam dunk - but I don't use M$ > products, and it seems that nobody else supports 'em. Ummm...you mean like the PCnet/Home and HomePNA based cards supported by the pcn(4) driver? (I don't actually have one of these cards, but I remember committing the release notes documenting this support. I think this happened around the time of 4.1.1.) > So the question is, what do you do for cheap, wireless or equivalent > connectivity? (By cheap I mean <$100/node, preferably < $50.) With 10Mb or > better performance, too. (The upstairs box has my CVS repository, don't want > to cvsup at 1Mb constantly...) Don't forget the cost of an access point, if applicable. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 8:29:50 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 08:29:48 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 1577737B402 for ; Wed, 13 Dec 2000 08:29:48 -0800 (PST) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id IAA21552; Wed, 13 Dec 2000 08:29:50 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.1/8.11.1) id eBDGThC53165; Wed, 13 Dec 2000 08:29:43 -0800 (PST) (envelope-from bmah) Message-Id: <200012131629.eBDGThC53165@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: "Gray, David W." Cc: "'bmah@cisco.com'" , "'FreeBSD mobile list'" Subject: Re: Wireless? In-Reply-To: <01D4D419B1A4D111A30400805FE65B13070AC137@nmrusdunsx1.nielsenmedia.com> References: <01D4D419B1A4D111A30400805FE65B13070AC137@nmrusdunsx1.nielsenmedia.com> Comments: In-reply-to "Gray, David W." message dated "Wed, 13 Dec 2000 10:53:07 -0500." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_2115571432P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 13 Dec 2000 08:29:43 -0800 Sender: bmah@cisco.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_2115571432P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Gray, David W." wrote: > Hmmm, now this is interesting. When I specifically asked about those cards a > week or 2 ago, I was told 'weren't supported, not going to be'. If these > *do* have a driver, they're perfect. (but note, I am talking 10Mb, not the > older 1Mb standard...) Hmmm. All I can tell you is what I grabbed out of the commit messages and put into the release notes. I barely know anything about PNA. I use the Cisco Aironet 342 in my laptop, but you probably shouldn't believe anything I have to say about it, since I work for Cisco. :-) Bruce. --==_Exmh_2115571432P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6N6P32MoxcVugUsMRAvTvAJ436IYplEhh8pf/JRh7Uv9xQD6lQQCgsYBz QaIdVdVY/y/eXNdzPsgR8UA= =/rZf -----END PGP SIGNATURE----- --==_Exmh_2115571432P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 8:44:24 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 08:44:21 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from netcetera.ch (netcetera-139.netcetera.ch [193.192.248.139]) by hub.freebsd.org (Postfix) with ESMTP id 3C02A37B402 for ; Wed, 13 Dec 2000 08:44:20 -0800 (PST) Received: from disco.netcetera.ch (disco [193.192.248.144]) by (8.9.3/8.7.3) with ESMTP id RAA14991 for ; Wed, 13 Dec 2000 17:44:07 +0100 (MET) From: Jason Brazile Received: by disco.netcetera.ch (8.9.3) id RAA21089; Wed, 13 Dec 2000 17:44:06 +0100 (MET) Date: Wed, 13 Dec 2000 17:44:06 +0100 (MET) Message-Id: <200012131644.RAA21089@disco.netcetera.ch> To: freebsd-mobile@freebsd.org Subject: Vaio PCG-C1VN (Transmeta-based Picturebook) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FYI, Here are some of my notes on the Picturebook I just bought: I was able to install 4.2-RELEASE via my DLink DE-660 pccard with: iomem 0xd4000 The graphics card is an "ATI model 4c52" which is listed as: Rage P/M Mobility PCI I had no real luck with XFree86 so I then tried the XIG Accelerated X demo and exchanged mail with someone at xig graphics. It seems that this is not yet supported. This article (in the Japanese nomad mailing list archive) seems to indicate that that 16-color VGA server works with XFree86. I haven't tried that yet: http://www.clave.gr.jp/ml/bsd-nomads/200010/msg00209.html It also says that you can mount the memory stick as an msdos file system on /dev/da0s1, but gives a kernel patch for a SCSI quirk entry (which may already be in 4.2-RELEASE). And here are some "unknown devices" I looked up: pci0: (vendor=0x104c, dev=0x8021) at 8.0 Texas Instruments (probably firewire) pci0: (vendor=0x1279, dev=0x0396) at 0.1 Transmeta ? pci0: (vendor=0x1279, dev=0x0397) at 0.2 Transmeta ? pci0: (vendor=0x136b, dev=0xff01) at 11.0 Kawasaki Steel Corp. ? pci0: (vendor=0x14f1, dev=0x1036) at 10.0 irq 9 Conexant Systems, Inc winmodem There is a built-in camera and a jog wheel, so I am guessing one of these is the 0x136b,0xff01 entry above. I haven't been able to get "zzz" to work. That feature sure was nice on my libretto. I would surely miss it if I can't get that to work. I'd be happy to hear of any other discoveries about this machine... Jason ------------------------------------------------------------------------ Jason Brazile jason.brazile@netcetera.ch Netcetera AG, 8040 Zuerich phone +41 1 247 70 70 fax +41 1 247 70 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 9:52:28 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 09:52:26 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from isris.pair.com (isris.pair.com [209.68.2.39]) by hub.freebsd.org (Postfix) with SMTP id DC12037B400 for ; Wed, 13 Dec 2000 09:52:25 -0800 (PST) Received: (qmail 50214 invoked by uid 3130); 13 Dec 2000 17:52:25 -0000 Date: Wed, 13 Dec 2000 12:52:25 -0500 From: Garrett Rooney To: Jason Brazile Cc: freebsd-mobile@freebsd.org Subject: Re: Vaio PCG-C1VN (Transmeta-based Picturebook) Message-ID: <20001213125224.B43952@electricjellyfish.net> Mail-Followup-To: Garrett Rooney , Jason Brazile , freebsd-mobile@freebsd.org References: <200012131644.RAA21089@disco.netcetera.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012131644.RAA21089@disco.netcetera.ch>; from jason@netcetera.ch on Wed, Dec 13, 2000 at 05:44:06PM +0100 Sender: rooneg@isris.pair.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Dec 13, 2000 at 05:44:06PM +0100, Jason Brazile wrote: > The graphics card is an "ATI model 4c52" which is listed as: > > Rage P/M Mobility PCI > > I had no real luck with XFree86 so I then tried the XIG Accelerated > X demo and exchanged mail with someone at xig graphics. It seems that > this is not yet supported. according to something i read on kernel-traffic you need to run bleeding edge cvs XFree86 to get support for the graphics card. -- garrett rooney my pid is inigo montoya. rooneg@electricjellyfish.net you kill -9 my parent process. http://electricjellyfish.net/ prepare to vi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 10:18:31 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 10:18:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mailhub.vta.com (vta.com [208.199.187.6]) by hub.freebsd.org (Postfix) with ESMTP id E657937B400 for ; Wed, 13 Dec 2000 10:18:27 -0800 (PST) Received: (from mobile@localhost) by mailhub.vta.com (8.9.3/8.9.3) id NAA21106 for freebsd-mobile@freebsd.org; Wed, 13 Dec 2000 13:26:10 -0500 (EST) (envelope-from mobile@vta.com) Date: Wed, 13 Dec 2000 13:26:10 -0500 (EST) From: Mobile Computer Message-Id: <200012131826.NAA21106@mailhub.vta.com> To: freebsd-mobile@freebsd.org Subject: Re: PCMCIA 16550A (USB .. Hmmm. ) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wed Dec 13 13:21:46 EST 2000 >Message-Id: <200012122029.NAA32295@harmony.village.org> >In-Reply-To: <200012122258.RAA18004@mailhub.vta.com> >Date: Wed, 13 Dec 2000 11:16:09 +1030 (CST) > >On 12-Dec-00 Mobile Computer wrote: >> FYI, the simple goal is to create a passive serial line monitor > >Another possibility is a USB serial dongle.. You'd need a laptop with USB > and have to be running 4.x though. > Hmm, the USB solution might be worth considering ....... another (previously unmentioned) aspect of this torturous exercise is that, once I confirm that I have a usable PCMCIA serial card, I change the UART crystal to a frequency that allows me to fool the card into running at a specific much higher speed. ( The Big Metal Thing They Pay Me To Fix runs at this higher speed. ) I have proven the concept already with some ( certainly un-committable ) ghastly multiplier mangling in sioreg.h and sio.c at various times, with an ISA multiport serial card.. Now if I could get it all into less space ... Certainly the USB devices I have just looked at are easily capable of the speed range I need ( 614.4K ) but unless this reference page is out of date /* project status of the FreeBSD USB project */ http://www.etla.net/~n_hibma/usb support for the kind of devices I would need (multiport serial adapters , serial dongles) is not quite there yet? ( Judging by the folks working on it, it will be bullet-proof when it's done, I'm willing to wait..) Until then, I better stick close to the sio driver, I like familiar stuff when I know I'm likely to unravel something. :) Excellent suggestion for a long term plan though, Thanks. Guy Boyd reply to: mobile@vta.com ___________________________________________ VTA Inc. / VTA Technologies Atlanta, Georgia PAO since 2.2.7 FreeBSD since 4.4BSD-Lite Release ___________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 10:24:21 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 10:24:18 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from cnxtsmtp2.conexant.com (cnxtsmtp2.conexant.com [198.62.9.253]) by hub.freebsd.org (Postfix) with ESMTP id A591437B400 for ; Wed, 13 Dec 2000 10:24:13 -0800 (PST) Received: from npbsmtp1.conexant.com (npbsmtp1.nb.conexant.com [157.152.161.153]) by cnxtsmtp2.conexant.com (8.9.3/8.9.3) with ESMTP id KAA27004; Wed, 13 Dec 2000 10:22:53 -0800 (PST) Received: from dollar.nb.conexant.com ([157.152.176.32]) by npbsmtp1.conexant.com (Lotus Domino Release 5.0.5) with ESMTP id 2000121310234677:52129 ; Wed, 13 Dec 2000 10:23:46 -0800 Received: from shrimp.nb.conexant.com (shrimp.nb.conexant.com [157.152.179.9]) by dollar.nb.conexant.com (8.9.3/8.9.3) with ESMTP id KAA00597; Wed, 13 Dec 2000 10:23:42 -0800 (PST) Received: from housel7352a (housel-7352a.pc.nb.conexant.com [157.152.249.85]) by shrimp.nb.conexant.com (8.9.3/8.9.3) with SMTP id KAA04049; Wed, 13 Dec 2000 10:23:58 -0800 (PST) Message-ID: <004e01c06531$ed7d7940$55f9989d@nb.conexant.com> From: "Peter S. Housel" To: "Garrett Rooney" , "Jason Brazile" Cc: References: <200012131644.RAA21089@disco.netcetera.ch> <20001213125224.B43952@electricjellyfish.net> Subject: Re: Vaio PCG-C1VN (Transmeta-based Picturebook) Date: Wed, 13 Dec 2000 10:24:26 -0800 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-MIMETrack: Itemize by SMTP Server on NPBSMTP1/Server/Conexant(Release 5.0.5 |September 22, 2000) at 12/13/2000 10:23:46 AM, Serialize by Router on NPBSMTP1/Server/Conexant(Release 5.0.5 |September 22, 2000) at 12/13/2000 10:23:47 AM, Serialize complete at 12/13/2000 10:23:47 AM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Garrett Rooney wrote: > On Wed, Dec 13, 2000 at 05:44:06PM +0100, Jason Brazile wrote: > > The graphics card is an "ATI model 4c52" which is listed as: > > > > Rage P/M Mobility PCI > > > > I had no real luck with XFree86 so I then tried the XIG Accelerated > > X demo and exchanged mail with someone at xig graphics. It seems that > > this is not yet supported. > > according to something i read on kernel-traffic you need to run bleeding > edge cvs XFree86 to get support for the graphics card. http://www.bastille-linux.org/jay/vaio.html has a patch to 4.0.1 and a config file that might work. Cheers, -Peter S. Housel- housel@acm.org http://members.home.com/housel/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 11:12: 9 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 11:12:06 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5F72237B400 for ; Wed, 13 Dec 2000 11:12:05 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBDJC3s81434; Wed, 13 Dec 2000 12:12:04 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA40413; Wed, 13 Dec 2000 12:12:02 -0700 (MST) Message-Id: <200012131912.MAA40413@harmony.village.org> To: Christoph Sold Subject: Re: 3Com Megahertz 10/100 LAN+56k Modem Model 3CCFEM556 B Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 13 Dec 2000 14:34:21 +0100." <3A377ADD.F76D1C2B@i-clue.de> References: <3A377ADD.F76D1C2B@i-clue.de> Date: Wed, 13 Dec 2000 12:12:02 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A377ADD.F76D1C2B@i-clue.de> Christoph Sold writes: : I searched the archives for anything mentioning the 3Com Megahertz : 10/100 LAN+56k Modem Model 3CCFEM556 B pccard. It shows up, but no : solution is listed: the card is not recognized. Anybody got a hint how : to proceed? Pointers welcome, too -- maybe I did not look at the right : places (FBSD mailing archives, Deja). I've not been able to get mine to work. :-( The LAN part is definitely a part that the ep driver should support, but I've not been able to get it to work in the small amount of hacking that I've had time to do. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 11:14:26 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 11:14:25 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 14A4537B400 for ; Wed, 13 Dec 2000 11:14:23 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBDJEIs81445; Wed, 13 Dec 2000 12:14:18 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA40441; Wed, 13 Dec 2000 12:14:17 -0700 (MST) Message-Id: <200012131914.MAA40441@harmony.village.org> To: "Gray, David W." Subject: Re: Wireless? Cc: "'FreeBSD mobile list'" In-reply-to: Your message of "Wed, 13 Dec 2000 09:37:55 EST." <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> References: <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> Date: Wed, 13 Dec 2000 12:14:17 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> "Gray, David W." writes: : So the question is, what do you do for cheap, wireless or equivalent : connectivity? (By cheap I mean <$100/node, preferably < $50.) With 10Mb or : better performance, too. (The upstairs box has my CVS repository, don't want : to cvsup at 1Mb constantly...) I cvsup all the time with a 2Mb/s card and it is very fast. NFS is a little slow and complex X applications are a little sluggish. Having said that, you can get dlink cards for about $130 a pop and they are 11Mb/s. http://www.comready.com/dlindwwirlan.html is one place that has them for $120 plus shipping. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 12:19:31 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 12:19:29 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 6B34937B400 for ; Wed, 13 Dec 2000 12:19:29 -0800 (PST) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id MAA01570; Wed, 13 Dec 2000 12:19:32 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.1/8.11.1) id eBDKJP455670; Wed, 13 Dec 2000 12:19:25 -0800 (PST) (envelope-from bmah) Message-Id: <200012132019.eBDKJP455670@bmah-freebsd-0.cisco.com> To: Ken Key Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: More IBM T20 BIOS booting weirdness. In-reply-to: <200012130326.TAA04527@sodium.cips.nokia.com> References: <200012130326.TAA04527@sodium.cips.nokia.com> Comments: In-reply-to Ken Key message dated "Tue, 12 Dec 2000 19:26:30 -0800." From: bmah@FreeBSD.ORG (Bruce A. Mah) Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <55669.976738765.1@cisco.com> Date: Wed, 13 Dec 2000 12:19:25 -0800 Sender: bmah@cisco.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If memory serves me right, Ken Key wrote: > Well, we just had the T20 that was dual-booting Win98SE and FreeBSD > (the BIOS v1.03 box) become a brick. The guy was moving over to a T21 > (thanks to Bruce Mah's loaning me a major clue this weekend) using Remember to return the clue when you're done with it...I frequently run short of them and every last one counts. > the change-the-partition-type-hack. He went to reinstall Win98SE from > the IBM rescue CD, to wipe it before putting it back in the pool. After > it downloaded some files and tried to reboot, it exhibited the same > brick behaviors I was seeing on the later BIOS version T20's, T21's, > and A21P's. Got it to boot again by putting the drive in my 600x > and nuking the 165. As someone else pointed out earlier on this list, it's physically possible to hot-swap the T20's hard disk if you get into this situation, although it is definitely non-recommended. I sure don't advise doing it. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 12:24:44 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 12:24:42 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 91E2C37B400; Wed, 13 Dec 2000 12:24:42 -0800 (PST) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id MAA05813; Wed, 13 Dec 2000 12:24:49 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.1/8.11.1) id eBDKOg355692; Wed, 13 Dec 2000 12:24:42 -0800 (PST) (envelope-from bmah) Message-Id: <200012132024.eBDKOg355692@bmah-freebsd-0.cisco.com> To: freebsd-mobile@freebsd.org Cc: bmah@freebsd.org Subject: Alternate boot loader for ThinkPads From: bmah@freebsd.org (Bruce A. Mah) Reply-To: bmah@freebsd.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <55691.976739082.1@cisco.com> Date: Wed, 13 Dec 2000 12:24:42 -0800 Sender: bmah@cisco.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi-- I've put my "boot FreeBSD from an 0xa6 type slice" boot blocks, along with source patches, at: http://people.freebsd.org/~bmah/ThinkPad/ You need to use disklabel -B (plus appropriate other options) to write the boot1 and boot2 files to the right slice. Note that the resulting boot loader *only* works on a type 0xa6 slice, though someone who knows x86 assembler better than I do could make it do 0xa5 or 0xa6 pretty easily. I don't recommend these patches for general consumption as it makes it impossible to dual-boot a machine between FreeBSD and OpenBSD. Still for those who are truly desperate (like I was last week).... Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 12:32:38 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 12:32:36 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mickey.mo-net.com (mickey.mo-net.com [12.14.225.10]) by hub.freebsd.org (Postfix) with SMTP id C10FA37B6AD for ; Wed, 13 Dec 2000 12:30:03 -0800 (PST) Received: (qmail 6573 invoked from network); 13 Dec 2000 20:29:19 -0000 Received: from pm3b-71.mo-net.com (HELO oreilly.com) (12.14.225.100) by mickey.mo-net.com with SMTP; 13 Dec 2000 20:29:19 -0000 Message-ID: <3A37DBB7.627A1DC0@oreilly.com> Date: Wed, 13 Dec 2000 14:27:35 -0600 From: Chris Coleman Reply-To: ccoleman@oreilly.com Organization: Daemon News X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: Peter Radcliffe , mobile@FreeBSD.ORG Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O References: <3A36C7DF.8F834AEA@oreilly.com> <3A369F31.886CC8E3@oreilly.com> <20001212171335.E7389@pir.net> <200012130704.AAA36348@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The problem turned out to be the Win98 machine. I had two gold cards, one was a newer Orinoco and the other a little older Wavelan card. I installed the wavelan card in the win98 machine first and then upgraded the driver and isntalled the orinoco card. The Orinoco card never worked properly in the Win98 box, but it works fine in the FBSD box. I switched cards and downgraded win98 drivers and things started working. -Chris Warner Losh wrote: > In message <3A36C7DF.8F834AEA@oreilly.com> Chris Coleman writes: > : I figure I am much closer to getting this to work though. Both are 11mb gold > : cards. > > Make sure they are both in ad-hoc mode. Make sure they are both on > the same frequency. > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- Chris Coleman Open Source Editor O'Reilly Network Daemon News http://www.oreillynet.com http://www.daemonnews.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 12:35:30 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 12:35:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 0632237B400 for ; Wed, 13 Dec 2000 12:35:27 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 146IcY-0004Ex-00 for mobile@FreeBSD.ORG; Wed, 13 Dec 2000 15:35:26 -0500 Date: Wed, 13 Dec 2000 15:35:25 -0500 From: Peter Radcliffe To: mobile@FreeBSD.ORG Subject: Re: Orinoco Turbo 11 Mbs with ISA adapter No I/O Message-ID: <20001213153525.L9541@pir.net> Mail-Followup-To: mobile@FreeBSD.ORG References: <3A36C7DF.8F834AEA@oreilly.com> <3A369F31.886CC8E3@oreilly.com> <20001212171335.E7389@pir.net> <200012130704.AAA36348@harmony.village.org> <3A37DBB7.627A1DC0@oreilly.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A37DBB7.627A1DC0@oreilly.com>; from ccoleman@oreilly.com on Wed, Dec 13, 2000 at 02:27:35PM -0600 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [please don't Cc: me on list mail. I read the list] Chris Coleman probably said: > The problem turned out to be the Win98 machine. I had two gold > cards, one was a newer Orinoco and the other a little older Wavelan > card. I installed the wavelan card in the win98 machine first and > then upgraded the driver and isntalled the orinoco card. The > Orinoco card never worked properly in the Win98 box, but it works > fine in the FBSD box. I switched cards and downgraded win98 drivers > and things started working. The removal program for the wavelan or orinoco card drivers blows goats. Theres a text file in the drivers which has some information about what files to search for to remove after you've tried to remove it. Only once you've gotten rid of _everything_ and rebooted does the new install have a chance of working, and then not always. Follow the instructions to the letter. The older wavelan IEEE cards can be upgraded to the same firmware as the "orinoco" cards, btw. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Dec 13 22:27:51 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 13 22:27:49 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 98EC537B400 for ; Wed, 13 Dec 2000 22:27:48 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id IAA22498; Thu, 14 Dec 2000 08:33:24 +0100 Message-ID: <3A3868A6.2F1A07C4@i-clue.de> Date: Thu, 14 Dec 2000 07:28:54 +0100 From: Christoph Sold Organization: i-clue GmbH X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Warner Losh Cc: mobile@freebsd.org Subject: Re: 3Com Megahertz 10/100 LAN+56k Modem Model 3CCFEM556 B References: <3A377ADD.F76D1C2B@i-clue.de> <200012131912.MAA40413@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh schrieb: > > In message <3A377ADD.F76D1C2B@i-clue.de> Christoph Sold writes: > : I searched the archives for anything mentioning the 3Com Megahertz > : 10/100 LAN+56k Modem Model 3CCFEM556 B pccard. It shows up, but no > : solution is listed: the card is not recognized. Anybody got a hint how > : to proceed? Pointers welcome, too -- maybe I did not look at the right > : places (FBSD mailing archives, Deja). > > I've not been able to get mine to work. :-( > > The LAN part is definitely a part that the ep driver should support, > but I've not been able to get it to work in the small amount of > hacking that I've had time to do. Thanks Warner. Anything I can do to help making this beast work? Although I have some experience in programming, I am definitively no kernel hacker. Christoph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 1:19:30 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 01:19:29 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from nanase.comm.eng.osaka-u.ac.jp (nanase.comm.eng.osaka-u.ac.jp [133.1.44.16]) by hub.freebsd.org (Postfix) with ESMTP id 9AFC437B400 for ; Thu, 14 Dec 2000 01:19:28 -0800 (PST) Received: from malchut (localhost [127.0.0.1]) by nanase.comm.eng.osaka-u.ac.jp (8.8.8+Sun/3.7W) with SMTP id SAA01552 for ; Thu, 14 Dec 2000 18:18:48 +0900 (JST) Date: Thu, 14 Dec 2000 18:19:26 +0900 From: TERAMOTO Masahiro To: freebsd-mobile@freebsd.org Subject: Re: Vaio PCG-C1VN (Transmeta-based Picturebook) Message-Id: <20001214181926.0eae5af4.teramoto@comm.eng.osaka-u.ac.jp> In-Reply-To: <200012131644.RAA21089@disco.netcetera.ch> References: <200012131644.RAA21089@disco.netcetera.ch> X-Mailer: Sylpheed version 0.4.8 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 13 Dec 2000 17:44:06 +0100 (MET) Jason Brazile wrote: > http://www.clave.gr.jp/ml/bsd-nomads/200010/msg00209.html > It also says that you can mount the memory stick as an msdos file > system on /dev/da0s1, but gives a kernel patch for a SCSI quirk entry > (which may already be in 4.2-RELEASE). Sorry my broken English. I have PCG-C1VJ. This is Japanese model. That's memory stick slot is "MSC-U01". In 4.2-RELEASE, scsi_da.c has quirk entry for "MSAC-US1" USB Memory Stick Adapter *NOT* "MSC-U01". I make patch and send-pr. Apply and you can mount memory stick. Good luck! http://www.freebsd.org/cgi/query-pr.cgi?pr=23378 -- TERAMOTO Masahiro teramoto@comm.eng.osaka-u.ac.jp http://tiphreth.comm.eng.osaka-u.ac.jp/~markun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 4: 2:37 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 04:02:26 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (unknown [167.216.157.206]) by hub.freebsd.org (Postfix) with ESMTP id 1751337B404 for ; Thu, 14 Dec 2000 04:02:26 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id eBECCE901802; Thu, 14 Dec 2000 04:12:14 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200012141212.eBECCE901802@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: wjc@work.cleartech.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: weird pnpbios pcmcio interaction In-reply-to: Your message of "Thu, 07 Dec 2000 08:49:14 EST." <200012071349.IAA19857@sunpal1.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 14 Dec 2000 04:12:14 -0800 From: Mike Smith Sender: msmith@mass.osd.bsdi.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > wrote: > > after cvsuping i recompiled the kernel with PNPBIOS and ever since am > > getting kernel panics whenever my > > nic is inserted (3c574). > > As I reported several days ago, I've been having similar problems. > > After syncing with -STABLE on November 13, my IBM 600E would hang > when inserting or removing PC cards (3Com 3C589D and 3CXM556), or > booting with them installed, if 'options PNPBIOS' was in the kernel > conf. I've thought about this for a while, and all I can really offer right now is the observation that IBM ThinkPads are Really Weird. Not very helpful, sorry. 8( > This did not used to happen when I was running 4.1-RELEASE. > > My most recent sync was on November 28. The nature of the problem > has changed a little. Here's the current behavior: > > 1) If 'options PNPBIOS' is not in the kernel conf, then there's no > problem. > > 2) With 'options PNPBIOS', if my kernel conf has: > > device card > device pcic0 at isa? irq 3 port 0x3e0 iomem 0xd0000 > device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable > > then the system hangs shortly after going to multi-user if either > or both of my PC cards were installed during the boot. If > neither was installed during boot, then I can insert and remove > them without problems after the system is up. > > 3) With 'options PNPBIOS', if my kernel conf has: > > device card > device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable > > then there are no hangs regardless of what I do with the PC > cards, but APM suspend no longer works correctly if either or > both of the PC cards is installed. I do the "Fn-F4" keystroke > to suspend, and the system does suspend, but it then immediately > awakens itself. Try 'sleep 5; zzz' - this may be a known problem with wakeup events being delivered late. > When the hang problem occurs, there is no panic or other kernel > message. The system appears to freeze completely, although it still > shows PC card removal messages if I remove a card (but not insertion > messages if I insert a card). I can intuit that there are interrupt-related issues here, but it's hard to know what might be going on. > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources These are all standard devices. > unknown: can't assign resources This is part of the soundcard. > unknown: can't assign resources This is your trackpoint. > unknown: can't assign resources This is the IRDA port. > unknown: can't assign resources And I don't know what this is. I don't *think* it's the pccard/cardbus stuff, which is the only real way I can imagine that PNPBIOS could "rightfully" be tripping you up. If you can narrow down the date at which the PNPBIOS option actually started causing you problems, it might be possible to work out what is actually going on. If you have a local CVS repository and a little time, a binary search between a "known broken" and "known working" date should be pretty easy. Thanks for the feedback; sorry that I don't have any better answers for you. 8( -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 5:54:27 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 05:54:26 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id 6538C37B400 for ; Thu, 14 Dec 2000 05:54:25 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id PAA18471 for ; Thu, 14 Dec 2000 15:54:16 +0200 (EET) Received: from stekt49 (stekt49 [130.231.60.89]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id eBEDsFj11096 for ; Thu, 14 Dec 2000 15:54:15 +0200 (EET) Date: Thu, 14 Dec 2000 15:54:15 +0200 (EET) From: Ana Romero X-Sender: To: Subject: installing PAO Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I´m trying to install PAO package (2000/10/21) in my PC, which has FreeBSD 4.0. When I try to apply kernel-patch to kernel source tree, it asks me for: #cd /usr/src/PAO3 #make patch ... File to patch: What file do I have to put? Have you ever try to install PAO in freeBSD 4.0.? Did it happen the same? Thank you Ana To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 6: 3:56 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 06:03:54 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from isris.pair.com (isris.pair.com [209.68.2.39]) by hub.freebsd.org (Postfix) with SMTP id 395EE37B400 for ; Thu, 14 Dec 2000 06:03:54 -0800 (PST) Received: (qmail 94147 invoked by uid 3130); 14 Dec 2000 14:03:53 -0000 Date: Thu, 14 Dec 2000 09:03:53 -0500 From: Garrett Rooney To: Ana Romero Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: installing PAO Message-ID: <20001214090353.A94045@electricjellyfish.net> Mail-Followup-To: Garrett Rooney , Ana Romero , freebsd-mobile@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from anar@ees2.oulu.fi on Thu, Dec 14, 2000 at 03:54:15PM +0200 Sender: rooneg@isris.pair.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Dec 14, 2000 at 03:54:15PM +0200, Ana Romero wrote: > What file do I have to put? Have you ever try to install PAO in freeBSD > 4.0.? Did it happen the same? most of the functionality of PAO has been merged into the 4.0 branch of FreeBSD, so you should not need to install it. -- garrett rooney my pid is inigo montoya. rooneg@electricjellyfish.net you kill -9 my parent process. http://electricjellyfish.net/ prepare to vi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 7:41:50 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 07:41:48 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from elsamss06947.elsevier.nl (elsamss06947.elsevier.nl [145.36.5.12]) by hub.freebsd.org (Postfix) with ESMTP id 4347537B402 for ; Thu, 14 Dec 2000 07:41:48 -0800 (PST) Received: from elsamss06948.elsevier.nl (unverified) by elsamss06947.elsevier.nl (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Thu, 14 Dec 2000 15:21:46 +0100 Received: from olorin.elsevier.nl (olorin.elsevier.nl [145.36.13.14]) by elsamss06948.elsevier.nl (2.6 Build 1 (Berkeley 8.8.6)/8.8.4) with ESMTP id PAA12003; Thu, 14 Dec 2000 15:16:52 +0100 Received: from lap1.sohara.org (pooh.elsevier.nl [145.36.13.27]) by olorin.elsevier.nl (8.8.8/8.8.8) with SMTP id PAA00225; Thu, 14 Dec 2000 15:20:16 +0100 (MET) Date: Thu, 14 Dec 2000 15:38:57 +0000 From: "Steve O'Hara-Smith" To: Garrett Rooney Cc: anar@ees2.oulu.fi, freebsd-mobile@FreeBSD.ORG Subject: Re: installing PAO Message-Id: <20001214153858.3795178a.steveo@eircom.net> In-Reply-To: <20001214090353.A94045@electricjellyfish.net> References: <20001214090353.A94045@electricjellyfish.net> X-Mailer: Sylpheed version 0.4.7 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 14 Dec 2000 09:03:53 -0500 Garrett Rooney wrote: > On Thu, Dec 14, 2000 at 03:54:15PM +0200, Ana Romero wrote: > > > What file do I have to put? Have you ever try to install PAO in freeBSD > > 4.0.? Did it happen the same? > > most of the functionality of PAO has been merged into the 4.0 branch of > FreeBSD, so you should not need to install it. Also the PAO3 patch is against FreeBSD 3.(something) and is unlikely to apply to 4.x cleanly (if at all). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 8:19:39 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 08:19:37 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from sunpal1.mit.edu (SUNPAL1.MIT.EDU [18.62.1.15]) by hub.freebsd.org (Postfix) with ESMTP id 4E24237B400; Thu, 14 Dec 2000 08:19:22 -0800 (PST) Received: (from wjc@localhost) by sunpal1.mit.edu (8.9.0/8.9.0) id LAA25996; Thu, 14 Dec 2000 11:19:15 -0500 (EST) Date: Thu, 14 Dec 2000 11:19:15 -0500 (EST) Message-Id: <200012141619.LAA25996@sunpal1.mit.edu> From: Bill Chiarchiaro To: msmith@FreeBSD.ORG Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: <200012141212.eBECCE901802@mass.osd.bsdi.com> (message from Mike Smith on Thu, 14 Dec 2000 04:12:14 -0800) Subject: Re: weird pnpbios pcmcio interaction Reply-To: wjc@work.cleartech.com Sender: wjc@sunpal1.mit.edu Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Smith wrote: > I've thought about this for a while, and all I can really offer right now > is the observation that IBM ThinkPads are Really Weird. Not very > helpful, sorry. 8( Thanks for taking the time to think about it. For now, I've managed to avoid the need for 'options PNPBIOS' by using the pcm config line pointed out by Richard Scranton : device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10 I'm no longer having hangs, regardless of what I do with PC cards. I suppose if 'options PNPBIOS" becomes part of the GENERIC kernels, then I might be in for difficulties during installations or upgrades. Right now, I'm working on the pcm driver itself, to make it better understand the CS4239 chip in the Thinkpad 600E. I've implemented changes to save and restore the chip's registers across an APM suspend and resume, and to properly set the microphone gain. Several sound-related aplications (mpg123, sox, "Speak Freely") work to varying degrees, but each has its quirks. I'm looking at their code too to see what they expect of the sound API. > Try 'sleep 5; zzz' - this may be a known problem with wakeup events > being delivered late. When I was running FreeBSD 4.1 on a Compaq LTE 5380, I'd use 'zzz' to suspend the machine. When I tried that with 4.1 on my 600E, something didn't work. I think the machine failed to suspend, but didn't suffer any ill consequences. That's when I started using 'Fn-F4'. I haven't tried 'zzz' on the 600E since starting to track -STABLE on November 13. Bill Chiarchiaro wjc@cleartech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 12:36:49 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 12:36:48 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2992A37B400 for ; Thu, 14 Dec 2000 12:36:47 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBEKajs87609; Thu, 14 Dec 2000 13:36:46 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA50137; Thu, 14 Dec 2000 13:36:44 -0700 (MST) Message-Id: <200012142036.NAA50137@harmony.village.org> To: Ana Romero Subject: Re: installing PAO Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 14 Dec 2000 15:54:15 +0200." References: Date: Thu, 14 Dec 2000 13:36:44 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Ana Romero writes: : What file do I have to put? Have you ever try to install PAO in freeBSD : 4.0.? Did it happen the same? There is no PAO for 4.0. They have merged most of the PAO code into the base FreeBSD distribution. A few drivers are still lingering, however. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 12:48:19 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 12:48:18 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E067237B400; Thu, 14 Dec 2000 12:48:16 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBEKmFs87661; Thu, 14 Dec 2000 13:48:16 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA50227; Thu, 14 Dec 2000 13:48:14 -0700 (MST) Message-Id: <200012142048.NAA50227@harmony.village.org> To: Mike Smith Subject: Re: weird pnpbios pcmcio interaction Cc: wjc@work.cleartech.com, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 14 Dec 2000 04:12:14 PST." <200012141212.eBECCE901802@mass.osd.bsdi.com> References: <200012141212.eBECCE901802@mass.osd.bsdi.com> Date: Thu, 14 Dec 2000 13:48:14 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012141212.eBECCE901802@mass.osd.bsdi.com> Mike Smith writes: : > unknown: can't assign resources : : And I don't know what this is. I don't *think* it's the pccard/cardbus : stuff, which is the only real way I can imagine that PNPBIOS could : "rightfully" be tripping you up. I've never heard of it. However, I will point out that the pcic chip's part number of 82365. You'll not the similarity of numbers here (3765 is 365 with a 7 jammed into it), so maybe you are right. I'd try the following patch to see if it helps with PNPBIOS enabled or not. Also, I'm not 100% sure about the translation of IBM3765 to a hex number, so my hex number might be wrong. Warner Index: pcic.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pcic.c,v retrieving revision 1.100 diff -u -r1.100 pcic.c --- pcic.c 2000/12/11 15:02:50 1.100 +++ pcic.c 2000/12/14 20:46:20 @@ -83,6 +83,7 @@ static struct slot_ctrl cinfo; static struct isa_pnp_id pcic_ids[] = { + {0x65374d24, NULL}, /* IBM3765 */ {PCIC_PNP_82365, NULL}, /* PNP0E00 */ {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 13:26: 9 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 13:26:07 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id CCE5337B400; Thu, 14 Dec 2000 13:26:06 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eBELPsE85890; Thu, 14 Dec 2000 13:25:54 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200012142102.OAA50353@harmony.village.org> Date: Thu, 14 Dec 2000 13:26:20 -0800 (PST) From: John Baldwin To: Warner Losh Subject: Re: Cardbus woes Cc: jon@FreeBSD.org, mobile@FreeBSD.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 14-Dec-00 Warner Losh wrote: >: http://www.FreeBSD.org/~jhb/patches/pccbb.patch. > > I took a look a this patch, and saw nothing obviously wrong with it. > > Mike Smith has some uncommitted patches that might amke the resource > issue better, but not completely if I'm reading them right (they are > extensive, so I might not be). > > Justin Gibbs has also said that he's working on a rework of cardbus to > factor things better. Yeah, I've seen the "discussions". > I don't think these patches will conflict with either of these > efforts. Well, I'm not going to commit them until I can at least test them to make sure they work. If someone else wants to roll them into their patchset and commit after they have tested, that is fine with me. > Finally, can we talk about pccard/cardbus issues and changes in mobile@ > rather than current@? Its charter covers this more closely. Sure, I wasn't sure which ml was the most preferred one. > Warner -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Dec 14 16:45:50 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 16:45:47 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mail.ipeg.com (mail.ipeg.com [206.96.184.3]) by hub.freebsd.org (Postfix) with ESMTP id 0C6F837B400 for ; Thu, 14 Dec 2000 16:45:47 -0800 (PST) Received: from cyberian.localdomain (c1260779-a.spokn1.wa.home.com [65.3.128.207]) by mail.ipeg.com (8.11.0/8.11.0) with SMTP id eBF0jAv02949 for ; Thu, 14 Dec 2000 16:45:11 -0800 From: "Dmitry V. Kalashnikov" Organization: Tool Builders Laboratories Date: Thu, 14 Dec 2000 11:36:37 -0800 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="koi8r" Subject: The perfect laptop MIME-Version: 1.0 Message-Id: <00121411361301.38442@cyberian.localdomain> Content-Transfer-Encoding: 8bit To: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Could you recoment a laptop that has (most?) the following specs/features: * 1024x768 16bpp resulution video (that is supported under XFree86 4.0.1) * working sound (midi, mixer, and sound driver 16-bit) * working internal modem * 2 PCMCIA slots * 2G+ Hard Drive * 300Mhz+ processor (PII, AMD ... doesn't matter) * built-in CDROM and floppy drive I have a toshiba sattilite 440CDT. Everything on it works, except the sound is 8-bit and its getting to be too slow for compiles ... etc. Its a pentium 133Mhz machine. I haven't been able to find an affordible laptop (under $1300) that has all of those features. If you are happy with your laptop, could you tell me which one of those things (above) work for you. Thank you, DVK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 7: 5: 9 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 07:05:05 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.94.6.26]) by hub.freebsd.org (Postfix) with ESMTP id C7E8937B400; Fri, 15 Dec 2000 07:05:04 -0800 (PST) Received: (from apache@localhost) by mail2.wmptl.com (8.9.3/8.9.3) id KAA58924; Fri, 15 Dec 2000 10:23:18 -0500 (EST) (envelope-from webmaster@wmptl.com) Date: Fri, 15 Dec 2000 10:23:18 -0500 (EST) Message-Id: <200012151523.KAA58924@mail2.wmptl.com> From: "Nathan Vidican" To: mobile@freebsd.org Cc: questions@freebsd.org Subject: OFFTOPIC: hardware question for composite/s-video output capability support X-Mailer: NeoMail 1.20 X-IPAddress: 216.94.6.26 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anyone know of a PCMCIA-type device that will work with FreeBSD (and/or Linux if I have to), to allow for composite, or s-video output from my laptop? I'd love to find something platform-independant, but I doubt if such a beast exists? -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 9: 2:28 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 09:02:26 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 3D6A737B400 for ; Fri, 15 Dec 2000 09:02:25 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id MAA99628; Fri, 15 Dec 2000 12:02:13 -0500 (EST) (envelope-from mwlucas) Date: Fri, 15 Dec 2000 12:02:13 -0500 From: Michael Lucas To: Warner Losh Cc: "'FreeBSD mobile list'" Subject: Re: Wireless? Message-ID: <20001215120212.A99534@blackhelicopters.org> References: <01D4D419B1A4D111A30400805FE65B13070AC135@nmrusdunsx1.nielsenmedia.com> <200012131914.MAA40441@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200012131914.MAA40441@harmony.village.org>; from imp@village.org on Wed, Dec 13, 2000 at 12:14:17PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Dec 13, 2000 at 12:14:17PM -0700, Warner Losh wrote: > Having said that, you can get dlink cards for about $130 a pop and > they are 11Mb/s. I know nothing about wireless here, so please pardon my utter ignorance on the subject... I have an old P200 as a home firewall. Is there a matching PCI card I could use in there as an interface to work with this card? Since it's my own money I'm spending, I want to be sure before buying. IIRC, I can use two cards without a base station as basic network interfaces. If it can get me from the cable modem in the basement to the library on the top floor, I'd be happy. Thanks for any advice, Michael -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 9:26:27 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 09:26:24 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mailhub.vta.com (vta.com [208.199.187.6]) by hub.freebsd.org (Postfix) with ESMTP id E89E237B400 for ; Fri, 15 Dec 2000 09:26:23 -0800 (PST) Received: (from mobile@localhost) by mailhub.vta.com (8.9.3/8.9.3) id MAA29631 for freebsd-mobile@freebsd.org; Fri, 15 Dec 2000 12:34:21 -0500 (EST) (envelope-from mobile@vta.com) Date: Fri, 15 Dec 2000 12:34:21 -0500 (EST) From: Mobile Computer Message-Id: <200012151734.MAA29631@mailhub.vta.com> To: freebsd-mobile@freebsd.org Subject: PCMCIA 16550A Serial ( Socket i/o card ) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Fri Dec 15 11:59:19 EST 2000 www.socketcom.com ? Yes, I think this is exactly what I am looking for, in a better price range than what I have been seeing from other manufacturers I had been looking at, too. Thanks, Achim. Warner, if your're listening, just in case one of these cards fails to work for me ( obviously prior to any intrusive measures I have planned ), I'll pass it along to you -- feel free to place it way at the bottom of whatever pile - O - cards. For reference, My 2 test laptops are a Toshiba 1695CDT running 3.5 RELEASE PAO, and a crufty old a.out Toshiba 2505 CDS running 2.2.7 RELEASE PAO. Although it is larger than I'd like it to be, my proof of concept box is a $21 tower case containing an Asus P55TP4XE, a modified Comtrol ISA serial card, and about $20 worth of dumpster food, happily booting a suitably mangled circa 2.1.7-SNAP or so kernel. As such, I have a working backup plan securely in place. :^) Guy Boyd reply to: mobile@vta.com ___________________________________________ VTA Inc. / VTA Technologies Atlanta, Georgia PAO since 2.2.7 FreeBSD since 4.4BSD-Lite Release ___________________________________________ >Message-Id: <200012150827.JAA12941@gemini.bnc.net> >X-Newsgroups: muc.lists.freebsd.mobile,mpc.lists.freebsd.mobile > >In article <200012122258.RAA18004@mailhub.vta.com> you wrote: >> FYI, the simple goal is to create a passive serial line monitor with a >> laptop, so that I don't have to ship / lug a much larger computer to far - >> away places, to service that Big Metal Thing They Pay Me To Fix. > >Once upon a time I bought a Socket S-I/O for my Newton MP 2100 (as Apple >always forgot to produce the adapters for its second serial port and I >needed a mobile terminal _including_ a keyboard). This card running no >matter which OS is on my notebook. > > >Achim > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 9:41:13 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 09:41:12 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id DCF0237B400; Fri, 15 Dec 2000 09:41:11 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBFHfBK16829; Fri, 15 Dec 2000 09:41:11 -0800 (PST) Date: Fri, 15 Dec 2000 09:41:11 -0800 From: Alfred Perlstein To: mobile@freebsd.org Cc: n_hibma@freebsd.org, wpaul@freebsd.org Subject: no more broken dongles. :) Message-ID: <20001215094111.N19572@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: bright@fw.wintelcom.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wanted to thank the guys doing USB support, so far I've ruined 3 or 4 pccards by accidentally yanking on the cable and breaking the dongle. I finally decided to buy a USB ethernet card because the connections are a lot stronger. I got the SMC Ez USB, which worked fine when plugged in while the laptop was already up. It works like a charm and even came with a Turbo Linux CD which makes a nice coaster. Thanks for the great work. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 9:55:45 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 09:55:43 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from apollo.ocsny.com (apollo.ocsny.com [204.107.76.2]) by hub.freebsd.org (Postfix) with ESMTP id A8C3337B6A9; Fri, 15 Dec 2000 09:55:41 -0800 (PST) Received: from ocsinternet.com (fw234.ocsny.com [204.107.76.234]) by apollo.ocsny.com (8.9.2/8.9.3) with ESMTP id MAA90171; Fri, 15 Dec 2000 12:55:58 -0500 (EST) Message-ID: <3A3A5A73.B430AC75@ocsinternet.com> Date: Fri, 15 Dec 2000 12:52:51 -0500 From: mikel X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: mobile@FreeBSD.ORG, n_hibma@FreeBSD.ORG, wpaul@FreeBSD.ORG Subject: Re: no more broken dongles. :) References: <20001215094111.N19572@fw.wintelcom.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just curious but what thruput are you getting with it? Alfred Perlstein wrote: > I wanted to thank the guys doing USB support, so far I've ruined > 3 or 4 pccards by accidentally yanking on the cable and breaking > the dongle. I finally decided to buy a USB ethernet card because > the connections are a lot stronger. I got the SMC Ez USB, which > worked fine when plugged in while the laptop was already up. It > works like a charm and even came with a Turbo Linux CD which makes > a nice coaster. > > Thanks for the great work. > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > "I have the heart of a child; I keep it in a jar on my desk." > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 9:59:30 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 09:59:28 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 9547D37B400 for ; Fri, 15 Dec 2000 09:59:28 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eBFHxJv17383; Fri, 15 Dec 2000 09:59:19 -0800 (PST) Date: Fri, 15 Dec 2000 09:59:19 -0800 From: Alfred Perlstein To: mikel Cc: mobile@FreeBSD.ORG Subject: Re: no more broken dongles. :) Message-ID: <20001215095919.O19572@fw.wintelcom.net> References: <20001215094111.N19572@fw.wintelcom.net> <3A3A5A73.B430AC75@ocsinternet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A3A5A73.B430AC75@ocsinternet.com>; from mikel@ocsinternet.com on Fri, Dec 15, 2000 at 12:52:51PM -0500 Sender: bright@fw.wintelcom.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * mikel [001215 09:55] wrote: > Just curious but what thruput are you getting with it? Don't care, it just works. :) The USB max is about 12mb/sec, it's a 10/100 adapter, I guess I'll try some throughput tests when I get a chance. > Alfred Perlstein wrote: > > > I wanted to thank the guys doing USB support, so far I've ruined > > 3 or 4 pccards by accidentally yanking on the cable and breaking > > the dongle. I finally decided to buy a USB ethernet card because > > the connections are a lot stronger. I got the SMC Ez USB, which > > worked fine when plugged in while the laptop was already up. It > > works like a charm and even came with a Turbo Linux CD which makes > > a nice coaster. > > > > Thanks for the great work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 10:28:41 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 10:28:39 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from apollo.ocsny.com (apollo.ocsny.com [204.107.76.2]) by hub.freebsd.org (Postfix) with ESMTP id 92B5937B400 for ; Fri, 15 Dec 2000 10:28:38 -0800 (PST) Received: from ocsinternet.com (fw234.ocsny.com [204.107.76.234]) by apollo.ocsny.com (8.9.2/8.9.3) with ESMTP id NAA91830; Fri, 15 Dec 2000 13:28:49 -0500 (EST) Message-ID: <3A3A6227.92181D79@ocsinternet.com> Date: Fri, 15 Dec 2000 13:25:43 -0500 From: mikel X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: mobile@FreeBSD.ORG Subject: Re: no more broken dongles. :) References: <20001215094111.N19572@fw.wintelcom.net> <3A3A5A73.B430AC75@ocsinternet.com> <20001215095919.O19572@fw.wintelcom.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What's the model number and the retail $? Alfred Perlstein wrote: > * mikel [001215 09:55] wrote: > > Just curious but what thruput are you getting with it? > > Don't care, it just works. :) > > The USB max is about 12mb/sec, it's a 10/100 adapter, I guess I'll > try some throughput tests when I get a chance. > > > Alfred Perlstein wrote: > > > > > I wanted to thank the guys doing USB support, so far I've ruined > > > 3 or 4 pccards by accidentally yanking on the cable and breaking > > > the dongle. I finally decided to buy a USB ethernet card because > > > the connections are a lot stronger. I got the SMC Ez USB, which > > > worked fine when plugged in while the laptop was already up. It > > > works like a charm and even came with a Turbo Linux CD which makes > > > a nice coaster. > > > > > > Thanks for the great work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 11:14:11 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 11:14:10 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from browning.pennasoft.com (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 863D337B400 for ; Fri, 15 Dec 2000 11:14:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by browning.pennasoft.com (8.11.1/8.11.1) with ESMTP id eBFJHIY23778 for ; Fri, 15 Dec 2000 14:17:22 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Fri, 15 Dec 2000 14:17:18 -0500 (EST) From: Chris BeHanna Sender: behanna@zbzoom.net Reply-To: behanna@zbzoom.net To: mobile@freebsd.org Subject: Re: no more broken dongles. :) In-Reply-To: <20001215094111.N19572@fw.wintelcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 15 Dec 2000, Alfred Perlstein wrote: > I wanted to thank the guys doing USB support, so far I've ruined > 3 or 4 pccards by accidentally yanking on the cable and breaking > the dongle. I finally decided to buy a USB ethernet card because > the connections are a lot stronger. I got the SMC Ez USB, which > worked fine when plugged in while the laptop was already up. It > works like a charm and even came with a Turbo Linux CD which makes > a nice coaster. With no slight intended to the USB guys, another alternative is the Linksys Integrated 10/100 card, which has a big honking jack molded onto it with status LEDs. No dongle. It set me back about $60, including shipping. -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 11:20: 7 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 11:20:03 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 32C7837B404 for ; Fri, 15 Dec 2000 11:20:03 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id eBFJK1J17345; Fri, 15 Dec 2000 11:20:01 -0800 (PST) Message-Id: <200012151920.eBFJK1J17345@ptavv.es.net> To: behanna@zbzoom.net Cc: mobile@FreeBSD.ORG Subject: Re: no more broken dongles. :) In-reply-to: Your message of "Fri, 15 Dec 2000 14:17:18 EST." Date: Fri, 15 Dec 2000 11:20:01 -0800 From: "Kevin Oberman" Sender: oberman@ptavv.es.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Date: Fri, 15 Dec 2000 14:17:18 -0500 (EST) > From: Chris BeHanna > Sender: behanna@zbzoom.net > Sender: owner-freebsd-mobile@FreeBSD.ORG > > On Fri, 15 Dec 2000, Alfred Perlstein wrote: > > > I wanted to thank the guys doing USB support, so far I've ruined > > 3 or 4 pccards by accidentally yanking on the cable and breaking > > the dongle. I finally decided to buy a USB ethernet card because > > the connections are a lot stronger. I got the SMC Ez USB, which > > worked fine when plugged in while the laptop was already up. It > > works like a charm and even came with a Turbo Linux CD which makes > > a nice coaster. > > With no slight intended to the USB guys, another alternative is > the Linksys Integrated 10/100 card, which has a big honking jack > molded onto it with status LEDs. No dongle. It set me back about > $60, including shipping. Xircom RealPort is the same. The older 16 bit cards work well. The Ethernet/Modem combo card is the also the only one I'm aware of that actually works with FreeBSD. Note that the RealPort 2 does not work and, of course, the 32 bit cards only work with -current and newcard. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 11:50:31 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 11:50:29 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from browning.pennasoft.com (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 5BA6F37B402 for ; Fri, 15 Dec 2000 11:50:29 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by browning.pennasoft.com (8.11.1/8.11.1) with ESMTP id eBFJrdY23869 for ; Fri, 15 Dec 2000 14:53:43 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Fri, 15 Dec 2000 14:53:39 -0500 (EST) From: Chris BeHanna Sender: behanna@zbzoom.net Reply-To: behanna@zbzoom.net To: mobile@freebsd.org Subject: Re: no more broken dongles. :) In-Reply-To: <200012151920.eBFJK1J17345@ptavv.es.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 15 Dec 2000, Kevin Oberman wrote: > > On Fri, 15 Dec 2000, Alfred Perlstein wrote: > > > > > [...Alfred likes USB ethernet instead of broken dongles...] > > > > With no slight intended to the USB guys, another alternative is > > the Linksys Integrated 10/100 card, which has a big honking jack > > molded onto it with status LEDs. No dongle. It set me back about > > $60, including shipping. > > Xircom RealPort is the same. The older 16 bit cards work well. The > Ethernet/Modem combo card is the also the only one I'm aware of that > actually works with FreeBSD. The nice thing about the Linksys card is that it only consumes one slot (the top slot), leaving the other accessible for another card. -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 12:45:44 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 12:45:42 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 1AAC837B404 for ; Fri, 15 Dec 2000 12:45:42 -0800 (PST) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id MAA18658 for ; Fri, 15 Dec 2000 12:41:45 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id MAA38676 for mobile@FreeBSD.ORG; Fri, 15 Dec 2000 12:40:44 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200012152040.MAA38676@whistle.com> Subject: Re: no more broken dongles. :) In-Reply-To: from Chris BeHanna at "Dec 15, 2000 02:53:39 pm" To: mobile@FreeBSD.ORG Date: Fri, 15 Dec 2000 12:40:44 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris BeHanna writes: | On Fri, 15 Dec 2000, Kevin Oberman wrote: | | > > On Fri, 15 Dec 2000, Alfred Perlstein wrote: | > > | > > > [...Alfred likes USB ethernet instead of broken dongles...] | > > | > > With no slight intended to the USB guys, another alternative is | > > the Linksys Integrated 10/100 card, which has a big honking jack | > > molded onto it with status LEDs. No dongle. It set me back about | > > $60, including shipping. | > | > Xircom RealPort is the same. The older 16 bit cards work well. The | > Ethernet/Modem combo card is the also the only one I'm aware of that | > actually works with FreeBSD. | | The nice thing about the Linksys card is that it only consumes one | slot (the top slot), leaving the other accessible for another card. Unless the other card also has a large blob as well. BTW USB is slow for Ethernet but it more robust as Alfred said and lets you connect up a bunch of them. Just think a 127 node router out of a laptop! Yes slow but sometimes you just have to do things and no I haven't done it. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 16:37:59 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 16:37:58 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E782F37B400; Fri, 15 Dec 2000 16:37:56 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBG0bgs94127; Fri, 15 Dec 2000 17:37:43 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA72762; Fri, 15 Dec 2000 17:37:42 -0700 (MST) Message-Id: <200012160037.RAA72762@harmony.village.org> To: mikel Subject: Re: no more broken dongles. :) Cc: Alfred Perlstein , mobile@FreeBSD.ORG, n_hibma@FreeBSD.ORG, wpaul@FreeBSD.ORG In-reply-to: Your message of "Fri, 15 Dec 2000 12:52:51 EST." <3A3A5A73.B430AC75@ocsinternet.com> References: <3A3A5A73.B430AC75@ocsinternet.com> <20001215094111.N19572@fw.wintelcom.net> Date: Fri, 15 Dec 2000 17:37:42 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A3A5A73.B430AC75@ocsinternet.com> mikel writes: : Just curious but what thruput are you getting with it? I get about 300kB/s with mine. That's with either 10Mbps or 100Mbps. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 16:39: 2 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 16:39:00 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6F75E37B402 for ; Fri, 15 Dec 2000 16:38:58 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBG0cps94137; Fri, 15 Dec 2000 17:38:52 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA72782; Fri, 15 Dec 2000 17:38:51 -0700 (MST) Message-Id: <200012160038.RAA72782@harmony.village.org> To: behanna@zbzoom.net Subject: Re: no more broken dongles. :) Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 15 Dec 2000 14:53:39 EST." References: Date: Fri, 15 Dec 2000 17:38:51 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Chris BeHanna writes: : The nice thing about the Linksys card is that it only consumes one : slot (the top slot), leaving the other accessible for another card. I'm very happy with the 3C656 that I was sent. Nice XJack card... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 16:49:58 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 16:49:56 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id E8F4737B400; Fri, 15 Dec 2000 16:49:56 -0800 (PST) Subject: Re: no more broken dongles. :) In-Reply-To: <200012160037.RAA72762@harmony.village.org> from Warner Losh at "Dec 15, 2000 05:37:42 pm" To: imp@village.org (Warner Losh) Date: Fri, 15 Dec 2000 16:49:56 -0800 (PST) Cc: mikel@ocsinternet.com, bright@wintelcom.net, mobile@FreeBSD.ORG, n_hibma@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20001216004956.E8F4737B400@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > In message <3A3A5A73.B430AC75@ocsinternet.com> mikel writes: > : Just curious but what thruput are you getting with it? > > I get about 300kB/s with mine. That's with either 10Mbps or 100Mbps. > > Warner > The fastest speed I ever get with a machine that has a UHCI controller (like my laptop) is about 500KB/sec. (That's kilobytes per second.) With an OHCI controller, I was once able to get about 700KB/sec. It's not full ethernet speed, however this pretty much the same performance you get with Lose98/2K using the same hardware. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Dec 15 17: 0:58 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 15 17:00:55 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CF90E37B400; Fri, 15 Dec 2000 17:00:54 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBG10rs94239; Fri, 15 Dec 2000 18:00:53 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA72962; Fri, 15 Dec 2000 18:00:53 -0700 (MST) Message-Id: <200012160100.SAA72962@harmony.village.org> To: wpaul@FreeBSD.ORG (Bill Paul) Subject: Re: no more broken dongles. :) Cc: mikel@ocsinternet.com, bright@wintelcom.net, mobile@FreeBSD.ORG, n_hibma@FreeBSD.ORG In-reply-to: Your message of "Fri, 15 Dec 2000 16:49:56 PST." <20001216004956.E8F4737B400@hub.freebsd.org> References: <20001216004956.E8F4737B400@hub.freebsd.org> Date: Fri, 15 Dec 2000 18:00:53 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001216004956.E8F4737B400@hub.freebsd.org> Bill Paul writes: : The fastest speed I ever get with a machine that has a UHCI controller : (like my laptop) is about 500KB/sec. (That's kilobytes per second.) : With an OHCI controller, I was once able to get about 700KB/sec. : It's not full ethernet speed, however this pretty much the same : performance you get with Lose98/2K using the same hardware. I have a UHCI controller in my laptop and I typically see 300kB/s-400kB/s, usually a lot closer to the 300 end of things. Not great performance, but not too bad. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Dec 16 4:34:13 2000 From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 16 04:34:11 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 1B35E37B400 for ; Sat, 16 Dec 2000 04:34:10 -0800 (PST) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.11.1/8.11.1) with ESMTP id eBGCXC108838; Sat, 16 Dec 2000 12:33:13 GMT (envelope-from noway@nohow.demon.co.uk) Date: Sat, 16 Dec 2000 12:33:11 +0000 (GMT) From: Jose Marques To: Mobile Computer Cc: freebsd-mobile@freebsd.org Subject: Re: PCMCIA 16550A Serial ( Socket i/o card ) In-Reply-To: <200012151734.MAA29631@mailhub.vta.com> Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 15 Dec 2000, Mobile Computer wrote: > Fri Dec 15 11:59:19 EST 2000 > > www.socketcom.com ? I asked about the same card a few months ago. I received the following reply from Tatsumi Hosokawa. I bought a Silicom card and it had the same problem when I first used it. However, since FreeBSD 4.1 or thereabouts it no longer works at all (it gets recognised as an 8250 and my L70 crashes when an attempt is made to use the serial port). -8<- cut here ---- I'm using this card with following entry. card "Socket" "Serial Port Card Rev 2.3" config 0x15 "sio2" ? insert logger -t pccard:$device -s Socket Serial card inserted remove logger -t pccard:$device -s Socket Serial card removed But it frequently fails in reading CIS tupples on my laptop. It's very unuseful problem and I haven't find the exact reason of this problem. -8<- cut here ---- -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Dec 16 7:34:20 2000 From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 16 07:34:19 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-99.zoominternet.net [24.154.28.99]) by hub.freebsd.org (Postfix) with ESMTP id 95EE637B400 for ; Sat, 16 Dec 2000 07:34:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id eBGFZBe81929 for ; Sat, 16 Dec 2000 10:35:12 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Sat, 16 Dec 2000 10:35:11 -0500 (EST) From: Chris BeHanna Sender: behanna@zbzoom.net Reply-To: behanna@zbzoom.net To: mobile@freebsd.org Subject: Re: no more broken dongles. :) In-Reply-To: <200012160038.RAA72782@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 15 Dec 2000, Warner Losh wrote: > In message Chris BeHanna writes: > : The nice thing about the Linksys card is that it only consumes one > : slot (the top slot), leaving the other accessible for another card. > > I'm very happy with the 3C656 that I was sent. Nice XJack card... I always thought XJacks looked fragile, but I'll defer to those with experience with them. -- Chris BeHanna Software Engineer behanna@bogus.zbzoom.net Remove "bogus" before responding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Dec 16 14:52:21 2000 From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 16 14:52:20 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 45C8337B400 for ; Sat, 16 Dec 2000 14:52:19 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBGMqIs00177; Sat, 16 Dec 2000 15:52:18 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA80393; Sat, 16 Dec 2000 15:52:17 -0700 (MST) Message-Id: <200012162252.PAA80393@harmony.village.org> To: behanna@zbzoom.net Subject: Re: no more broken dongles. :) Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 16 Dec 2000 10:35:11 EST." References: Date: Sat, 16 Dec 2000 15:52:17 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Chris BeHanna writes: : On Fri, 15 Dec 2000, Warner Losh wrote: : : > In message Chris BeHanna writes: : > : The nice thing about the Linksys card is that it only consumes one : > : slot (the top slot), leaving the other accessible for another card. : > : > I'm very happy with the 3C656 that I was sent. Nice XJack card... : : I always thought XJacks looked fragile, but I'll defer to those : with experience with them. The older XJacks are a little on the fragile side. The 656 is a tank in comparison. But I'm not 100% sure since my 656 arrived in two parts and I've not glued it back together yet. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message