From owner-freebsd-mobile Sun Jul 14 0:48:39 2002 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 9E9FA37B400 for ; Sun, 14 Jul 2002 00:48:37 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEF743E31 for ; Sun, 14 Jul 2002 00:48:36 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6E7mY1f000450 for ; Sun, 14 Jul 2002 01:48:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 14 Jul 2002 01:47:40 -0600 (MDT) Message-Id: <20020714.014740.124673812.imp@bsdimp.com> To: mobile@freebsd.org Subject: A last patch to OLDCARD? From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have another patch to OLDCARD. It does the follwoing things: 1) eliminates the stupid ISA/PCI function routing workarounds now that the power bug has been fixed. 2) Tries to add support for CL-PD6729 routing via PCI interrupts. I've not tested this yet, so maybe it won't work. Maybe I've miseed some registers that are required. 3) Better verbage on the tunable docs. 4) Turn off the slot on boot to be safe. 5) Reduces the range of memory that we'll try to a known safe one. 6) Fixed some comments. http://people.freebsd.org/~imp/oldcard-misc.20020713 comments? Warner P.S. There's at least one relevant patch from nomads that I need to integrate into my tree. However, I'm trying to clear the decks for code changes to OLDCARD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 1:21: 6 2002 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 EC37D37B400 for ; Sun, 14 Jul 2002 01:21:00 -0700 (PDT) Received: from itworks.com.au (dsl-210-15-243-184.Melbourne.netspace.net.au [210.15.243.184]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C1F343E4A for ; Sun, 14 Jul 2002 01:20:59 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: (qmail 856 invoked from network); 14 Jul 2002 08:21:42 -0000 Received: from unknown (HELO bugs) (192.168.1.100) by chip.gav.itworks.com.au with SMTP; 14 Jul 2002 08:21:42 -0000 Message-ID: <02f701c22b0f$5dccc580$6401a8c0@bugs> From: "Gavin Cameron" To: Subject: Fw: Netgear MA401 wireless cards Date: Sun, 14 Jul 2002 18:20:51 +1000 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.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, Can someone tell me whether a constant stream of these debug messages is correct if the wi driver is put into debug mode. > Jul 11 11:01:24 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:24 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:24 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:25 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:25 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:25 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:27 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:27 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:27 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:32 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:32 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s These messages will go on forever. I have the following options in my kernel config file options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output Is it the WlDEBUG that is causing the messages? Should I turn this option off to get more meaningful debug messages? Also, the problem I raised with the wi interface debug mode and channel changes is still happening after a cvsup, kernel rebuild and reboot. Cheers Gavin ----- Original Message ----- From: "Gavin Cameron" To: "M. Warner Losh" Cc: Sent: Thursday, July 11, 2002 11:05 AM Subject: Re: Netgear MA401 wireless cards > Warner, > > I'll do as you suggested bit by bit. > > > > > Turn on wi0 debug (ifconfig wi0 debug) and let me know what you see. > > You should see some initial traffic while it associates, then you > > shouldn't see any additional output at all, except maybe the odd > > message about discarding traffic for some MAC addresses. > > > > I turned on debug and here's what I get. > > Jul 11 11:01:24 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:24 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:24 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:25 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:25 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:25 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:27 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:27 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:27 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:32 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:32 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:32 chip /kernel: wihap_auth_req: returns status=0x0 > Jul 11 11:01:33 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > Jul 11 11:01:33 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s > eq=0x1 > Jul 11 11:01:33 chip /kernel: wihap_auth_req: returns status=0x0 > > > It's been doing that since I turned on debug. Do these messages show something > that needs changing/tweaking? > > I'll play around with the channels when I get home. > > Thanks > Gavin > > > 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 Sun Jul 14 3:47:48 2002 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 817F437B400 for ; Sun, 14 Jul 2002 03:47:47 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FCA43E42 for ; Sun, 14 Jul 2002 03:47:46 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id MAA04081 for freebsd-mobile@freebsd.org; Sun, 14 Jul 2002 12:47:51 +0200 Date: Sun, 14 Jul 2002 12:47:51 +0200 From: Christoph Kukulies Message-Id: <200207141047.MAA04081@accms33.physik.rwth-aachen.de> To: freebsd-mobile@freebsd.org Subject: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I tried to do an upgrade of my 4.5 installation on a Dell Inspiron 8000. I have a 3.8 GB partition as the only FreeBSD (/) partition (ads03) and when it comes to media mounting I get something like "cannot mount /devacd0d on /dist" - directory not found. (I believe it's something like that). Anyone else seeing this? -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 5:27:27 2002 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 D730437B400 for ; Sun, 14 Jul 2002 05:27:25 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF71943E6D for ; Sun, 14 Jul 2002 05:27:24 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id OAA04361; Sun, 14 Jul 2002 14:26:33 +0200 Date: Sun, 14 Jul 2002 14:26:33 +0200 From: Christoph Kukulies To: Christoph Kukulies Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 Message-ID: <20020714142633.A4349@gilberto.physik.rwth-aachen.de> References: <200207141047.MAA04081@accms33.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200207141047.MAA04081@accms33.physik.rwth-aachen.de>; from kuku@accms33.physik.rwth-aachen.de on Sun, Jul 14, 2002 at 12:47:51PM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 14, 2002 at 12:47:51PM +0200, Christoph Kukulies wrote: > I tried to do an upgrade of my 4.5 installation on a Dell Inspiron 8000. > I have a 3.8 GB partition as the only FreeBSD (/) partition > (ads03) and when it comes to media mounting I get something like > "cannot mount /devacd0d on /dist" - directory not found. > (I believe it's something like that). > To be precise, it is Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) in an alert box of the sysinstall text GUI. It happens on an Upgrade as well as on a new install. > Anyone else seeing this? > > > -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 8: 2:43 2002 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 6550837B400 for ; Sun, 14 Jul 2002 08:02:41 -0700 (PDT) Received: from mpool.solaris.ru (mpool.solaris.ru [194.85.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C3F43E70 for ; Sun, 14 Jul 2002 08:02:40 -0700 (PDT) (envelope-from kirill@mpool.solaris.ru) Received: (from kirill@localhost) by mpool.solaris.ru (8.9.3/8.9.3) id TAA93686; Sun, 14 Jul 2002 19:01:49 +0400 (MSD) Date: Sun, 14 Jul 2002 19:01:49 +0400 From: Kirill Bezzubets To: Christoph Kukulies Cc: freebsd-mobile@freebsd.org Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 Message-ID: <20020714190148.A92810@solaris.ru> References: <200207141047.MAA04081@accms33.physik.rwth-aachen.de> <20020714142633.A4349@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020714142633.A4349@gilberto.physik.rwth-aachen.de>; from kuku@accms33.physik.rwth-aachen.de on Sun, Jul 14, 2002 at 02:26:33PM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 14, 2002 at 02:26:33PM +0200, Christoph Kukulies wrote: > > To be precise, > it is > > Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) > > in an alert box of the sysinstall text GUI. > > It happens on an Upgrade as well as on a new install. > > > Anyone else seeing this? > > Are you sure there's "/dist" exist in your filesystem? It is neccessary mount point to perform install/upgrade. -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 10: 9:47 2002 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 57A6A37B401 for ; Sun, 14 Jul 2002 10:09:45 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F4E43E77 for ; Sun, 14 Jul 2002 10:09:44 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id TAA05252; Sun, 14 Jul 2002 19:08:51 +0200 Date: Sun, 14 Jul 2002 19:08:51 +0200 From: Christoph Kukulies To: Kirill Bezzubets Cc: Christoph Kukulies , freebsd-mobile@freebsd.org Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 Message-ID: <20020714190851.A5235@gilberto.physik.rwth-aachen.de> References: <200207141047.MAA04081@accms33.physik.rwth-aachen.de> <20020714142633.A4349@gilberto.physik.rwth-aachen.de> <20020714190148.A92810@solaris.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020714190148.A92810@solaris.ru>; from kirill@solaris.ru on Sun, Jul 14, 2002 at 07:01:49PM +0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 14, 2002 at 07:01:49PM +0400, Kirill Bezzubets wrote: > On Sun, Jul 14, 2002 at 02:26:33PM +0200, Christoph Kukulies wrote: > > > > > To be precise, > > it is > > > > Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) > > > > in an alert box of the sysinstall text GUI. > > > > It happens on an Upgrade as well as on a new install. > > > > > Anyone else seeing this? > > > > > Are you sure there's "/dist" exist in your filesystem? > It is neccessary mount point to perform install/upgrade. Yes, it exists, that's for sure. And it's directory. -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 11:28: 5 2002 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 13D1037B400 for ; Sun, 14 Jul 2002 11:28:03 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A09843E31 for ; Sun, 14 Jul 2002 11:27:58 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6EIRp1f002629; Sun, 14 Jul 2002 12:27:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 14 Jul 2002 12:26:50 -0600 (MDT) Message-Id: <20020714.122650.57973375.imp@bsdimp.com> To: gavin@itworks.com.au Cc: mobile@FreeBSD.ORG Subject: Re: Netgear MA401 wireless cards From: "M. Warner Losh" In-Reply-To: <02f701c22b0f$5dccc580$6401a8c0@bugs> References: <02f701c22b0f$5dccc580$6401a8c0@bugs> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <02f701c22b0f$5dccc580$6401a8c0@bugs> "Gavin Cameron" writes: : Can someone tell me whether a constant stream of these debug messages is : correct if the wi driver is put into debug mode. Yes. It is. : > Jul 11 11:01:24 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: : > Jul 11 11:01:24 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 : algo=0x0 s : > eq=0x1 : > Jul 11 11:01:24 chip /kernel: wihap_auth_req: returns status=0x0 : > Jul 11 11:01:25 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: : > Jul 11 11:01:25 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 : algo=0x0 s : > eq=0x1 : > Jul 11 11:01:25 chip /kernel: wihap_auth_req: returns status=0x0 : > Jul 11 11:01:27 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: : > Jul 11 11:01:27 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 : algo=0x0 s : > eq=0x1 : > Jul 11 11:01:27 chip /kernel: wihap_auth_req: returns status=0x0 : > Jul 11 11:01:32 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: : > Jul 11 11:01:32 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 : algo=0x0 s : : These messages will go on forever. Although them happening every few seconds does seem a little excessive. I'd expect the auth messages to be happening on the order of once a minute. : I have the following options in my kernel config file : : options WLCACHE # enables the signal-strength cache : options WLDEBUG # enables verbose debugging output : : Is it the WlDEBUG that is causing the messages? Should I turn this option : off to get more meaningful debug messages? These are for a different driver and will have no effect. : Also, the problem I raised with the wi interface debug mode and channel : changes : is still happening after a cvsup, kernel rebuild and reboot. Likely something subtle here. I don't change channels when I'm debugging. Debug mode is designed only to track down problems with the mgmt messages, not as a general purpose tool that's bullet proof :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 11:29:32 2002 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 3F76537B400 for ; Sun, 14 Jul 2002 11:29:31 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F43543E58 for ; Sun, 14 Jul 2002 11:29:30 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6EITK1f002638; Sun, 14 Jul 2002 12:29:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 14 Jul 2002 12:28:19 -0600 (MDT) Message-Id: <20020714.122819.29173777.imp@bsdimp.com> To: kuku@accms33.physik.rwth-aachen.de Cc: kirill@solaris.ru, freebsd-mobile@FreeBSD.ORG Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 From: "M. Warner Losh" In-Reply-To: <20020714190851.A5235@gilberto.physik.rwth-aachen.de> References: <20020714142633.A4349@gilberto.physik.rwth-aachen.de> <20020714190148.A92810@solaris.ru> <20020714190851.A5235@gilberto.physik.rwth-aachen.de> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020714190851.A5235@gilberto.physik.rwth-aachen.de> Christoph Kukulies writes: : > > Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) ... : > Are you sure there's "/dist" exist in your filesystem? : > It is neccessary mount point to perform install/upgrade. : : Yes, it exists, that's for sure. And it's directory. Hey Kuku! What does dmesg say? Is there a acd0 listed? Do you have a /dev/acd0c in your /dev tree? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 11:55:52 2002 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 A53AE37B400 for ; Sun, 14 Jul 2002 11:55:49 -0700 (PDT) Received: from vaio.aviaport.ru (dialup-h.aviaport.ru [217.69.199.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B18E43E42 for ; Sun, 14 Jul 2002 11:55:13 -0700 (PDT) (envelope-from juriy@vaio.aviaport.ru) Received: by vaio.aviaport.ru (Postfix, from userid 1001) id AF9BEE2B04; Sun, 14 Jul 2002 22:53:54 +0400 (MSD) Date: Sun, 14 Jul 2002 22:53:54 +0400 From: Juriy Goloveshkin To: "M. Warner Losh" Cc: freebsd-mobile@freebsd.org Subject: Re: A last patch to OLDCARD? Message-ID: <20020714185354.GA8300@aviaport.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I see it's time to migrate from OLDCARD to NEWCARD. yes? do you have any papers, which explain process of migration? 1. rebuild the kernel 2. pccardd is no more required. yes? I've tried to play with NEWCARD on VAIO Z505 with Ricoh RL5C475 PCI-CardBus Bridge. it's strange: when I put in a modem card(not a card bus device) the kernel panics. With FlashCard(not a card bus device) kernel sees the card, but /dev/ad* device is not appear. If itsn't good, I can give you more specific infos. :) -- 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 Sun Jul 14 12: 6:28 2002 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 F40A437B400 for ; Sun, 14 Jul 2002 12:06:25 -0700 (PDT) Received: from web21108.mail.yahoo.com (web21108.mail.yahoo.com [216.136.227.110]) by mx1.FreeBSD.org (Postfix) with SMTP id B02D743E4A for ; Sun, 14 Jul 2002 12:06:25 -0700 (PDT) (envelope-from geekvinod@yahoo.com) Message-ID: <20020714190625.79562.qmail@web21108.mail.yahoo.com> Received: from [152.15.26.29] by web21108.mail.yahoo.com via HTTP; Sun, 14 Jul 2002 12:06:25 PDT Date: Sun, 14 Jul 2002 12:06:25 -0700 (PDT) From: Vinod Subject: wi TX rate mechanism To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there all.I had a question about the wi TX mechanism. I have observed that sometimes the TX rate of my wi card fluctuates between 11Mbps, 6Mbps and 2Mbps.Why does this happen? if its due to interference why should the TX rate be affected?shouldnt just the receiving station be affected? Was wondering if the receiving station tells the sender to slow down.does it? Another question i had is about the throughput i get and what the wicontrol command shows my TX rate is. I have seen that i get about 5Mbps throughput when the TX rate is shown to be 11Mbps.so can i assume i will always get about 5Mbps when wicontrol shows the rate to be 11Mbps? if i start getting lesser throughput then will wicontrol also be showing a lesser TX rate like 6Mbps or 2Mbps ? What i mean in short is will wicontrol automatically show smaller TX rates at the sender when my receiver throughput falls.this is related to my first question actually. Thanks in advance, Vinod __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 12:15:17 2002 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 8FE5A37B400 for ; Sun, 14 Jul 2002 12:15:15 -0700 (PDT) Received: from mpool.solaris.ru (mpool.solaris.ru [194.85.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8F443E5E for ; Sun, 14 Jul 2002 12:15:14 -0700 (PDT) (envelope-from kirill@mpool.solaris.ru) Received: (from kirill@localhost) by mpool.solaris.ru (8.9.3/8.9.3) id XAA12759 for freebsd-mobile@freebsd.org; Sun, 14 Jul 2002 23:15:13 +0400 (MSD) Date: Sun, 14 Jul 2002 23:15:12 +0400 From: Kirill Bezzubets To: freebsd-mobile@freebsd.org Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 Message-ID: <20020714231512.A92930@solaris.ru> References: <20020714142633.A4349@gilberto.physik.rwth-aachen.de> <20020714190148.A92810@solaris.ru> <20020714190851.A5235@gilberto.physik.rwth-aachen.de> <20020714.122819.29173777.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020714.122819.29173777.imp@bsdimp.com>; from imp@bsdimp.com on Sun, Jul 14, 2002 at 12:28:19PM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 14, 2002 at 12:28:19PM -0600, M. Warner Losh wrote: > In message: <20020714190851.A5235@gilberto.physik.rwth-aachen.de> > Christoph Kukulies writes: > : > > Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) > ... > : > Are you sure there's "/dist" exist in your filesystem? > : > It is neccessary mount point to perform install/upgrade. > : > : Yes, it exists, that's for sure. And it's directory. > > Hey Kuku! What does dmesg say? Is there a acd0 listed? Do you have > a /dev/acd0c in your /dev tree? > Once again, what dmesg says (preferable booting kernel -v), and what does "mount_cd9660 -v /dev/acd0c /cdrom" do? I mean manual mount. If it works, is mounting manually at "/dist" fails or not? -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 14:18: 0 2002 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 BF9A537B400 for ; Sun, 14 Jul 2002 14:17:56 -0700 (PDT) Received: from ip134-053-211-055.s211.muohio.edu (ip134-053-131-078.s131.muohio.edu [134.53.131.78]) by mx1.FreeBSD.org (Postfix) with SMTP id DC60743E31 for ; Sun, 14 Jul 2002 14:17:55 -0700 (PDT) (envelope-from w@muc.muohio.edu) Received: (qmail 52750 invoked by uid 1000); 14 Jul 2002 21:17:50 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Jul 2002 21:17:50 -0000 Date: Sun, 14 Jul 2002 17:17:50 -0400 (EDT) From: Tony Chang X-X-Sender: w@ip134-053-131-078.s131.muohio.edu To: freebsd-mobile@freebsd.org Subject: usb controllers In-Reply-To: <20020710184136.U15934-100000@precipice.4gh.net> Message-ID: <20020714165022.A52661-100000@ip134-053-131-078.s131.muohio.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have three USB controllers on my laptop, one on the left side of the system, one on the right, and one for the base station which has two usb ports when I dock. I think the USB controller for the base station is causing problems on my system and I was wondering if I could disable just that USB controller while leaving the other two running. When I compile USB into the kernel, I get error messages saying: "usb0: host controller halted" about once every two seconds. If I don't compile USB into the kernel and instead let usbd automatically load the kernel module, I get no error messages and my USB mouse works without any problems on the two USB ports on the laptop. However, it doesn't register when I plug it into the USB ports on the media base. From dmesg: uhci0: port 0x8c80-0x8c9f irq 10 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x8ca0-0x8cbf irq 11 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x8cc0-0x8cdf irq 11 at device 29.2 on pci0 uhci2: (New UHCI DeviceId=0x24878086) usb2: on uhci2 usb2: USB revision 1.0 uhub2: (0x24878086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered Any ideas on how to selectively tell the system to start a usb controller but not to start another? Thanks, Tony ---------- http://www.aypwip.org "I'm always content. I am what I am, no matter how I got that way." --Human from Xenocide by Orson Scott Card To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 15: 9:59 2002 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 D57E637B400 for ; Sun, 14 Jul 2002 15:09:56 -0700 (PDT) Received: from dmlb.org (pc1-cmbg2-6-cust106.cam.cable.ntl.com [80.4.4.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607AB43E31 for ; Sun, 14 Jul 2002 15:09:56 -0700 (PDT) (envelope-from dmlb@dmlb.org) Received: from slave.my.domain ([192.168.200.39]) by dmlb.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 17TrYw-000Axz-00; Sun, 14 Jul 2002 23:09:54 +0100 Received: from dmlb by slave.my.domain with local (Exim 3.36 #1) id 17TrYw-0008cH-00; Sun, 14 Jul 2002 23:09:54 +0100 Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020714190625.79562.qmail@web21108.mail.yahoo.com> Date: Sun, 14 Jul 2002 23:09:54 +0100 (BST) From: Duncan Barclay To: Vinod Subject: Re: wi TX rate mechanism Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 14-Jul-2002 Vinod wrote: > Hi there all.I had a question about the wi TX > mechanism. I have observed that sometimes the TX rate > of my wi card fluctuates between 11Mbps, 6Mbps and > 2Mbps.Why does this happen? > if its due to interference why should the TX rate be > affected?shouldnt just the receiving station be > affected? > Was wondering if the receiving station tells the > sender to slow down.does it? 802.11 has automatic rate throttling in the MAC (medium access controller). The firmware in the card will initally try to send a packet at the highest rate supported by the BSS. If the TX does not receive and acknowledgement in a given time, it will fall back to lower rates because lower rates have a better chance of being received when the received signal is corrupted by interference and noise. The mechanism is "independent" of the receiver, in that the TX makes all the decesions based on whether it gets acks. > Another question i had is about the throughput i get > and what the wicontrol command shows my TX rate is. > I have seen that i get about 5Mbps throughput when the > TX rate is shown to be 11Mbps.so can i assume i will > always get about 5Mbps when wicontrol shows the rate > to be 11Mbps? if i start getting lesser throughput > then will wicontrol also be showing a lesser TX rate > like 6Mbps or 2Mbps ? What i mean in short is will > wicontrol automatically show smaller TX rates at the > sender when my receiver throughput falls.this is > related to my first question actually. > Thanks in advance, > Vinod When using an access point (infrastructure) all traffic from station to station must go through the AP. I.e. sta1 -> ap, ap->sta2. This essentially halves the system through put compared with the on air bit rate. Using ad-hoc networks removes this and you get close to the on air rate. Duncan -- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 15:45:32 2002 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 8ACF737B401 for ; Sun, 14 Jul 2002 15:45:30 -0700 (PDT) Received: from itworks.com.au (dsl-210-15-242-36.Melbourne.netspace.net.au [210.15.242.36]) by mx1.FreeBSD.org (Postfix) with SMTP id ECF6A43E31 for ; Sun, 14 Jul 2002 15:45:28 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: (qmail 8656 invoked from network); 14 Jul 2002 22:46:15 -0000 Received: from unknown (HELO dale) (192.168.2.2) by chip.gav.itworks.com.au with SMTP; 14 Jul 2002 22:46:15 -0000 Message-ID: <013401c22b88$1032b360$0202a8c0@dale> From: "Gavin Cameron" To: "M. Warner Losh" Cc: References: <02f701c22b0f$5dccc580$6401a8c0@bugs> <20020714.122650.57973375.imp@bsdimp.com> Subject: Re: Netgear MA401 wireless cards Date: Mon, 15 Jul 2002 08:44:47 +1000 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > : > eq=0x1 > : > Jul 11 11:01:25 chip /kernel: wihap_auth_req: returns status=0x0 > : > Jul 11 11:01:27 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > : > Jul 11 11:01:27 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 > : algo=0x0 s > : > eq=0x1 > : > Jul 11 11:01:27 chip /kernel: wihap_auth_req: returns status=0x0 > : > Jul 11 11:01:32 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth: > : > Jul 11 11:01:32 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 > : algo=0x0 s > : > : These messages will go on forever. > > Although them happening every few seconds does seem a little > excessive. I'd expect the auth messages to be happening on the order > of once a minute. > Do you have any idea why they would be happening with such rapidity? Or what problem this points to. Is it something I should raise with Netgear? The firmware on my cards is wi0: Intersil Firmware: Primary 1.00.07, Station 1.03.06 Cheers Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 16:37:54 2002 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 E227F37B400 for ; Sun, 14 Jul 2002 16:37:52 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2657643E31 for ; Sun, 14 Jul 2002 16:37:52 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6ENbj1f003834; Sun, 14 Jul 2002 17:37:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 14 Jul 2002 17:37:29 -0600 (MDT) Message-Id: <20020714.173729.55199580.imp@bsdimp.com> To: geekvinod@yahoo.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: wi TX rate mechanism From: "M. Warner Losh" In-Reply-To: <20020714190625.79562.qmail@web21108.mail.yahoo.com> References: <20020714190625.79562.qmail@web21108.mail.yahoo.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020714190625.79562.qmail@web21108.mail.yahoo.com> Vinod writes: : Hi there all.I had a question about the wi TX : mechanism. I have observed that sometimes the TX rate : of my wi card fluctuates between 11Mbps, 6Mbps and : 2Mbps.Why does this happen? Shit happens :-). It does this because singal strength fluxuates, and other factors I've not been able to entirely understand. : if its due to interference why should the TX rate be : affected?shouldnt just the receiving station be : affected? No, both ends have to agree on how they are talking to the other end. That negotiation is done at a very low level. : Was wondering if the receiving station tells the : sender to slow down.does it? Yes. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 18:18:19 2002 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 108F637B400; Sun, 14 Jul 2002 18:18:15 -0700 (PDT) Received: from reason.levels.unisa.edu.au (reason.levels.unisa.edu.au [130.220.33.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A7B43E42; Sun, 14 Jul 2002 18:18:13 -0700 (PDT) (envelope-from cisbjc@cs.unisa.edu.au) Received: from cs.unisa.edu.au (cis202068.levels.unisa.edu.au [130.220.37.202]) by reason.levels.unisa.edu.au (8.9.3/8.9.3) with ESMTP id KAA07340; Mon, 15 Jul 2002 10:47:54 +0930 (CST) Message-ID: <3D3221A8.4010403@cs.unisa.edu.au> Date: Mon, 15 Jul 2002 10:43:12 +0930 From: Benjamin Close User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Bezzubets Cc: freebsd-mobile@FreeBSD.ORG, sos@FreeBSD.ORG, "Greg 'groggy' Lehey" Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 References: <20020714142633.A4349@gilberto.physik.rwth-aachen.de> <20020714190148.A92810@solaris.ru> <20020714190851.A5235@gilberto.physik.rwth-aachen.de> <20020714.122819.29173777.imp@bsdimp.com> <20020714231512.A92930@solaris.ru> X-Enigmail-Version: 0.49.5.0 Content-Type: multipart/mixed; boundary="------------010603060100090607020708" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------010603060100090607020708 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Kirill Bezzubets wrote: >On Sun, Jul 14, 2002 at 12:28:19PM -0600, M. Warner Losh wrote: > > > >>In message: <20020714190851.A5235@gilberto.physik.rwth-aachen.de> >> Christoph Kukulies writes: >>: > > Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) >>... >>: > Are you sure there's "/dist" exist in your filesystem? >>: > It is neccessary mount point to perform install/upgrade. >>: >>: Yes, it exists, that's for sure. And it's directory. >> >>Hey Kuku! What does dmesg say? Is there a acd0 listed? Do you have >>a /dev/acd0c in your /dev tree? >> >> >> > >Once again, what dmesg says (preferable booting kernel -v), >and what does "mount_cd9660 -v /dev/acd0c /cdrom" do? I mean manual mount. >If it works, is mounting manually at "/dist" fails or not? > > > I have a very similar problem where acd0 is not detected without a kernel patch either on 4.6 or -current on an early Dell i8000. I tracked the problem down to reading the status registers on the drive. If they are read out of order, after issuing a status command the drive will return corrupt data from the later registers. The ata spec does not define what order the registers should be read in hence either way *should* work. So it appears to be a firmware bug in the drive. However, I think reading the registers in order makes a lot of sense. The patch (against -current), submitted to sos a number of times, but seemingly ignored is attached. Without it I have no cdrom drive with it I get: Jul 8 16:15:34 draco kernel: acd0: DVD-ROM at ata0-slave UDMA33 It truely would be nice if this was integrated into the kernel as I hate having to patch it every time. Cheers, Benjamin -- 3D Research Associate +61 8 8302 3669 School of Computer and Information Science Room D1-07, Levels Campus University of South Australia Mawson Lakes Blvd. Benjamin.Close@cs.unisa.edu.au South Australia, 5095 F00D C83D 5F7E 5561 DF91 B74D E602 CAA3 4842 B5B4 --------------010603060100090607020708 Content-Type: text/plain; name="cdromPatch.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cdromPatch.diff" --- ata-all.c Sun Jun 9 07:03:42 2002 +++ ata-all.c.new Fri May 31 09:17:55 2002 @@ -755,11 +755,13 @@ if (stat0 & ATA_S_BUSY) { ATA_OUTB(ch->r_io, ATA_DRIVE, ATA_D_IBM | ATA_MASTER); DELAY(10); + /* Check the registers in the order defined in the standard + some drives corrupt earlier registers if they are not read + before later registers */ + lsb = ATA_INB(ch->r_io, ATA_CYL_LSB); + msb = ATA_INB(ch->r_io, ATA_CYL_MSB); stat0 = ATA_INB(ch->r_io, ATA_STATUS); if (!(stat0 & ATA_S_BUSY)) { - /* check for ATAPI signature while its still there */ - lsb = ATA_INB(ch->r_io, ATA_CYL_LSB); - msb = ATA_INB(ch->r_io, ATA_CYL_MSB); if (bootverbose) ata_printf(ch, ATA_MASTER, "ATAPI %02x %02x\n", lsb, msb); if (lsb == ATAPI_MAGIC_LSB && msb == ATAPI_MAGIC_MSB) @@ -769,11 +771,13 @@ if (stat1 & ATA_S_BUSY) { ATA_OUTB(ch->r_io, ATA_DRIVE, ATA_D_IBM | ATA_SLAVE); DELAY(10); + /* Check the registers in the order defined in the standard + some drives corrupt earlier registers if they are not read + before later registers */ + lsb = ATA_INB(ch->r_io, ATA_CYL_LSB); + msb = ATA_INB(ch->r_io, ATA_CYL_MSB); stat1 = ATA_INB(ch->r_io, ATA_STATUS); if (!(stat1 & ATA_S_BUSY)) { - /* check for ATAPI signature while its still there */ - lsb = ATA_INB(ch->r_io, ATA_CYL_LSB); - msb = ATA_INB(ch->r_io, ATA_CYL_MSB); if (bootverbose) ata_printf(ch, ATA_SLAVE, "ATAPI %02x %02x\n", lsb, msb); if (lsb == ATAPI_MAGIC_LSB && msb == ATAPI_MAGIC_MSB) --------------010603060100090607020708-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 19:18:40 2002 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 E91DA37B400 for ; Sun, 14 Jul 2002 19:18:38 -0700 (PDT) Received: from reason.levels.unisa.edu.au (reason.levels.unisa.edu.au [130.220.33.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA57643E64 for ; Sun, 14 Jul 2002 19:18:37 -0700 (PDT) (envelope-from cisbjc@cs.unisa.edu.au) Received: from cs.unisa.edu.au (cis202068.levels.unisa.edu.au [130.220.37.202]) by reason.levels.unisa.edu.au (8.9.3/8.9.3) with ESMTP id LAA02031 for ; Mon, 15 Jul 2002 11:48:36 +0930 (CST) Message-ID: <3D322FE2.6050807@cs.unisa.edu.au> Date: Mon, 15 Jul 2002 11:43:54 +0930 From: Benjamin Close User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile Subject: NEWCARD status X-Enigmail-Version: 0.49.5.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi All, What is the status of NEWCARD support in -current. I'm currently using GENERIC in -current with full success and was wondering if I should jump to NEWCARD to help aid in debugging/problems that may still exist. Thoughts? Cheers, Benjamin -- 3D Research Associate +61 8 8302 3669 School of Computer and Information Science Room D1-07, Levels Campus University of South Australia Mawson Lakes Blvd. Benjamin.Close@cs.unisa.edu.au South Australia, 5095 F00D C83D 5F7E 5561 DF91 B74D E602 CAA3 4842 B5B4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 20:32:40 2002 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 4B24237B400 for ; Sun, 14 Jul 2002 20:32:39 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92EB543E64 for ; Sun, 14 Jul 2002 20:32:38 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6F3WV1f004503; Sun, 14 Jul 2002 21:32:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 14 Jul 2002 21:32:07 -0600 (MDT) Message-Id: <20020714.213207.32175261.imp@bsdimp.com> To: cisbjc@cs.unisa.edu.au Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: NEWCARD status From: "M. Warner Losh" In-Reply-To: <3D322FE2.6050807@cs.unisa.edu.au> References: <3D322FE2.6050807@cs.unisa.edu.au> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <3D322FE2.6050807@cs.unisa.edu.au> Benjamin Close writes: : What is the status of NEWCARD support in -current. Many drivers work, many don't. Laptops that need interrupts routed through bridges don't work with ACPI. Sometimes there are other resource issues too. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 20:42:15 2002 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 3AB0F37B400 for ; Sun, 14 Jul 2002 20:42:14 -0700 (PDT) Received: from arthur.tacni.net (colocateusa.net [64.247.218.8]) by mx1.FreeBSD.org (Postfix) with SMTP id A88C843E58 for ; Sun, 14 Jul 2002 20:42:08 -0700 (PDT) (envelope-from erichz@superhero.org) Received: (qmail 29099 invoked by uid 85); 15 Jul 2002 03:42:48 -0000 Received: from erichz@superhero.org by arthur.tacni.net by uid 81 with qmail-scanner-1.11 (uvscan: v4.1.60/v4200. . Clear:. Processed in 0.342389 secs); 15 Jul 2002 03:42:48 -0000 Received: from unknown (HELO cerebro.superhero.org) (66.169.172.133) by arthur.tacni.net with SMTP; 15 Jul 2002 03:42:48 -0000 Message-Id: <5.1.1.6.0.20020714224145.00b3fe60@mail.superhero.org> X-Sender: erichz@superhero.org@mail.superhero.org X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Sun, 14 Jul 2002 22:42:01 -0500 To: freebsd-mobile@freebsd.org From: Erich Zigler Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org unsubscribe freebsd-mobile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jul 14 23:27:39 2002 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 03C3737B400 for ; Sun, 14 Jul 2002 23:27:36 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6206A43E6E for ; Sun, 14 Jul 2002 23:27:34 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id IAA08034; Mon, 15 Jul 2002 08:26:37 +0200 Date: Mon, 15 Jul 2002 08:26:37 +0200 From: Christoph Kukulies To: "M. Warner Losh" Cc: kuku@accms33.physik.rwth-aachen.de, kirill@solaris.ru, freebsd-mobile@FreeBSD.ORG Subject: Re: 4.6 CDROM cannot mount /dist on Dell Inspiron 8000 Message-ID: <20020715082637.A8006@gilberto.physik.rwth-aachen.de> References: <20020714142633.A4349@gilberto.physik.rwth-aachen.de> <20020714190148.A92810@solaris.ru> <20020714190851.A5235@gilberto.physik.rwth-aachen.de> <20020714.122819.29173777.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020714.122819.29173777.imp@bsdimp.com>; from imp@bsdimp.com on Sun, Jul 14, 2002 at 12:28:19PM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jul 14, 2002 at 12:28:19PM -0600, M. Warner Losh wrote: > In message: <20020714190851.A5235@gilberto.physik.rwth-aachen.de> > Christoph Kukulies writes: > : > > Error mounting /dev/acd0c on /dist: No such file or directory(2) (100%) > ... > : > Are you sure there's "/dist" exist in your filesystem? > : > It is neccessary mount point to perform install/upgrade. > : > : Yes, it exists, that's for sure. And it's directory. > > Hey Kuku! What does dmesg say? Is there a acd0 listed? Do you have > a /dev/acd0c in your /dev tree? I'm not getting that far that I have a shell on VTY 4. So I cannot say. adc0c must be there since it finds the existing FreeBSD partition and does the fsck on it. Later I was able to do a fresh install on a second disk (ad2) which I put in the bay slot. Will try again this afternoon. -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 2:14:26 2002 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 7552737B400 for ; Mon, 15 Jul 2002 02:14:25 -0700 (PDT) Received: from neuromancer.solaris.ru (PPP-c00.solaris.ru [194.85.25.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA1D43E6D for ; Mon, 15 Jul 2002 02:14:22 -0700 (PDT) (envelope-from root@neuromancer.solaris.ru) Received: (from root@localhost) by localhost.solaris.ru (8.11.6/8.11.6) id g6CClkM20162 for freebsd-mobile@FreeBSD.org; Fri, 12 Jul 2002 16:47:46 +0400 (MSD) (envelope-from root) Date: Fri, 12 Jul 2002 16:47:46 +0400 From: Kirill Bezzubets To: freebsd-mobile@FreeBSD.org Subject: Nokia 6210 + birda + gnokii Message-ID: <20020712164746.A20146@neuromancer.solaris.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all! Has anyone got any success to run the set Nokia 6210/ircomm/gnokii via IrDA on FreeBSD? All I've got is AT commands mode. Surely, PPP over GSM is cool, but I would like to use all the capabilities of my Nokia (e.g. Logo change, phonebook import etc). And another, closely related question: does ircomm emulate 9-wire serial link or only 3-wire? -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 2:14:32 2002 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 CE4B337B400 for ; Mon, 15 Jul 2002 02:14:30 -0700 (PDT) Received: from neuromancer.solaris.ru (PPP-c00.solaris.ru [194.85.25.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B28943E3B for ; Mon, 15 Jul 2002 02:14:26 -0700 (PDT) (envelope-from root@neuromancer.solaris.ru) Received: (from root@localhost) by localhost.solaris.ru (8.11.6/8.11.6) id g6CCFED20035; Fri, 12 Jul 2002 16:15:14 +0400 (MSD) (envelope-from root) Date: Fri, 12 Jul 2002 16:15:14 +0400 From: Kirill Bezzubets To: Tuc Cc: freebsd-mobile@FreeBSD.org Subject: Re: Crystal Audio CS4237 - Dell Inspiron 8200 Message-ID: <20020712161514.A20008@neuromancer.solaris.ru> References: <200205152203.SAA03839@heimdall.ttsg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205152203.SAA03839@heimdall.ttsg.com>; from tuc@ttsg.com on Wed, May 15, 2002 at 06:03:56PM -0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 15, 2002 at 06:03:56PM -0400, Tuc wrote: > Hi, > > Wondering if anyone has gotten this to work under 4.5-STABLE? I > can't seem to get it running using either the mss or css... (Actually, can't > get it to compile) > I have Latitude CPi with same sound chip. "cat /dev/sndstat" output: FreeBSD Audio Driver (newpcm) Feb 1 2002 10:55:20 Installed devices: pcm0: at io 0x52c irq 5 drq 1:3 (1p/1r/0v channels duplex) some KERNEL config: # # NEUROMANCER kernel configuration file for FreeBSD/i386 # ... bla-bla-bla... device pcm0 at isa? port 0x52c irq 5 drq 1 flags 0xa613 ... bla-bla-bla... -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 4:26:59 2002 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 78FD937B400 for ; Mon, 15 Jul 2002 04:26:50 -0700 (PDT) Received: from vbook.express.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5312B43E5E for ; Mon, 15 Jul 2002 04:26:49 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova by vbook.express.ru with local (Exim 3.36 #1) id 17U406-0000Lx-00; Mon, 15 Jul 2002 15:26:46 +0400 Subject: Re: Nokia 6210 + birda + gnokii From: "Vladimir B. " Grebenschikov To: Kirill Bezzubets Cc: freebsd-mobile@FreeBSD.org In-Reply-To: <20020712164746.A20146@neuromancer.solaris.ru> References: <20020712164746.A20146@neuromancer.solaris.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 15 Jul 2002 15:26:45 +0400 Message-Id: <1026732406.846.3.camel@vbook.express.ru> Mime-Version: 1.0 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org =F7 Fri, 12.07.2002, =D7 16:47, Kirill Bezzubets =CE=C1=D0=C9=D3=C1=CC: > Hi all! >=20 > Has anyone got any success to run the set Nokia 6210/ircomm/gnokii > via IrDA on FreeBSD? I have look a bit into gnokii source: There are three choises for Connection: Serial/Infrared/IrDA So serial works for my 6210 (not all features) Infrared more or less works with my old 6150 But I can't find any code to work with 6210 via IrDA Somewhere in inet I have seen metion of extended AT* commands to control Nokia phones, but have not tried this. =20 > All I've got is AT commands mode.=20 > Surely, PPP over GSM is cool, but I would like to use all=20 > the capabilities of my Nokia (e.g. Logo change, phonebook import etc). Same problem, I have use DLR3 cable for it. > BR, > Kirill Bezzubets CASE-RIPE CASE-RIPN > Senior Administrator, Technical Department mailto:kirill@solaris.ru > Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru =20 --=20 Vladimir B. Grebenschikov vova@sw.ru, SWsoft, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 6:20:59 2002 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 E39D737B400; Mon, 15 Jul 2002 06:20:53 -0700 (PDT) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EB9A43E31; Mon, 15 Jul 2002 06:20:53 -0700 (PDT) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15666.52258.20053.339128@gs166.sp.cs.cmu.edu> Date: Mon, 15 Jul 2002 09:20:34 -0400 To: freebsd-mobile@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Thinkpad overheating when talking to a D-Link wireless AP X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I noticed that my -STABLE thinkpad X23 gets very hot when talking to a D-LINK DWL900-AP but not to other access points. It will get uncomfortably hot, and the fan would go to high (loud) mode. I have never managed to otherwise get the laptop into this condition no matter how hard I work it, and even when talking to other access points. The heating seems to be correlated with heavy wireless network activity, such as fast web surfing or an xterm showing a buildworld in progress (on a remote machine). If the laptop just sits there, turned on, even with Mozilla and the xterm (silent) open, it will eventually cool down. I get this regardless of how many feet or ceilings there are between me and the access point. I'm usually getting the 11Mb/s speed although it will sometimes negotiate it down to 5.5 or 2. Forcing the card to low speed does not help, either. I've tried to crank the signal strength on the AP up (with ap-utils/ap-atmel), but that didn't help. Now the funny part is that on university campus, where there are many Lucent APs, this never happens. I can use the wireless network for as long as I want, as hard as I can, and it will never put the fan on high. I've also used it outside, so it's not an ambient temperature issue :) The card is a Lucent ORiNOCO silver. Any ideas? Any settings I can tweak to help prevent this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 7: 1:36 2002 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 0FE9537B401 for ; Mon, 15 Jul 2002 07:01:33 -0700 (PDT) Received: from web12901.mail.yahoo.com (web12901.mail.yahoo.com [216.136.174.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 7548E43E6A for ; Mon, 15 Jul 2002 07:01:32 -0700 (PDT) (envelope-from robbakfreebsd@yahoo.co.uk) Message-ID: <20020715140132.70772.qmail@web12901.mail.yahoo.com> Received: from [203.220.189.14] by web12901.mail.yahoo.com via HTTP; Mon, 15 Jul 2002 07:01:32 PDT Date: Mon, 15 Jul 2002 07:01:32 -0700 (PDT) From: robert Backhaus Subject: Re: Thinkpad overheating when talking to a D-Link wireless AP To: Dan Pelleg , freebsd-mobile@freebsd.org Cc: freebsd-questions@freebsd.org In-Reply-To: <15666.52258.20053.339128@gs166.sp.cs.cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I May be on the wrong foot, but are they all logically switches, or are some hubs? I the D-Link is a logical hub, you would be processing many packets, just to see they don't apply. Maybe possible.? --- Dan Pelleg wrote: > > I noticed that my -STABLE thinkpad X23 gets very hot > when talking to a > D-LINK DWL900-AP but not to other access points. It > will get uncomfortably > hot, and the fan would go to high (loud) mode. __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 7:16:44 2002 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 EE56137B400 for ; Mon, 15 Jul 2002 07:16:41 -0700 (PDT) Received: from mpool.solaris.ru (mpool.solaris.ru [194.85.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C7A43E4A for ; Mon, 15 Jul 2002 07:16:40 -0700 (PDT) (envelope-from kirill@mpool.solaris.ru) Received: (from kirill@localhost) by mpool.solaris.ru (8.9.3/8.9.3) id SAA26062; Mon, 15 Jul 2002 18:16:38 +0400 (MSD) Date: Mon, 15 Jul 2002 18:16:37 +0400 From: Kirill Bezzubets To: "Vladimir B. Grebenschikov" Cc: freebsd-mobile@freebsd.org Subject: Re: Nokia 6210 + birda + gnokii Message-ID: <20020715181637.A98555@solaris.ru> References: <20020712164746.A20146@neuromancer.solaris.ru> <1026732406.846.3.camel@vbook.express.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <1026732406.846.3.camel@vbook.express.ru>; from vova@sw.ru on Mon, Jul 15, 2002 at 03:26:45PM +0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 15, 2002 at 03:26:45PM +0400, Vladimir B. Grebenschikov wrote: > ÷ Fri, 12.07.2002, × 16:47, Kirill Bezzubets ÎÁÐÉÓÁÌ: > > I have look a bit into gnokii source: > There are three choises for Connection: > > Serial/Infrared/IrDA > > So serial works for my 6210 (not all features) > > Infrared more or less works with my old 6150 Surely it does, because 61xx use propietary Nokia protocol, not IrDA-based. > > But I can't find any code to work with 6210 via IrDA Hmmm... It's the same as with 7110, but IrDA in gnokii based on Linux PHONET device, which is, as I see, kernel driver. Unfortunately, there's nothing like this in FreeBSD. btw, does anyone know what the plans to include IrDA support in FreeBSD kernel? Any chance to have it in 5.0? And, if you interested in better support of 6210 - try mygnokii - it's another branch of gnokii, source tarballs are placed at ftp.gnokii.com. > Somewhere in inet I have seen metion of extended AT* commands to control > Nokia phones, but have not tried this. Actually, my 6210 have 5.27 firmware, which is buggy - I cannot read phonebook via AT-commands. ;( > > > All I've got is AT commands mode. > > Surely, PPP over GSM is cool, but I would like to use all > > the capabilities of my Nokia (e.g. Logo change, phonebook import etc). > > Same problem, I have use DLR3 cable for it. > > > BR, > > Kirill Bezzubets CASE-RIPE CASE-RIPN > > Senior Administrator, Technical Department mailto:kirill@solaris.ru > > Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru > > -- > Vladimir B. Grebenschikov > vova@sw.ru, SWsoft, Inc. -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 7:43: 4 2002 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 C8BB337B400; Mon, 15 Jul 2002 07:43:01 -0700 (PDT) Received: from gw.pelleg.org (dpelleg.dsl.telerama.com [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D9E43E4A; Mon, 15 Jul 2002 07:43:01 -0700 (PDT) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (LAGS.WV.CS.cmu.edu [128.2.79.125]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id ECB5857F3; Mon, 15 Jul 2002 10:42:55 -0400 (EDT) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id AFE3C52B; Mon, 15 Jul 2002 10:42:50 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15666.57193.675922.101317@gargle.gargle.HOWL> Date: Mon, 15 Jul 2002 10:42:49 -0400 To: robert Backhaus Cc: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Thinkpad overheating when talking to a D-Link wireless AP In-Reply-To: <20020715140132.70772.qmail@web12901.mail.yahoo.com> References: <15666.52258.20053.339128@gs166.sp.cs.cmu.edu> <20020715140132.70772.qmail@web12901.mail.yahoo.com> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org robert Backhaus writes: > I May be on the wrong foot, but are they all logically > switches, or are some hubs? I the D-Link is a logical > hub, you would be processing many packets, just to see > they don't apply. Maybe possible.? Don't think so. The D-LINK does not broadcast any packets other than "mine", and that network is very quiet. This theory is also inconsistent with the fact that the laptop will cool down if I stop using the network. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 11:15:52 2002 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 AFEEF37B400; Mon, 15 Jul 2002 11:15:47 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6C343E58; Mon, 15 Jul 2002 11:15:47 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 8E6D13198E8; Mon, 15 Jul 2002 13:15:49 -0500 (CDT) Date: Mon, 15 Jul 2002 13:15:49 -0500 From: "David W. Chapman Jr." To: robert Backhaus Cc: Dan Pelleg , freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Thinkpad overheating when talking to a D-Link wireless AP Message-ID: <20020715181549.GA90643@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: robert Backhaus , Dan Pelleg , freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org References: <15666.52258.20053.339128@gs166.sp.cs.cmu.edu> <20020715140132.70772.qmail@web12901.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020715140132.70772.qmail@web12901.mail.yahoo.com> X-Operating-System: FreeBSD 4.6-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 15, 2002 at 07:01:32AM -0700, robert Backhaus wrote: > I May be on the wrong foot, but are they all logically > switches, or are some hubs? I the D-Link is a logical > hub, you would be processing many packets, just to see > they don't apply. Maybe possible.? The 900-AP might be a hub, but I believe the 5000AP is supposed to be a switch as it does CSMA/CA instead of /CD would that be a correct assumtion if it does do the CA instead of CD. I'm only vouching for the 5000AP > > I noticed that my -STABLE thinkpad X23 gets very hot > > when talking to a > > D-LINK DWL900-AP but not to other access points. It > > will get uncomfortably > > hot, and the fan would go to high (loud) mode. > -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 11:16:41 2002 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 0F40437B400; Mon, 15 Jul 2002 11:16:36 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7618043E3B; Mon, 15 Jul 2002 11:16:35 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id DBBB63198E8; Mon, 15 Jul 2002 13:16:37 -0500 (CDT) Date: Mon, 15 Jul 2002 13:16:37 -0500 From: "David W. Chapman Jr." To: Dan Pelleg Cc: robert Backhaus , freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Thinkpad overheating when talking to a D-Link wireless AP Message-ID: <20020715181637.GB90643@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Dan Pelleg , robert Backhaus , freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org References: <15666.52258.20053.339128@gs166.sp.cs.cmu.edu> <20020715140132.70772.qmail@web12901.mail.yahoo.com> <15666.57193.675922.101317@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15666.57193.675922.101317@gargle.gargle.HOWL> X-Operating-System: FreeBSD 4.6-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 15, 2002 at 10:42:49AM -0400, Dan Pelleg wrote: > > robert Backhaus writes: > > I May be on the wrong foot, but are they all logically > > switches, or are some hubs? I the D-Link is a logical > > hub, you would be processing many packets, just to see > > they don't apply. Maybe possible.? > > Don't think so. The D-LINK does not broadcast any packets other than > "mine", and that network is very quiet. This theory is also inconsistent > with the fact that the laptop will cool down if I stop using the network. > I've noticed this in windows as well, the card gets very hot. Does the freebsd driver let you change the power settings like you can in windows? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 12:18:52 2002 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 9C75F37B400; Mon, 15 Jul 2002 12:18:48 -0700 (PDT) Received: from gw.pelleg.org (dpelleg.dsl.telerama.com [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA8DA43E64; Mon, 15 Jul 2002 12:18:47 -0700 (PDT) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (LAGS.WV.CS.cmu.edu [128.2.79.125]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id B87C457E0; Mon, 15 Jul 2002 15:18:46 -0400 (EDT) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id 2D31A46; Mon, 15 Jul 2002 14:57:25 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15667.6932.800965.95755@gargle.gargle.HOWL> Date: Mon, 15 Jul 2002 14:57:24 -0400 To: "David W. Chapman Jr." Cc: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Thinkpad overheating when talking to a D-Link wireless AP In-Reply-To: <20020715181637.GB90643@leviathan.inethouston.net> References: <15666.52258.20053.339128@gs166.sp.cs.cmu.edu> <20020715140132.70772.qmail@web12901.mail.yahoo.com> <15666.57193.675922.101317@gargle.gargle.HOWL> <20020715181637.GB90643@leviathan.inethouston.net> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David W. Chapman Jr. writes: > On Mon, Jul 15, 2002 at 10:42:49AM -0400, Dan Pelleg wrote: > > > > robert Backhaus writes: > > > I May be on the wrong foot, but are they all logically > > > switches, or are some hubs? I the D-Link is a logical > > > hub, you would be processing many packets, just to see > > > they don't apply. Maybe possible.? > > > > Don't think so. The D-LINK does not broadcast any packets other than > > "mine", and that network is very quiet. This theory is also inconsistent > > with the fact that the laptop will cool down if I stop using the network. > > > I've noticed this in windows as well, the card gets very hot. Does > the freebsd driver let you change the power settings like you can in > windows? > If it does, then I missed that part of the man page. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 22:30:26 2002 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 70A5137B405 for ; Mon, 15 Jul 2002 22:30:21 -0700 (PDT) Received: from mail.itworks.com.au (mail.itworks.com.au [203.32.61.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 39B8A43E42 for ; Mon, 15 Jul 2002 22:30:20 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: (qmail 70508 invoked by uid 85); 16 Jul 2002 05:30:19 -0000 Received: from mail.itworks.com.au (HELO mercury.itworks.com.au) (203.32.61.7) by mail.itworks.com.au with SMTP; 16 Jul 2002 05:30:17 -0000 Received: (qmail 70499 invoked by uid 100); 16 Jul 2002 05:30:16 -0000 Date: Tue, 16 Jul 2002 15:30:16 +1000 From: Gavin Cameron To: mobile@freebsd.org Subject: Valid settings for WI_RID_TX_RATE Message-ID: <20020716053016.GG57865@mercury.itworks.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23.2i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, What are the valid settings for wicontrol's -t option ? I ask because the include file dev/wi/if_wavelan_ieee.h says #define WI_RID_TX_RATE 0xFC84 /* data rate for message xmit * 0 == Fixed 1mbps * 1 == Fixed 2mbps * 2 == auto fallback */ and the man page says TX rate NIC speed 1 Fixed Low (1Mbps) 2 Fixed Standard (2Mbps) 3 Auto Rate Select (High) 4 Fixed Medium (4Mbps) 5 Fixed High (6Mbps) 6 Auto Rate Select (Standard) 7 Auto Rate Select (Medium) wicontrol simply does case 't': wi_setword(iface, WI_RID_TX_RATE, atoi(optarg)); exit(0); break; to set the rate. Are we off by one as doing a -t 1 to set the speed to 1Mbps (as per the man page) will set the NIC to 2Mbps (as per the header file). What value should I use with -t to set the NIC to 11Mbps? Thanks and cheers, Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 23:15: 6 2002 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 2E5F337B400 for ; Mon, 15 Jul 2002 23:15:04 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1C943E42 for ; Mon, 15 Jul 2002 23:15:02 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6G6F11f011450; Tue, 16 Jul 2002 00:15:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 16 Jul 2002 00:14:45 -0600 (MDT) Message-Id: <20020716.001445.26544842.imp@bsdimp.com> To: gavin@itworks.com.au Cc: mobile@FreeBSD.ORG Subject: Re: Valid settings for WI_RID_TX_RATE From: "M. Warner Losh" In-Reply-To: <20020716053016.GG57865@mercury.itworks.com.au> References: <20020716053016.GG57865@mercury.itworks.com.au> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020716053016.GG57865@mercury.itworks.com.au> Gavin Cameron writes: : What value should I use with -t to set the NIC to 11Mbps? ifconfig wi0 media DS/11Mbps Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jul 15 23:25:55 2002 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 A09F837B400 for ; Mon, 15 Jul 2002 23:25:54 -0700 (PDT) Received: from mail.itworks.com.au (mail.itworks.com.au [203.32.61.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C9D643E42 for ; Mon, 15 Jul 2002 23:25:53 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: (qmail 73752 invoked by uid 85); 16 Jul 2002 06:25:52 -0000 Received: from mail.itworks.com.au (HELO mercury.itworks.com.au) (203.32.61.7) by mail.itworks.com.au with SMTP; 16 Jul 2002 06:25:49 -0000 Received: (qmail 73736 invoked by uid 100); 16 Jul 2002 06:25:48 -0000 Date: Tue, 16 Jul 2002 16:25:48 +1000 From: Gavin Cameron To: "M. Warner Losh" Cc: mobile@FreeBSD.ORG Subject: Re: Valid settings for WI_RID_TX_RATE Message-ID: <20020716062548.GH57865@mercury.itworks.com.au> References: <20020716053016.GG57865@mercury.itworks.com.au> <20020716.001445.26544842.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020716.001445.26544842.imp@bsdimp.com> User-Agent: Mutt/1.3.23.2i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > : What value should I use with -t to set the NIC to 11Mbps? > > ifconfig wi0 media DS/11Mbps > Thanks, that's what I'm using. I was more wondering whether the lists in the include file and the wicontrol man page were not complete. Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 0:46:36 2002 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 BB7D837B400 for ; Tue, 16 Jul 2002 00:46:31 -0700 (PDT) Received: from co1.dslextreme.com (co1.dslextreme.com [66.51.205.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1BD43E65 for ; Tue, 16 Jul 2002 00:46:31 -0700 (PDT) (envelope-from stephenk@stephenk.com) Received: from adsl-66.218.39.226.dslextreme.com (adsl-66.218.39.226.dslextreme.com [66.218.39.226] (may be forged)) by co1.dslextreme.com (8.12.2/8.12.2) with ESMTP id g6G7Z2YO006738 for ; Tue, 16 Jul 2002 00:35:02 -0700 Date: Tue, 16 Jul 2002 00:39:28 -0700 (PDT) From: Stephen Krauth X-Sender: stephenk@azazel.inside.killermartian.com To: freebsd-mobile@freebsd.org Subject: IBM Microdrive 1GB -> Thinkpad 600 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Shouldn't it work? All I ever get is this: Jul 16 00:28:35 charon pccardd[113]: No card in database for "(null)"("(null)") and this: charon`~'112> pccardc dumpcis Configuration data for card in slot 0 Tuple #1, code = 0xff (Terminator), length = 0 Any ideas? Thanks in advance to anyone that can help... (Below is some more info on my system.) - Steve K. charon`~'113> uname -a FreeBSD charon.inside.killermartian.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon Mar 18 21:11:35 EST 2002 stephenk@charon:/usr/obj/usr/src/sys/CHARON i386 charon`~'114> dmesg (edited) Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (298.42-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff real memory = 201129984 (196416K bytes) avail memory = 192299008 (187792K bytes) Preloaded elf kernel "kernel" at 0xc035c000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc035c09c. Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcic-pci0: mem 0x20301000-0x20301fff at device 2.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pcic-pci1: mem 0x20300000-0x20300fff at device 2.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pci0: at 3.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcf0-0xfcff at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x8400-0x841f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0xefa0-0xefaf at device 7.3 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: cannot reserve I/O port range pcm0: at port 0x52c-0x533 irq 5 drq 1 flags 0xa110 on isa0 ad0: 4887MB [10592/15/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using PIO4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 1:17:23 2002 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 3926837B400 for ; Tue, 16 Jul 2002 01:17:20 -0700 (PDT) Received: from vbook.express.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2975D43E65 for ; Tue, 16 Jul 2002 01:17:19 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova by vbook.express.ru with local (Exim 3.36 #1) id 17UNWF-0000PF-00; Tue, 16 Jul 2002 12:17:15 +0400 Subject: Re: Nokia 6210 + birda + gnokii From: "Vladimir B. " Grebenschikov To: Kirill Bezzubets Cc: freebsd-mobile@freebsd.org In-Reply-To: <20020715181637.A98555@solaris.ru> References: <20020712164746.A20146@neuromancer.solaris.ru> <1026732406.846.3.camel@vbook.express.ru> <20020715181637.A98555@solaris.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 16 Jul 2002 12:17:15 +0400 Message-Id: <1026807435.1524.2.camel@vbook.express.ru> Mime-Version: 1.0 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org =F7 Mon, 15.07.2002, =D7 18:16, Kirill Bezzubets =CE=C1=D0=C9=D3=C1=CC:=20 > > Infrared more or less works with my old 6150 >=20 > Surely it does, because 61xx use propietary Nokia protocol, not IrDA-base= d. Yes, I know, I have tried to dig into this protocol for 81xx and 61xx=20 > > But I can't find any code to work with 6210 via IrDA >=20 > Hmmm... It's the same as with 7110, but IrDA in gnokii based on Linux PHO= NET > device, which is, as I see, kernel driver. Unfortunately, there's nothing > like this in FreeBSD. There are birda port, which is (IMHO) more or less similar to Linux kernel driver.=20 > btw, does anyone know what the plans to include IrDA support in=20 > FreeBSD kernel? Any chance to have it in 5.0? I have two links:=20 http://sourceforge.net/projects/bsdirda/ - seems dead=20 And netgraph-based IrDA stack implementation:=20 http://people.freebsd.org/~benno/irda.tar.gz When I try this last time it was unfinished too.=20 =20 > And, if you interested in better support of 6210 - try mygnokii - it's=20 > another branch of gnokii, source tarballs are placed at ftp.gnokii.com. I know, 10x=20 =20 > > Somewhere in inet I have seen metion of extended AT* commands to contro= l > > Nokia phones, but have not tried this. >=20 > Actually, my 6210 have 5.27 firmware, which is buggy - I cannot read > phonebook via AT-commands. ;( Really I am not sure that it is possible to switch IrDA mode (AT* commands) into plain Infrared protocol (like 61xx) or like, it is does via Serial (two protocols: AT* at 19200 and gnokii* at 9600) > > > All I've got is AT commands mode.=20 > > > Surely, PPP over GSM is cool, but I would like to use all=20 > > > the capabilities of my Nokia (e.g. Logo change, phonebook import etc= ). > >=20 > > Same problem, I have use DLR3 cable for it. > >=20 > > > BR, > > > Kirill Bezzubets CASE-RIPE CASE-RIPN > > > Senior Administrator, Technical Department mailto:kirill@solaris= .ru > > > Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru > > =20 > > --=20 > > Vladimir B. Grebenschikov > > vova@sw.ru, SWsoft, Inc. >=20 > --=20 > BR, > Kirill Bezzubets CASE-RIPE CASE-RIPN > Senior Administrator, Technical Department mailto:kirill@solaris.ru > Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru --=20 Vladimir B. Grebenschikov vova@sw.ru, SWsoft, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 2: 9:59 2002 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 CECEF37B400 for ; Tue, 16 Jul 2002 02:09:56 -0700 (PDT) Received: from mpool.solaris.ru (mpool.solaris.ru [194.85.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19A643E4A for ; Tue, 16 Jul 2002 02:09:55 -0700 (PDT) (envelope-from kirill@mpool.solaris.ru) Received: (from kirill@localhost) by mpool.solaris.ru (8.9.3/8.9.3) id NAA21745; Tue, 16 Jul 2002 13:09:53 +0400 (MSD) Date: Tue, 16 Jul 2002 13:09:53 +0400 From: Kirill Bezzubets To: "Vladimir B. Grebenschikov" Cc: freebsd-mobile@freebsd.org Subject: Re: Nokia 6210 + birda + gnokii Message-ID: <20020716130952.A43304@solaris.ru> References: <20020712164746.A20146@neuromancer.solaris.ru> <1026732406.846.3.camel@vbook.express.ru> <20020715181637.A98555@solaris.ru> <1026807435.1524.2.camel@vbook.express.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1026807435.1524.2.camel@vbook.express.ru>; from vova@sw.ru on Tue, Jul 16, 2002 at 12:17:15PM +0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 16, 2002 at 12:17:15PM +0400, Vladimir B. Grebenschikov wrote: > There are birda port, which is (IMHO) more or less similar to Linux > kernel driver. Actually, it's userland interface and it doesn't use sockets, like Linux and Win32 IrDA. ;( > Really I am not sure that it is possible to switch IrDA mode (AT* > commands) into plain Infrared protocol (like 61xx) or like, it is does > via Serial (two protocols: AT* at 19200 and gnokii* at 9600) That's an idea, thank you - I'm gonna try to patch gnokii to act like it uses Serial but with IrDA media type in packet's header - I've tried it before but never got any replies from the phone. Maybe thing I've missed is the correct speed. Again, thanks. -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN Senior Administrator, Technical Department mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 5:19:14 2002 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 C61D737B400 for ; Tue, 16 Jul 2002 05:19:12 -0700 (PDT) Received: from gate.sim.ionidea.com (ion.so-com.net [212.110.132.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B446F43E31 for ; Tue, 16 Jul 2002 05:19:07 -0700 (PDT) (envelope-from phantom@gate.sim.ionidea.com) Received: (from phantom@localhost) by gate.sim.ionidea.com (8.11.6/8.11.1) id g6GCROF20456; Tue, 16 Jul 2002 15:27:24 +0300 (EEST) (envelope-from phantom) Date: Tue, 16 Jul 2002 15:27:24 +0300 From: Alexey Zelkin To: mobile@freebsd.org Subject: wi-fi AP Message-ID: <20020716152724.A20217@gate.sim.ionidea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.6-RELEASE i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks, My customer want to setup few wireless networks based on FreeBSD server and require that server's wireless card to be used in Access Point mode. Please suggest what cards are known (and tested) to work in AP mode under FreeBSD ? PS: I also more interested in PCI form factor cards, but PCMCIA are also accepted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 5:22: 6 2002 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 4C1E337B400 for ; Tue, 16 Jul 2002 05:22:04 -0700 (PDT) Received: from gate.sim.ionidea.com (ion.so-com.net [212.110.132.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE95343E31 for ; Tue, 16 Jul 2002 05:22:00 -0700 (PDT) (envelope-from phantom@gate.sim.ionidea.com) Received: (from phantom@localhost) by gate.sim.ionidea.com (8.11.6/8.11.1) id g6GCUKj20470; Tue, 16 Jul 2002 15:30:20 +0300 (EEST) (envelope-from phantom) Date: Tue, 16 Jul 2002 15:30:20 +0300 From: Alexey Zelkin To: mobile@freebsd.org Subject: miniPCI wireless cards Message-ID: <20020716153020.A20459@gate.sim.ionidea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 4.6-RELEASE i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks, I will have few mini PCI wireless cards, but I need to put them into standard PC to make some development work. As far as I know there're miniPCI extenders are exists. Anybody used them ? Please suggest vendors and source there to buy them. PS: BTW, is there any difference between std PCI and mini PCI interfaces at driver level ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 5:35:29 2002 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 7894E37B401; Tue, 16 Jul 2002 05:35:26 -0700 (PDT) Received: from moaner.org (moaner.org [166.88.45.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F9A43E3B; Tue, 16 Jul 2002 05:35:26 -0700 (PDT) (envelope-from matt@moaner.org) Received: (from matt@localhost) by moaner.org (8.11.6/8.11.1) id g6GCZPY92796; Tue, 16 Jul 2002 05:35:25 -0700 (PDT) (envelope-from matt) Date: Tue, 16 Jul 2002 05:35:25 -0700 From: Matt Peterson To: Alexey Zelkin Cc: mobile@FreeBSD.ORG Subject: Re: miniPCI wireless cards Message-ID: <20020716053524.G781@moaner.org> References: <20020716153020.A20459@gate.sim.ionidea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020716153020.A20459@gate.sim.ionidea.com>; from phantom@FreeBSD.ORG on Tue, Jul 16, 2002 at 03:30:20PM +0300 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 16, 2002 at 03:30:20PM +0300, Alexey Zelkin wrote: > > I will have few mini PCI wireless cards, but I need to put them > into standard PC to make some development work. As far as I > know there're miniPCI extenders are exists. Anybody used them ? > > Please suggest vendors and source there to buy them. Grab a Linksys WMP11, open it up and use its MiniPCI to PCI adapter . Or, grab this (I think it's >$100). Do note, these cheap black connector arn't designed for constant swapping of cards. The Soekris board has a much nicer Foxconn connector. > PS: BTW, is there any difference between std PCI and mini PCI > interfaces at driver level ? Not that I know of.. I think that's the whole point (though the original Lucent 11b MiniPCI has a PCMCIA bridge, Prism2.5 and the new "Ruby" from Agere are 'pure PCI'). -- Matt Peterson another.geek.without.a.life matt@peterson.org http://matt.peterson.org/ ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 7:52:36 2002 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 9D0FB37B400; Tue, 16 Jul 2002 07:52:34 -0700 (PDT) Received: from helb.tcpipbitch.net (gw.tcpipbitch.net [208.59.233.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id A173143E4A; Tue, 16 Jul 2002 07:52:32 -0700 (PDT) (envelope-from jason@vanbrecht.com) Received: from deathstar (desktop.tcpipbitch.net [192.168.10.3]) by helb.tcpipbitch.net (Postfix) with ESMTP id 31CBE2F; Tue, 16 Jul 2002 10:50:31 -0400 (EDT) From: To: "'Alexey Zelkin'" , Subject: RE: wi-fi AP Date: Tue, 16 Jul 2002 10:53:09 -0400 Message-ID: <001101c22cd8$8029b410$030aa8c0@tcpipbitch.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020716152724.A20217@gate.sim.ionidea.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm using a dlink DWL 520 (http://www.dlink.com/products/wireless/dwl520/) in my gateway used for an access point, and Dlink DWL 650 (http://www.dlink.com/products/wireless/dwl650/) for my ipaq and laptop. Have not tried to connect anything other then dlink wireless cards to it yet. Dlink also sell a host of external antennas to boost the range of some of their cards. Jason -----Original Message----- From: owner-freebsd-mobile@FreeBSD.ORG [mailto:owner-freebsd-mobile@FreeBSD.ORG] On Behalf Of Alexey Zelkin Sent: Tuesday, July 16, 2002 8:27 AM To: mobile@FreeBSD.ORG Subject: wi-fi AP Folks, My customer want to setup few wireless networks based on FreeBSD server and require that server's wireless card to be used in Access Point mode. Please suggest what cards are known (and tested) to work in AP mode under FreeBSD ? PS: I also more interested in PCI form factor cards, but PCMCIA are also accepted. 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 Tue Jul 16 8:14:27 2002 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 A097C37B442 for ; Tue, 16 Jul 2002 08:14:14 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FFDD43E64 for ; Tue, 16 Jul 2002 08:14:13 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6GFE51f013711; Tue, 16 Jul 2002 09:14:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 16 Jul 2002 09:13:43 -0600 (MDT) Message-Id: <20020716.091343.51187376.imp@bsdimp.com> To: gavin@itworks.com.au Cc: mobile@FreeBSD.ORG Subject: Re: Valid settings for WI_RID_TX_RATE From: "M. Warner Losh" In-Reply-To: <20020716062548.GH57865@mercury.itworks.com.au> References: <20020716053016.GG57865@mercury.itworks.com.au> <20020716.001445.26544842.imp@bsdimp.com> <20020716062548.GH57865@mercury.itworks.com.au> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020716062548.GH57865@mercury.itworks.com.au> Gavin Cameron writes: : > : What value should I use with -t to set the NIC to 11Mbps? : > : > ifconfig wi0 media DS/11Mbps : > : : Thanks, that's what I'm using. I was more wondering whether the lists in the : include file and the wicontrol man page were not complete. Yes, it should be updated. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 8:16:29 2002 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 60B1E37B400 for ; Tue, 16 Jul 2002 08:16:26 -0700 (PDT) Received: from mail.linuxcare.com (mail.linuxcare.com [216.88.157.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1F143E5E for ; Tue, 16 Jul 2002 08:16:26 -0700 (PDT) (envelope-from bill@linuxcare.com) Received: from linuxcare.com (wiliweld.i.linuxcare.com [10.1.1.5]) by mail.linuxcare.com (Postfix) with ESMTP id 8083B8FBDE; Tue, 16 Jul 2002 08:15:57 -0700 (PDT) Message-ID: <3D34397D.27B46CBD@linuxcare.com> Date: Tue, 16 Jul 2002 08:19:25 -0700 From: Bill Schoolcraft Organization: "Unix / Linux, A Way of Life." X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@tcpipbitch.net Cc: mobile@FreeBSD.ORG Subject: Re: wi-fi AP References: <001101c22cd8$8029b410$030aa8c0@tcpipbitch.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org freebsd-mobile@tcpipbitch.net wrote: > > I'm using a dlink DWL 520 > (http://www.dlink.com/products/wireless/dwl520/) in my gateway used for > an access point, Thanks for posting that. I've got one of those still in the box and was wondering if you had any configuration problems and if so could you share any "gotchas" ?? TIA -- Bill Schoolcraft Linux/Unix System Engineer 650 Townsend Street San Francisco, CA 94103 SF (415) 354-4878 http://www.linuxcare.com http://www.linuxcare.com "Unix, A Way Of Life." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 8:21:59 2002 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 1508037B400 for ; Tue, 16 Jul 2002 08:21:57 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A94F43E65 for ; Tue, 16 Jul 2002 08:21:56 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6GFLq1f013774; Tue, 16 Jul 2002 09:21:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 16 Jul 2002 09:21:30 -0600 (MDT) Message-Id: <20020716.092130.70661815.imp@bsdimp.com> To: bill@linuxcare.com Cc: freebsd-mobile@tcpipbitch.net, mobile@FreeBSD.ORG Subject: Re: wi-fi AP From: "M. Warner Losh" In-Reply-To: <3D34397D.27B46CBD@linuxcare.com> References: <001101c22cd8$8029b410$030aa8c0@tcpipbitch.net> <3D34397D.27B46CBD@linuxcare.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <3D34397D.27B46CBD@linuxcare.com> Bill Schoolcraft writes: : Thanks for posting that. I've got one of those still in the box and : was wondering if you had any configuration problems and if so could : you share any "gotchas" ?? The only gotcha that I've had with mine is that I can't get cisco an based card (the 340 and 350) to associate with it :-(. And I've been trying very very hard. Of course others claim that they work w/o problems, but mine don't. Must be doing something wrong. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 10: 7:35 2002 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 7E7FB37B401 for ; Tue, 16 Jul 2002 10:07:29 -0700 (PDT) Received: from baboon.icir.org (adsl-67-114-143-202.dsl.sntc01.pacbell.net [67.114.143.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAEB843E65 for ; Tue, 16 Jul 2002 10:07:25 -0700 (PDT) (envelope-from bkarp@baboon.icir.org) Received: from baboon.icir.org (localhost [127.0.0.1]) by baboon.icir.org (8.11.6/8.11.3) with ESMTP id g6GH7Pa15247; Tue, 16 Jul 2002 10:07:25 -0700 (PDT) (envelope-from bkarp@baboon.icir.org) Message-Id: <200207161707.g6GH7Pa15247@baboon.icir.org> From: Brad Karp To: mobile@freebsd.org Cc: bkarp@icsi.berkeley.edu Subject: Sony SRX87 gets no interrupts Date: Tue, 16 Jul 2002 10:07:25 -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've purchased a Sony SRX87 laptop, and am having little success getting it to boot FreeBSD-STABLE. The machine has no serial ports. I haven't yet painstakingly retyped the full console output of a boot. But with a friend, I've hacked around enough to have some idea of what's happening. In short, the problem appears to be that FreeBSD isn't successfully configuring the machine to generate clock interrupts of any kind! If I netboot with PXE (using a known-good 4.6-STABLE kernel and known-good netboot server), the laptop hangs hard in /sys/nfs/bootp_subr.c:bootpc_init() as follows: /* * Wait until arp entries can be handled. */ while (time_second == 0) tsleep(&time_second, PZERO + 8, "arpkludge", 10); This tsleep() never returns! That is, time_second *never* advances beyond zero. We added a printf() to clkintr() itself, and indeed, the routine is never called!! Messages indicate the kernel is using the standard 8254 timecounter. This hang in the boot process manifests itself after ad0 is successfully probed. This call to bootpc_init() is in cpu_rootconf(), which is invoked directly by the SYSINIT mechanism fairly late in the boot process (after all clock and device configuration, just before mounting root). I should add that if I boot 4.6-RELEASE from a Sony PC-Card CD-ROM drive (known to work on earlier Sony laptops with FreeBSD), that boot *also* hangs, though after the "mounting ufs:/dev/md0c" message. My hunch is that hang also occurs because the system isn't generating any clock interrupts...I can't imagine a running kernel gets far without them. Also: the kernel complains about not being able to route PCI interrupts during boot for several devices. I tried pretty much every combination of the hw.pcic and hw.ata options, I should add. Anyone (Warner? :-) ) seen anything like this on any laptop, or have experience with the SRX87 (or maybe the SRX77, which I believe is fairly similar)? The machine is quite sweet, and I'd hate to have to give up on it in favor of something bigger, heavier, and without integrated wi and fxp. I worry that ACPI may partially be the culprit. The Linux Sony laptop list suggests they had trouble routing interrupts correctly, and the answer had to do with invoking ACPI to do the interrupt routing for some PCI devices: http://returntonature.com/pipermail/linux-sony/2002-July/000881.html Any bets on whether it's worth trying CURRENT with ACPI enabled? Thanks! -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 Tue Jul 16 10:12:31 2002 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 83AF437B400 for ; Tue, 16 Jul 2002 10:12:29 -0700 (PDT) Received: from baboon.icir.org (adsl-67-114-143-202.dsl.sntc01.pacbell.net [67.114.143.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1458D43E31 for ; Tue, 16 Jul 2002 10:12:29 -0700 (PDT) (envelope-from bkarp@baboon.icir.org) Received: from baboon.icir.org (localhost [127.0.0.1]) by baboon.icir.org (8.11.6/8.11.3) with ESMTP id g6GHCSa15277; Tue, 16 Jul 2002 10:12:28 -0700 (PDT) (envelope-from bkarp@baboon.icir.org) Message-Id: <200207161712.g6GHCSa15277@baboon.icir.org> From: Brad Karp To: mobile@freebsd.org Cc: bkarp@icsi.berkeley.edu Subject: SRX87 clarification Date: Tue, 16 Jul 2002 10:12:28 -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I wrote: > /* > * Wait until arp entries can be handled. > */ > while (time_second == 0) > tsleep(&time_second, PZERO + 8, "arpkludge", 10); > > This tsleep() never returns! That may not be totally accurate: a printf() after this while loop is never executed. So there are two possibilities: either a single call to tsleep() never returns, or the while loop never terminates. I suspect that clock interrupts are an essential part of tsleep's timeout mechanism, so perhaps I'm right that it's the former (single call to tsleep() never returns). But either way, the cause would be no clock interrupts are being delivered... -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 Tue Jul 16 10:19:41 2002 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 3D34A37B400 for ; Tue, 16 Jul 2002 10:19:39 -0700 (PDT) Received: from bobo.thehutt.org (pcp709198pcs.alxndr01.va.comcast.net [68.49.240.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DDF43E70 for ; Tue, 16 Jul 2002 10:19:38 -0700 (PDT) (envelope-from jerry@thehutt.org) Received: from [10.0.3.13] (helo=nomad.thehutt.org) by bobo.thehutt.org with esmtp (Exim 4.05) id 17UW1l-0007ZQ-00; Tue, 16 Jul 2002 13:22:21 -0400 Received: from jerry by nomad.thehutt.org with local (Exim 4.05) id 17UVyZ-0007QG-00; Tue, 16 Jul 2002 13:19:03 -0400 Date: Tue, 16 Jul 2002 13:19:03 -0400 From: Jerry A! To: Brad Karp Cc: mobile@freebsd.org Subject: Re: Sony SRX87 gets no interrupts Message-ID: <20020716171903.GA26177@nomad.thehutt.org> Reply-To: jerry@thehutt.org References: <200207161707.g6GH7Pa15247@baboon.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207161707.g6GH7Pa15247@baboon.icir.org> User-Agent: Mutt/1.4i Organization: Broken Toys Unlimited Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jul 16, 2002 at 10:07:25AM -0700, Brad Karp wrote: [snip snip, sorry can't help with the PXE stuff] : I should add that if I boot 4.6-RELEASE from a Sony PC-Card CD-ROM drive : (known to work on earlier Sony laptops with FreeBSD), that boot *also* hangs, : though after the "mounting ufs:/dev/md0c" message. My hunch is that hang : also occurs because the system isn't generating any clock interrupts...I : can't imagine a running kernel gets far without them. Have you tried booting from cdrom with the following options typed in at the 'Ok' prompt? set hw.pcic.irq=0 set hw.pcic.intr_path=1 It appears that the CD51 doesn't play well unless ISA routing is used. Hopefully, this will solve your pesky cdrom booting issues. --Jerry Open-Source software isn't a matter of life or death... ...It's much more important than that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 12: 0:22 2002 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 AF0C137B400; Tue, 16 Jul 2002 12:00:15 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CC743E58; Tue, 16 Jul 2002 12:00:15 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g6GJ0Dri001095; Tue, 16 Jul 2002 12:00:13 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g6GJ0Dk6001093; Tue, 16 Jul 2002 12:00:13 -0700 Date: Tue, 16 Jul 2002 12:00:13 -0700 From: Brooks Davis To: Alexey Zelkin Cc: mobile@FreeBSD.ORG Subject: Re: miniPCI wireless cards Message-ID: <20020716120013.A7870@Odin.AC.HMC.Edu> References: <20020716153020.A20459@gate.sim.ionidea.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020716153020.A20459@gate.sim.ionidea.com>; from phantom@FreeBSD.ORG on Tue, Jul 16, 2002 at 03:30:20PM +0300 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 16, 2002 at 03:30:20PM +0300, Alexey Zelkin wrote: > Folks, >=20 > I will have few mini PCI wireless cards, but I need to put them > into standard PC to make some development work. As far as I > know there're miniPCI extenders are exists. Anybody used them ? >=20 > Please suggest vendors and source there to buy them. http://www.adexelec.com/pci32.htm#PCI2MPCI-02 -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9NG08XY6L6fI4GtQRAiRhAKCOV8KZd5tkG86U5pRCxg9yTUcyNwCgu0Cj 33oVRQaEjf/xH49HFEPYrFo= =YM8i -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jul 16 14:16:55 2002 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 DC7B037B400; Tue, 16 Jul 2002 14:16:52 -0700 (PDT) Received: from thought.holo.org (w120.z064002057.sjc-ca.dsl.cnc.net [64.2.57.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1720A43E64; Tue, 16 Jul 2002 14:16:52 -0700 (PDT) (envelope-from brian@CSUA.Berkeley.EDU) Received: from localhost (localhost [127.0.0.1]) by thought.int.holo.org (8.12.4/8.12.4) with ESMTP id g6GFU63m037021; Tue, 16 Jul 2002 08:30:12 -0700 (PDT) (envelope-from brian@CSUA.Berkeley.EDU) Date: Tue, 16 Jul 2002 08:30:06 -0700 (PDT) From: "Brian W. Buchanan" X-X-Sender: brian@thought.int.holo.org To: Alexey Zelkin Cc: mobile@FreeBSD.ORG Subject: Re: wi-fi AP In-Reply-To: <20020716152724.A20217@gate.sim.ionidea.com> Message-ID: <20020716082258.V34988-100000@thought.int.holo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alexey, I recommend the Samsung MagicLAN card, because it's Prism2 and supports external antennas. I believe there are two versions of the card sold, one which has an integrated antenna, and one which has two MMCX jacks and no integrated antenna. I believe that there is also a PCI version available. I've only seen these for sale at enkay.com. For antennas, check out hyperlinktech.com. A good antenna makes a big difference in range and signal quality. If your customer doesn't care about having a good external antenna, you could go for the cheap and dependable Netgear MA401. There are two variants of these. The older ones are Prism2 and the newer ones are Prism2.5. I picked one up for $50 last month. Both seem to work equally well in hostAP mode. - Brian -- Brian Buchanan brian@CSUA.Berkeley.EDU -------------------------------------------------------------------------- FreeBSD - The Power to Serve! http://www.freebsd.org On Tue, 16 Jul 2002, Alexey Zelkin wrote: > Folks, > > My customer want to setup few wireless networks based on FreeBSD > server and require that server's wireless card to be used in Access > Point mode. Please suggest what cards are known (and tested) to work > in AP mode under FreeBSD ? > > PS: I also more interested in PCI form factor cards, but PCMCIA are > also accepted. > > > 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 Tue Jul 16 20:43:30 2002 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 E1C8237B400; Tue, 16 Jul 2002 20:43:28 -0700 (PDT) Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6716343E4A; Tue, 16 Jul 2002 20:43:28 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.6/8.11.6) id g6H3gNd79326; Tue, 16 Jul 2002 20:42:23 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200207170342.g6H3gNd79326@ambrisko.com> Subject: Re: miniPCI wireless cards In-Reply-To: <20020716053524.G781@moaner.org> To: Matt Peterson Date: Tue, 16 Jul 2002 20:42:22 -0700 (PDT) Cc: Alexey Zelkin , mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matt Peterson writes: | On Tue, Jul 16, 2002 at 03:30:20PM +0300, Alexey Zelkin wrote: | > | > I will have few mini PCI wireless cards, but I need to put them | > into standard PC to make some development work. As far as I | > know there're miniPCI extenders are exists. Anybody used them ? | > | > Please suggest vendors and source there to buy them. | | Grab a Linksys WMP11, open it up and use its MiniPCI to PCI adapter | . | Or, grab this | (I | think it's >$100). http://www.adexelec.com/pci32.htm#PCI2MPCI-02 Works well and is around $50 if I recall right with the RJ11 & RJ45 connectors. Still $50 seems high to me. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jul 17 11:24:38 2002 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 F1F9D37B400 for ; Wed, 17 Jul 2002 11:24:33 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3FB43E31 for ; Wed, 17 Jul 2002 11:24:33 -0700 (PDT) (envelope-from benh@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id g6HIOWVe030254 for ; Wed, 17 Jul 2002 14:24:32 -0400 (EDT) (envelope-from benh@jpj.net) Received: from localhost (benh@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id g6HIOV6u030249 for ; Wed, 17 Jul 2002 14:24:31 -0400 (EDT) X-Authentication-Warning: blues.jpj.net: benh owned process doing -bs Date: Wed, 17 Jul 2002 14:24:31 -0400 (EDT) From: Ben Hockenhull To: freebsd-mobile@freebsd.org Subject: i830MG chipset supported? Message-ID: <20020717141622.O21356-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks, Due to the untimely death of my previous Vaio, I have a R505E with the Intel 830MG chipset. I'm trying to get X configured on it, and have not yet been successful. If I load the agp kernel module, I never do get a vga device, which makes everything else problematic. Trying to config X from sysinstall causes a coredump. If I use the curses-based config tool, I get a config file, but never get graphics. The log of a startx is at http://www.jpj.net/~benh/XFree86.0.log A search of the web uncovered a message to the Xpert list in Feb of 2002 indicating that the i830MG chipset wasn't supported under FreeBSD, and that some hacking on agpgart would be necessary to make it work. Does anyone know if progress on this has been made, or am I SOL for the time being? Thanks Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jul 17 11:32:57 2002 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 8DA0D37B400 for ; Wed, 17 Jul 2002 11:32:52 -0700 (PDT) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C3843E31 for ; Wed, 17 Jul 2002 11:32:51 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.5/8.12.5) with ESMTP id g6HIWmrj021923; Wed, 17 Jul 2002 13:32:48 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: i830MG chipset supported? From: Larry Rosenman To: Ben Hockenhull Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <20020717141622.O21356-100000@blues.jpj.net> References: <20020717141622.O21356-100000@blues.jpj.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 17 Jul 2002 13:32:48 -0500 Message-Id: <1026930769.471.21.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-07-17 at 13:24, Ben Hockenhull wrote: > Folks, > > Due to the untimely death of my previous Vaio, I have a R505E with the > Intel 830MG chipset. I'm trying to get X configured on it, and have not > yet been successful. > > If I load the agp kernel module, I never do get a vga device, which > makes everything else problematic. Trying to config X from sysinstall > causes a coredump. If I use the curses-based config tool, I get a config > file, but never get graphics. The log of a startx is at > http://www.jpj.net/~benh/XFree86.0.log > > A search of the web uncovered a message to the Xpert list in Feb of 2002 > indicating that the i830MG chipset wasn't supported under FreeBSD, and > that some hacking on agpgart would be necessary to make it work. > > Does anyone know if progress on this has been made, or am I SOL for the > time being? With the current XFree86-4-server port, my I830MG works in VESA mode. > > Thanks > > Ben > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jul 17 13:16:30 2002 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 F1D4137B400 for ; Wed, 17 Jul 2002 13:16:27 -0700 (PDT) Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E799E43E65 for ; Wed, 17 Jul 2002 13:16:26 -0700 (PDT) (envelope-from Peter.Blok@inter.NL.net) Received: from bsdpc ([80.60.248.65]) by smtp07.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GZETNC00.MBK for ; Wed, 17 Jul 2002 22:16:24 +0200 Content-Type: text/plain; charset="us-ascii" From: "Peter J. Blok" To: "freebsd-mobile@FreeBSD.ORG" Subject: hostap WEP SMC2632 Date: Wed, 17 Jul 2002 22:15:37 +0200 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207172215.37692.Peter.Blok@inter.NL.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I have seen a lot of messages about wireless cards working and not working with hostap. I have a SMC2602 which is a SMC2632 in a PCI card. Works fine. When I setup hostap without WEP and use netgraph bridging it works, but is not very stable. I'm getting timeout messages and then the connection stops. When I define WEP, my laptop (running W2K) is not able to setup a connection. The firmware of the laptop SMC2632 card is the same. However WEP in adhoc mode works fine. This applies for both 40 and 128 bit. I am running FreeBSD 4.6-RELEASE-p2 Below the dmesg output. Jul 17 10:33:21 fwgw /kernel: wi0: port 0xd000-0xd03f,0xd400-0xd47f mem 0xe7000000-0xe7000fff irq 12 at device 9.0 on pci0 Jul 17 10:33:21 fwgw /kernel: wi0: 802.11 address: 00:04:e2:07:db:dd Jul 17 10:33:21 fwgw /kernel: wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A Jul 17 10:33:22 fwgw /kernel: wi0: Intersil Firmware: Primary 0.03.00, Station 0.08.03 I was told the same firmware for DLink and netgear can be used for the SMC cards too. Does somebody have hostap working with WEP and a card with the same firmware? Thx, Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jul 17 16:59:55 2002 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 8BC3B37B400 for ; Wed, 17 Jul 2002 16:59:50 -0700 (PDT) Received: from emerson.torrentnet.com (emerson.torrentnet.com [198.78.51.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC28143E67 for ; Wed, 17 Jul 2002 16:59:49 -0700 (PDT) (envelope-from nadas@torrentnet.com) Received: from imperial.torrentnet.com (imperial.torrentnet.com [198.78.51.109]) by emerson.torrentnet.com (8.11.2/8.11.2) with ESMTP id g6HNxlr78381; Wed, 17 Jul 2002 19:59:47 -0400 (EDT) Received: from castillo.torrentnet.com (castillo.torrentnet.com [4.18.161.34]) by imperial.torrentnet.com (8.11.2/8.11.2) with ESMTP id g6HNxlr98339; Wed, 17 Jul 2002 19:59:47 -0400 (EDT) Received: from robroy (sun13.torrentnet.com [4.18.161.118]) by castillo.torrentnet.com (8.9.3/8.9.3) with ESMTP id TAA01925; Wed, 17 Jul 2002 19:59:45 -0400 (EDT) From: nadas@torrentnet.com To: "Peter J. Blok" Date: Wed, 17 Jul 2002 19:58:01 -0400 MIME-Version: 1.0 Subject: Re: hostap WEP SMC2632 Cc: freebsd-mobile@freebsd.org Message-ID: <3D35CC49.21225.1DC8A8@localhost> In-reply-to: <200207172215.37692.Peter.Blok@inter.NL.net> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Peter, I have a similar setup, tho my card is a Belkin (which is supposed to be a rebadged SMC) and had a similar problem. My dmesg: wi0: port 0xff00-0xff3f,0xf880-0xf8ff mem 0xffbef000-0xffbeffff irq 10 at device 11.0 on pci0 wi0: 802.11 address: 00:30:bd:60:22:c5 wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A wi0: Intersil Firmware: Primary 0.03.00, Station 0.08.03 which looks identical to yours. How did you attempt to configure hostap mode? I was NOT successful with hostap AT ALL until I did "ifconfig wi0 mediaopt hostap" (contrasted w/"wicontrol -i wi0 -p 1" and -c 1) and then insured the network names matched - although I could run "ad- hoc" with "wicontrol -i wi0 -p 3". I didn't really try WEP until i got hostap up, however, once i used mediaopt hostap WEP seems to work as well. I think the man's are lagging behind the code. i am running 4.6 of a few weeks ago. hope this is helpful, ymmv. -steve On 17 Jul 2002 at 22:15, Peter J. Blok wrote: > Hi, > > I have seen a lot of messages about wireless cards working and not working > with hostap. > > I have a SMC2602 which is a SMC2632 in a PCI card. Works fine. When I setup > hostap without WEP and use netgraph bridging it works, but is not very > stable. I'm getting timeout messages and then the connection stops. > > When I define WEP, my laptop (running W2K) is not able to setup a connection. > The firmware of the laptop SMC2632 card is the same. > > However WEP in adhoc mode works fine. This applies for both 40 and 128 bit. > > I am running FreeBSD 4.6-RELEASE-p2 Below the dmesg output. > > Jul 17 10:33:21 fwgw /kernel: wi0: port > 0xd000-0xd03f,0xd400-0xd47f mem 0xe7000000-0xe7000fff irq 12 at device 9.0 on > pci0 > Jul 17 10:33:21 fwgw /kernel: wi0: 802.11 address: 00:04:e2:07:db:dd > Jul 17 10:33:21 fwgw /kernel: wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 > rev.A > Jul 17 10:33:22 fwgw /kernel: wi0: Intersil Firmware: Primary 0.03.00, Station > 0.08.03 > > I was told the same firmware for DLink and netgear can be used for the SMC > cards too. Does somebody have hostap working with WEP and a card with the > same firmware? > > Thx, > > Peter > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > Stephen Nadas Ericsson IP Infrastructure nadas@torrentnet.com 920 Main Campus Drive Voice: +1-919-472-9935 Fax: x/9999 Suite 500 Mobile: +1-919-522-0991 Raleigh, NC 27606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jul 17 17:46:22 2002 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 1CFF737B400 for ; Wed, 17 Jul 2002 17:45:27 -0700 (PDT) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8DA43E65 for ; Wed, 17 Jul 2002 17:44:35 -0700 (PDT) (envelope-from larse@ISI.EDU) Received: from isi.edu (ras02.isi.edu [128.9.176.102]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g6I0iXr21426 for ; Wed, 17 Jul 2002 17:44:33 -0700 (PDT) Message-ID: <3D360F70.2060005@isi.edu> Date: Wed, 17 Jul 2002 17:44:32 -0700 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: mobile@freebsd.org Subject: pccard changes between 4.5 and 4.6? Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms030101050401040807060600" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------ms030101050401040807060600 Content-Type: multipart/mixed; boundary="------------080704000505090302020700" This is a multi-part message in MIME format. --------------080704000505090302020700 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit [Repost, first and second o1ne never made it to the list?] Hi, have there been any changes to the pccard code between 4.5 and 4.6 that could break using two cards at the same time? Specifically, I'm trying to use a Lucent Orinoco Gold card together with an IBM MicroDrive on a Dell Latitude C600. This worked without a hitch under 4.5, using the default configuration (i.e. PCI routing). Under 4.6, the first inserted card works fine (no matter which), inserting the second card will do anything from simply not attaching, to panicing the kernel, to freezing up the machine solidly. I've tried a few other card combinations as well (various CF cards, Cisco Aironet 450), and two cards together always fail. My dmesg and kernel config are attached, and here are my sysctl settings: [lars@ietf-wireless-dhcp-79-42: ~] sysctl hw.pcic hw.pcic.irq: 0 hw.pcic.boot_deactivated: 0 hw.pcic.ignore_function_1: 0 hw.pcic.intr_path: 2 hw.pcic.init_routing: 0 Thanks, Lars -- Lars Eggert USC Information Sciences Institute --------------080704000505090302020700 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.txt" Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-RELEASE #1: Tue Jul 16 22:08:50 PDT 2002 root@localhost:/usr/src/sys/compile/KERNEL-1.40 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (701.59-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x383f9ff real memory = 268283904 (261996K bytes) avail memory = 255926272 (249928K bytes) Preloaded elf kernel "kernel" at 0xc04b8000. Preloaded elf module "linux.ko" at 0xc04b809c. Preloaded elf module "snd_maestro3.ko" at 0xc04b813c. Preloaded elf module "snd_pcm.ko" at 0xc04b81e0. Preloaded elf module "agp.ko" at 0xc04b8280. Preloaded elf module "netgraph.ko" at 0xc04b831c. module_register_init: MOD_LOAD (vesa, c02ec144, 0) error 6 Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00fbd80 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xf4000000-0xf7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcic0: irq 11 at device 3.0 on pci0 pcic0: PCI Memory allocated: 0x44000000 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][CSC serial isa irq] pccard0: on pcic0 pcic1: irq 11 at device 3.1 on pci0 pcic1: PCI Memory allocated: 0x44001000 pcic1: TI12XX PCI Config Reg: [ring enable][speaker enable][CSC serial isa irq] pccard1: on pcic1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x860-0x86f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xdce0-0xdcff irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered intpm0: port 0x840-0x84f irq 9 at device 7.3 on pci0 intpm0: I/O mapped 840 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped 800 pcm0: port 0xd800-0xd8ff mem 0xf3ffe000-0xf3ffffff irq 5 at device 8.0 on pci0 xl0: <3Com 3c556 Fast Etherlink XL> port 0xd400-0xd4ff mem 0xf3ffd800-0xf3ffd87f,0xf3ffdc00-0xf3ffdc7f irq 11 at device 16.0 on pci0 xl0: Ethernet address: 00:04:76:45:47:e0 miibus0: on xl0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=0x10b7, dev=0x1007) at 16.1 irq 11 orm0: domeus =09=09 =09=09 =09 =09 =09=09 =09 =09 =09 =09 =09=09 =09 =09
 
message du syst= =E8me   
=09
=09=09=09=09 =09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09
=09=09=09=09Bonjour freebsd-mobile@freebsd.org, =09=09=09=09 =09=09=09=09

=09=09=09=09Le mod=E9rateur de la liste BICENTENAIRE DE LA BIENNALE IMP= =C9RIALE N. (napoleon@domeus.fr) vous envoie le message de bienvenue su= ivant: =09=09=09=09

=09=09=09=09-----------------------------
=09=09=09=09
Mais, que se passe=
-t'il pour que Napol=E9on soit ainsi l'objet de toutes les attentions ?
=09=09=09=09----------------------------- =09=09=09=09 =09=09=09=09

Si vous d=E9sirez accepter cette invitation, r=E9pondez =E0 = cet email en cliquant sur la touche "r=E9pondre" de votre messagerie ou cli= quez sur le lien suivant :

=09=09=09=09subscribe =09=09=09=09

Si vous n'=EAtes pas int=E9ress=E9 ignorez cet eMail.

=09=09=09=09

Si vous souhaitez employer la gamme compl=E8te des fonctionn= alit=E9s, connectez-vous =E0 http://www.domeus.fr e= n utilisant les identifiants de connexion suivants :

=09=09=09=09

=09=09=09=09Nom d'utilisateur: freebsd-mobile@freebsd.org
=09=09=09=09Mot de passe: pejepok8 =09=09=09=09

=09=09=09=09 =09=09=09=09

Si votre adresse =E9lectronique (freebsd-mobile@freebsd.org)= a =E9t=E9 ajout=E9e =E0 cette liste sans votre consentement et que vous ne= souhaitez pas recevoir d'eMails de domeus, =09=09=09=09veuillez transmettre ce message : set_account_inactive@domeus.f= r

=09=09=09=09Dans ce cas, sachez que vous n'aurez plus de compte et ainsi ne= pourrez plus utiliser le syst=E8me domeus. =09=09=09=09

=09=09=09=09

=09=09=09=09Sinc=E8res salutations,
=09=09=09=09Votre =E9quip= e domeus

=09=09=09=09
=09=09=09=09
=09
 
--11----------------------1111----------------------11-- --00----------------------0000----------------------00 Content-Type: image/gif; name="logo.gif" Content-Transfer-Encoding: base64 Content-ID: R0lGODlh8ABEAMQAAP////3y0vzssPnehfbMOCQmJ+Hh4P7659jVyePFWuDUqZSPfMOxd9bFi1dU S3JuZMLAu/eTHKempQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAA AAAALAAAAADwAEQAAAX/ICCOZGmeaKqubOu+cCzPdK0SeK7vBDD8wKBw4Bsaf8XjMKkMAgTQqHQq eFKvUBQWawp4v+BwICUuf1uHtHrNPth48ByziaQL53R807qd8vtRWoBSXWZlZIZiaG2MaW9xcHpK kkeURpZLg4SagSecWSWJiiiiYYuNbY+QO5h3dk6vQK1On1W1gpyFpV6Iu2MsqIyqq3KxdcazssZE t7een7q7vdLAwWzDxD3Lycex3MzQzibiI768pOan1o412Trf8NvbzdDPuaHp6L7q69jE8cjkIaN3 b1w9EuZ+nUjIz5q/VQC9CfRGUBMui/j26aO2Yt2ah5AivhJp588gk4Au/57MyDFaqYbBQMYhmWfi yIorDRYsl29hTxUe1ciMZLNk0Tw4U9rDiPAny5fVgg7lQXPP0T1J+6hU2lSjT69Ag7pp5w5H1UlX J2XdslXrU1HToHYUO5VVkAYMFjxw4ODBgwUNuo1MW2ktl6U5eYJ9mwgmKhsyDEgoQLmyZcoPEEDe zLmz58+gN5fFYeDB5dOXHTCQGHAgNIYiYHdtqZh2aMijF6DeffnB4NYUX/eUXVvubOO3cbszzdtB Aee8A1sFflO4V+KxnWZfnJzsqgTQe0tA4OiAAQjMT0uvZKwBggbw4SO1zhE7APv3tXefQQw8agcS jGXCAZOph1YsBUygoP+CBcyXi2z24YfffjEQk95uAaJwwIWUHfhKggtO0CBW9MkVoX4TUvjCKgzw ZpkDBqRQYGW+XWIMiAuOqFaJcG1nm4T6qbhiHAm4mFqMKMxI2WpL3BiiiA5aBKF2QHIn5JBwcOhA BFxGcNkED6igm2U2IvikjoXx2JiPyOVnZYpXrkBkal12eRoEKRwQXgHrKWNmiGhecsuU3FVpW5wt xDFmZXXW2ZsKELzY5A946eWXXwswiSODRzSwgKWXhvoXYIR4gYAEqKZqKqh/jRfGqaB+Op5LAQgw QAK45prAAAoIIKCbAZyaKqoCgEECBBIgm6xmJkj2qaiYogoBkiDtWUD/o3ZeRu0JeyrgCgMOPHlm i2cO0UC44qbLYK9VeLHAmRCgm+4DBnjxgLoKPvArGANg628ECVQB7L1PImCsCAeI60AJBsiLb4gO MEsDHEW++O+dKijJpCwMPPxwoANs6nGIveb37pkeFxCABCMX0FUC/8ZMBBgEh2jwGQiLG+YIB4g8 soLbVshDi5ddfJkEKhhgWY1A9PxzuoE6/LSCDrQbwMlTU+3zvDwJEPPXYWC9oAIHi6AwCSxnveDO /PGwaGVbNmptAQusEJ4DQqStNqdANLA3ySb/nTWSXsD89b8J0CzuzecAkPCTbANQM9QP/wpDlv/V OXcBSKtwoRCT5/jc/+hbo9kx1M9Bp27nAOgt+Mide4FtwGEIYHidihdcNgBnjyD1BBIY4IYbBiAA 4vGW28BharvBuMK7lZUgcgHMDu84AuK6PILrDJKHsAiliVu3CNyLOK0jkqXrwLSOH4BA6GCWM3sZ DWAroNhAn/B4iJH/DuCwyOLLX6YVtMvxYHmWEZGILoOn51kmAToQGd6OEDo04W8CEDjC6fhnhQtK gAp6Ele9wmAAhX3Ba4eLWe5CRC02KGwNF2zZAgIQkxscsDfQulRfFlDAE1xoByJj2hAqGIQLGkCD OuuguNhFiOmVQQAm9EK/UvivYtlLhDxTQwB0tgbs/a0ANUwBHN62sP/O3G0HUhMi6MoFBCMiEXJK fBITAyE1lYnBeE9ywBcUQMUqfsGIWVTDC4Xyu6cFqBFyGtoCn9PDyCwNiJBTAhHbuLg3chAKF5xj Fpx4xygGYIp9bNQKF9RCNXiRfx9p2N/0hUgb7qBilWmghiAAgeSVQEkLgCTElFDHIopLApZcUN0w uUQqAKCOZvAkCus0gLIdgApg8GAgQ5jHj4gAAXp5zl62yRefOeAxrgTii2zpOOh803MPRKP44sNO +FkwXZliJ158toBnCiCTxuTkqzwZAGw1wJnYsuLK4AkBBBhUAoVkZRpQ08MSngmcYhxjb5KHgD2x zgTGg9sBX2e6103/gAFxJJkxkXlHCYLhdl1KALtqpQCUcgkMCnjdN9XgM87R8qYSgN9MhRFOHcAS buMpXk6/dNESXCiXO4AAR4XgUXDg0w/6BMMpF6THL4AylC8FQyF/ptANva6r1+ipDjbnIuedQEkF iMRWWyaEGHLVqcX0A0nFwM9+YpVLzZSq4HZqntfVspURpZiRTiOxEkTKMgyIRAO2dqbpDXFvEwzp 2PJ5pjJMlWpicOnhEicGpXoMfl1t3d/qCVEUrOJtLqIXCg6rUaIMAFz4eoCn2CgEcv2sABuTrII0 WYW5gkEACcJRVcNwqxTSzgzY3Nr6lKbAfFnzfYw90wP+WtoTEIOs/zQqKglQWwAIurZveGGAePt0 xMD0yQgNgIB418te+dACCgqIr3yvAAADCMC+9mXcqwzAX/OM0AxTEMMBdsFfBBS0XmoocL36KxSe FfimEEYAf2nYD7HyYDfTbSQA4nWaxM6EMGUKzoOcQhzsiIWcGqKLhV/5nwV4jwSn2pyHP0wdo7hm xIspsVNODAMer/iV2BVgN3czYxqz5sjVwTFtdLwYH7vAyaYtCwIH+xzvQgTEkxKxlEj8ExOr+Mlf 3kxFqWyZQyLqzGhOs4pG0wMC+MdIALJyNs6SplwMajg9gbKa21YWAOQgAXnhi3MEmKk2j4bOggqH mgxRnB61Typ79vOOO/x8aDYjOhOKVrKJ8hzmSAutz5a2NJbvYBj6EoojevY0liYd6kOP+r12XrQZ Gr2mR3tE1XxmdaVdXeMoneTO1+E0pHFtQFDvus+vlkWpjXlquaSa2Ik0trQnnWwkLNsPzXb0s6Ed WF1Pe87VBkesNe1o2Wyb29Y9trep3WsSjXvLwfbKudFdglZ/+x/hRolWgF0fYd+a3iyw97rB3e4d vfsk2a71vAEuAoHPWdQFr7NF+L1peXea4SZw+D8gjuSSXLtUeLb4sDGe7ntDhOO/0fKvZX0INmn7 4iQfgcZPzuuO+zolFC+3vysc8577/Oc/DwEAOw== --00----------------------0000----------------------00 Content-Type: image/gif; name="corner.gif" Content-Transfer-Encoding: base64 Content-ID: R0lGODdhpQBHAPcAAP766/733vzrsv734vvqqvXFGv778Pncd/jXY////wAAAAAAAAAAAAAAAAAA AAAAAGQBAAAFAAAAWJVYAGoEBQCk+BIAbDXnd9gHVQBkAQAAAAAAALT4EgBQE+d3WJVYAAUAAAAA AAAA5gEbAAEAAABg+RIA6rhAAGoEBQAFAAAAAAAAAOYBGwDmc+d3YCBVAAAAAAB04P1/vUvndxgA AAAeh/d3GAAAAAAAAAAAAAAAAAAAABz5EgAoAAkAAAAAAAAAAAA8+RIAAAATABny+XcHAAAAEAcT AAAAEwAAAAAAFPkSAAAAAACw/xIA1Cz6d2DY+nf/////APoSALFM93dIBRMAaPoSAAAAAABw+hIA QwAAAAIAAABaAFwA+D0TAFoACAII0BYAAAAAAAAAAABg2PoQQPoSAHZI93exTPd3SAUTAID6EgDo +xIAAAAAAEYAAAAAAAAAUPoSAAAAAACeAgAAAQAAAIhMFQDA7VoAAAQAAFD6EgDquEAAiEwVAAIA AAAABAAADPoSALxB6HfA7VoAbcP3d9B1+3duw/d3eH0TAFjSFgAAAAAArfL5dwAAEwBQ0hYAAAAA ADT6EgAAABMAGfL5dyQAAACADBMAAAATAKBDEwAM+hIA8U73dzT7EgDULPp3YNj6d//////4+hIA VEf3d4AMEwBsd+d3CAAAAKhzSAAAAAAAWNIWAGx353cAAAAAAQAAAAAALgBwMBMAWgBcAAEAAAAt AC4AAAAAAFT6EgAAAAIAsP8SAES583coyvN3/////9Qs+nfcTUMAWNIWAGx353cAAAAAIAAAAAAX w3un38EBADBXukjfwQEAN4bC+dvBAQAAAAALAgAAAAAAAIz7EgBjb3JuZXIuZ2lmAABsd+d3AAAA AAAAAAC6KOd3IAEAABQAAAASCwHkRPsSAKoo8HcAABMACAAEABgBAABsd+d3AAAAAAAAAAAAAAAA AAAAAMTARADKQxMA7E4VAM5DEwDWc0gA/////6BDEwAuwUQAykMTACH5BAAAAAAALAAAAAClAEcA QAj/ABMIHEiwoMGDCBMqXMiwocOHECM2LECxosWLBRIc2Mixo8cDAwWIHEmypACBAVKqXMkSIYCX MGPKlEizps2bOHPq3MmzIYKfQIMKRZCAgNGjSJMSSDCgqdOnUAckMEC1qtWrBnpq3cq1q9evYBd+ HMsxrNmzaNOqXauWLFm2cOPKnUtXLca7FTW6/RjSpF+RKFkKVulSpmGYdXPixat3b8e+f00GHiy4 8GHDiXEO3Qy0qNLPRplGHd10KtbTVDPP5czZM2iloklHNY0aq2q5jj3e3r0292PewM36Lhu8uNfh G40rX868ecLFdxv7hhyZ5GTKKy1fjun8OfSL0nNT/68OOAH2yge3Y+5+8Dt45CAFki95/XwA7eoB sG/vPi/88eTVdx5+6u1nEGubufYaUrHJ9hRttVll4FYIDqXggqE5OFuEtk3YU4VCXYhhgxpKxeFV Hn4IYmcYJkWihhCemCJP/81o40A13mhjjjqmyGOPE/4I5H5CDtldkUY2h2SSTDbp5JPL9ecfcgBW JyB2BG5no5QUhedYlZFdSVmWl23JpZd7gfmXmIOReZiZUqLplpp+sYmeQflxNyOXGeU4n3Xm2UdY enm+BGd/cr4l35/lCToonoXqt+eZfjJ6UqCOurleinwmOhadkmEqqKYzzbgiiy0e9aKDMXIIpU+n Eo+VqqolPniihK8uFKussy5Vq1OtRpirrrGKuOCqsgVb27AK7Wrsa8iSpixqzCbkbK++/mriralV e9C1vUY72rSnefttsdiKuyG3WZlb0JLuzgVvvHHNSy9b9t7bFpX6ZpZvv2f9C3BYAg/8VcEGd4Vw wlstzHBPDj+8U8QS50RxxTddjHFNGm/s8ccgh+xhQAA7 --00----------------------0000----------------------00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message