From owner-freebsd-mobile Sun Nov 12 0:44:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-206-90-77.dsl.snfc21.pacbell.net [63.206.90.77]) by hub.freebsd.org (Postfix) with ESMTP id E72E737B479 for ; Sun, 12 Nov 2000 00:44:36 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.11.1) with ESMTP id eAC8oUN00560; Sun, 12 Nov 2000 00:50:31 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200011120850.eAC8oUN00560@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: scanner@jurai.net Cc: freebsd-mobile@freebsd.org Subject: Re: Teletronics driver for FreeBSD 4.1.x In-reply-to: Your message of "Sun, 12 Nov 2000 01:53:29 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Nov 2000 00:50:30 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I thought some of you might be interested in this: Indeed. I'm still trying to work out whose MAC they're using, and whether I can get my hands on any cards... > ---------- Forwarded message ---------- > Date: Sat, 11 Nov 2000 22:27:33 -0800 > From: Tony Toole > Reply-To: isp-wireless@isp-wireless.com > To: isp-wireless@isp-wireless.com > Subject: Re: Teletronics + Linux (or FreeBSD) > > Teletronics PCI WLAN drivers have just been released for FreeBSD 4.1.x, of > which you can have two or more cards per machine. (in whatever mode you > require). > > You can get the new drivers here: > http://www.webworldwarehouse.com/wireless/support.htm > > Thanks. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 0:57:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.griffel.se (mail.griffel.se [193.13.74.2]) by hub.freebsd.org (Postfix) with ESMTP id 2D08637B479 for ; Sun, 12 Nov 2000 00:57:30 -0800 (PST) Received: from [194.47.111.210] (HELO chewie) by mail.griffel.se (CommuniGate Pro SMTP 3.3) with SMTP id 399620 for freebsd-mobile@freebsd.org; Sun, 12 Nov 2000 09:57:28 +0100 Message-ID: <001201c04c7e$322a5800$2a67a8c0@chewie.outherlimits.org> From: "Claes Leufven" To: Subject: Problems with Ti1225 pcic controller on Compaq Armada e500 Date: Sun, 12 Nov 2000 08:57:25 +0100 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 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I have a Compaq Armada e500 with a ti1225 pcic controller and FreeBSD 4.2rc1. I have come so for that I have found the right io port and useing polling mode because the interrupt is shared with the soundcard and networkcard. But the mem settings seems weird boot -v says that pcic-pci0 uses 0x41100000 and pcic-pci1 0x41800000 and when I try to with a kernel that has the mem set to 0x41100000 the computer locks up when I inserts a card, the same happens when I just use "device pcic at isa?" in the kernel. Can it be a mem setting problem? I have tried with freebsd 4.1.1-RELEASE and the same happens there. The card I try to use is a apa-1460. Any suggestions please? Regards Claes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 14:10:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3144E37B479 for ; Sun, 12 Nov 2000 14:10:32 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eACM9kR03056 for ; Sun, 12 Nov 2000 15:09:46 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA01444 for ; Sun, 12 Nov 2000 15:09:45 -0700 (MST) Message-Id: <200011122209.PAA01444@harmony.village.org> To: mobile@freebsd.org Subject: ray committed Date: Sun, 12 Nov 2000 15:09:45 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just committed the raylan driver. It is know to work with the WebGear cards. I'll commit an entry to pccard.conf here in a minute. I've not committed a man page because I don't have one. I also need a list of cards that this supports so I can add it to RELNOTES.TXT. Many thanks to Duncan Barclay for porting this from the NetBSD driver. I've found that these cards can handle 1500 byte mtu generally, but there's some noise in the area that is impacting my ability to get those reliably and a mtu of 700 or 800 works a lot better. Don't know if my situation is unique or not. Just thought I'd mention it. It seems to reduce packet loss. A reminder that RFCs state that 520 is the smallest MTU allowed. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 14:34:11 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cassiar.fireweed.net (steelhead.alaska.net [209.112.156.81]) by hub.freebsd.org (Postfix) with ESMTP id A50B037B479 for ; Sun, 12 Nov 2000 14:34:07 -0800 (PST) Received: from localhost (simestd@localhost) by cassiar.fireweed.net (8.8.8/8.8.8) with SMTP id NAA03730; Sun, 12 Nov 2000 13:33:17 -0900 (AKST) (envelope-from simestd@fireweed.net) Date: Sun, 12 Nov 2000 13:33:16 -0900 (AKST) From: "Thomas D. Simes" To: Matthias Saou Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Xircom 10/100 ethernet problem In-Reply-To: <3A0BC403.D443694F@accelance.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Matthias, I'm running a Xircom RealPort REM56G-100 on my Thinkpad 390E with 4.1.1-RELEASE and had the "Config id 35 not present" error but I was able to track it down to an IRQ problem. Here is my working /etc/pccard.conf entry for the card: # Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) card "Xircom" "CreditCard Ethernet 10/100 + Modem 56" config 0x27 "xe0" 10 insert /etc/pccard_ether xe0 start remove /etc/pccard_ether xe0 stop I don't know if IRQ 10 will work for you or not - you'll will just have to experiment. Good luck :-) On Fri, 10 Nov 2000, Matthias Saou wrote: > Hi! > > I'm new to this list... and I'm also quite new to FreeBSD, which > explains the few problems I have that I can't solve yet. > My pcmcia Xircom 10/100 ethernet + 56k modem card seems to have problems > with ressource allocation, here is the error message I get either at > boot time or when I remove/reinsert the card : > > pccardd[50]: Config id 35 not present in this card > pccardd[50]:Resource allocation failure for Xircom > pccardd[50]:pccardd started > > I've searched for people having the same problem, and all I've found is > three web pages in japanese and an unreacheable mail in the FreeBSD mail > archive... does anyone know how to solve this? What should I put in my > /etc/pccard.conf? > The only thing I've tried so far is removing IRQ5 from the > /etc/defaults/pccard.conf because it's used by my OPL-3 sound card (I > had that IRQ 5 conflict with Linux also). > > I'm running 4.1.1-RELEASE, the X-Developer base system with only > WindowMaker and bash2 (I'm not used to tcsh yet ;o) on an Asus L7300 > laptop which dual-boots FreeBSD with a RedHat Linux 6.2 system (on which > ethernet, modem, sound, irda, usb all work fine)... I've rebuilt my > world and a custom kernel so far without any problems, that's about it. > > Any help would be very much appreciated :) > Matthias > > -- > Matthias Saou > matthias@accelance.fr > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > Tom ====================================================================== "Z-80 system stack overflow. Shut 'er down Scotty, the system's sucking mud" - Error message on TRS 80 Model-16B Thomas D. Simes simestd@fireweed.net ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 18:54: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from volatile.chemicals.tacorp.com (ci391991-a.grnvle1.sc.home.com [24.9.31.75]) by hub.freebsd.org (Postfix) with ESMTP id 119DE37B479 for ; Sun, 12 Nov 2000 18:53:59 -0800 (PST) Received: (from morganw@localhost) by volatile.chemicals.tacorp.com (8.11.1/8.11.1) id eAD2rWW34689; Sun, 12 Nov 2000 21:53:32 -0500 (EST) (envelope-from morganw) Date: Sun, 12 Nov 2000 21:53:32 -0500 (EST) From: Wesley Morgan To: Warner Losh Cc: mobile@FreeBSD.ORG Subject: Re: ray committed In-Reply-To: <200011122209.PAA01444@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How would you say these cards compare to a wavelan or aironet? On Sun, 12 Nov 2000, Warner Losh wrote: > > I've just committed the raylan driver. It is know to work with the > WebGear cards. I'll commit an entry to pccard.conf here in a minute. > > I've not committed a man page because I don't have one. > > I also need a list of cards that this supports so I can add it to > RELNOTES.TXT. > > Many thanks to Duncan Barclay for porting this from the NetBSD > driver. > > I've found that these cards can handle 1500 byte mtu generally, but > there's some noise in the area that is impacting my ability to get > those reliably and a mtu of 700 or 800 works a lot better. Don't know > if my situation is unique or not. Just thought I'd mention it. It > seems to reduce packet loss. A reminder that RFCs state that 520 is > the smallest MTU allowed. > > Warner > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemicals.tacorp.com _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ 6bone: 3ffe:1ce3:7::b4ff:fe53:c297 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 18:59:14 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9100937B479 for ; Sun, 12 Nov 2000 18:59:10 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAD2x8R04137; Sun, 12 Nov 2000 19:59:09 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id TAA03248; Sun, 12 Nov 2000 19:59:07 -0700 (MST) Message-Id: <200011130259.TAA03248@harmony.village.org> To: Wesley Morgan Subject: Re: ray committed Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 12 Nov 2000 21:53:32 EST." References: Date: Sun, 12 Nov 2000 19:59:07 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Wesley Morgan writes: : How would you say these cards compare to a wavelan or aironet? They suck. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 19:13:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 288A137B479 for ; Sun, 12 Nov 2000 19:13:23 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAD3DLR04196; Sun, 12 Nov 2000 20:13:21 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id UAA03395; Sun, 12 Nov 2000 20:13:20 -0700 (MST) Message-Id: <200011130313.UAA03395@harmony.village.org> To: Wesley Morgan Subject: Re: ray committed Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 12 Nov 2000 21:53:32 EST." References: Date: Sun, 12 Nov 2000 20:13:20 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Wesley Morgan writes: : How would you say these cards compare to a wavelan or aironet? I think a couple more words are in order. They work OK. However, they are slower than the 2.0M aironet that I used at BSDcon. They are a lot slower than the 11M wavelan cards. They have a higher packet loss rate than the aironet or wavelan cards I've used here and at BSDcon. Their only advantage is cost. They are a lot cheaper than all other wireless cards because webgear went out of business and have been dumped in the market. I paid like $120 for my pair. So, comapred to the wavelan and aironet they suck. But compared to nothing, they aren't too bad. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Nov 12 20:12:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 5400437B479; Sun, 12 Nov 2000 20:12:07 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 12 Nov 2000 20:10:23 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eAD4BhR23430; Sun, 12 Nov 2000 20:11:43 -0800 (PST) (envelope-from cjc) Date: Sun, 12 Nov 2000 20:11:38 -0800 From: "Crist J . Clark" To: Warner Losh Cc: Wesley Morgan , chat@FreeBSD.ORG Subject: Re: ray committed Message-ID: <20001112201138.U75251@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <200011130259.TAA03248@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200011130259.TAA03248@harmony.village.org>; from imp@village.org on Sun, Nov 12, 2000 at 07:59:07PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Nov 12, 2000 at 07:59:07PM -0700, Warner Losh wrote: > In message Wesley Morgan writes: > : How would you say these cards compare to a wavelan or aironet? > > They suck. > > Warner C'mon, Warner. Don't hold back. Tell us how you _really_ feel. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 1: 7:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from piotr.zigzag.pl (merlin.zigzag.pl [217.11.129.34]) by hub.freebsd.org (Postfix) with SMTP id A2A0137B479 for ; Mon, 13 Nov 2000 01:07:44 -0800 (PST) Received: (qmail 15245 invoked by uid 1001); 13 Nov 2000 09:13:11 -0000 Date: Mon, 13 Nov 2000 10:13:11 +0100 From: "Piotr K. Isajew" To: freebsd-mobile@freebsd.org Subject: OZ6832 question Message-ID: <20001113101311.A14933@piotr.zigzag.pl> Reply-To: piotr.isajew@zigzag.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I bought a new notebook (as in subject). It appears that it have a O2Micro OZ6832 chipset used in PCMICA controller. As I noticed FreeBSD installation floppies does not recognize this PCMCIA controller. Is there any way (besides of writing a new driver on my own) to get this working after setting up the system? Thanks in advance Piotr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 4: 3:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from morse.kabelfoon.nl (mail.kabelfoon.nl [194.178.9.144]) by hub.freebsd.org (Postfix) with ESMTP id 1F6CC37B479 for ; Mon, 13 Nov 2000 04:03:31 -0800 (PST) Received: from system (k6sd283.dial.kabelfoon.nl [62.45.18.157]) by morse.kabelfoon.nl (Postfix) with SMTP id E2D8A14787 for ; Mon, 13 Nov 2000 13:03:27 +0100 (CET) Message-ID: <004d01c04d69$b6222610$9d122d3e@system> From: "Toni Matla" To: Subject: 3C556 question. Date: Mon, 13 Nov 2000 13:03:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, I have FreeBSD 4.1, and I am wondering..... Is there any way to enable the support for the 3C556 in v4.1 ? Maybe with a patch, or do I have to install v4.1.1? Best regards, Toni Matla ammatla@caiw.nl Please excuse any outstanding delays. Please keep all transmissions on the same Email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 8:59:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id 1055537B4CF for ; Mon, 13 Nov 2000 08:59:31 -0800 (PST) Received: from aphex.peterson.org (IDENT:matt@aphex.peterson.org [209.228.7.160]) by aphex.peterson.org (8.9.3/8.9.3) with ESMTP id IAA41255 for ; Mon, 13 Nov 2000 08:59:30 -0800 (PST) Date: Mon, 13 Nov 2000 08:59:30 -0800 (PST) From: Matt Peterson To: Subject: Symbol Spectrum24 802.11b PC Card In-Reply-To: <200011122209.PAA01444@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If only Symbol's 802.11b PC Card was supported in FreeBSD. Intel has an insane promoation going on till the end of the year, one access point plus two pc card's for $700US. Also note this card is re-branded as 3Com's Airconnect (with the lack of WEP). See for a status of the Linux driver. Also The Bay Area Wireless User Group has a few reports on this card, see our mailing list archives at . l8r. -- 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 Mon Nov 13 11:16:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from piotr.zigzag.pl (merlin.zigzag.pl [217.11.129.34]) by hub.freebsd.org (Postfix) with SMTP id AE56837B4C5 for ; Mon, 13 Nov 2000 11:16:19 -0800 (PST) Received: (qmail 1891 invoked by uid 1001); 13 Nov 2000 19:21:24 -0000 Date: Mon, 13 Nov 2000 20:21:24 +0100 From: "Piotr K. Isajew" To: Sean O'Connell Cc: freebsd-mobile@freebsd.org Subject: Re: OZ6832 question Message-ID: <20001113202123.B1820@piotr.zigzag.pl> Reply-To: piotr.isajew@zigzag.pl References: <20001113101311.A14933@piotr.zigzag.pl> <20001113104714.E83818@stat.Duke.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20001113104714.E83818@stat.Duke.EDU>; from Sean O'Connell on Mon, Nov 13, 2000 at 10:47:14AM -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, First of all, I have FreeBSD 4.0-RELEASE installed on that notebook. Initially OZ6832 was detected by kernel as: /kernel: chip2: irq 9 at device 19.0 on pci0 /kernel: chip3: irq 9 at device 19.1 on pci0 I've modified the kernel according to your suggestions (that changes in pcic_p.*) and now dmesg looks like this: /kernel pcic-pci0: irq 9 at device 19.0 on pic0 /kernel pcic-pci1: irq 9 at device 19.1 on pci0 But: # pccardd pccardd[235]: fatal error: no PC-CARD slots pciconf -l for that chip shows: pcic-pci0@pci0:19:0: class=0x060700 card=0x10021025 chip=0x68321217 rev=0x34 hdr=0x02 pcic-pci1@pci0:19:1: class=0x060700 card=0x10021025 chip=0x68321217 rev=0x34 hdr=0x02 So, I've got a problem ;-) Any advice? Piotr On Mon, Nov 13, 2000 at 10:47:14AM -0500, Sean O'Connell wrote: > Piotr K. Isajew stated: > : Hi, > : > : I bought a new notebook (as in subject). It appears that it have a > : O2Micro OZ6832 chipset used in PCMICA controller. As I noticed FreeBSD > : installation floppies does not recognize this PCMCIA controller. Is > : there any way (besides of writing a new driver on my own) to get this > : working after setting up the system? > : > : Thanks in advance > > Piotr- > > It might help if we (the freebsd-mobile list) had some more info. > Do you have FreeBSD up and running on the machine now? If so, what > version? If you do, attaching/including /var/run/dmesg.boot might > help us figure out what is going on. > > Also, maybe the output from pciconf -l (might not be as useful). > > It might be as simple as adding an entry for the > > O2Micro OZ6832 > > to /sys/pci/pcic_p.c and /sys/pci/pcic_p.h with the info from > pciconf -l > > HTH, > S > ----------------------------------------------------------------------- > Sean O'Connell Email: sean@stat.Duke.EDU > Institute of Statistics and Decision Sciences Phone: (919) 684-5419 > Duke University Fax: (919) 684-8594 > -- Piotr Isajew ZigZag Sp. z o.o. System Administrator PIsajew@zigzag.pl tel. +4822 6272180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 18:27: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62]) by hub.freebsd.org (Postfix) with ESMTP id D502C37B4C5; Mon, 13 Nov 2000 18:26:59 -0800 (PST) Received: from fanf by hand.dotat.at with local (Exim 3.15 #3) id 13vVnm-0004sh-00; Tue, 14 Nov 2000 02:26:26 +0000 Date: Tue, 14 Nov 2000 02:26:26 +0000 From: Tony Finch To: John Baldwin Cc: Michael Lucas , mobile@FreeBSD.org Subject: Re: laptop recommendations Message-ID: <20001114022626.H25050@hand.dotat.at> References: <20001110131753.A62744@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Organization: Covalent Technologies, Inc Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin wrote: > >[Dell Inspiron 5000e] One known problem is that apm support won't >work under FreeBSD because of a bug in the BIOS. :-( Is this the same as the bug in the Latitude CPx that locks up the machine when suspending from X? I have a work-around for that. Tony. -- en oeccget g mtcaa f.a.n.finch v spdlkishrhtewe y dot@dotat.at eatp o v eiti i d. fanf@covalent.net /* * zzz.c: a wrapper around apm(8) that works on my dodgy laptop * * (C) 2000 Tony Finch */ static const char *const cvsid = "$Header: /cvs/fanf/zzz/zzz.c,v 1.1.1.1 2000/06/22 08:43:37 fanf Exp $"; #include #include #include #include #include #include #include int main() { int fd, vt, status; fd = open("/dev/vga", O_RDONLY); if(fd < 0) err(1, "open /dev/vga"); if(ioctl(fd, VT_GETACTIVE, &vt) < 0) err(1, "ioctl VT_GETACTIVE"); if(ioctl(fd, VT_ACTIVATE, 1) < 0) err(1, "ioctl VT_ACTIVATE"); switch(fork()) { case -1: err(1, "fork"); case 0: execl("/usr/sbin/apm", "apm", "-z", NULL); err(1, "exec apm -z"); default: wait(&status); if(!WIFEXITED(status) || WEXITSTATUS(status)) errx(1, "apm -z failed"); } sleep(3); if(ioctl(fd, VT_ACTIVATE, vt) < 0) err(1, "ioctl VT_ACTIVATE"); exit(0); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 19:43:49 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 23C4637B479 for ; Mon, 13 Nov 2000 19:43:47 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAE3hjR09553; Mon, 13 Nov 2000 20:43:46 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id eAE3jNG42541; Mon, 13 Nov 2000 20:45:24 -0700 (MST) Message-Id: <200011140345.eAE3jNG42541@billy-club.village.org> To: piotr.isajew@zigzag.pl Subject: Re: OZ6832 question Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 13 Nov 2000 10:13:11 +0100." <20001113101311.A14933@piotr.zigzag.pl> References: <20001113101311.A14933@piotr.zigzag.pl> Date: Mon, 13 Nov 2000 20:45:23 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001113101311.A14933@piotr.zigzag.pl> "Piotr K. Isajew" writes: : I bought a new notebook (as in subject). It appears that it have a : O2Micro OZ6832 chipset used in PCMICA controller. As I noticed FreeBSD : installation floppies does not recognize this PCMCIA controller. Is : there any way (besides of writing a new driver on my own) to get this : working after setting up the system? Send me the pciconf output, and I'll see about adding it to pcic_p.c Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 19:45:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3D43137B479 for ; Mon, 13 Nov 2000 19:45:16 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAE3jBR09564; Mon, 13 Nov 2000 20:45:12 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id eAE3koG42554; Mon, 13 Nov 2000 20:46:50 -0700 (MST) Message-Id: <200011140346.eAE3koG42554@billy-club.village.org> To: "Toni Matla" Subject: Re: 3C556 question. Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 13 Nov 2000 13:03:16 +0100." <004d01c04d69$b6222610$9d122d3e@system> References: <004d01c04d69$b6222610$9d122d3e@system> Date: Mon, 13 Nov 2000 20:46:50 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <004d01c04d69$b6222610$9d122d3e@system> "Toni Matla" writes: : Is there any way to enable the support for the 3C556 in v4.1 ? : Maybe with a patch, or do I have to install v4.1.1? Which 3C556? There are two 3C*556 cards that 3com produced. One is a modem (and I think ethernet) card in the mini-pci form factor. This works in -current and I think also -stable (you'd have to check the xl driver there). The other card is an old 56k modem + 3c589E ethernet part. This doesn't work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 19:46:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 58C6F37B479 for ; Mon, 13 Nov 2000 19:46:38 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAE3kSR09580; Mon, 13 Nov 2000 20:46:28 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id eAE3m7G42567; Mon, 13 Nov 2000 20:48:07 -0700 (MST) Message-Id: <200011140348.eAE3m7G42567@billy-club.village.org> To: Matt Peterson Subject: Re: Symbol Spectrum24 802.11b PC Card Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 13 Nov 2000 08:59:30 PST." References: Date: Mon, 13 Nov 2000 20:48:06 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Matt Peterson writes: : If only Symbol's 802.11b PC Card was supported in FreeBSD. Intel has an : insane promoation going on till the end of the year, one access point plus : two pc card's for $700US. Also note this card is re-branded as 3Com's : Airconnect (with the lack of WEP). See : : for a status of the Linux driver. : : Also The Bay Area Wireless User Group has a few reports on this card, see : our mailing list archives at . l8r. I think that we need a newer version of the awi driver imported from NetBSD to make this card (and the 3com airconnect) work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 19:47:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7283137B4C5 for ; Mon, 13 Nov 2000 19:47:25 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAE3lOR09596; Mon, 13 Nov 2000 20:47:24 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id eAE3n3G42580; Mon, 13 Nov 2000 20:49:03 -0700 (MST) Message-Id: <200011140349.eAE3n3G42580@billy-club.village.org> To: piotr.isajew@zigzag.pl Subject: Re: OZ6832 question Cc: "Sean O'Connell" , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 13 Nov 2000 20:21:24 +0100." <20001113202123.B1820@piotr.zigzag.pl> References: <20001113202123.B1820@piotr.zigzag.pl> <20001113101311.A14933@piotr.zigzag.pl> <20001113104714.E83818@stat.Duke.EDU> Date: Mon, 13 Nov 2000 20:49:03 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001113202123.B1820@piotr.zigzag.pl> "Piotr K. Isajew" writes: : I've modified the kernel according to your suggestions (that changes : in pcic_p.*) and now dmesg looks like this: : /kernel pcic-pci0: irq 9 at device : 19.0 on pic0 : /kernel pcic-pci1: irq 9 at device : 19.1 on pci0 : : But: : : # pccardd : pccardd[235]: fatal error: no PC-CARD slots OK. This means that the pcic device (not the kludge pcic_pci device) didn't attach. This means that we need to put these chips into legacy mode. You might see if any of the TI code to do this helps. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Nov 13 23:43:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from piotr.zigzag.pl (merlin.zigzag.pl [217.11.129.34]) by hub.freebsd.org (Postfix) with SMTP id AC40837B479 for ; Mon, 13 Nov 2000 23:43:19 -0800 (PST) Received: (qmail 4178 invoked by uid 1001); 14 Nov 2000 07:48:24 -0000 Date: Tue, 14 Nov 2000 08:48:24 +0100 From: "Piotr K. Isajew" To: Warner Losh Cc: freebsd-mobile@freebsd.org, sean@stat.duke.edu Subject: Re: OZ6832 question Message-ID: <20001114084824.A3385@piotr.zigzag.pl> Reply-To: piotr.isajew@zigzag.pl References: <20001113202123.B1820@piotr.zigzag.pl> <20001113101311.A14933@piotr.zigzag.pl> <20001113104714.E83818@stat.Duke.EDU> <20001113202123.B1820@piotr.zigzag.pl> <200011140349.eAE3n3G42580@billy-club.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <200011140349.eAE3n3G42580@billy-club.village.org>; from Warner Losh on Mon, Nov 13, 2000 at 08:49:03PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That seems to be the solution. I spent some time playing with pcic_p.c, changed pcic_pci_attach() so that legacy_init() for CLPD6832 had been called (hmm... similiar that 6832 ;-)). It obviously didn't worked, but ppcardd found those slots, and the card, that I inserted got power. System was able to detect card removal and insertion, but I wasn't able to identify the card (version & manufacturer info. == NULL string). Furthermore I tried to apply the patch I found on the Web (by Matthias Apitz), but it seems that the kernel sources have some from the version, for with the patch was designated. I'm not good in BSD kernels architecture, so after some tries to apply this patch by hand everything (I mean PCIMCIA controller ;-)) stopped to work. Piotr. On Mon, Nov 13, 2000 at 08:49:03PM -0700, Warner Losh wrote: > In message <20001113202123.B1820@piotr.zigzag.pl> "Piotr K. Isajew" writes: > : I've modified the kernel according to your suggestions (that changes > : in pcic_p.*) and now dmesg looks like this: > : /kernel pcic-pci0: irq 9 at device > : 19.0 on pic0 > : /kernel pcic-pci1: irq 9 at device > : 19.1 on pci0 > : > : But: > : > : # pccardd > : pccardd[235]: fatal error: no PC-CARD slots > > OK. This means that the pcic device (not the kludge pcic_pci device) > didn't attach. This means that we need to put these chips into legacy > mode. > > You might see if any of the TI code to do this helps. > > Warner > -- Piotr Isajew ZigZag Sp. z o.o. System Administrator PIsajew@zigzag.pl tel. +4822 6272180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 2:19:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ferao.jungle.bt.co.uk (ferao.jungle.bt.co.uk [132.146.107.45]) by hub.freebsd.org (Postfix) with ESMTP id AB8AA37B4C5 for ; Tue, 14 Nov 2000 02:19:42 -0800 (PST) Received: from emberson (emberson [132.146.107.43]) by ferao.jungle.bt.co.uk (8.9.1b+Sun/Jungle-8.9.1-03) with SMTP id KAA29793 for ; Tue, 14 Nov 2000 10:03:49 GMT Message-Id: <3.0.1.32.20001114101900.008fd100@mailhost.jungle.bt.co.uk> X-Sender: gary@mailhost.jungle.bt.co.uk X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Tue, 14 Nov 2000 10:19:00 +0000 To: freebsd-mobile@freebsd.org From: Anargyros Garyfalos Subject: Hello Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello.... I am new in the list and I am looking for open software on drivers for Wireless LAN. Can anyone help me :) ? Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 3:57:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from students.mimuw.edu.pl (zodiac.mimuw.edu.pl [193.0.99.1]) by hub.freebsd.org (Postfix) with SMTP id 637DB37B479 for ; Tue, 14 Nov 2000 03:57:21 -0800 (PST) Received: (qmail 20069 invoked by uid 2019); 14 Nov 2000 11:54:16 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Nov 2000 11:54:16 -0000 Date: Tue, 14 Nov 2000 12:54:16 +0100 (CET) From: Sebastian Pawlowski X-Sender: sp181284@zodiac.mimuw.edu.pl To: freebsd-mobile@freebsd.org Subject: PCMCIA modem... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---------- Forwarded message ---------- Hi, my name is Sebastian :) I have laptop with FreeBSD 4.0. Is there anyone who can tell me what should I do if I want to use ppp with Zoltrix PCMCIA 2.1 Fax/Data Modem 56k ????? I've already compiled kernel with PCMCIA support. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 7:25: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from voyager.fisicc-ufm.edu (unknown [216.230.140.137]) by hub.freebsd.org (Postfix) with SMTP id 3E2C437B4C5 for ; Tue, 14 Nov 2000 07:25:01 -0800 (PST) Received: (qmail 56363 invoked by uid 1001); 14 Nov 2000 15:25:06 -0000 Date: Tue, 14 Nov 2000 09:25:06 -0600 From: Oscar Bonilla To: freebsd-mobile@freebsd.org Subject: Vaio Z505HS and PCMCIA Message-ID: <20001114092506.A56347@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Mailer: Mutt 1.2i (2000-05-09) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm having problems with the PCMCIA slot on my Vaio Z505HS. The machine freezes every time I insert a card on the slot. I'm running 4.2-BETA as of Mon Nov 13 07:45:46 and my kernel config says: device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 I've tried removing the "irq 0 port 0x3e0 iomem 0xd0000" part as that's the way it appears in LINT, but it still freezes as soon as I insert a card. Anyone using PCMCIA cards successfuly with a Z505HS and 4.2-BETA? BTW, The card I'm using for testing is a 3Com 3C589D-TP which was fully supported by FreeBSD 4.1 on a Vaio 505FX. Thanks, -Oscar -- pgp public key: finger obonilla@fisicc-ufm.edu pgp fingerprint: D4 52 7F 56 05 A9 7D EB 51 D7 3D 01 A9 83 52 59 B7 46 1B 62 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 8:14:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from medianstrip.net (medianstrip.net [206.113.38.30]) by hub.freebsd.org (Postfix) with ESMTP id 88FE237B4CF for ; Tue, 14 Nov 2000 08:14:11 -0800 (PST) Received: by medianstrip.net (Postfix, from userid 1000) id 0CA8559BA; Tue, 14 Nov 2000 11:14:04 -0500 (EST) Date: Tue, 14 Nov 2000 11:14:04 -0500 From: mike ryan To: freebsd-mobile@freebsd.org Subject: Re: Vaio Z505HS and PCMCIA Message-ID: <20001114111404.A57463@medianstrip.net> Mail-Followup-To: freebsd-mobile@freebsd.org References: <20001114092506.A56347@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20001114092506.A56347@fisicc-ufm.edu>; from obonilla@fisicc-ufm.edu on Tue, Nov 14, 2000 at 09:25:06AM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11/14/00, Oscar Bonilla wrote: > Hi, I'm having problems with the PCMCIA slot on my Vaio Z505HS. > The machine freezes every time I insert a card on the slot. > I'm running 4.2-BETA as of Mon Nov 13 07:45:46 and my kernel > config says: > > device card > device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > > I've tried removing the "irq 0 port 0x3e0 iomem 0xd0000" part > as that's the way it appears in LINT, but it still freezes as soon > as I insert a card. > > Anyone using PCMCIA cards successfuly with a Z505HS and 4.2-BETA? yes. you need to assign a real irq to the pcic. polling mode doesn't work on the z505hs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 8:18:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id B554037B4C5 for ; Tue, 14 Nov 2000 08:18:11 -0800 (PST) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA17471 for ; Tue, 14 Nov 2000 11:18:10 -0500 (EST) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA16159 for ; Tue, 14 Nov 2000 11:18:09 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G40VY800.GA9 for ; Tue, 14 Nov 2000 11:18:08 -0500 Message-ID: <3A1165F5.BB0C3816@mitre.org> Date: Tue, 14 Nov 2000 11:19:01 -0500 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Multiple identical PCMCIA NICs in 4.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone been able to force pccardd to recognise two of the same NICs? There was a message some time ago that it was impossible to do this in 3.x, but I was hoping someone fixed this. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 8:43:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from kamidake.apricot.com (kamidake.apricot.com [64.121.160.36]) by hub.freebsd.org (Postfix) with ESMTP id 9606937B479 for ; Tue, 14 Nov 2000 08:43:16 -0800 (PST) Received: from fatora.apricot.com (foobie@fatora.apricot.com [64.121.160.40]) by kamidake.apricot.com (8.8.8/8.8.8) with ESMTP id IAA04413 for ; Tue, 14 Nov 2000 08:43:15 -0800 (PST) Received: from fatora.apricot.com (foobie@localhost [127.0.0.1]) by fatora.apricot.com (8.9.3/8.9.3) with ESMTP id IAA16976 for ; Tue, 14 Nov 2000 08:43:17 -0800 (PST) Message-Id: <200011141643.IAA16976@fatora.apricot.com> To: freebsd-mobile@freebsd.org Subject: Re: Vaio Z505HS and PCMCIA In-reply-to: Your message of "Tue, 14 Nov 2000 11:14:04 EST." <20001114111404.A57463@medianstrip.net> Reply-To: scanner@apricot.com X-URI: http://www.apricot.com/~scanner/ X-Face: 6K2.ZvQgQ.NDQLIx.1pW(xRu*">:}&PX-Ad_!!?wU7H4L"wF"0xEwYu=8Or0V+=5?-eO1XL 7-0Hom/|]B2C7Uznyol-NVnvEk:+sod^MyB4v4qVpPDemr;b@pZdRSXu.'Gm^t0?2l,j[&t.kbc[UW x6Lz^e$K$W Mime-Version: 1.0 (generated by tm-edit 1.5) Content-Type: text/plain; charset=US-ASCII Date: Tue, 14 Nov 2000 08:43:17 -0800 From: "Eric 'Scanner' Luce" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "mr" == mike ryan >>>>> wrote the following on Tue, 14 Nov 2000 11:14:04 -0500 >> Anyone using PCMCIA cards successfuly with a Z505HS and >> 4.2-BETA? mr> yes. you need to assign a real irq to the pcic. polling mode mr> doesn't work on the z505hs. Are all the Z505's like that? (Most specifically the Z505JS is what I am wondering about?) --Scanner (scanner@apricot.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:28:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from Millions.Ca (h-207-228-120-32.gen.cadvision.com [207.228.120.32]) by hub.freebsd.org (Postfix) with ESMTP id 8027337B479 for ; Tue, 14 Nov 2000 09:28:37 -0800 (PST) Received: (from uucp@localhost) by Millions.Ca (8.9.3/8.9.3) id KAA49853; Tue, 14 Nov 2000 10:28:31 -0700 (MST) (envelope-from stacy@Millions.CA) Received: from Oak.Millions.Ca(192.168.64.1) via SMTP by mail-gw-0.millions.ca, id smtpdg49851; Tue Nov 14 10:28:31 2000 Received: from Millions.CA (Maple.Millions.Ca [192.168.64.2]) by oak.millions.ca (8.8.8/8.8.5) with ESMTP id KAA12876; Tue, 14 Nov 2000 10:28:30 -0700 (MST) Message-ID: <3A11763D.50109A8A@Millions.CA> Date: Tue, 14 Nov 2000 10:28:29 -0700 From: Stacy Millions Organization: Millions Consulting Limited X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en-US MIME-Version: 1.0 To: scanner@apricot.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Vaio Z505HS and PCMCIA References: <200011141643.IAA16976@fatora.apricot.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eric 'Scanner' Luce wrote: > > >>>>> "mr" == mike ryan [snip] > mr> yes. you need to assign a real irq to the pcic. polling mode > mr> doesn't work on the z505hs. > > Are all the Z505's like that? (Most specifically the Z505JS > is what I am wondering about?) Well, it is the case with my Z505S and Peter Radcliffe stated in a previous message: > On my old 505TR and my current Z505HS I can't use polling mode or the > machine freezes. So the trend would indicate that it is generic to the Z505 line, but then we all know what happens when you use informal polls (like exit polls) to judge trends :-) -stacy -- Nothing spoils fun like finding out it builds character. - Calvin Stacy Millions stacy@millions.ca Millions Consulting Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:36:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8394537B4CF for ; Tue, 14 Nov 2000 09:36:13 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAEHaBR12460; Tue, 14 Nov 2000 10:36:11 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA48180; Tue, 14 Nov 2000 10:36:10 -0700 (MST) Message-Id: <200011141736.KAA48180@harmony.village.org> To: Oscar Bonilla Subject: Re: Vaio Z505HS and PCMCIA Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 14 Nov 2000 09:25:06 CST." <20001114092506.A56347@fisicc-ufm.edu> References: <20001114092506.A56347@fisicc-ufm.edu> Date: Tue, 14 Nov 2000 10:36:09 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001114092506.A56347@fisicc-ufm.edu> Oscar Bonilla writes: : device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 Try iomem 0xd4000. Might also need to set this in /etc/rc.conf: pccard_mem=0xd4000 The newer Sonies have larger video ram, which causes them to hang when the default address of d00000 is used. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:36:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6D45C37B657 for ; Tue, 14 Nov 2000 09:36:51 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAEHakR12469; Tue, 14 Nov 2000 10:36:46 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA48200; Tue, 14 Nov 2000 10:36:46 -0700 (MST) Message-Id: <200011141736.KAA48200@harmony.village.org> To: "Andresen,Jason R." Subject: Re: Multiple identical PCMCIA NICs in 4.0 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 14 Nov 2000 11:19:01 EST." <3A1165F5.BB0C3816@mitre.org> References: <3A1165F5.BB0C3816@mitre.org> Date: Tue, 14 Nov 2000 10:36:46 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A1165F5.BB0C3816@mitre.org> "Andresen,Jason R." writes: : Has anyone been able to force pccardd to recognise two of the same : NICs? There was a message some time ago that it was impossible to do : this in 3.x, but I was hoping someone fixed this. Not that I'm aware of. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:39:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id BD94237B4C5 for ; Tue, 14 Nov 2000 09:39:56 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 13vk3n-0004aY-00 for freebsd-mobile@FreeBSD.ORG; Tue, 14 Nov 2000 12:39:55 -0500 Date: Tue, 14 Nov 2000 12:39:55 -0500 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: Vaio Z505HS and PCMCIA Message-ID: <20001114123955.B15642@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20001114092506.A56347@fisicc-ufm.edu> <200011141736.KAA48180@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011141736.KAA48180@harmony.village.org>; from imp@village.org on Tue, Nov 14, 2000 at 10:36:09AM -0700 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh probably said: > In message <20001114092506.A56347@fisicc-ufm.edu> Oscar Bonilla writes: > : device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > > Try iomem 0xd4000. > > Might also need to set this in /etc/rc.conf: > > pccard_mem=0xd4000 > > The newer Sonies have larger video ram, which causes them to hang when > the default address of d00000 is used. The HS isn't one of the newer ones. On my HS I use; device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 pccard.conf; memory 0xd8000 96k io 0x240-0x360 irq 5 As mike ryan said, when any of us with HSes have tried to use polling mode, the machine hangs on card changes. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:40:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 070F537B4E5 for ; Tue, 14 Nov 2000 09:40:42 -0800 (PST) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id MAA02968 for ; Tue, 14 Nov 2000 12:40:39 -0500 (EST) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id MAA02275 for ; Tue, 14 Nov 2000 12:40:38 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G40ZRO00.JD6; Tue, 14 Nov 2000 12:40:36 -0500 Message-ID: <3A117948.A35724F6@mitre.org> Date: Tue, 14 Nov 2000 12:41:28 -0500 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Multiple identical PCMCIA NICs in 4.0 References: <3A1165F5.BB0C3816@mitre.org> <200011141736.KAA48200@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh wrote: > > In message <3A1165F5.BB0C3816@mitre.org> "Andresen,Jason R." writes: > : Has anyone been able to force pccardd to recognise two of the same > : NICs? There was a message some time ago that it was impossible to do > : this in 3.x, but I was hoping someone fixed this. > > Not that I'm aware of. > Dang -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:41:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6C2F237B4D7 for ; Tue, 14 Nov 2000 09:41:52 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAEHfpR12513; Tue, 14 Nov 2000 10:41:51 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA48301; Tue, 14 Nov 2000 10:41:51 -0700 (MST) Message-Id: <200011141741.KAA48301@harmony.village.org> To: "Andresen,Jason R." Subject: Re: Multiple identical PCMCIA NICs in 4.0 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 14 Nov 2000 12:41:28 EST." <3A117948.A35724F6@mitre.org> References: <3A117948.A35724F6@mitre.org> <3A1165F5.BB0C3816@mitre.org> <200011141736.KAA48200@harmony.village.org> Date: Tue, 14 Nov 2000 10:41:51 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A117948.A35724F6@mitre.org> "Andresen,Jason R." writes: : > In message <3A1165F5.BB0C3816@mitre.org> "Andresen,Jason R." writes: : > : Has anyone been able to force pccardd to recognise two of the same : > : NICs? There was a message some time ago that it was impossible to do : > : this in 3.x, but I was hoping someone fixed this. : > : > Not that I'm aware of. : > : Dang NEWCARD, when up and running, will fix this of course. Now, to find time to work on NEWCARD... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 9:45:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by hub.freebsd.org (Postfix) with ESMTP id A5E2237B479 for ; Tue, 14 Nov 2000 09:45:13 -0800 (PST) Received: from feta.isds.duke.edu (feta.isds.duke.edu [152.3.22.76]) by isds.duke.edu (8.8.8/8.8.8) with ESMTP id MAA07033 for ; Tue, 14 Nov 2000 12:45:12 -0500 (EST) Received: (from sto@localhost) by feta.isds.duke.edu (8.11.1/8.9.3) id eAEHjCt86513 for freebsd-mobile@FreeBSD.ORG; Tue, 14 Nov 2000 12:45:12 -0500 (EST) (envelope-from sto) Date: Tue, 14 Nov 2000 12:45:12 -0500 From: "Sean O'Connell" To: freebsd-mobile@FreeBSD.ORG Subject: Re: Multiple identical PCMCIA NICs in 4.0 Message-ID: <20001114124512.R86163@stat.Duke.EDU> Reply-To: "Sean O'Connell" Mail-Followup-To: Sean O'Connell , freebsd-mobile@FreeBSD.ORG References: <3A1165F5.BB0C3816@mitre.org> <200011141736.KAA48200@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011141736.KAA48200@harmony.village.org>; from imp@village.org on Tue, Nov 14, 2000 at 10:36:46AM -0700 X-Organization: Institute of Statistics and Decision Sciences Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh stated: : In message <3A1165F5.BB0C3816@mitre.org> "Andresen,Jason R." writes: : : Has anyone been able to force pccardd to recognise two of the same : : NICs? There was a message some time ago that it was impossible to do : : this in 3.x, but I was hoping someone fixed this. : : Not that I'm aware of. : Warner et al- Can you by-pass pccardd and run use pccardc enabler to attach them? S ----------------------------------------------------------------------- Sean O'Connell Email: sean@stat.Duke.EDU Institute of Statistics and Decision Sciences Phone: (919) 684-5419 Duke University Fax: (919) 684-8594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 12:38:12 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ams.amsinc.com (ams.amsinc.com [162.70.244.20]) by hub.freebsd.org (Postfix) with ESMTP id AF8EC37B4C5 for ; Tue, 14 Nov 2000 12:38:09 -0800 (PST) Received: from ams-central-gate-5a.amsinc.com (ams-central-gate-5a.amsinc.com [162.70.34.52]) by ams.amsinc.com (8.9.1/8.9.1) with SMTP id PAA21690 for ; Tue, 14 Nov 2000 15:38:02 -0500 (EST) From: Ben_Calvert@amsinc.com Received: by ams-central-gate-5a.amsinc.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256997.00714C8C ; Tue, 14 Nov 2000 15:37:31 -0500 X-Lotus-FromDomain: AMSINC To: freebsd-mobile@freebsd.org Message-ID: <85256997.0070DD09.00@ams-central-gate-5a.amsinc.com> Date: Tue, 14 Nov 2000 12:31:19 -0800 Subject: weird cvsup error Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org the NT install on my machine went out, and when i got my machine back from IT, they'd erased my BSD partition too. I've tried to replicate everything as Sean and Warner had me set it up as first, and have successfully recompiled the kernel, and got the pccard nic working. I thought that cvsuping would be the next logical step, but i'm getting a weird error: CVSUP: could not get IP for my own host. is it's hostname correct? (this might not be verbatum) i'm not sure what files to send in for help on this.... i'm using dhcp on the nic, if that helps. would the usual (dmesg, rc.conf) be helpfull? my install is from the 4.0 disks thanks guys, Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 15:46:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3021337B479 for ; Tue, 14 Nov 2000 15:46:47 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAENkjR14376; Tue, 14 Nov 2000 16:46:46 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA52086; Tue, 14 Nov 2000 16:46:45 -0700 (MST) Message-Id: <200011142346.QAA52086@harmony.village.org> To: "Sean O'Connell" Subject: Re: Multiple identical PCMCIA NICs in 4.0 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 14 Nov 2000 12:45:12 EST." <20001114124512.R86163@stat.Duke.EDU> References: <20001114124512.R86163@stat.Duke.EDU> <3A1165F5.BB0C3816@mitre.org> <200011141736.KAA48200@harmony.village.org> Date: Tue, 14 Nov 2000 16:46:45 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001114124512.R86163@stat.Duke.EDU> "Sean O'Connell" writes: : Can you by-pass pccardd and run use pccardc enabler to attach : them? I don't see why not, now that you mention it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 16:43:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 8423837B479 for ; Tue, 14 Nov 2000 16:43:38 -0800 (PST) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id eAF0hbx47422 for ; Tue, 14 Nov 2000 16:43:37 -0800 (PST) Date: Tue, 14 Nov 2000 16:43:37 -0800 (PST) From: Doug White To: mobile@freebsd.org Subject: zoom air-4000 & awi driver Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just a success story: I have the ZoomAir 4000 card working with the awi driver in -current. It detects & attaches fine and I can banter with the Wavelan card in my PowerBook. The readme for the driver says no WEP (I didn't try it) but it's otherwise functional. The ZoomAir is a Harris Prism 1 card. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 21: 3:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9A45537B4C5 for ; Tue, 14 Nov 2000 21:03:39 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAF53cR15230; Tue, 14 Nov 2000 22:03:38 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA53461; Tue, 14 Nov 2000 22:03:37 -0700 (MST) Message-Id: <200011150503.WAA53461@harmony.village.org> To: Doug White Subject: Re: zoom air-4000 & awi driver Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 14 Nov 2000 16:43:37 PST." References: Date: Tue, 14 Nov 2000 22:03:37 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Doug White writes: : I have the ZoomAir 4000 card working with the awi driver in -current. It : detects & attaches fine and I can banter with the Wavelan card in my : PowerBook. The readme for the driver says no WEP (I didn't try it) but : it's otherwise functional. : : The ZoomAir is a Harris Prism 1 card. These are nice little cards. I used one at BSDcon and it was nice. There is evidentally support for the prism ii cards in NetBSD, but not in FreeBSD just yet. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Nov 14 22:17:22 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 52ECA37B4CF for ; Tue, 14 Nov 2000 22:17:19 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id WAA15894; Tue, 14 Nov 2000 22:17:15 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.0/8.11.0) id eAF6HFG45255; Tue, 14 Nov 2000 22:17:15 -0800 (PST) (envelope-from jdp) Date: Tue, 14 Nov 2000 22:17:15 -0800 (PST) Message-Id: <200011150617.eAF6HFG45255@vashon.polstra.com> To: mobile@freebsd.org From: John Polstra Reply-To: mobile@freebsd.org Cc: Ben_Calvert@amsinc.com Subject: Re: weird cvsup error In-Reply-To: <85256997.0070DD09.00@ams-central-gate-5a.amsinc.com> References: <85256997.0070DD09.00@ams-central-gate-5a.amsinc.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <85256997.0070DD09.00@ams-central-gate-5a.amsinc.com>, wrote: > > CVSUP: could not get IP for my own host. is it's hostname correct? The quick answer is, use the -g option to disable the GUI. The long answer is: http://www.polstra.com/projects/freeware/CVSup/faq.html#gui-dns John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 3:33: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id 6989C37B4D7 for ; Wed, 15 Nov 2000 03:33:05 -0800 (PST) Received: from aphex.peterson.org (IDENT:matt@aphex.peterson.org [209.228.7.160]) by aphex.peterson.org (8.9.3/8.9.3) with ESMTP id DAA84865; Wed, 15 Nov 2000 03:33:02 -0800 (PST) Date: Wed, 15 Nov 2000 03:33:02 -0800 (PST) From: Matt Peterson To: Warner Losh Cc: Subject: Re: zoom air-4000 & awi driver In-Reply-To: <200011150503.WAA53461@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner, Is someone actually assigned/admiting to working on this port? I've heard a lot of fluff over Symbol/Intel/3com support for a few months now. I can provide you with an Intel card if needed. Thx for your time. -- Matt Peterson another.geek.without.a.life matt@peterson.org http://matt.peterson.org/ ------------------------------------------------- On Tue, 14 Nov 2000, Warner Losh wrote: > : The ZoomAir is a Harris Prism 1 card. > > These are nice little cards. I used one at BSDcon and it was nice. > > There is evidentally support for the prism ii cards in NetBSD, but not > in FreeBSD just yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 8:56:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from post.it.helsinki.fi (post.it.helsinki.fi [128.214.205.24]) by hub.freebsd.org (Postfix) with ESMTP id 336E137B4CF for ; Wed, 15 Nov 2000 08:56:17 -0800 (PST) Received: from mursu.pesa.fi (root@sirppi.helsinki.fi [128.214.205.27]) by post.it.helsinki.fi (8.11.1/8.11.0-SPAMmers-sod-off) with ESMTP id eAFGuAo03884; Wed, 15 Nov 2000 18:56:11 +0200 (EET) Received: (from poku@localhost) by mursu.pesa.fi (8.11.1/8.11.1) id eAFGqcU05236; Wed, 15 Nov 2000 18:52:38 +0200 (EET) (envelope-from poku@mursu.pesa.fi) To: Warner Losh Cc: Jussi Reissell , mobile@FreeBSD.ORG Subject: Re: hangs with the APA-1460 References: <8766lzh6pn.fsf@mursu.pesa.fi> <200011072159.OAA23285@harmony.village.org> From: Jussi Reissell Date: 15 Nov 2000 18:52:38 +0200 In-Reply-To: Warner Losh's message of "Tue, 07 Nov 2000 14:59:04 -0700" Message-ID: <87k8a55ga1.fsf@mursu.pesa.fi> Lines: 36 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --=-=-= Warner Losh writes: > In message <8766lzh6pn.fsf@mursu.pesa.fi> Jussi Reissell writes: > : (probe6:-1065184176:-1010556672:6:0): ccb 0xc084ec00 - timed \ > : out, phase 0xff, state 4 > > This is the classic "bad irq" message for the aha and aic drivers :-(. > This irq is in use by another piece of hardware, which is likely > causing the problems. This hardware amy or may not have a FreeBSD > driver associated with it. AFAIK, FBSD should be pretty much aware of all the hardware I have. I don't have any winmodems or things like that. The peripherals I have BIOS control over, are also detected by the kernel. Anyway, I put in a bare bones kernel, switched off the superfluous stuff from the BIOS setup and went through all unused interrupts. With the pcic in polling or non-polling mode, no luck. Any suggestions? A couple of things I forgot to mention in my original R&R: I do get the occasional hang with my ethernet card also (3c589). These are very rare and always occur if/when I pull out the card. When this happens I don't get the usual beep or anything, the machine just quietly halts. And, FWIW, when upgrading from 3.4 -> 4.1 I did have the adaptec card working with an interim 4.0ish system. Not too stable, but at least it showed signs of life. I'm clueless at this point. I'll attach my kernel config, if that's of any use. jussi --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=KATTI Content-Description: kernel conf machine i386 cpu I586_CPU ident KATTI maxusers 8 # CPU Features # #options CPU_SUSP_HLT #options NO_F00F_HACK #options MATH_EMULATE #Support for x87 emulation #options GPL_MATH_EMULATE #x87 emulation via new math emulator # Boot editor # options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor # COMPATIBILITY OPTIONS # options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores #options P1003_1B #Posix P1003_1B real-time extensions #options _KPOSIX_PRIORITY_SCHEDULING options UCONSOLE #Allow users to grab the console # DEBUGGING OPTIONS # makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DDB #options DDB_UNATTENDED options KTRACE #kernel tracing # FILESYSTEM OPTIONS # options FFS #Fast filesystem #options MFS #Memory File System options NFS #Network File System #options NFS_NOSERVER #Disable the NFS-server code. options CD9660 #ISO 9660 filesystem #options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem options MSDOSFS #MS DOS File System options PROCFS #Process filesystem #options UMAPFS #UID map filesystem #options UNION #Union filesystem #options CD9660_ROOT #CD-ROM usable as root device options FFS_ROOT #FFS usable as root device #options NFS_ROOT #NFS usable as root device #options DEVFS #devices filesystem options SOFTUPDATES options QUOTA #enable disk quotas # NETWORKING OPTIONS # options INET #InterNETworking options INET6 #IPv6 communications protocols #options IPSEC #IP security #options IPSEC_ESP #IP security (crypto; define w/ IPSEC) # Network interfaces pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device tun # Packet tunnel. # Be aware of the administrative consequences of enabling bpf! pseudo-device bpf 3 #Berkeley packet filter pseudo-device ppp 1 # Kernel PPP options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) # for IPv6 pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) pseudo-device stf 1 #6to4 IPv6 over IPv4 encapsulation # IP family options: # #options TCP_COMPAT_42 #emulate 4.2BSD TCP bugs #options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets #options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPV6FIREWALL #firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 #options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging #options IPSTEALTH #support for stealth forwarding #options TCPDEBUG options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options TCP_RESTRICT_RST #restrict emission of TCP RST options ICMP_BANDLIM #options DUMMYNET #options BRIDGE # HARDWARE DEVICE CONFIGURATION # device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata device atadisk # ATA disk drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI devices device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device ch # SCSI media changers device cd # CD device pass # Passthrough device (direct SCSI access) # CAM options options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device # SCSI Controllers device aic0 at isa? # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 options KBD_INSTALL_CDEV # install a CDEV entry in /dev # PS/2 mouse device psm0 at atkbdc? irq 12 device vga0 at isa? options VESA # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 options MAXCONS=16 # number of virtual consoles options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode #options SC_DISABLE_DDBKEY # disable `debug' key #options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=300 # number of history buffer lines #options SC_TWOBUTTON_MOUSE # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 #device apm0 at nexus? # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 #device pcic0 at isa? port 0x3e0 iomem 0xd0000 # polling # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x80 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to #DDB, if available. #options CONSPEED=19200 #default speed for serial console # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # ISA Ethernet NICs. device ep # Audio drivers #device pcm #options PNPBIOS # Pseudo devices - the number indicates how many units to allocated. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device speaker #Play IBM BASIC-style noises out your speaker --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 9:50:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 31FB537B4CF for ; Wed, 15 Nov 2000 09:50:29 -0800 (PST) Received: from hamlet.nectar.com (hamlet.nectar.com [10.0.1.102]) by gw.nectar.com (Postfix) with ESMTP id 4613B193E0 for ; Wed, 15 Nov 2000 11:50:24 -0600 (CST) Received: (from nectar@localhost) by hamlet.nectar.com (8.11.1/8.9.3) id eAFHoOe08717 for freebsd-mobile@freebsd.org; Wed, 15 Nov 2000 11:50:24 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Date: Wed, 15 Nov 2000 11:50:24 -0600 From: "Jacques A. Vidrine" To: freebsd-mobile@freebsd.org Subject: faults re-inserting network card Message-ID: <20001115115023.A8682@hamlet.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Url: http://www.nectar.com/ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm trying to track down the source of faults when re-inserting a network card into my laptop. [Short version] = Are folks able to remove & re-insert their network cards on Sony VAIO Z505s? = Are folks able to remove & re-insert their Aironet cards on any laptop? [Long (useful?) version] I've only run 4.1-STABLE and 4.2-BETA, each with Doug Ambrisko's an patches (which are now in -CURRENT, I believe) with this hardware. The hardware involved: Sony VAIO Z505SX Cisco Aironet 342 pcic-pci0: at device 10.0 on pci0 pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 an0: at port 0x240-0x27f irq 5 slot 0 on pccard0 This card works well, until I remove it and then re-insert it (or equivalently suspend/resume). I always kill all network services, ifconfig down the interface, delete all IP addresses from the interface, et cetera, before removing the card. Once re-inserted, it is identified as usual, but shortly after configuring it with ifconfig or dhclient (or sometimes immediately), the kernel faults. This is very consistent, although the faults don't all come from the same places. Most of the faults I've seen are like the following: Script started on Wed Nov 15 11:12:11 2000 # gdb -k kernel.debug /var/crash/vmcore.9 GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 4059136 initial pcb at 340080 panicstr: from debugger panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x104 fault code = supervisor read, page not present instruction pointer = 0x8:0xc019dabf stack pointer = 0x10:0xc8ccdda0 frame pointer = 0x10:0xc8ccde28 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 20719 (dhclient) interrupt mask = none panic: from debugger Uptime: 22h35m29s dumping to dev #ad/0x40001, offset 265664 dump ata0: resetting devices .. done 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:469 469 if (dumping++) { (kgdb) where #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:469 #1 0xc015d173 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:309 #2 0xc015d509 in panic (fmt=0xc02bc634 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:556 #3 0xc013e4b5 in db_panic (addr=-1072047425, have_addr=0, count=1, modif=0xc8ccdc0c "") at /usr/src/sys/ddb/db_command.c:433 #4 0xc013e455 in db_command (last_cmdp=0xc02f936c, cmd_table=0xc02f91cc, aux_cmd_tablep=0xc033c47c) at /usr/src/sys/ddb/db_command.c:333 #5 0xc013e51a in db_command_loop () at /usr/src/sys/ddb/db_command.c:455 #6 0xc0140627 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_trap.c:71 #7 0xc0299e1e in kdb_trap (type=12, code=0, regs=0xc8ccdd60) at /usr/src/sys/i386/i386/db_interface.c:158 #8 0xc02a5fe8 in trap_fatal (frame=0xc8ccdd60, eva=260) at /usr/src/sys/i386/i386/trap.c:946 #9 0xc02a5cc1 in trap_pfault (frame=0xc8ccdd60, usermode=0, eva=260) at /usr/src/sys/i386/i386/trap.c:844 #10 0xc02a5863 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = 7532, tf_esi = -1077946096, tf_ebp = -926097880, tf_isp = -926098036, tf_ebx = -1061585336, tf_edx = 260, tf_ecx = 0, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1072047425, tf_cs = 8, tf_eflags = 66050, tf_esp = -937054144, tf_ss = -1073190620}) at /usr/src/sys/i386/i386/trap.c:443 #11 0xc019dabf in ifconf (cmd=3221776676, data=0xc8ccdeac "") at /usr/src/sys/net/if.c:1080 ---Type to continue, or q to quit--- #12 0xc019d411 in ifioctl (so=0xc80a49c0, cmd=3221776676, data=0xc8ccdeac "", p=0xc825b040) at /usr/src/sys/net/if.c:774 #13 0xc016e326 in soo_ioctl (fp=0xc0d24940, cmd=3221776676, data=0xc8ccdeac "", p=0xc825b040) at /usr/src/sys/kern/sys_socket.c:141 #14 0xc016b35e in ioctl (p=0xc825b040, uap=0xc8ccdf80) at /usr/src/sys/sys/file.h:174 #15 0xc02a62c1 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134955092, tf_esi = -1077938110, tf_ebp = -1077938564, tf_isp = -926097452, tf_ebx = 0, tf_edx = -1077946756, tf_ecx = 7, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 134568208, tf_cs = 31, tf_eflags = 663, tf_esp = -1077946896, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1150 #16 0xc029a765 in Xint0x80_syscall () #17 0x8049bdd in ?? () #18 0x8048135 in ?? () (kgdb) frame 11 #11 0xc019dabf in ifconf (cmd=3221776676, data=0xc8ccdeac "") at /usr/src/sys/net/if.c:1080 1080 register struct sockaddr *sa = ifa->ifa_addr; (kgdb) list 1075 1076 addrs = 0; 1077 ifa = ifp->if_addrhead.tqh_first; 1078 for ( ; space > sizeof (ifr) && ifa; 1079 ifa = ifa->ifa_link.tqe_next) { 1080 register struct sockaddr *sa = ifa->ifa_addr; 1081 if (curproc->p_prison && prison_if(curproc, sa)) 1082 continue; 1083 addrs++; 1084 #ifdef COMPAT_43 (kgdb) print ifa $1 = (struct ifaddr *) 0x104 (kgdb) print space $2 = 7532 (kgdb) quit # Script done on Wed Nov 15 11:12:57 2000 In other words, most of them have to do with a corrupt interface list, though I've seen a couple blow up in the routing table. Sometimes this happens when calling down into the kernel, and sometimes it happens in something like ip_input (especially when traversing in_ifaddrhead). Clearly, something that needs to happen on detach is not happening. The detach code for the an driver looks the same to me as other drivers, but what do I know? I'm quite willing to go hunting, but it will help if I can get a feeling whether this could be a driver issue, a network card issue, or a laptop hardware issue -- so answers to the `short version' questions will be helpful. Unfortunately I don't have another network PC card to test with (bless the Z505's built-in fxp0! :-). Thanks for any hints! Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 10: 6: 6 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (unknown [12.22.55.88]) by hub.freebsd.org (Postfix) with ESMTP id 2C5BE37B4D7 for ; Wed, 15 Nov 2000 10:06:04 -0800 (PST) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 13w6wX-0000os-00; Wed, 15 Nov 2000 10:05:57 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Jacques A. Vidrine" Cc: freebsd-mobile@freebsd.org Subject: Re: faults re-inserting network card References: <20001115115023.A8682@hamlet.nectar.com> Message-Id: Date: Wed, 15 Nov 2000 10:05:57 -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > = Are folks able to remove & re-insert their network cards on Sony VAIO > Z505s? > = Are folks able to remove & re-insert their Aironet cards on any > laptop? if i have been orinoco wireless and try to go to ether i have to reboot. the other direction, suspends, ... are all fine randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 11: 4:31 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (Postfix) with ESMTP id 2E07737B4C5 for ; Wed, 15 Nov 2000 11:04:28 -0800 (PST) Received: (from smap@localhost) by whistle.com (8.10.0/8.10.0) id eAFJ4Rn24916; Wed, 15 Nov 2000 11:04:27 -0800 (PST) Received: from pau-amma.whistle.com( 207.76.205.64) by whistle.com via smap (V2.0) id xma024913; Wed, 15 Nov 2000 11:04:19 -0800 Received: (from dhw@localhost) by pau-amma.whistle.com (8.11.1/8.11.1) id eAFJ4IY58044; Wed, 15 Nov 2000 11:04:18 -0800 (PST) Date: Wed, 15 Nov 2000 11:04:18 -0800 (PST) From: David Wolfskill Message-Id: <200011151904.eAFJ4IY58044@pau-amma.whistle.com> To: freebsd-mobile@FreeBSD.ORG, n@nectar.com Subject: Re: faults re-inserting network card In-Reply-To: <20001115115023.A8682@hamlet.nectar.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Date: Wed, 15 Nov 2000 11:50:24 -0600 >From: "Jacques A. Vidrine" >I'm trying to track down the source of faults when re-inserting a >network card into my laptop. >[Short version] >= Are folks able to remove & re-insert their network cards on Sony VAIO > Z505s? >= Are folks able to remove & re-insert their Aironet cards on any > laptop? I can't speak to the former, but I will affirm that the latter is possible. >[Long (useful?) version] >I've only run 4.1-STABLE and 4.2-BETA, each with Doug Ambrisko's an >patches (which are now in -CURRENT, I believe) with this hardware. I'm running 4.1.1-S as of around 28 September on an IBM ThinkPad 600E. Unfortunately, I'm not running with Doug's patches at the moment -- not because of a problem with them, but because I had done the {build,install}{world,kernel} stuff on my desktop, and was testing the results of that experiment before upgrading all of the developer's desktops. I believe I ran with his patches for a while at the 4.1-S level, and was able to remove/insert the Aironet card OK -- though this isn't something I do very often. (As a sysadmin, I'm finding that having a portable machine that does X is very handy; I tend to have xterms from lots of boxes up on the screen... which is one of the better reasons to use a window manager that copes with virtual desktops.) [Note: I do the suspend/resume stuff a bit more often than the physical remove/insert; that hasn't failed for me in any obvious way that I can tell so far.] Unfortunately, I find that I experiment more with machines that aren't perceived to be involved in "mission-critical" work, and the more I use a given machine (such as the TP 600E), the more it becomes mission-critical.... :-( That said, I'm also running nearly the same code (a few days later, and with one nasty hack to isa/psm.c to handle some weirdness with the touchpad) on an NEC Versa 6030X, also with an Aironet (well, a Cisco-branded Aironet) card. I believe insert/eject works OK with it, as well, though it's at home, so I can't eject it from where I am right now. And that machine tends to lock up every once in a while -- sometimes it will go several days without a problem; others, if I adjust the position of the screen, it freezes solid. So I wouldn't get too excited about apparent failures on the NEC even if they did occur. Again, though, I *believe* I ran with Doug's patches for a while (before the most recent upgrade). >Thanks for any hints! I'll be glad to share information that I have, though off-list would prbably be best until something worth reporting comes up. Cheers, david -- David Wolfskill dhw@whistle.com UNIX System Administrator Desk: 650/577-7158 TIE: 8/499-7158 Cell: 650/759-0823 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 11:50:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from msa.hinet.net (msa.hinet.net [168.95.4.211]) by hub.freebsd.org (Postfix) with ESMTP id E20A137B4C5 for ; Wed, 15 Nov 2000 11:50:37 -0800 (PST) Received: from CoreBit.com (h75.s180.ts.hinet.net [168.95.180.75]) by msa.hinet.net (8.8.8/8.8.8) with ESMTP id DAA01531 for ; Thu, 16 Nov 2000 03:50:35 +0800 (CST) Message-ID: <3A12E946.F19467DA@CoreBit.com> Date: Thu, 16 Nov 2000 03:51:34 +0800 From: Donny Lee X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: mobile@FreeBSD.ORG Subject: Re: Cardbus status References: <200010220509.XAA44604@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh wrote: > OK. It looks like we have cardbus working on most laptops. I'm > currently coming in via the 3C575BT card. At BSDcon we found that the > following cards worked: > 3C575[CB][CT] > Xircom cards (and clones: IBM and Intel) > 3c656 (no modem) > Dlink generic card Found this from mailing list archives searching, is there any detailed doc on configuration? I'd like to try installing a Dlink DFE-660. -- // Donny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 13:28: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from reliant.nielsenmedia.com (reliant.nielsenmedia.com [205.129.32.15]) by hub.freebsd.org (Postfix) with ESMTP id 886F937B4C5 for ; Wed, 15 Nov 2000 13:28:07 -0800 (PST) Received: from nmrusdunsxg2.nielsenmedia.com (nmrusdunsxg2.nielsenmedia.com [10.9.11.121]) by reliant.nielsenmedia.com (8.9.3/8.9.3) with ESMTP id QAA21669 for ; Wed, 15 Nov 2000 16:28:06 -0500 (EST) Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2651.58) id ; Wed, 15 Nov 2000 16:28:06 -0500 Message-ID: <01D4D419B1A4D111A30400805FE65B13070AC0C3@nmrusdunsx1.nielsenmedia.com> From: "Gray, David W." To: "'FreeBSD mobile list'" Subject: D-Link DW-650 Date: Wed, 15 Nov 2000 16:28:02 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anybody know if this card works/can work/will work under FreeBSD? They are available at a rather attractive price right now, but it doesn't help me if they require Windows... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 14: 9:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ams.amsinc.com (ams.amsinc.com [162.70.244.20]) by hub.freebsd.org (Postfix) with ESMTP id CFDC637B4CF for ; Wed, 15 Nov 2000 14:09:25 -0800 (PST) Received: from ams-central-gate-5a.amsinc.com (ams-central-gate-5a.amsinc.com [162.70.34.52]) by ams.amsinc.com (8.9.1/8.9.1) with SMTP id RAA29034; Wed, 15 Nov 2000 17:09:24 -0500 (EST) From: Ben_Calvert@amsinc.com Received: by ams-central-gate-5a.amsinc.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256998.0079BB23 ; Wed, 15 Nov 2000 17:09:37 -0500 X-Lotus-FromDomain: AMSINC To: mobile@freebsd.org Cc: jdp@polstra.com Message-ID: <85256998.00795A76.00@ams-central-gate-5a.amsinc.com> Date: Wed, 15 Nov 2000 14:04:44 -0800 Subject: Re: weird cvsup error Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-transfer-encoding: quoted-printable Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org aha! so when i skipped "setup networking" because i knew i was going t= o have to recompile, sysinstall didn't bother to set up my hostname with bind (or= , even, to set bind to start, apparently). ok. thanks john ben |--------+-----------------------> | | John Polstra | | | | | | | | | 11/14/00 | | | 10:17 PM | | | Please | | | respond to | | | mobile | | | | |--------+-----------------------> >--------------------------------------------------------------------= --------| | = | | To: mobile@freebsd.org = | | cc: Ben Calvert/AMS/AMSINC@AMSINC = | | Subject: Re: weird cvsup error = | >--------------------------------------------------------------------= --------| In article <85256997.0070DD09.00@ams-central-gate-5a.amsinc.com>, wrote: > > CVSUP: could not get IP for my own host. is it's hostname correct? The quick answer is, use the -g option to disable the GUI. The long answer is: http://www.polstra.com/projects/freeware/CVSup/faq.html#gui-dns John -- John Polstra jdp@polstr= a.com John D. Polstra & Co., Inc. Seattle, Washingto= n USA "Disappointment is a good sign of basic intelligence." -- Ch=F6gyam = Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 14:53:19 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from bilbo.cybernex.net.au (isppp.cybernex.net.au [203.28.168.1]) by hub.freebsd.org (Postfix) with SMTP id 0B38B37B479 for ; Wed, 15 Nov 2000 14:53:16 -0800 (PST) Received: (qmail 7453 invoked by uid 0); 15 Nov 2000 22:53:04 -0000 Received: from pppr3.cybernex.net.au (HELO jacobr) (203.28.168.33) by bilbo.cybernex.net.au with SMTP; 15 Nov 2000 22:53:04 -0000 Message-Id: <3.0.5.32.20001115215534.007e8260@cybernex.net.au> X-Sender: jj@cybernex.net.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 15 Nov 2000 21:55:34 +1100 To: freebsd-mobile@freebsd.org, "Gray, David W." From: Jacob Rhoden Subject: Re: D-Link DW-650 In-Reply-To: <01D4D419B1A4D111A30400805FE65B13070AC0C3@nmrusdunsx1.niels enmedia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 04:28 15/11/00 -0500, you wrote: >Does anybody know if this card works/can work/will work under FreeBSD? They >are available at a rather attractive price right now, but it doesn't help me >if they require Windows... My PCMCIA DLink 660-CT works fine, i dont know about your model specifically, but I suspect it would. If yuou view the DLink web site, you can download drivers for Soarlis and some other nixes, if they have it for the 650, then it will work in FreeBSD. Regards Jacob Rhoden _______________________________________________________ "Have a nice day.. unless, you have planned otherwise" Jacob Rhoden - jj@cybernex.net.au - (03) 9471 3797 System Administrator/Web Developer/Programmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 15:25:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D09C237B4CF for ; Wed, 15 Nov 2000 15:25:37 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAFNPTR19496; Wed, 15 Nov 2000 16:25:30 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA60085; Wed, 15 Nov 2000 16:25:29 -0700 (MST) Message-Id: <200011152325.QAA60085@harmony.village.org> To: "Jacques A. Vidrine" Subject: Re: faults re-inserting network card Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 15 Nov 2000 11:50:24 CST." <20001115115023.A8682@hamlet.nectar.com> References: <20001115115023.A8682@hamlet.nectar.com> Date: Wed, 15 Nov 2000 16:25:29 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001115115023.A8682@hamlet.nectar.com> "Jacques A. Vidrine" writes: : [Short version] : : = Are folks able to remove & re-insert their network cards on Sony VAIO : Z505s? : = Are folks able to remove & re-insert their Aironet cards on any : laptop? Yes. At least on my 505ts. With -current sometimes I need to do a pccardc power 0 0. : #11 0xc019dabf in ifconf (cmd=3221776676, data=0xc8ccdeac "") : at /usr/src/sys/net/if.c:1080 : Clearly, something that needs to happen on detach is not happening. : The detach code for the an driver looks the same to me as other : drivers, but what do I know? A big part of this is due to the incomplete if_detach. It mostly works, but there are cases where it breaks. People know about this problem, but no one is working on it as far as I know. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 15:26:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CF15737B4CF for ; Wed, 15 Nov 2000 15:26:45 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAFNQfR19508; Wed, 15 Nov 2000 16:26:41 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA60112; Wed, 15 Nov 2000 16:26:40 -0700 (MST) Message-Id: <200011152326.QAA60112@harmony.village.org> To: Donny Lee Subject: Re: Cardbus status Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Nov 2000 03:51:34 +0800." <3A12E946.F19467DA@CoreBit.com> References: <3A12E946.F19467DA@CoreBit.com> <200010220509.XAA44604@harmony.village.org> Date: Wed, 15 Nov 2000 16:26:40 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A12E946.F19467DA@CoreBit.com> Donny Lee writes: : Warner Losh wrote: : > OK. It looks like we have cardbus working on most laptops. I'm : > currently coming in via the 3C575BT card. At BSDcon we found that the : > following cards worked: : > 3C575[CB][CT] : > Xircom cards (and clones: IBM and Intel) : > 3c656 (no modem) : > Dlink generic card : : Found this from mailing list archives searching, is there : any detailed doc on configuration? I'd like to try installing : a Dlink DFE-660. No. There's no information. You are on your own. The NEWCARD code is experimental still. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 15:28:38 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D5D7D37B479 for ; Wed, 15 Nov 2000 15:28:35 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAFNSVR19516; Wed, 15 Nov 2000 16:28:31 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA60132; Wed, 15 Nov 2000 16:28:30 -0700 (MST) Message-Id: <200011152328.QAA60132@harmony.village.org> To: "Gray, David W." Subject: Re: D-Link DW-650 Cc: "'FreeBSD mobile list'" In-reply-to: Your message of "Wed, 15 Nov 2000 16:28:02 EST." <01D4D419B1A4D111A30400805FE65B13070AC0C3@nmrusdunsx1.nielsenmedia.com> References: <01D4D419B1A4D111A30400805FE65B13070AC0C3@nmrusdunsx1.nielsenmedia.com> Date: Wed, 15 Nov 2000 16:28:30 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <01D4D419B1A4D111A30400805FE65B13070AC0C3@nmrusdunsx1.nielsenmedia.com> "Gray, David W." writes: : Does anybody know if this card works/can work/will work under FreeBSD? They : are available at a rather attractive price right now, but it doesn't help me : if they require Windows... If it is a tulip based card, then it should work. If this is the realtek based card, then it should work. However, there are a few problems with the cardbus code at the moment and it is best viewed as experimental. Many dc based cards need to read their station address from the CIS, and there's not enough code to support that right now. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Nov 15 16:34:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id A315637B4C5 for ; Wed, 15 Nov 2000 16:34:45 -0800 (PST) Received: from hamlet.nectar.com (hamlet.nectar.com [10.0.1.102]) by gw.nectar.com (Postfix) with ESMTP id 2369E193E0; Wed, 15 Nov 2000 18:34:45 -0600 (CST) Received: (from nectar@localhost) by hamlet.nectar.com (8.11.1/8.9.3) id eAG0Yjw13658; Wed, 15 Nov 2000 18:34:45 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Date: Wed, 15 Nov 2000 18:34:45 -0600 From: "Jacques A. Vidrine" To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: faults re-inserting network card Message-ID: <20001115183444.B11050@hamlet.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Warner Losh , freebsd-mobile@FreeBSD.ORG References: <20001115115023.A8682@hamlet.nectar.com> <200011152325.QAA60085@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011152325.QAA60085@harmony.village.org>; from imp@village.org on Wed, Nov 15, 2000 at 04:25:29PM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Nov 15, 2000 at 04:25:29PM -0700, Warner Losh wrote: > Yes. At least on my 505ts. With -current sometimes I need to do a > pccardc power 0 0. I'll see if that makes any difference, but I'm pretty sure I've tried that in the past. > A big part of this is due to the incomplete if_detach. It mostly > works, but there are cases where it breaks. People know about this > problem, but no one is working on it as far as I know. Only in the case I have, it is very consistent -- it _never_ works. The machine will fault every time you attempt to re-insert the card. Don't all the network drivers use the same if_detach? -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 5:13:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from reliant.nielsenmedia.com (reliant.nielsenmedia.com [205.129.32.15]) by hub.freebsd.org (Postfix) with ESMTP id 4BC2637B4C5 for ; Thu, 16 Nov 2000 05:13:11 -0800 (PST) Received: from nmrusdunsxg2.nielsenmedia.com (nmrusdunsxg2.nielsenmedia.com [10.9.11.121]) by reliant.nielsenmedia.com (8.9.3/8.9.3) with ESMTP id IAA29706; Thu, 16 Nov 2000 08:13:05 -0500 (EST) Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2651.58) id ; Thu, 16 Nov 2000 08:13:04 -0500 Message-ID: <01D4D419B1A4D111A30400805FE65B13070AC0C4@nmrusdunsx1.nielsenmedia.com> From: "Gray, David W." To: "'Warner Losh'" Cc: "'FreeBSD mobile list'" Subject: RE: D-Link DW-650 Date: Thu, 16 Nov 2000 08:13:04 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OOOps, I can see that I was unclear. This is an 11Mb wireless card... at least one vendor is selling them for < $120 right now. -----Original Message----- From: Warner Losh [mailto:imp@village.org] Sent: Wednesday, November 15, 2000 6:29 PM To: Gray, David W. Cc: 'FreeBSD mobile list' Subject: Re: D-Link DW-650 In message <01D4D419B1A4D111A30400805FE65B13070AC0C3@nmrusdunsx1.nielsenmedia.com> "Gray, David W." writes: : Does anybody know if this card works/can work/will work under FreeBSD? They : are available at a rather attractive price right now, but it doesn't help me : if they require Windows... If it is a tulip based card, then it should work. If this is the realtek based card, then it should work. However, there are a few problems with the cardbus code at the moment and it is best viewed as experimental. Many dc based cards need to read their station address from the CIS, and there's not enough code to support that right now. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 5:54:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de [212.114.202.14]) by hub.freebsd.org (Postfix) with ESMTP id 45D7937B4CF for ; Thu, 16 Nov 2000 05:54:43 -0800 (PST) Received: from mail01.erlm.siemens.de (mail01.erlm.siemens.de [146.254.160.12]) by atlantis.erlm.siemens.de (8.9.3/8.9.3) with ESMTP id OAA06279 for ; Thu, 16 Nov 2000 14:54:42 +0100 (MET) Received: from erlm510a.erl9.siemens.de (erlm510a.erl9.siemens.de [146.254.168.221]) by mail01.erlm.siemens.de (8.9.3+Sun/8.9.3) with ESMTP id OAA20734 for ; Thu, 16 Nov 2000 14:54:29 +0100 (MET) Received: by erlm510a.erl9.siemens.de with Internet Mail Service (5.5.2650.21) id ; Thu, 16 Nov 2000 14:54:30 +0100 Message-ID: <1F69DAAD3391D411BE5300805FBED48B496BDF@ERLM511A.erl9.siemens.de> From: Burbaickij Ariel To: "'freebsd-mobile@freebsd.org'" Subject: Inexpensive 10/100Mbit PCMCIA network card recommendation reques t. Date: Thu, 16 Nov 2000 14:54:25 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > What is the suggested card to buy ? > It should not be expensive(as for student budget) and should support > FreeBSD seemlessly. > > Please CC: to my e-mail address because I am not subscribed currently. > > > Regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 6: 2:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.94.6.26]) by hub.freebsd.org (Postfix) with ESMTP id A609137B479 for ; Thu, 16 Nov 2000 06:02:13 -0800 (PST) Received: from wmptl.com (Unix_Usr@[10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id IAA82991; Thu, 16 Nov 2000 08:49:21 -0500 (EST) (envelope-from webmaster@wmptl.com) Message-ID: <3A13E7CB.4E4CF8E0@wmptl.com> Date: Thu, 16 Nov 2000 08:57:31 -0500 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Burbaickij Ariel , freebsd-mobile@freebsd.org Subject: Re: Inexpensive 10/100Mbit PCMCIA network card recommendation request. References: <1F69DAAD3391D411BE5300805FBED48B496BDF@ERLM511A.erl9.siemens.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Burbaickij Ariel wrote: > > > What is the suggested card to buy ? > > It should not be expensive(as for student budget) and should support > > FreeBSD seemlessly. > > > > Please CC: to my e-mail address because I am not subscribed currently. > > > > > > Regards > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message Intel EtherExpress Pro 100mbit PCMCIA cards; you can purchase them on eBay for like < $12, I just bought three of them from ebay this week; two of them with modems as well. -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 7:13:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4CFB637B4C5 for ; Thu, 16 Nov 2000 07:13:21 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAGFD5Q00380; Thu, 16 Nov 2000 08:13:05 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id IAA65315; Thu, 16 Nov 2000 08:13:04 -0700 (MST) Message-Id: <200011161513.IAA65315@harmony.village.org> To: "Gray, David W." Subject: Re: D-Link DW-650 Cc: "'FreeBSD mobile list'" In-reply-to: Your message of "Thu, 16 Nov 2000 08:13:04 EST." <01D4D419B1A4D111A30400805FE65B13070AC0C4@nmrusdunsx1.nielsenmedia.com> References: <01D4D419B1A4D111A30400805FE65B13070AC0C4@nmrusdunsx1.nielsenmedia.com> Date: Thu, 16 Nov 2000 08:13:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <01D4D419B1A4D111A30400805FE65B13070AC0C4@nmrusdunsx1.nielsenmedia.com> "Gray, David W." writes: : OOOps, I can see that I was unclear. This is an 11Mb wireless card... at : least one vendor is selling them for < $120 right now. Ah. Can you send me where to buy one. I'll give it a spin. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 7:22: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id BFCD937B4C5 for ; Thu, 16 Nov 2000 07:21:59 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAGFLwQ00442; Thu, 16 Nov 2000 08:21:58 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id IAA65481; Thu, 16 Nov 2000 08:21:57 -0700 (MST) Message-Id: <200011161521.IAA65481@harmony.village.org> To: Burbaickij Ariel Subject: Re: Inexpensive 10/100Mbit PCMCIA network card recommendation reques t. Cc: "'freebsd-mobile@freebsd.org'" In-reply-to: Your message of "Thu, 16 Nov 2000 14:54:25 +0100." <1F69DAAD3391D411BE5300805FBED48B496BDF@ERLM511A.erl9.siemens.de> References: <1F69DAAD3391D411BE5300805FBED48B496BDF@ERLM511A.erl9.siemens.de> Date: Thu, 16 Nov 2000 08:21:57 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <1F69DAAD3391D411BE5300805FBED48B496BDF@ERLM511A.erl9.siemens.de> Burbaickij Ariel writes: : > What is the suggested card to buy ? : > It should not be expensive(as for student budget) and should support : > FreeBSD seemlessly. : > : > Please CC: to my e-mail address because I am not subscribed currently. If one is in the US, I'd suggest picking up a 10/100 card on ebay. The 3Com 3C574 is a good one. The FA-410 isn't bad if you use the fa-select program. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 8:39:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mailbox4.ucsd.edu (mailbox4.ucsd.edu [132.239.1.56]) by hub.freebsd.org (Postfix) with ESMTP id 6935E37B4CF for ; Thu, 16 Nov 2000 08:39:50 -0800 (PST) Received: from aogsquid.ucsd.edu (aogsquid.ucsd.edu [132.239.152.182]) by mailbox4.ucsd.edu (8.11.0/8.11.0) with ESMTP id eAGGdQx02167 for ; Thu, 16 Nov 2000 08:39:26 -0800 (PST) Received: (from horwitt@localhost) by aogsquid.ucsd.edu (8.9.1a/8.9.1/aogsquid-1.2) id IAA11178 for freebsd-mobile@FreeBSD.ORG; Thu, 16 Nov 2000 08:34:37 -0800 (PST) Date: Thu, 16 Nov 2000 08:34:37 -0800 (PST) From: David Horwitt Message-Id: <200011161634.IAA11178@aogsquid.ucsd.edu> To: freebsd-mobile@FreeBSD.ORG Subject: Transmeta CPUs Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've noticed that there are a few ultra-portables available now with Transmeta (Crusoe) processors. Is anyone running FBSD on any of these? If you are, did you have to monkey with FBSD, or did it run 'out of the box'? What machine are you using? How would you rate the performance and battery life? Thanks, David Horwitt Scripps Institution of Oceanography To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 10: 6:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 79B2737B479 for ; Thu, 16 Nov 2000 10:06:52 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAGI6pQ01164; Thu, 16 Nov 2000 11:06:51 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA66929; Thu, 16 Nov 2000 11:06:50 -0700 (MST) Message-Id: <200011161806.LAA66929@harmony.village.org> To: David Horwitt Subject: Re: Transmeta CPUs Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Nov 2000 08:34:37 PST." <200011161634.IAA11178@aogsquid.ucsd.edu> References: <200011161634.IAA11178@aogsquid.ucsd.edu> Date: Thu, 16 Nov 2000 11:06:50 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200011161634.IAA11178@aogsquid.ucsd.edu> David Horwitt writes: : I've noticed that there are a few ultra-portables available : now with Transmeta (Crusoe) processors. Is anyone running FBSD on : any of these? If you are, did you have to monkey with FBSD, or did : it run 'out of the box'? What machine are you using? How would you : rate the performance and battery life? These machines have been available in Japan for some time now. The nomads mailing list reports that FreeBSD will work on them, if I understand the postings correctly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 11:25:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C400237B479 for ; Thu, 16 Nov 2000 11:25:20 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAGJPJQ01554; Thu, 16 Nov 2000 12:25:19 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA67796; Thu, 16 Nov 2000 12:25:19 -0700 (MST) Message-Id: <200011161925.MAA67796@harmony.village.org> To: "Gray, David W." Cc: mobile@freebsd.org Subject: Re: D-Link DW-650 In-reply-to: Your message of "Thu, 16 Nov 2000 14:19:26 EST." <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> References: <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> Date: Thu, 16 Nov 2000 12:25:19 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> "Gray, David W." writes: : Try http://www.comready.com/dlindwwirlan.html Thanks! These look like a card I used at BSDCON which is supported by the wi driver and were wavelan cards w/o the encryption... I can't for the life of me think of the card name. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 11:29:12 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 62E9E37B4C5 for ; Thu, 16 Nov 2000 11:29:10 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 13wUia-0006xj-00 for mobile@freebsd.org; Thu, 16 Nov 2000 14:29:08 -0500 Date: Thu, 16 Nov 2000 14:29:07 -0500 From: Peter Radcliffe To: mobile@freebsd.org Subject: Re: D-Link DW-650 Message-ID: <20001116142907.G22442@pir.net> Mail-Followup-To: mobile@freebsd.org References: <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> <200011161925.MAA67796@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011161925.MAA67796@harmony.village.org>; from imp@village.org on Thu, Nov 16, 2000 at 12:25:19PM -0700 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh probably said: > Thanks! These look like a card I used at BSDCON which is supported by > the wi driver and were wavelan cards w/o the encryption... I can't > for the life of me think of the card name. Hmm, the blurb on that page says 40bit encryption ... P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 11:31:33 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7557237B4C5 for ; Thu, 16 Nov 2000 11:31:30 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAGJVSQ01577 for ; Thu, 16 Nov 2000 12:31:28 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA67873 for ; Thu, 16 Nov 2000 12:31:27 -0700 (MST) Message-Id: <200011161931.MAA67873@harmony.village.org> Subject: Re: D-Link DW-650 To: mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Nov 2000 14:29:07 EST." <20001116142907.G22442@pir.net> References: <20001116142907.G22442@pir.net> <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> <200011161925.MAA67796@harmony.village.org> Date: Thu, 16 Nov 2000 12:31:27 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001116142907.G22442@pir.net> Peter Radcliffe writes: : Warner Losh probably said: : > Thanks! These look like a card I used at BSDCON which is supported by : > the wi driver and were wavelan cards w/o the encryption... I can't : > for the life of me think of the card name. : : Hmm, the blurb on that page says 40bit encryption ... so it does. Lemme think. 40bit WEP is the same as the wavelan bronze card, iirc (or does the bronze card have no WEP). The other difference between this card and the wavelan cards is that it has no external antenna jack. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 11:34:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 301BB37B479 for ; Thu, 16 Nov 2000 11:34:37 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 13wUns-00071H-00 for mobile@FreeBSD.ORG; Thu, 16 Nov 2000 14:34:36 -0500 Date: Thu, 16 Nov 2000 14:34:35 -0500 From: Peter Radcliffe To: mobile@FreeBSD.ORG Subject: Re: D-Link DW-650 Message-ID: <20001116143435.I22442@pir.net> Mail-Followup-To: mobile@FreeBSD.ORG References: <20001116142907.G22442@pir.net> <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> <200011161925.MAA67796@harmony.village.org> <20001116142907.G22442@pir.net> <200011161931.MAA67873@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011161931.MAA67873@harmony.village.org>; from imp@village.org on Thu, Nov 16, 2000 at 12:31:27PM -0700 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh probably said: > so it does. Lemme think. 40bit WEP is the same as the wavelan bronze > card, iirc (or does the bronze card have no WEP). bronze had no encryption or was not 11mbit, I don't remember which. 40bit is silver level. > The other difference between this card and the wavelan cards is that > it has no external antenna jack. I rarely plug an antenna into my laptop - I've got a range extender on my base station, though. Looks like a good deal for folks using silver stuff, assuming they work ok with wi :) P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 11:38:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (unknown [12.22.55.88]) by hub.freebsd.org (Postfix) with ESMTP id 9AA3B37B479 for ; Thu, 16 Nov 2000 11:38:23 -0800 (PST) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 13wUrI-0001y1-00; Thu, 16 Nov 2000 11:38:08 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Warner Losh Cc: mobile@FreeBSD.ORG Subject: Re: D-Link DW-650 References: <20001116142907.G22442@pir.net> <01D4D419B1A4D111A30400805FE65B13070AC0CB@nmrusdunsx1.nielsenmedia.com> <200011161925.MAA67796@harmony.village.org> <200011161931.MAA67873@harmony.village.org> Message-Id: Date: Thu, 16 Nov 2000 11:38:08 -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Hmm, the blurb on that page says 40bit encryption ... > so it does. Lemme think. 40bit WEP is the same as the wavelan bronze > card, iirc (or does the bronze card have no WEP). silver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 11:48:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 3606E37B479 for ; Thu, 16 Nov 2000 11:48:53 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id eAGJmdJ06092; Thu, 16 Nov 2000 11:48:39 -0800 (PST) Message-Id: <200011161948.eAGJmdJ06092@ptavv.es.net> To: Warner Losh Cc: mobile@FreeBSD.ORG Subject: Re: D-Link DW-650 In-reply-to: Your message of "Thu, 16 Nov 2000 12:31:27 MST." <200011161931.MAA67873@harmony.village.org> Date: Thu, 16 Nov 2000 11:48:39 -0800 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Date: Thu, 16 Nov 2000 12:31:27 -0700 > From: Warner Losh > Sender: owner-freebsd-mobile@FreeBSD.ORG > > In message <20001116142907.G22442@pir.net> Peter Radcliffe writes: > : Warner Losh probably said: > : > Thanks! These look like a card I used at BSDCON which is supported by > : > the wi driver and were wavelan cards w/o the encryption... I can't > : > for the life of me think of the card name. > : > : Hmm, the blurb on that page says 40bit encryption ... > > so it does. Lemme think. 40bit WEP is the same as the wavelan bronze > card, iirc (or does the bronze card have no WEP). Bronze is 2 Mbps. Bronze Turbo is 11 Mbps. Silver is 11 Mbps w/40-bin WEP. Gold is 11 Mbps w/128-bit WEP. Since the product data on the bronze cards has been deleted from the web site, I am not positive that the Bronze Turbo card interoperates with other 802.11b 11 Mbps at 11 Mbps. I have a vague memory that it predated the 802.11b spec and was a bit problematic. Should work at 2 Mbps, though. There were older WaveLan cards that ran at 2Mbps with 40 and 128 bit encryption, but they pre-date the "metallic" names. (I have one.) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 13:39:36 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.housebsd.org (corona.housebsd.org [207.112.136.202]) by hub.freebsd.org (Postfix) with ESMTP id 6241337B4C5 for ; Thu, 16 Nov 2000 13:39:34 -0800 (PST) Received: from localhost (localhost [[UNIX: localhost]]) by mail.housebsd.org (8.9.3/8.8.8) with ESMTP id PAA08682 for ; Thu, 16 Nov 2000 15:39:08 -0600 (CST) X-Authentication-Warning: corona.housebsd.org: bauerp owned process doing -bs Date: Thu, 16 Nov 2000 15:39:07 -0600 (CST) From: bauerp X-Sender: bauerp@corona.housebsd.org To: mobile@freebsd.org Subject: wi0 and wicontrol Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to setup a line in pccard.conf that will process the contents of /etc/foo when the card is inserted. I need the contents in /etc/foo to be read in order to get the encryption/networking info passed to the card. here is the idea. wicontrol -i wi0 -n "" wicontrol -i wi0 -p -o wicontrol -i wi0 -e 1 wicontrol -i wi0 -k key1 -v 1 wicontrol -i wi0 -k key2 -v 2 wicontrol -i wi0 -k key3 -v 3 wicontrol -i wi0 -k key4 -v 4 dhclient These commands need to be run when the card is inserted. I have tried adding insert /etc/foo and multiple variations of that to pccard.conf to no avail. If anyone can point me in the direction I ned to go I would appreciate it. I am unable to figgure out how to get it to run this file. At the command line sh /etc/foo loads it fine. Just want to make this process a little nicer. Thanks! Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 13:47:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 8BD5637B4C5 for ; Thu, 16 Nov 2000 13:47:28 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 13wWsR-00003t-00 for mobile@freebsd.org; Thu, 16 Nov 2000 16:47:27 -0500 Date: Thu, 16 Nov 2000 16:47:26 -0500 From: Peter Radcliffe To: mobile@freebsd.org Subject: Re: wi0 and wicontrol Message-ID: <20001116164726.K22442@pir.net> Mail-Followup-To: mobile@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bauerp@bigfoot.com on Thu, Nov 16, 2000 at 03:39:07PM -0600 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org bauerp probably said: > wicontrol -i wi0 -n "" > wicontrol -i wi0 -p -o > wicontrol -i wi0 -e 1 > wicontrol -i wi0 -k key1 -v 1 > wicontrol -i wi0 -k key2 -v 2 > wicontrol -i wi0 -k key3 -v 3 > wicontrol -i wi0 -k key4 -v 4 I tend to add these to pccard_ether. Currently I use; if expr "//${interface}" : '^//wi[0-9]' > /dev/null ; then # we have a wavelan card. do we have any configs for it ? # tx rate to use eval wi_txrate="\$wi_txrate_${interface}" if [ -n "$wi_txrate" -a "x$wi_txrate" != "xNO" ]; then wicontrol -i $interface -t "$wi_txrate" fi # name of the service set the station wants to join eval wi_networkname=\$wi_networkname_${interface} if [ -n "$wi_networkname" -a "x$wi_networkname" != "xNO" ]; then if [ "x$wi_networkname" = "xANY" ]; then wicontrol -i $interface -n "" else wicontrol -i $interface -n "$wi_networkname" fi fi # the name of the station eval wi_stationname=\$wi_stationname_${interface} if [ -n "$wi_stationname" -a "x$wi_stationname" != "xNO" ]; then wicontrol -i $interface -s "$wi_stationname" fi # allow creation of a service set (yes/no) eval wi_ssid=\$wi_ssid_${interface} if [ -n "$wi_ssid" -a "x$wi_ssid" != "xNO" ]; then wicontrol -i $interface -c 1 fi # name of the service set to create eval wi_ssidname=\$wi_ssidname_${interface} if [ -n "$wi_ssidname" -a "x$wi_ssidname" != "xNO" ]; then wicontrol -i $interface -q "$wi_ssidname" fi # port type eval wi_porttype=\$wi_porttype_${interface} if [ -n "$wi_porttype" -a "x$wi_porttype" != "xNO" ]; then wicontrol -i $interface -p "$wi_porttype" fi # key 1-4 to set up wep for num in 1 2 3 4 ; do eval wi_wepkeyval=\$wi_wepkey${num}_${interface} if [ -n "$wi_wepkeyval" -a "x$wi_wepkeyval" != "xNO" ]; then if [ "x$wi_wepkeyval" = "xEMPTY" ]; then wicontrol -i $interface -k "" -v $num else wicontrol -i $interface -k "$wi_wepkeyval" -v $num fi fi done # which wep key to use eval wi_wepkey=\$wi_wepkey_${interface} if [ -n "$wi_wepkey" -a "x$wi_wepkey" != "xNO" ]; then wicontrol -i $interface -T "$wi_wepkey" fi # wep encryption eval wi_wep=\$wi_wep_${interface} if [ -n "$wi_wep" -a "x$wi_wep" != "xNO" ]; then wicontrol -i $interface -e 1 fi # what frequency to use eval wi_frequency=\$wi_frequency_${interface} if [ -n "$wi_frequency" -a "x$wi_frequency" != "xNO" ]; then wicontrol -i $interface -f "$wi_frequency" fi # use power management eval wi_pm=\$wi_pm_${interface} if [ -n "$wi_pm" -a "x$wi_pm" != "xNO" ]; then wicontrol -i $interface -P 1 fi # what timeout to use with power management eval wi_sleep=\$wi_sleep_${interface} if [ -n "$wi_sleep" -a "x$wi_sleep" != "xNO" ]; then wicontrol -i $interface -S "$wi_sleep" fi fi and you then add config options to /etc/rc.conf as with everything else. It can take a second or so to go through and config them all, though. > dhclient You should do DHCP through the standard configs - pccard_ether="DHCP" ? (I don't use the 4.* pccard_ether scripts, I still use hacked around PAO bases pccard_ether* so don't remmeber exactly). P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 14: 1:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 76F8F37B479 for ; Thu, 16 Nov 2000 14:01:22 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id eAGM1LE21306; Thu, 16 Nov 2000 14:01:21 -0800 Date: Thu, 16 Nov 2000 14:01:21 -0800 From: Brooks Davis To: bauerp Cc: mobile@FreeBSD.ORG Subject: Re: wi0 and wicontrol Message-ID: <20001116140121.A20614@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bauerp@bigfoot.com on Thu, Nov 16, 2000 at 03:39:07PM -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 16, 2000 at 03:39:07PM -0600, bauerp wrote: > I am trying to setup a line in pccard.conf that will process the contents > of /etc/foo when the card is inserted. I need the contents in /etc/foo > to be read in order to get the encryption/networking info passed to the > card. here is the idea. You might check out the system in PR conf/21967. The copy at the given URL is probalby slightly more up to date. The system has some problems, but works quite well for what you want. Configuration is done in /etc/rc.conf as it should be. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 14:46:11 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from guardian.sftw.com (guardian.sftw.com [209.157.37.25]) by hub.freebsd.org (Postfix) with ESMTP id E169637B4C5 for ; Thu, 16 Nov 2000 14:46:09 -0800 (PST) Received: from yoda.sftw.com (yoda.sftw.com [209.157.37.211]) by guardian.sftw.com (8.11.0/8.11.0) with ESMTP id eAGMk9q53293; Thu, 16 Nov 2000 14:46:09 -0800 (PST) (envelope-from nsayer@sftw.com) Received: from sftw.com (localhost [127.0.0.1]) by yoda.sftw.com (8.11.1/8.11.1) with ESMTP id eAGMk8i01330; Thu, 16 Nov 2000 14:46:08 -0800 (PST) (envelope-from nsayer@sftw.com) Message-ID: <3A1463B0.B5334FC@sftw.com> Date: Thu, 16 Nov 2000 14:46:08 -0800 From: Nick Sayer Reply-To: nsayer@freebsd.org X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Peter Radcliffe Cc: mobile@freebsd.org Subject: Re: Vaio Z505HS and PCMCIA References: <20001114092506.A56347@fisicc-ufm.edu> <200011141736.KAA48180@harmony.village.org> <20001114123955.B15642@pir.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Radcliffe wrote: > > > As mike ryan said, when any of us with HSes have tried to use polling > mode, the machine hangs on card changes. For what it's worth, I have a Z505JE, and mine hangs even before /etc/rc starts running if I boot up with polling turned on. I can't imagine what's up with that. Mine also occasionally disregards card events and must be goosed with 'pccardc power'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 14:50:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from guardian.sftw.com (guardian.sftw.com [209.157.37.25]) by hub.freebsd.org (Postfix) with ESMTP id D62C637B666 for ; Thu, 16 Nov 2000 14:50:41 -0800 (PST) Received: from yoda.sftw.com (yoda.sftw.com [209.157.37.211]) by guardian.sftw.com (8.11.0/8.11.0) with ESMTP id eAGMofq53372; Thu, 16 Nov 2000 14:50:41 -0800 (PST) (envelope-from nsayer@sftw.com) Received: from sftw.com (localhost [127.0.0.1]) by yoda.sftw.com (8.11.1/8.11.1) with ESMTP id eAGMoXi01339; Thu, 16 Nov 2000 14:50:41 -0800 (PST) (envelope-from nsayer@sftw.com) Message-ID: <3A1464B9.625416D3@sftw.com> Date: Thu, 16 Nov 2000 14:50:33 -0800 From: Nick Sayer Reply-To: nsayer@FreeBSD.ORG X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: bauerp Cc: mobile@FreeBSD.ORG Subject: Re: wi0 and wicontrol References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The best solution I've found is to make a /etc/wisetup script. Have it do all of the wicontrol lines, then as the last line, say: exec /etc/pccard_ether $1 $2 Then copy the /etc/defaults/pccard.conf entry for your card into /etc/pccard.conf. Replace the reference to /etc/pccard_ether in this new entry with /etc/wisetup (leave the 2nd and 3rd args). This works making no changes to files mergemaster touches. bauerp wrote: > > I am trying to setup a line in pccard.conf that will process the contents > of /etc/foo when the card is inserted. I need the contents in /etc/foo > to be read in order to get the encryption/networking info passed to the > card. here is the idea. > > > wicontrol -i wi0 -n "" > wicontrol -i wi0 -p -o > wicontrol -i wi0 -e 1 > wicontrol -i wi0 -k key1 -v 1 > wicontrol -i wi0 -k key2 -v 2 > wicontrol -i wi0 -k key3 -v 3 > wicontrol -i wi0 -k key4 -v 4 > dhclient > > These commands need to be run when the card is inserted. I have tried > adding > > insert /etc/foo and multiple variations of that to pccard.conf to no > avail. If anyone can point me in the direction I ned to go I would > appreciate it. I am unable to figgure out how to get it to run this file. > > At the command line sh /etc/foo loads it fine. Just want to make this > process a little nicer. > > Thanks! > Paul. > > 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 Thu Nov 16 15:17: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lynx.aba.net.au (lynx.esec.com.au [203.21.84.1]) by hub.freebsd.org (Postfix) with SMTP id 85BC237B479 for ; Thu, 16 Nov 2000 15:17:07 -0800 (PST) Received: (qmail 29153 invoked from network); 16 Nov 2000 23:17:03 -0000 Received: from swun.esec.com.au (HELO eSec.com.au) (203.21.85.207) by lynx.esec.com.au with SMTP; 16 Nov 2000 23:17:03 -0000 Message-ID: <3A146AF0.46AFEA9@eSec.com.au> Date: Fri, 17 Nov 2000 10:17:04 +1100 From: Sam Wun Organization: eSec X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 Cc: mobile@FreeBSD.ORG Subject: Can pc to pc communicate thru wireless LAN cards? References: <3A1464B9.625416D3@sftw.com> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am wondering whether I can use a wireless LAN card to communicate another wireless LAN card between PCs. I know PCMCIA card can communicate to the WaveLAN wireless LAN card, but that only limited to laptop to PC desktop, what about PC to PC? Thanks Sam. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 16: 8:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 2C42037B479 for ; Thu, 16 Nov 2000 16:08:18 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eAH07oI54414; Thu, 16 Nov 2000 16:07:50 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Peter Radcliffe Cc: mobile@FreeBSD.ORG Subject: Re: wi0 and wicontrol In-Reply-To: Message from Peter Radcliffe of "Thu, 16 Nov 2000 16:47:26 EST." <20001116164726.K22442@pir.net> Date: Thu, 16 Nov 2000 16:07:50 -0800 Message-ID: <54410.974419670@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is why the wicontrol command (and any of its similar brethren) need to be folded into ifconfig(8), just as NetBSD has done it. Then the already-present hooks for ifconfig commands can be used to initialize the interface and things like the station address/mode/etc at the same time. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 16:28:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id C789C37B479 for ; Thu, 16 Nov 2000 16:28:48 -0800 (PST) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id eAH0Sb645793; Thu, 16 Nov 2000 16:28:37 -0800 (PST) Date: Thu, 16 Nov 2000 16:28:37 -0800 (PST) From: Doug White To: Warner Losh Cc: mobile@FreeBSD.ORG Subject: Re: zoom air-4000 & awi driver In-Reply-To: <200011150503.WAA53461@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Nov 2000, Warner Losh wrote: > In message Doug White writes: > : I have the ZoomAir 4000 card working with the awi driver in -current. It > : detects & attaches fine and I can banter with the Wavelan card in my > : PowerBook. The readme for the driver says no WEP (I didn't try it) but > : it's otherwise functional. > : > : The ZoomAir is a Harris Prism 1 card. > > These are nice little cards. I used one at BSDcon and it was nice. We used a pair as as our internet connectivity between our offices when we were moving. We had LOS from a block or two away. We had to run it under linsux at the time but the cards did work (even if one had to be reset every week... ). Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 17:44:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 35F5037B479 for ; Thu, 16 Nov 2000 17:44:28 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.2.Beta0/8.11.2.Beta0) id eAH1iRc46295; Thu, 16 Nov 2000 17:44:27 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14868.36219.675223.396426@horsey.gshapiro.net> Date: Thu, 16 Nov 2000 17:44:27 -0800 From: Gregory Neil Shapiro To: mobile@FreeBSD.ORG Subject: Re: wi0 and wicontrol In-Reply-To: <3A1464B9.625416D3@sftw.com> References: <3A1464B9.625416D3@sftw.com> X-Mailer: VM 6.82 under 21.2 (beta36) "Notus" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org nsayer> The best solution I've found is to make a /etc/wisetup script. Have nsayer> it do all of the wicontrol lines, then as the last line, say: And the best solution I have found is not to even touch pccard.conf, leave it as is and create /etc/dhclient-exit-hooks with: # Initialize the WaveLAN card with the proper parameters if [ "$interface" = "wi0" -a "$reason" = "PREINIT" ] then /usr/sbin/wicontrol -i $interface -P 1 /usr/sbin/wicontrol -i $interface -S 200 /usr/sbin/wicontrol -i $interface -p 1 /usr/sbin/wicontrol -i $interface -n '' /usr/sbin/wicontrol -i $interface -s monkeyboy.gshapiro.net /usr/sbin/wicontrol -i $interface -e 1 /usr/sbin/wicontrol -i $interface -k 0xDEADBEEF fi exit 0 That way, you don't screw up any system files but still get things done properly (assuming you are using DHCP). (and no, 0xDEADBEEF is not my WEP key) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 17:52:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CEAB537B479 for ; Thu, 16 Nov 2000 17:52:13 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAH1qCQ03104; Thu, 16 Nov 2000 18:52:12 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA70989; Thu, 16 Nov 2000 18:52:11 -0700 (MST) Message-Id: <200011170152.SAA70989@harmony.village.org> To: Sam Wun Subject: Re: Can pc to pc communicate thru wireless LAN cards? Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 17 Nov 2000 10:17:04 +1100." <3A146AF0.46AFEA9@eSec.com.au> References: <3A146AF0.46AFEA9@eSec.com.au> <3A1464B9.625416D3@sftw.com> Date: Thu, 16 Nov 2000 18:52:11 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A146AF0.46AFEA9@eSec.com.au> Sam Wun writes: : I am wondering whether I can use a wireless LAN card to communicate another : wireless LAN card between PCs. I know PCMCIA card can communicate to the : WaveLAN wireless LAN card, but that only limited to laptop to PC desktop, what : about PC to PC? We use old wavelan ISA cards to communicate between two boxes that are 5 miles apart. You can do this with the newer wavelan cards too with a PCMCIA ISA adapter. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 17:55:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AC22F37B479 for ; Thu, 16 Nov 2000 17:55:10 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAH1t9Q03120; Thu, 16 Nov 2000 18:55:09 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA71021; Thu, 16 Nov 2000 18:55:08 -0700 (MST) Message-Id: <200011170155.SAA71021@harmony.village.org> To: Jordan Hubbard Subject: Re: wi0 and wicontrol Cc: Peter Radcliffe , mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Nov 2000 16:07:50 PST." <54410.974419670@winston.osd.bsdi.com> References: <54410.974419670@winston.osd.bsdi.com> Date: Thu, 16 Nov 2000 18:55:08 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <54410.974419670@winston.osd.bsdi.com> Jordan Hubbard writes: : This is why the wicontrol command (and any of its similar brethren) : need to be folded into ifconfig(8), just as NetBSD has done it. Then : the already-present hooks for ifconfig commands can be used to initialize : the interface and things like the station address/mode/etc at the same : time. Agreed. If you've ever tried to configure a aironet card, a wavelan card and a awi based card in a small, home network, you have a deeper appreciation for having unified control programs. It is a nightmare right now. I've not been able to get it to work and I think I not a novice user :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 19:18: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sodium.cips.nokia.com (Sodium.cips.nokia.com [199.46.17.134]) by hub.freebsd.org (Postfix) with ESMTP id DA7D937B479 for ; Thu, 16 Nov 2000 19:18:07 -0800 (PST) Received: from sodium.cips.nokia.com (localhost.network-alchemy.com [127.0.0.1]) by sodium.cips.nokia.com (8.9.3/8.8.8) with ESMTP id TAA59503; Thu, 16 Nov 2000 19:18:00 -0800 (PST) (envelope-from key@sodium.cips.nokia.com) Message-Id: <200011170318.TAA59503@sodium.cips.nokia.com> To: Warner Losh Cc: mobile@FreeBSD.ORG From: Ken Key Subject: Re: Can pc to pc communicate thru wireless LAN cards? In-reply-to: Your message of Thu, 16 Nov 2000 18:52:11 -0700. <200011170152.SAA70989@harmony.village.org> Date: Thu, 16 Nov 2000 19:18:00 -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cool! What's your antenna arrangement to get that range? A custom yagi? I've got a 2-mile clear line of sight I'd love to cover. Thanks for any info, K^2 > We use old wavelan ISA cards to communicate between two boxes that are > 5 miles apart. > > You can do this with the newer wavelan cards too with a PCMCIA ISA > adapter. > > Warner > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- Ken Key (key@cips.nokia.com, key@Network-Alchemy.com) Nokia, Clustered IP Solutions, Santa Cruz, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 20:20:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 5B60637B479 for ; Thu, 16 Nov 2000 20:20:09 -0800 (PST) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id UAA16263; Thu, 16 Nov 2000 20:17:06 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id UAA60338; Thu, 16 Nov 2000 20:16:28 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200011170416.UAA60338@whistle.com> Subject: Revised patches to Aironet driver for WEP To: mobile@FreeBSD.ORG, dave@dogwood.com Date: Thu, 16 Nov 2000 20:16:28 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've made a new set of patches for the Aironet cards. This smoothes out some issues with WEP, such as setting the transmit key. Also I added an example for setting up WEP. Thanks to Dave Cornejo for his patches and description for setting the transmit key. These patches are relative to -stable (ie. the version that doesn't have the prior WEP patches). http://www.ambrisko.com/doug/an.patch.wep2 Let me know if you run into trouble. Also it would be nice to hear some successes. I've testing this in ad-hoc mode, access point mode should still work. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 22:15:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 66B9737B479 for ; Thu, 16 Nov 2000 22:15:13 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAH6FCQ03736; Thu, 16 Nov 2000 23:15:12 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA72157; Thu, 16 Nov 2000 23:15:11 -0700 (MST) Message-Id: <200011170615.XAA72157@harmony.village.org> To: Ken Key Subject: Re: Can pc to pc communicate thru wireless LAN cards? Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Nov 2000 19:18:00 PST." <200011170318.TAA59503@sodium.cips.nokia.com> References: <200011170318.TAA59503@sodium.cips.nokia.com> Date: Thu, 16 Nov 2000 23:15:11 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200011170318.TAA59503@sodium.cips.nokia.com> Ken Key writes: : Cool! What's your antenna arrangement to get that range? A custom : yagi? I've got a 2-mile clear line of sight I'd love to cover. We have 2 24dB dish antennas pointed right at each other. We could easily do this with a yagi, except for one problem. Trees. We've got lots of them between here and there. two 13.5dB yagis would have done the trick if the trees were missing. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Nov 16 23:35:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id E2B0837B479 for ; Thu, 16 Nov 2000 23:35:27 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.2.Beta0/8.11.2.Beta0) id eAH7ZRr47726; Thu, 16 Nov 2000 23:35:27 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14868.57279.285706.444437@horsey.gshapiro.net> Date: Thu, 16 Nov 2000 23:35:27 -0800 From: Gregory Neil Shapiro To: freebsd-mobile@freebsd.org Subject: Support for Clik! (PocketZip) drives? X-Mailer: VM 6.82 under 21.2 (beta36) "Notus" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org One of the few things holding me back from upgrading my laptop is that most of the newer laptops don't have removable hard drives. One of the things I like about my current laptop is the ability to pop out the hard drive and put it in my pocket if I am going to be away from the laptop (the laptop is replaceable, the data isn't). A possible solution is the IO Mega Clik! drives which, in newer versions, is just a PCMCIA card that acts as the drive (i.e., no external cables/hardware). This would allow me to use the Clik! drive as my home directory and just pop out the disk as I pop out the drive in my current laptop. Hence two questions: 1. Does FreeBSD support the PCMCIA version of Clik!? 2. Has anyone used it enough to know if it is usable as a mounted partition (speed wise) or is it to slow for anything but a backup media? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 0:24:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id AAB8137B479; Fri, 17 Nov 2000 00:24:41 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 3054757311; Fri, 17 Nov 2000 02:24:55 -0600 (CST) Date: Fri, 17 Nov 2000 02:24:55 -0600 From: "Michael C . Wu" To: Gregory Neil Shapiro Cc: freebsd-mobile@freebsd.org Subject: Re: Support for Clik! (PocketZip) drives? Message-ID: <20001117022455.A78020@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Gregory Neil Shapiro , freebsd-mobile@freebsd.org References: <14868.57279.285706.444437@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <14868.57279.285706.444437@horsey.gshapiro.net>; from gshapiro@freebsd.org on Thu, Nov 16, 2000 at 11:35:27PM -0800 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 16, 2000 at 11:35:27PM -0800, Gregory Neil Shapiro scribbled: | One of the few things holding me back from upgrading my laptop is that most | of the newer laptops don't have removable hard drives. One of the things I | like about my current laptop is the ability to pop out the hard drive and | put it in my pocket if I am going to be away from the laptop (the laptop is | replaceable, the data isn't). | | A possible solution is the IO Mega Clik! drives which, in newer versions, | is just a PCMCIA card that acts as the drive (i.e., no external | cables/hardware). This would allow me to use the Clik! drive as my home | directory and just pop out the disk as I pop out the drive in my current | laptop. Hi Greg, I have no input on the Clik! issue, but am wondering why you cannot use a PCMCIA CF adapter plus an IBM Compact Flash media or CF ata drive. The largest one is 1gb now. (although at a very "dreamy" price) However, I think a 64mb flash card or even a 256mb one would help you very nicely. The cf cards are much more durable than the Clik!. And the pcmcia adapter is only $7 on major online stores. FreeBSD supports them fully. (Many people run entire FreeBSD systems on -small with compact sandisks.) Another solution, a little more expensive and non-portable, is to use the Sony VAIO laptops' built-in memorymedia slots. They detect as umass0->da0. My choice would/has been compact flash. :) -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 0:53:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id E0F2337B479 for ; Fri, 17 Nov 2000 00:53:18 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.2.Beta0/8.11.2.Beta0) id eAH8rG548594; Fri, 17 Nov 2000 00:53:16 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14868.61948.806801.451936@horsey.gshapiro.net> Date: Fri, 17 Nov 2000 00:53:16 -0800 From: Gregory Neil Shapiro To: "Michael C . Wu" Cc: freebsd-mobile@freebsd.org Subject: Re: Support for Clik! (PocketZip) drives? In-Reply-To: <20001117022455.A78020@peorth.iteration.net> References: <14868.57279.285706.444437@horsey.gshapiro.net> <20001117022455.A78020@peorth.iteration.net> X-Mailer: VM 6.82 under 21.2 (beta36) "Notus" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org keichii> I have no input on the Clik! issue, but am wondering why you keichii> cannot use a PCMCIA CF adapter plus an IBM Compact Flash media or keichii> CF ata drive. I use one for my digital camera and have found access times to be slower than I would hope. Granted that was copying large pictures. I'll experiment with it (I have a 32 meg card to play with). I'd still be curious about the Clik! performance. Thanks for the suggestion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 1: 5:22 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.sanda.gr.jp (ns.sanda.gr.jp [210.232.122.18]) by hub.freebsd.org (Postfix) with ESMTP id A1CF737B479; Fri, 17 Nov 2000 01:05:19 -0800 (PST) Received: from ever.sanda.gr.jp (epoch [10.93.63.51]) by ns.sanda.gr.jp (8.9.3/3.7W) with ESMTP id SAA46481; Fri, 17 Nov 2000 18:05:17 +0900 (JST) From: non@ever.sanda.gr.jp Received: from localhost (localhost [127.0.0.1]) by ever.sanda.gr.jp (8.8.8/3.3W9) with ESMTP id SAA08378; Fri, 17 Nov 2000 18:05:17 +0900 (JST) To: gshapiro@freebsd.org Cc: freebsd-mobile@freebsd.org, non@jp.FreeBSD.org Subject: Re: Support for Clik! (PocketZip) drives? In-Reply-To: <14868.57279.285706.444437@horsey.gshapiro.net> References: <14868.57279.285706.444437@horsey.gshapiro.net> X-Mailer: Mew version 1.94 on Emacs 19.28 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001117180516U.non@ever.sanda.gr.jp> Date: Fri, 17 Nov 2000 18:05:16 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 22 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Gregory Neil Shapiro Subject: Support for Clik! (PocketZip) drives? > Hence two questions: > > 1. Does FreeBSD support the PCMCIA version of Clik!? No. I made patch for wfd.c under PAO3. You can use Clik with latest PAO3. I think it's easy to modify afd.c for -current and -stable but not yet done. You can obtain the patch I commited to PAO3 from, http://www.sanda.gr.jp/non/wfd.c3.diff.gz I obtained the info for Clik from, http://paul.bristow.free.fr/linux/clik2.html > 2. Has anyone used it enough to know if it is usable as a mounted partition > (speed wise) or is it to slow for anything but a backup media? Hmm, I did not test for the speed. // Noriaki Mitsunaga // non@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 2:44:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 651D137B479; Fri, 17 Nov 2000 02:44:10 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 18E1F57311; Fri, 17 Nov 2000 04:44:24 -0600 (CST) Date: Fri, 17 Nov 2000 04:44:24 -0600 From: "Michael C . Wu" To: Gregory Neil Shapiro Cc: freebsd-mobile@freebsd.org Subject: Re: Support for Clik! (PocketZip) drives? Message-ID: <20001117044423.B78020@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , Gregory Neil Shapiro , freebsd-mobile@freebsd.org References: <14868.57279.285706.444437@horsey.gshapiro.net> <20001117022455.A78020@peorth.iteration.net> <14868.61948.806801.451936@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <14868.61948.806801.451936@horsey.gshapiro.net>; from gshapiro@freebsd.org on Fri, Nov 17, 2000 at 12:53:16AM -0800 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Nov 17, 2000 at 12:53:16AM -0800, Gregory Neil Shapiro scribbled: | keichii> I have no input on the Clik! issue, but am wondering why you | keichii> cannot use a PCMCIA CF adapter plus an IBM Compact Flash media or | keichii> CF ata drive. | | I use one for my digital camera and have found access times to be slower | than I would hope. Granted that was copying large pictures. I'll | experiment with it (I have a 32 meg card to play with). If you imply access times on the camera, their interface is limited by the USB cable or the camera itself. Using PCMCIA interface removes this limit. The microdrives have 12ms seeks and do DMA mode 3. 13mb/sec thoroughput seems adequate for me. Here is the url. http://www.storage.ibm.com/hardsoft/diskdrdl/micro/datasheet.htm http://www.storage.ibm.com/hardsoft/diskdrdl/micro/ Searching www.outpost.com for "microdrive" produced quite a few results at reasonable prices. | I'd still be curious about the Clik! performance. -- Gave me the idea of a good place to keep PGP keys and SSH keys. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 5:30:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from apollo.ocsny.com (unknown [204.107.76.2]) by hub.freebsd.org (Postfix) with ESMTP id 7E74A37B479 for ; Fri, 17 Nov 2000 05:30:38 -0800 (PST) Received: from ocsinternet.com (fw234.ocsny.com [204.107.76.234]) by apollo.ocsny.com (8.9.2/8.9.3) with ESMTP id IAA75755; Fri, 17 Nov 2000 08:30:20 -0500 (EST) Message-ID: <3A15325E.86F3DEA9@ocsinternet.com> Date: Fri, 17 Nov 2000 08:27:58 -0500 From: mikel X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: Ken Key , mobile@FreeBSD.ORG Subject: Re: Can pc to pc communicate thru wireless LAN cards? References: <200011170318.TAA59503@sodium.cips.nokia.com> <200011170615.XAA72157@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just curious what's the aggregate throughput your getting on this system? tanks, mikel Warner Losh wrote: > In message <200011170318.TAA59503@sodium.cips.nokia.com> Ken Key writes: > : Cool! What's your antenna arrangement to get that range? A custom > : yagi? I've got a 2-mile clear line of sight I'd love to cover. > > We have 2 24dB dish antennas pointed right at each other. We could > easily do this with a yagi, except for one problem. Trees. We've got > lots of them between here and there. two 13.5dB yagis would have done > the trick if the trees were missing. > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 5:54:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6778537B479 for ; Fri, 17 Nov 2000 05:54:40 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAHDsdQ05223; Fri, 17 Nov 2000 06:54:39 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id GAA74605; Fri, 17 Nov 2000 06:54:38 -0700 (MST) Message-Id: <200011171354.GAA74605@harmony.village.org> To: mikel Subject: Re: Can pc to pc communicate thru wireless LAN cards? Cc: Ken Key , mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 17 Nov 2000 08:27:58 EST." <3A15325E.86F3DEA9@ocsinternet.com> References: <3A15325E.86F3DEA9@ocsinternet.com> <200011170318.TAA59503@sodium.cips.nokia.com> <200011170615.XAA72157@harmony.village.org> Date: Fri, 17 Nov 2000 06:54:38 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A15325E.86F3DEA9@ocsinternet.com> mikel writes: : Just curious what's the aggregate throughput your getting on this system? When the trees don't attenuate the signal too much, we're getting 2Mbps. This is with the old wavelan cards w/o any external amplifiers. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 8:10:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.griffel.se (mail.griffel.se [193.13.74.2]) by hub.freebsd.org (Postfix) with ESMTP id A728337B479 for ; Fri, 17 Nov 2000 08:10:11 -0800 (PST) Received: from [194.47.111.210] (HELO chewie) by mail.griffel.se (CommuniGate Pro SMTP 3.3) with SMTP id 417982 for freebsd-mobile@freebsd.org; Fri, 17 Nov 2000 17:10:10 +0100 Message-ID: <003901c050a8$61540d00$2a67a8c0@chewie.outherlimits.org> From: "Claes Leufven" To: Subject: APM problems with 5.0-20001112-CURRENT Date: Fri, 17 Nov 2000 16:09:27 +0100 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 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I have a Compaq Armada E500 and the apm support doesnt work. It seems that the kernel doesnt find the apm controller just that it is on the pci bus. I am using freebsd 5.0-20001112-current and have tried with both the generic kernel and my custom kernel. in the kernel configuration I have just "device apm" any one got any idea whats wrong? My dmesg output is in down under here... Regards Claes Leufven --dmesg output Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-20001112-CURRENT #4: Wed Nov 15 22:05:44 CET 2000 root@chewie.outherlimits.org:/usr/src/sys/compile/chewie Calibrating clock(s) ... TSC clock: 497464932 Hz, i8254 clock: 1193258 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 497435562 Hz CPU: Pentium III/Pentium III Xeon/Celeron (497.44-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 67043328 (65472K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x00312000 - 0x03fe7fff, 63791104 bytes (15574 pages) avail memory = 62279680 (60820K bytes) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xf0000 (c00f0000) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0x478 pnpbios: Found PnP BIOS data at 0xc00f5100 pnpbios: Entry = f0000:512e Rev = 1.0 pnpbios: Event flag at f5126 pnpbios: OEM ID 51b1110e Other BIOS signatures found: Preloaded elf kernel "kernel" at 0xc02f9000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02f90a8. null: random: mem: Pentium Pro MTRR support enabled VESA: information block 56 45 53 41 00 02 00 01 00 01 00 00 00 00 22 00 00 01 7f 00 00 01 0b 01 00 01 21 01 00 01 2a 01 00 01 00 01 01 01 10 01 11 01 12 01 03 01 13 01 14 01 15 01 05 01 16 01 17 01 18 01 07 01 19 01 VESA: 40 mode(s) found VESA: v2.0, 8128k memory, flags:0x0, mode table:0xc029e3a2 (1000022) VESA: ATI MACH64 VESA: ATI Technologies Inc. MACH64RM 01.00 Using $PIR table, 268435454 entries at 0xc00f0970 npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 3, range 32, base 50000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x104c, dev=0xac1c, revid=0x01 bus=0, slot=4, func=0 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=2 secondarybus=2 intpin=a, irq=11 map[10]: type 1, range 32, base 41100000, size 12, enabled found-> vendor=0x104c, dev=0xac1c, revid=0x01 bus=0, slot=4, func=1 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=3 secondarybus=3 intpin=a, irq=11 map[10]: type 1, range 32, base 41180000, size 12, enabled found-> vendor=0x8086, dev=0x7110, revid=0x02 bus=0, slot=7, func=0 class=06-80-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=7, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 4, range 32, base 00003420, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=7, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=11 map[20]: type 4, range 32, base 00003400, size 5, enabled found-> vendor=0x8086, dev=0x7113, revid=0x03 bus=0, slot=7, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 4, range 32, base 00004000, size 4, enabled found-> vendor=0x125d, dev=0x1978, revid=0x10 bus=0, slot=8, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 4, range 32, base 00003000, size 8, enabled found-> vendor=0x8086, dev=0x1229, revid=0x09 bus=0, slot=9, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 41280000, size 12, enabled map[14]: type 4, range 32, base 00003440, size 6, enabled map[18]: type 1, range 32, base 41200000, size 17, enabled found-> vendor=0x11c1, dev=0x0445, revid=0x00 bus=0, slot=9, func=1 class=07-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 4, range 32, base 00003430, size 3, enabled map[14]: type 1, range 32, base 41300000, size 12, enabled pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: physical bus=1 found-> vendor=0x1002, dev=0x4c4d, revid=0x64 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 40000000, size 24, enabled map[14]: type 4, range 32, base 00002000, size 8, enabled map[18]: type 1, range 32, base 41000000, size 12, enabled pci1: on pcib1 pci1: (vendor=0x1002, dev=0x4c4d) at 0.0 irq 11 pcic-pci0: mem 0x41100000-0x41100fff irq 11 at device 4.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pcic-pci0: Legacy address set to 0x3e0 PCI Config space: 00: ac1c104c 02100007 06070001 00824208 10: 41100000 020000a0 00020200 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 03c0010b 40: b1210e11 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 28049060 00000000 00000000 01001c72 90: 60640280 00000000 00000000 00000000 Cardbus Socket registers: 00: 00000000: 00000000: 30000306: 00000000: 10: 00000000: 00000000: 00000000: 00000000: ExCa registers: 00: 84 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 pcic-pci1: mem 0x41180000-0x41180fff irq 11 at device 4.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] PCI Config space: 00: ac1c104c 02100007 06070001 00824208 10: 41180000 020000a0 00030300 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 03c0010b 40: b1210e11 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 28449060 00000000 00000000 01001c72 90: 60640280 00000000 00000000 00000000 Cardbus Socket registers: 00: 00000000: 00000000: 30000306: 00000000: 10: 00000000: 00000000: 00000000: 00000000: ExCa registers: 00: 84 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x3420-0x342f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x3420 ata0: mask=03 status0=50 status1=00 ata0: mask=03 status0=50 status1=00 ata0: devices = 0x9 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x3428 ata1: mask=00 status0=ff status1=ff ata1: probe allocation failed uhci0: port 0x3400-0x341f 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 pci0: (vendor=0x8086, dev=0x7113) at 7.3 pci0: (vendor=0x125d, dev=0x1978) at 8.0 irq 11 fxp0: port 0x3440-0x347f mem 0x41200000-0x4121ffff,0x41280000-0x41280fff irq 11 at device 9.0 on pci0 fxp0: Ethernet address 00:d0:59:06:d5:99 bpf: fxp0 attached pci0: (vendor=0x11c1, dev=0x0445) at 9.1 irq 11 ata-: ata0 already exists, using ata2 instead ata-: ata1 already exists, using ata3 instead Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 pnpbios: 16 devices, largest 250 bytes PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0 PNP0c04: adding irq mask 0x2000 PNP0c04: end config pnpbios: handle 1 device ID PNP0c04 (040cd041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 PNP0c01: adding fixed memory32 range 0xf0000-0xfffff, size=0x10000 PNP0c01: adding fixed memory32 range 0x100000-0x3ffffff, size=0x3f00000 PNP0c01: end config pnpbios: handle 2 device ID PNP0c01 (010cd041) PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0 PNP0a03: end config pnpbios: handle 3 device ID PNP0a03 (030ad041) PNP0000: adding io range 0x20-0x21, size=0x2, align=0 PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0 PNP0000: adding irq mask 0x4 PNP0000: end config pnpbios: handle 4 device ID PNP0000 (0000d041) PNP0200: adding io range 0-0xf, size=0x10, align=0 PNP0200: adding io range 0x80-0x8f, size=0x10, align=0 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0 PNP0200: adding dma mask 0x10 PNP0200: end config pnpbios: handle 5 device ID PNP0200 (0002d041) PNP0100: adding io range 0x40-0x43, size=0x4, align=0 PNP0100: adding irq mask 0x1 PNP0100: end config pnpbios: handle 6 device ID PNP0100 (0001d041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0 PNP0800: end config pnpbios: handle 7 device ID PNP0800 (0008d041) PNP0b00: adding io range 0x70-0x71, size=0x2, align=0 PNP0b00: adding io range 0x72-0x72, size=0x1, align=0 PNP0b00: adding io range 0x73-0x73, size=0x1, align=0 PNP0b00: adding irq mask 0x100 PNP0b00: end config pnpbios: handle 8 device ID PNP0b00 (000bd041) PNP0303: adding io range 0x60-0x60, size=0x1, align=0 PNP0303: adding io range 0x64-0x64, size=0x1, align=0 PNP0303: adding irq mask 0x2 PNP0303: end config pnpbios: handle 9 device ID PNP0303 (0303d041) PNP0f13: adding irq mask 0x1000 PNP0f13: end config pnpbios: handle 10 device ID PNP0f13 (130fd041) PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0 PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0 PNP0700: end config pnpbios: handle 11 device ID PNP0700 (0007d041) PNP0401: adding irq mask 0x80 PNP0401: adding dma mask 0x8 PNP0401: adding io range 0x378-0x37f, size=0x8, align=0 PNP0401: adding io range 0x778-0x77a, size=0x3, align=0 PNP0401: end config pnpbios: handle 12 device ID PNP0401 (0104d041) PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0 PNP0501: adding irq mask 0x10 PNP0501: end config pnpbios: handle 13 device ID PNP0501 (0105d041) SMCf010: adding io range 0x3e8-0x3ef, size=0x8, align=0 SMCf010: adding io range 0x100-0x107, size=0x8, align=0x10 SMCf010: adding irq mask 0x8 SMCf010: adding dma mask 0x20 SMCf010: end config pnpbios: handle 14 device ID SMCf010 (10f0a34d) PNP0e03: adding io range 0x3e0-0x3e1, size=0x2, align=0 PNP0e03: end config pnpbios: handle 15 device ID PNP0e03 (030ed041) PNP0c02: adding fixed memory32 range 0xfff80000-0xffffffff, size=0x80000 PNP0c02: adding io range 0x10-0x1f, size=0x10, align=0 PNP0c02: adding io range 0x22-0x3f, size=0x1e, align=0 PNP0c02: adding io range 0x44-0x5f, size=0x1c, align=0 PNP0c02: adding io range 0x62-0x63, size=0x2, align=0 PNP0c02: adding io range 0x65-0x6f, size=0xb, align=0 PNP0c02: adding io range 0x74-0x74, size=0x1, align=0 PNP0c02: adding io range 0x75-0x75, size=0x1, align=0 PNP0c02: adding io range 0x76-0x76, size=0x1, align=0 PNP0c02: adding io range 0x77-0x77, size=0x1, align=0 PNP0c02: adding io range 0x90-0x91, size=0x2, align=0 PNP0c02: adding io range 0x92-0x92, size=0x1, align=0 PNP0c02: adding io range 0x93-0x9f, size=0xd, align=0 PNP0c02: adding io range 0xa2-0xbf, size=0x1e, align=0 PNP0c02: adding io range 0xe0-0xe5, size=0x6, align=0 PNP0c02: adding io range 0xe7-0xe7, size=0x1, align=0 PNP0c02: adding io range 0xec-0xef, size=0x4, align=0 PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0 PNP0c02: adding io range 0x5000-0x5063, size=0x64, align=0 PNP0c02: adding io range 0x4000-0x400f, size=0x10, align=0 PNP0c02: adding io range 0x6004-0x6005, size=0x2, align=0 PNP0c02: adding io range 0x800-0x87f, size=0x80, align=0 PNP0c02: end config pnpbios: handle 16 device ID PNP0c02 (020cd041) sc-: sc0 already exists, using sc1 instead vga-: vga0 already exists, using vga1 instead isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata2 failed to probe at port 0x1f0 irq 14 on isa0 ata3: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000 ata3: mask=00 status0=ff status1=ff ata3: probe allocation failed ata3 failed to probe at port 0x170-0x177,0x376 irq 15 on isa0 adv0 failed to probe on isa0 bt0 failed to probe on isa0 aha0 failed to probe on isa0 aic0 failed to probe at port 0x140-0x15f on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 00 00 64 psm: status 00 03 64 psm: status 00 03 64 psm: data 08 00 00 psm: status 10 00 64 psm: status 00 02 64 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x700ff fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k vga0: vga: WARNING: video mode switching is not fully supported on this adapter VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 e7 73 4f 4f 97 52 83 b4 1f 00 4f 0d 0e 00 00 07 80 91 87 8f 28 1f 8f b5 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 00 00 03 00 02 e7 73 4f 4f 97 52 83 b4 1f 00 4f 0d 0e 00 00 07 80 91 87 8f 28 1f 8f b5 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) vt0 failed to probe on isa0 pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode stat is 0 stat is 0 pccard0: on pcic0 pccard1: on pcic0 sio0: irq maps: 0x41 0x51 0x41 0x41 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode vpo0: can't connect to the drive imm0: (disconnect) s1=0x38 s2=0x38, s3=0x38 imm0: (connect) s1=0x38 s2=0x38, s3=0x38 imm0: can't connect to the drive cs0 failed to probe at port 0x300 on isa0 ed0 failed to probe at port 0x280 iomem 0xd8000 irq 10 on isa0 fe0 failed to probe at port 0x300 on isa0 ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0 lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 pcic1: not probed (disabled) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: irq maps: 0x41 0x41 0x41 0x41 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0 failed to probe at port 0x300 irq 10 on isa0 sc1: no video adapter is found. sc1: failed to probe on isa0 vga1: failed to probe on isa0 isa_probe_children: probing PnP devices unknown: failed to probe at port 0x61 on isa0 unknown: can't assign resources unknown: at port 0x60 on isa0 unknown: can't assign resources unknown: at irq 12 on isa0 unknown: can't assign resources unknown: at port 0x3f0-0x3f5 on isa0 unknown: can't assign resources unknown: at port 0x378-0x37f on isa0 unknown: can't assign resources unknown: at port 0x3f8-0x3ff on isa0 unknown: failed to probe at port 0x3e8-0x3ef,0x100-0x107 irq 3 drq 5 on isa0 unknown: failed to probe at port 0x3e1-0x3e2 on isa0 BIOS Geometries: 0:03fdef3f 0..1021=1022 cylinders, 0..239=240 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: lo0 attached bpf: vlan0 attached bpf: vlan1 attached bpf: vlan2 attached bpf: vlan3 attached bpf: vlan4 attached bpf: vlan5 attached bpf: vlan6 attached bpf: vlan7 attached bpf: vlan8 attached bpf: vlan9 attached bpf: vlan10 attached bpf: vlan11 attached bpf: vlan12 attached bpf: vlan13 attached bpf: vlan14 attached bpf: vlan15 attached bpf: vlan16 attached bpf: vlan17 attached bpf: vlan18 attached bpf: vlan19 attached bpf: vlan20 attached bpf: vlan21 attached bpf: vlan22 attached bpf: vlan23 attached bpf: vlan24 attached bpf: vlan25 attached bpf: vlan26 attached bpf: vlan27 attached bpf: vlan28 attached bpf: vlan29 attached bpf: vlan30 attached bpf: vlan31 attached bpf: vlan32 attached bpf: vlan33 attached bpf: vlan34 attached bpf: vlan35 attached bpf: vlan36 attached bpf: vlan37 attached bpf: vlan38 attached bpf: vlan39 attached bpf: vlan40 attached bpf: vlan41 attached bpf: vlan42 attached bpf: vlan43 attached bpf: vlan44 attached bpf: vlan45 attached bpf: vlan46 attached bpf: vlan47 attached bpf: vlan48 attached bpf: vlan49 attached bpf: vlan50 attached bpf: vlan51 attached bpf: vlan52 attached bpf: vlan53 attached bpf: vlan54 attached bpf: vlan55 attached bpf: vlan56 attached bpf: vlan57 attached bpf: vlan58 attached bpf: vlan59 attached bpf: vlan60 attached bpf: vlan61 attached bpf: vlan62 attached bpf: vlan63 attached IP Filter: v3.4.13 initialized. Default = pass all, Logging = enabled ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ata0-master: success setting UDMA2 on PIIX4 chip Creating DISK ad0 ad0: ATA-4 disk at ata0-master ad0: 11513MB (23579136 sectors), 23392 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=0 ad0: 11513MB [23392/16/63] at ata0-master UDMA33 ata0-slave: piomode=4 dmamode=2 udmamode=-1 dmaflag=1 ata0-slave: success setting WDMA2 on PIIX4 chip acd0: CDROM drive at ata0 as slave acd0: read 4134KB/s (4134KB/s), 512KB buffer, WDMA2 acd0: Reads: CD-R, CD-DA stream acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Mounting root from ufs:/dev/ad0s2a ad0s1: type 0xc, start 63, end = 4188239, size 4188177 : OK ad0s2: type 0xa5, start 4188240, end = 23572079, size 19383840 : OK start_init: trying /sbin/init To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 9:58:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from asa1.asan.com (asa1.asan.com [206.20.111.11]) by hub.freebsd.org (Postfix) with ESMTP id 97CEA37B479 for ; Fri, 17 Nov 2000 09:58:46 -0800 (PST) Received: from [207.113.83.26] by asa1.asan.com (NTMail 4.30.0013/NT4321.00.31f8ddab) with ESMTP id fbiwjaaa for ; Fri, 17 Nov 2000 12:58:43 -0500 Message-ID: <000a01c050c0$0b63b2c0$1a5371cf@x> Reply-To: "ric&michele" From: "ric&michele" To: Subject: how to install PAO on my system? Date: Fri, 17 Nov 2000 12:58:50 -0500 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.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am running FreeBSD 3.2-Stable on a Toshiba Satellite 2540cds laptop. It has a stupid winmodem inside, so I cant get online with it until I find another modem.. I have two PCMCIA slots which I figure I could use for this purpose, provided I can set my kernel up to support them, and then get a proper modem which will work. I see some files on the PAO webpages (with my winblows desktop) which will do something for 3.x-Release. What must I do - without actually being able to actually go online with my laptop yet - in order to utilize these files? Do I need to upgrade to -Release, and if so, how? Once I have upgraded to 3.x-Release, and I have better PCMCIA support with PAO installed, can anyone recommend a PCMCIA modem which isn't the dreaded winmodem? thanks- Ric, NY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 10: 1:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id A539637B479 for ; Fri, 17 Nov 2000 10:01:40 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA12786; Fri, 17 Nov 2000 11:01:30 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA20686; Fri, 17 Nov 2000 11:01:29 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14869.29305.27924.590563@nomad.yogotech.com> Date: Fri, 17 Nov 2000 11:01:29 -0700 (MST) To: Ken Key Cc: Warner Losh , mobile@FreeBSD.ORG Subject: Re: Can pc to pc communicate thru wireless LAN cards? In-Reply-To: <200011170318.TAA59503@sodium.cips.nokia.com> References: <200011170152.SAA70989@harmony.village.org> <200011170318.TAA59503@sodium.cips.nokia.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Cool! What's your antenna arrangement to get that range? A custom > yagi? I've got a 2-mile clear line of sight I'd love to cover. My ISP (which does wireless) has a customer doing 8 miles, with the customer end with a custom antenna (sorry, no name, but it looks like a traditional 'microwave' dish you see on top of towers, but it's made of heavy aluminun mesh), and the 'ISP' end is a omni-directional antenna. I'm about 3/4 mile from the omni, and I get great reception. I'm pretty pleased with the performance, although during a heavy snow-storm it may have crapped out. (Either that or they were messing with it, since it worked fine during the early part of the storm, then crapped out a bit in the middle of the night during my CVSup.) Nate > > > We use old wavelan ISA cards to communicate between two boxes that are > > 5 miles apart. > > > > You can do this with the newer wavelan cards too with a PCMCIA ISA > > adapter. > > > > Warner > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > -- > Ken Key (key@cips.nokia.com, key@Network-Alchemy.com) > Nokia, Clustered IP Solutions, Santa Cruz, CA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 10: 3:11 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9752137B4C5 for ; Fri, 17 Nov 2000 10:03:09 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAHI38Q06077; Fri, 17 Nov 2000 11:03:08 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA75711; Fri, 17 Nov 2000 11:03:07 -0700 (MST) Message-Id: <200011171803.LAA75711@harmony.village.org> To: nate@yogotech.com (Nate Williams) Subject: Re: Can pc to pc communicate thru wireless LAN cards? Cc: Ken Key , mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 17 Nov 2000 11:01:29 MST." <14869.29305.27924.590563@nomad.yogotech.com> References: <14869.29305.27924.590563@nomad.yogotech.com> <200011170152.SAA70989@harmony.village.org> <200011170318.TAA59503@sodium.cips.nokia.com> Date: Fri, 17 Nov 2000 11:03:07 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14869.29305.27924.590563@nomad.yogotech.com> Nate Williams writes: : I'm about 3/4 mile from the omni, and I get great reception. I'm pretty : pleased with the performance, although during a heavy snow-storm it may : have crapped out. (Either that or they were messing with it, since it : worked fine during the early part of the storm, then crapped out a bit : in the middle of the night during my CVSup.) Our link goes down in heavy snow. Or heavy ice. Or when the trees have leaves :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 10:39:53 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 08AF037B479 for ; Fri, 17 Nov 2000 10:39:52 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 3.16 #1) id 13wps9-0001gD-00; Fri, 17 Nov 2000 10:04:25 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Nate Williams Cc: Ken Key , Warner Losh , mobile@FreeBSD.ORG Subject: Re: Can pc to pc communicate thru wireless LAN cards? References: <200011170152.SAA70989@harmony.village.org> <200011170318.TAA59503@sodium.cips.nokia.com> <14869.29305.27924.590563@nomad.yogotech.com> Message-Id: Date: Fri, 17 Nov 2000 10:04:25 -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i did 35 km clean line of sight down a mountain in indonesia, 7.5 km through trees in conakry guinea, ... simple equipment, appropriate antennas, good alignment. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 10:40:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from good.gulp.org (mail.gulp.org [204.245.54.140]) by hub.freebsd.org (Postfix) with ESMTP id E902937B4CF for ; Fri, 17 Nov 2000 10:40:09 -0800 (PST) Received: (from scarter@localhost) by good.gulp.org (8.11.1/Booger-fling-RELEASE1.2) id eAHIe5M71412; Fri, 17 Nov 2000 11:40:05 -0700 (MST) (envelope-from scarter@gblx.net) X-Authentication-Warning: good.gulp.org: scarter set sender to scarter@gblx.net using -f Date: Fri, 17 Nov 2000 11:40:05 -0700 From: Steve Carter To: ric&michele Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: how to install PAO on my system? Message-ID: <20001117114005.B71178@gblx.net> References: <000a01c050c0$0b63b2c0$1a5371cf@x> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000a01c050c0$0b63b2c0$1a5371cf@x>; from tlhingan@asan.com on Fri, Nov 17, 2000 at 12:58:50PM -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ric, Most of PAO has been integrated into current trains of FreeBSD, I have run 4.1.1 on IBM Thinkpads and Dell 5000 series laptops. I have heard of others that have great success on Toshiba laptops. I would recommend that you just install 4.1.1 as normal. As for a PCMCIA modem, I can recommend the Zoom v.90 model 2975LA (and I have tried quite a few) as being one that works consistantly. It'll run you $100 or thereabouts, but I betcha can find it cheaper if you hunt. -Steve * ric&michele [001117 10:59]: > I am running FreeBSD 3.2-Stable on a Toshiba Satellite 2540cds laptop. It > has a stupid winmodem inside, so I cant get online with it until I find > another modem.. I have two PCMCIA slots which I figure I could use for this > purpose, provided I can set my kernel up to support them, and then get a > proper modem which will work. > > I see some files on the PAO webpages (with my winblows desktop) which will > do something for 3.x-Release. What must I do - without actually being able > to actually go online with my laptop yet - in order to utilize these files? > Do I need to upgrade to -Release, and if so, how? > > Once I have upgraded to 3.x-Release, and I have better PCMCIA support with > PAO installed, can anyone recommend a PCMCIA modem which isn't the dreaded > winmodem? > > thanks- > Ric, NY > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 11:55:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ultra2.quiknet.com (ultra2.quiknet.com [207.183.249.4]) by hub.freebsd.org (Postfix) with SMTP id 85AB337B479 for ; Fri, 17 Nov 2000 11:55:42 -0800 (PST) Received: (qmail 16783 invoked from network); 17 Nov 2000 19:55:39 -0000 Received: from sysdev.quiknet.com (HELO sysdev2) (207.183.226.30) by ultra2.quiknet.com with SMTP; 17 Nov 2000 19:55:39 -0000 Message-Id: <3.0.6.32.20001117115736.01236100@pop.quiknet.com> X-Sender: bney@pop.quiknet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 17 Nov 2000 11:57:36 -0800 To: freebsd-mobile@freebsd.org From: Bob Ney Subject: Re: Can pc to pc communicate thru wireless LAN cards? In-Reply-To: References: <200011170152.SAA70989@harmony.village.org> <200011170318.TAA59503@sodium.cips.nokia.com> <14869.29305.27924.590563@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Did a 65 mile shot yesterday. Used 500mw amps, but it worked. At 10:04 AM 11/17/00 -0800, you wrote: >i did 35 km clean line of sight down a mountain in indonesia, 7.5 km through >trees in conakry guinea, ... simple equipment, appropriate antennas, good >alignment. > >randy > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > Bob Ney Quiknet Inc. Director Operations (916) 782-9700 bney@quiknet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 12: 7:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 9CA0237B4CF for ; Fri, 17 Nov 2000 12:07:28 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eAHK6vI58971; Fri, 17 Nov 2000 12:06:58 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Warner Losh Cc: nate@yogotech.com (Nate Williams), Ken Key , mobile@FreeBSD.ORG Subject: Re: Can pc to pc communicate thru wireless LAN cards? In-Reply-To: Message from Warner Losh of "Fri, 17 Nov 2000 11:03:07 MST." <200011171803.LAA75711@harmony.village.org> Date: Fri, 17 Nov 2000 12:06:57 -0800 Message-ID: <58968.974491617@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Our link goes down in heavy snow. Or heavy ice. Or when the trees > have leaves :-( Two words: Agent Orange. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 12:12:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C619537B479 for ; Fri, 17 Nov 2000 12:12:42 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAHKCbQ06900; Fri, 17 Nov 2000 13:12:38 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA76769; Fri, 17 Nov 2000 13:12:37 -0700 (MST) Message-Id: <200011172012.NAA76769@harmony.village.org> To: Jordan Hubbard Subject: Re: Can pc to pc communicate thru wireless LAN cards? Cc: nate@yogotech.com (Nate Williams), Ken Key , mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 17 Nov 2000 12:06:57 PST." <58968.974491617@winston.osd.bsdi.com> References: <58968.974491617@winston.osd.bsdi.com> Date: Fri, 17 Nov 2000 13:12:37 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <58968.974491617@winston.osd.bsdi.com> Jordan Hubbard writes: : > Our link goes down in heavy snow. Or heavy ice. Or when the trees : > have leaves :-( : : Two words: Agent Orange. :-) People have suggested nitrogen fertilizer spikes, since they degreade more quickly and the trees die a more natural looking death. Of course other people have suggested that I add diesel to the fertilizer and run fast. Less natural looking, more fun :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 12:26:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ultra2.quiknet.com (ultra2.quiknet.com [207.183.249.4]) by hub.freebsd.org (Postfix) with SMTP id 3997A37B479 for ; Fri, 17 Nov 2000 12:26:28 -0800 (PST) Received: (qmail 26732 invoked from network); 17 Nov 2000 20:26:26 -0000 Received: from sysdev.quiknet.com (HELO sysdev2) (207.183.226.30) by ultra2.quiknet.com with SMTP; 17 Nov 2000 20:26:26 -0000 Message-Id: <3.0.6.32.20001117122823.011cc520@pop.quiknet.com> X-Sender: bney@pop.quiknet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 17 Nov 2000 12:28:23 -0800 To: freebsd-mobile@freebsd.org From: Bob Ney Subject: Re: Can pc to pc communicate thru wireless LAN cards? In-Reply-To: <200011172012.NAA76769@harmony.village.org> References: <58968.974491617@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Light off that diesel after pouring it on the trees, the flames provide a distraction that allows you to run away. At 01:12 PM 11/17/00 -0700, you wrote: >In message <58968.974491617@winston.osd.bsdi.com> Jordan Hubbard writes: >: > Our link goes down in heavy snow. Or heavy ice. Or when the trees >: > have leaves :-( >: >: Two words: Agent Orange. :-) > >People have suggested nitrogen fertilizer spikes, since they degreade >more quickly and the trees die a more natural looking death. > >Of course other people have suggested that I add diesel to the >fertilizer and run fast. Less natural looking, more fun :-) > >Warner > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > Bob Ney Quiknet Inc. Director Operations (916) 782-9700 bney@quiknet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 17 12:44: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 27C4237B479; Fri, 17 Nov 2000 12:43:59 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eAHKhlQ07080; Fri, 17 Nov 2000 13:43:47 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA77065; Fri, 17 Nov 2000 13:43:45 -0700 (MST) Message-Id: <200011172043.NAA77065@harmony.village.org> To: non@ever.sanda.gr.jp Subject: Re: Support for Clik! (PocketZip) drives? Cc: gshapiro@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, non@jp.FreeBSD.org In-reply-to: Your message of "Fri, 17 Nov 2000 18:05:16 +0900." <20001117180516U.non@ever.sanda.gr.jp> References: <20001117180516U.non@ever.sanda.gr.jp> <14868.57279.285706.444437@horsey.gshapiro.net> Date: Fri, 17 Nov 2000 13:43:45 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20001117180516U.non@ever.sanda.gr.jp> non@ever.sanda.gr.jp writes: : No. I made patch for wfd.c under PAO3. You can use Clik with latest : PAO3. I think it's easy to modify afd.c for -current and -stable but : not yet done. : : You can obtain the patch I commited to PAO3 from, : http://www.sanda.gr.jp/non/wfd.c3.diff.gz : : I obtained the info for Clik from, : http://paul.bristow.free.fr/linux/clik2.html Thanks for the pointers mitsunaga-san. I had an experimental version of the patches about 30 ata driver revisions ago. But lost them in the big rewrite of the driver for newbus things. I have a Clik and can confirm that it does not work. I no longer have the patches that I started on :-( The patches are relatively simple to make, since it looks like it just adds a check for the clik drive. Seems like it doesn't support one or more of the standard commands (from iomega, big surprise that :-) and that causes the driver problems. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 18 1:13:33 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.sanda.gr.jp (ns.sanda.gr.jp [210.232.122.18]) by hub.freebsd.org (Postfix) with ESMTP id 5483E37B479 for ; Sat, 18 Nov 2000 01:13:29 -0800 (PST) Received: from ever.sanda.gr.jp (epoch [10.93.63.51]) by ns.sanda.gr.jp (8.9.3/3.7W) with ESMTP id SAA90989 for ; Sat, 18 Nov 2000 18:13:28 +0900 (JST) From: non@ever.sanda.gr.jp Received: from localhost (localhost [127.0.0.1]) by ever.sanda.gr.jp (8.8.8/3.3W9) with ESMTP id SAA25326 for ; Sat, 18 Nov 2000 18:13:28 +0900 (JST) To: freebsd-mobile@freebsd.org Subject: Re: Support for Clik! (PocketZip) drives? In-Reply-To: <20001117180516U.non@ever.sanda.gr.jp> References: <14868.57279.285706.444437@horsey.gshapiro.net> <20001117180516U.non@ever.sanda.gr.jp> X-Mailer: Mew version 1.94 on Emacs 19.28 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001118181327P.non@ever.sanda.gr.jp> Date: Sat, 18 Nov 2000 18:13:27 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 63 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: non@ever.sanda.gr.jp Date: Fri, 17 Nov 2000 18:05:16 +0900 > > 2. Has anyone used it enough to know if it is usable as a mounted partition > > (speed wise) or is it to slow for anything but a backup media? > > Hmm, I did not test for the speed. I found that CF is much faster than Clik. Maybe disk cache is working but if it is Clik using msdosfs partition under PAO3, I got, jm3wud@dhu% dd if=/dev/zero of=/clik/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 11.133907 secs (91971 bytes/sec) jm3wud@dhu% rm /clik/foo jm3wud@dhu% dd if=/dev/zero of=/clik/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 11.197474 secs (91449 bytes/sec) jm3wud@dhu% rm /clik/foo jm3wud@dhu% dd if=/dev/zero of=/clik/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 11.145796 secs (91873 bytes/sec) jm3wud@dhu% sudo umount /clik Password: jm3wud@dhu% sudo mount /clik jm3wud@dhu% dd if=/clik/foo of=/dev/null bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 23.097719 secs (44333 bytes/sec) If it's Compact Flash, jm3wud@dhu% dd if=/dev/zero of=/flash2/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 0.144609 secs (7081165 bytes/sec) jm3wud@dhu% rm /flash2/foo jm3wud@dhu% dd if=/dev/zero of=/flash2/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 0.145317 secs (7046660 bytes/sec) jm3wud@dhu% rm /flash2/foo jm3wud@dhu% dd if=/dev/zero of=/flash2/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 0.145048 secs (7059731 bytes/sec) jm3wud@dhu% sudo umount /flash2 jm3wud@dhu% sudo mount /flash2 jm3wud@dhu% dd if=/flash2/foo of=/dev/null bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 1.146711 secs (892989 bytes/sec) // Noriaki Mitsunaga // non@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 18 9:40:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from henny.webweaving.org (unknown [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id 88DA537B479 for ; Sat, 18 Nov 2000 09:40:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id RAA68601; Sat, 18 Nov 2000 17:38:15 GMT (envelope-from n_hibma@qubesoft.com) Date: Sat, 18 Nov 2000 17:38:15 +0000 (GMT) From: Nick Hibma X-Sender: n_hibma@henny.webweaving.org Reply-To: Nick Hibma To: Peter Radcliffe , "W. Wilson" Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Does 4.1 Support USB Modems? In-Reply-To: <20001011085649.R25435@pir.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 4.2 will support a limited set of USB modems (some Supra's and all 3Com USB modems as far as I know). Nick On Wed, 11 Oct 2000, Peter Radcliffe wrote: > Doug White probably said: > > There's no cable but there are plenty of usb<->serial boxes. I don't know > > if FreeBSD supports them or how they interface. I just have one for the > > PowerBook and had to install the vendor's driver to get it going. > > There don't appear to be any real standards for usb serial, so they > all do it differently. Doug Ambrisko has some betaish drivers for some > of the Entrega Serial things, they've been bought recently though. > > http://www.ambrisko.com/doug/usio/ > > I was trying to help out debugging the driver before I went off to the > other side of the atlantic, now I'm back I'll dig out the testing > parts I need and get back to him about it. > > P. > > -- > pir pir@pir.net pir@net.tufts.edu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- Qube Software, Ltd. Private: n_hibma@qubesoft.com n_hibma@webweaving.org n_hibma@freebsd.org http://www.qubesoft.com/ http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 18 10: 1:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from henny.webweaving.org (unknown [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id 8AD2D37B479 for ; Sat, 18 Nov 2000 10:01:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id RAA68684; Sat, 18 Nov 2000 17:44:22 GMT (envelope-from n_hibma@qubesoft.com) Date: Sat, 18 Nov 2000 17:44:22 +0000 (GMT) From: Nick Hibma X-Sender: n_hibma@henny.webweaving.org Reply-To: Nick Hibma To: "Michael C . Wu" Cc: mobile@freebsd.org Subject: Re: usb0 not resuming and APM/ACPI weirdness In-Reply-To: <20001028051133.A409@peorth.iteration.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The old "usb0: host controller halted" problem has returned > to my laptop after resume for suspend-to-disk on the latest current > for some time. After resume, usb0 floods my /var/log/messages > with thousands of the same messages. This is most probably a problem related to ACPI, it suspending the USB host controller when suspending and the USB driver getting it wrong when unsuspending. I have no idea how to fix this. Maybe someone who knows ACPI could shed a light on this? > Also, when I booted the following kernel, my keyboard/mouse refuses > to respond. No response to anything I type or do, no suspend, no > ctrl-alt-del, no ddb. The system runs fine otherwise, I can connect > via logging in from other machines and such. But that kind of defeats > the purpose of a laptop :) I could use the output of dmesg. But the following in your kernel config looks odd to me: # atkbdc0 controls both the keyboard and the PS/2 mouse #device atkbdc 1 #device atkbd #device psm You have a USB keyboard and mouse? If so, you will need to have it attached during boot for it to be selected as the console keyboard, but if you then disconnect the keyboard, you are stuffed. Hope this helps, Nick > > After returning to setting OS controlled ACPI off > in BIOS and using APM kernel, things work fine, except that > now I have this: /dev/apm: Device not configured > whether I do zzz or the fn+esc key combo, or even just cat /dev/apm > It still suspends-to-disk fine. But if I use an older src/sys ACPI kernel, > even suspend-to-disk doesn't respond (keyboard works with this kernel). > > Source date: > FreeBSD iterative.iteration.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 28 > 04:42:05 CDT 2000 root@iterative.iteration.net:/usr/src/sys/compile/ITERATIVE.APM i386 > > System: > Sony VAIO Z505JS > > attached ITERATIVE.ACPI is the kernel config that doesn't respond to keyboard. > > -- > +------------------------------------------------------------------+ > | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | > | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | > +------------------------------------------------------------------+ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- Qube Software, Ltd. Private: n_hibma@qubesoft.com n_hibma@webweaving.org n_hibma@freebsd.org http://www.qubesoft.com/ http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 18 17:55:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 22D6E37B479 for ; Sat, 18 Nov 2000 17:55:33 -0800 (PST) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.2+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id eAJ1tUq54533; Sun, 19 Nov 2000 10:55:30 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: n_hibma@qubesoft.com Cc: keichii@peorth.iteration.net, mobile@freebsd.org Subject: Re: usb0 not resuming and APM/ACPI weirdness In-Reply-To: References: <20001028051133.A409@peorth.iteration.net> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001119105525E.iwasaki@jp.FreeBSD.org> Date: Sun, 19 Nov 2000 10:55:25 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 131 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > > The old "usb0: host controller halted" problem has returned > > to my laptop after resume for suspend-to-disk on the latest current > > for some time. After resume, usb0 floods my /var/log/messages > > with thousands of the same messages. > > This is most probably a problem related to ACPI, it suspending the USB > host controller when suspending and the USB driver getting it wrong when > unsuspending. I have no idea how to fix this. Yes, most of modern laptops has power management related methods on various devices (including USB host controller) in ACPI Machine Language format. And these methods should to be executed by AML interpreter in order to maintain (or re-initialize?) the devices when the machine is going to sleep/wakeup. I guess that the problem is - When suspend-to-{RAM|disk} by APM, any AML methods won't be executed. - Currently, our ACPI code supports limited sleep state only (suspend/hibernation in APM haven't supported yet). so I think that implement sleep/wakeup code in device driver which equivalent to AML methods would be a short-term solution... # acpidump(8) and amldb(8) maybe help us. Of course I know that ACPI support improvement is better solution. BTW Michael, what laptop are you using? and could you send me ACPI data? # please see acpidump(8) Following is a example of USB sleep/wakeup methods in disassembled AML format which is from Sony PCG-Z505SX. # _S3 is for sleep (suspending in APM), _S0 is for wakeup (resuming). Scope(_SB_) { : Device(PCI0) { : Device(USB0) { : Name(_PSC, 0x0) Method(_PS0) { If(LEqual(_PSC, 0x3)) { PHS_(0xf2) Store(0x0, _PSC) } } Method(_PS3) { If(LEqual(_PSC, 0x0)) { PHS_(0xf1) Store(0x3, _PSC) } } } : } : } : OperationRegion(SMI0, SystemMemory, 0x07fffdbc, 0x00000200) Field(SMI0, AnyAcc, NoLock, Preserve) { BCMD, 8, DID_, 32, INFO, 4000 } : Field(SMI0, AnyAcc, NoLock, Preserve) { Offset(0x5), INFD, 32 } OperationRegion(SMI1, SystemIO, 0x00008040, 0x00000002) Field(SMI1, AnyAcc, NoLock, Preserve) { SMIC, 8 } Mutex(MPHS, 0) Method(PHS0, 1) { Store(Arg0, BCMD) Store(Zero, SMIC) While(LEqual(BCMD, Arg0)) { } Store(0x0, BCMD) } Method(PHS_, 1, Serialized) { Acquire(MPHS, 0xffff) Store(0x0, DID_) PHS0(Arg0) Store(INFD, Local0) Release(MPHS) Return(Local0) } And runing amldb(8) give us a lot of hints to implement sleep/wakeup code. % amldb PCG-Z505SX-R0205Z0.dsdt Loading PCG-Z505SX-R0205Z0.dsdt...done AML>r \_SB_.PCI0.USB0._PS3 Method: Arg 0 From 0x28060c4b To 0x28060c61 ==== Running \_SB_.PCI0.USB0._PS3. ==== AML>s [\_SB_.PCI0.USB0._PS3. START] If(LEqual(_PSC, 0x0)){ PHS_(0xf1) AML> [\PHS_. START] Acquire(MPHS, 0xffff) AML> Store(0x0, DID_) [aml_region_write(0, 0, 0x0, 0x7fffdbc, 0x20, 0x20)] [0:0x0@0x7fffdc0:0,32] ->[0:0x0@0x7fffdc0:0,32] [write(0, 0x0, 0x7fffdc0)] [aml_region_read(0, 0, 0x7fffdbc, 0x20, 0x20)] [0:0x0@0x7fffdc0:0,32] DEBUG[read(0, 0x7fffdc0)&mask:0x0](default: 0x0 / 0) >> [read(0, 0x7fffdc0)->0x0] AML> PHS0(Arg0) AML> [\PHS0. START] Store(Arg0, BCMD) [aml_region_write(0, 0, 0xf1, 0x7fffdbc, 0x0, 0x8)] [0:0x0@0x7fffdbc:0,8] ->[0:0xf1@0x7fffdbc:0,8] [write(0, 0xf1, 0x7fffdbc)] [aml_region_read(0, 0, 0x7fffdbc, 0x0, 0x8)] [0:0xf1@0x7fffdbc:0,8] DEBUG[read(0, 0x7fffdbc)&mask:0xf1](default: 0xf1 / 241) >> : Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message