From owner-freebsd-mobile Sun Jan 7 2: 3:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id E434737B400 for ; Sun, 7 Jan 2001 02:03:16 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f07A3hB01022; Sun, 7 Jan 2001 02:03:44 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101071003.f07A3hB01022@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: Jonathan Chen , freebsd-mobile@FreeBSD.ORG, gibbs@scsiguy.com Subject: Re: NEWCARD update In-Reply-To: <200101070640.f076ebs67682@harmony.village.org> Date: Sun, 07 Jan 2001 02:03:43 -0800 From: Peter Wemm Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh wrote: > : - pccard children currently shares irq lines. It appears to work for my > : laptop, but is this good/correct for pci based pccbb bridges? What > : about ISA based pcic bridges? > > *THIS*IS*BOGUS* ISA CANNOT SHARE INTERRUPTS. At least not reliably. > But since newcard didn't work for isa cards anyway... I have a bunch > of uncommitted cleanups in this area, and will merge your changes into > that work. The problem is that we are asking the pccard driver to decide the policy. The card has no way of knowing if it is attached to a pcic (cannot share interrupts) or pccbb (can share interrupts). Personally, I think the bridge itself should be setting this policy since there appears to be a status bit for the bridge to tell if one of its cards triggered the interrupt. The bridge can perform the sharing logic itself. Anyway, this is a requirement to get cardbus/pccard to work on modern laptops, as can be seen by my currently running NEWCARD system with an ed0 16 bit PCCARD: uhci0: port 0xfca0-0xfcbf irq 9 at device 7.2 on pci0 intpm0: port 0x1040-0x104f irq 9 at device 7.3 on pci0 pcm0: port 0xfc8c-0xfc8f,0xfcc0-0xfcff mem 0xfedf8000-0xfedfffff irq 9 at device 9.0 on pci0 pci_cfgintr_unique: hard-routed to irq 9 pci_cfgintr: 0:12 INTA routed to irq 9 pci_cfgintr_unique: hard-routed to irq 9 pci_cfgintr: 0:12 INTB routed to irq 9 ed0: at port 0x300-0x31f irq 9 function 0 config 32 on pccard0 Note all the devices are on IRQ9, including the ACPI embedded controller, and the cardbus/pccard slots and the ed0 driver. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 5: 0:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from portege.clkao.org (231.c137.ethome.net.tw [202.178.137.231]) by hub.freebsd.org (Postfix) with ESMTP id 2B2F237B400 for ; Sun, 7 Jan 2001 04:59:58 -0800 (PST) Received: (from clkao@localhost) by portege.clkao.org (8.11.1/8.11.1) id f07Cvdr01592; Sun, 7 Jan 2001 20:57:39 +0800 (CST) (envelope-from clkao) Date: Sun, 7 Jan 2001 20:57:38 +0800 From: Chia-liang Kao To: Kenji Yamada Cc: freebsd-mobile@freebsd.org, freebsd-tech-jp@jp.freebsd.org Subject: Re: [FreeBSD-tech-jp 3015] toshiba portege DynaBook SS 3480 Message-ID: <20010107205738.A1382@clk.cirx.org> References: <20010106155620.A9557@clk.cirx.org> <20010106223724U.kyamada@isi.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010106223724U.kyamada@isi.edu>; from kyamada@ISI.EDU on Sat, Jan 06, 2001 at 10:37:24PM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I just tried delete ppc, the boot process does go further, but stops right before ad0 probing. (i installed -current on the hdd by moving the hdd to another laptop) Could you ask your friend send me a copy of his kernel config? I'll try out -stable GENERIC later. On Sat, Jan 06, 2001 at 10:37:24PM -0800, Kenji Yamada wrote: > My friend in Japan successfully installed FreeBSD 4.2R on SS3480. > > He told me that it seemed to have a trouble in pci-bridge, so > he had to disable ppc at boot config time. Cheers, CLK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 6:53:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 909C937B73A for ; Sun, 7 Jan 2001 06:33:05 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f07EWrs59767; Sun, 7 Jan 2001 07:32:55 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101071432.f07EWrs59767@aslan.scsiguy.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Peter Wemm Cc: Warner Losh , Jonathan Chen , freebsd-mobile@FreeBSD.ORG Subject: Re: NEWCARD update In-Reply-To: Your message of "Sun, 07 Jan 2001 02:03:43 PST." <200101071003.f07A3hB01022@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jan 2001 07:32:53 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Personally, I think the bridge itself should be setting this policy since >there appears to be a status bit for the bridge to tell if one of its >cards triggered the interrupt. The bridge can perform the sharing logic >itself. At least the 1251 on my Thinkpad has the ability to route legacy interrupts directly. Instead of the *extremely simple* interrupt routing that I added in my recent patches, we need to determine if the card in question is PCCARD or cardbus, and route the interrupt accordingly. Oh, and we need to do the correct setup for ISA style DMA too which requires two of the eight ISA IRQ mux entries to implement. >Note all the devices are on IRQ9, including the ACPI embedded controller, >and the cardbus/pccard slots and the ed0 driver. I don't understand why the second cardbus function of both of our laptops share the an irq with function 0. That shouldn't have to be the case. The IRQ will be shared between the bridge's isr and the cards though. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 6:59:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id F1B1137B73C for ; Sun, 7 Jan 2001 06:54:28 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f07EsJs06193; Sun, 7 Jan 2001 07:54:19 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101071454.f07EsJs06193@harmony.village.org> To: Peter Wemm Subject: Re: NEWCARD update Cc: Jonathan Chen , freebsd-mobile@FreeBSD.ORG, gibbs@scsiguy.com In-reply-to: Your message of "Sun, 07 Jan 2001 02:03:43 PST." <200101071003.f07A3hB01022@mobile.wemm.org> References: <200101071003.f07A3hB01022@mobile.wemm.org> Date: Sun, 07 Jan 2001 07:54:19 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101071003.f07A3hB01022@mobile.wemm.org> Peter Wemm writes: : Personally, I think the bridge itself should be setting this policy since : there appears to be a status bit for the bridge to tell if one of its : cards triggered the interrupt. The bridge can perform the sharing logic : itself. Yes. That's the right place for it. I think all the folks that have approached this issue agree on that. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 8:19:46 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5028B37B400 for ; Sun, 7 Jan 2001 08:19:29 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f07GJCs30019; Sun, 7 Jan 2001 09:19:12 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101071619.f07GJCs30019@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: NEWCARD update Cc: Peter Wemm , Jonathan Chen , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 07 Jan 2001 07:32:53 MST." <200101071432.f07EWrs59767@aslan.scsiguy.com> References: <200101071432.f07EWrs59767@aslan.scsiguy.com> Date: Sun, 07 Jan 2001 09:19:12 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101071432.f07EWrs59767@aslan.scsiguy.com> "Justin T. Gibbs" writes: : At least the 1251 on my Thinkpad has the ability to route legacy : interrupts directly. Instead of the *extremely simple* interrupt : routing that I added in my recent patches, we need to determine if : the card in question is PCCARD or cardbus, and route the interrupt : accordingly. Oh, and we need to do the correct setup for ISA style : DMA too which requires two of the eight ISA IRQ mux entries to : implement. One more thing to note. On laptops, almost all cardbus bridges can directly set which interrupt to use as they are connected to the "south bridge" and can thus use the old ISA mode of operation. On pci cards, you generally[*] don't have this connection, so you have to run in PCI only mode. Since PCI only mode will work on both configurations, we're trying to use it in preference to the direct mapping of interrupts. I don't know if that's what you are talking about being able to directly route the interrupts or not, but it is something to bear in mind. Warner [*] Compaq made a card that connected to the south bridge of an expansion box via a jumper... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 8:25:42 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id A7E5037B400 for ; Sun, 7 Jan 2001 08:25:23 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f07GPEs61330; Sun, 7 Jan 2001 09:25:15 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101071625.f07GPEs61330@aslan.scsiguy.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: Peter Wemm , Jonathan Chen , freebsd-mobile@FreeBSD.ORG Subject: Re: NEWCARD update In-Reply-To: Your message of "Sun, 07 Jan 2001 09:19:12 MST." <200101071619.f07GJCs30019@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jan 2001 09:25:14 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >In message <200101071432.f07EWrs59767@aslan.scsiguy.com> "Justin T. Gibbs" wri >tes: >: At least the 1251 on my Thinkpad has the ability to route legacy >: interrupts directly. Instead of the *extremely simple* interrupt >: routing that I added in my recent patches, we need to determine if >: the card in question is PCCARD or cardbus, and route the interrupt >: accordingly. Oh, and we need to do the correct setup for ISA style >: DMA too which requires two of the eight ISA IRQ mux entries to >: implement. > >One more thing to note. On laptops, almost all cardbus bridges can >directly set which interrupt to use as they are connected to the >"south bridge" and can thus use the old ISA mode of operation. On pci >cards, you generally[*] don't have this connection, so you have to run >in PCI only mode. Since PCI only mode will work on both >configurations, we're trying to use it in preference to the direct >mapping of interrupts. > >I don't know if that's what you are talking about being able to >directly route the interrupts or not, but it is something to bear in >mind. > >Warner > >[*] Compaq made a card that connected to the south bridge of an >expansion box via a jumper... Is there anyway to know if you have the connection? The only reason I think this might be interesting is to provide modem cards with a unique IRQ so they can use fast interrupt handlers. pccards going through a cardbus bridge should be able to share interrupts so long as their drivers are smart enough to guard against "stray interrups". This could be as simple as asking the bridge if the interrupt is for the card manually or better yet, registering a proxy interrupt handler on behalf of the child that only dispatches to the child if the interrupt bit for that slot is set. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 8:49: 0 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id BD85237B400 for ; Sun, 7 Jan 2001 08:48:41 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f07GmTs31894; Sun, 7 Jan 2001 09:48:29 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101071648.f07GmTs31894@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: NEWCARD update Cc: Peter Wemm , Jonathan Chen , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 07 Jan 2001 09:25:14 MST." <200101071625.f07GPEs61330@aslan.scsiguy.com> References: <200101071625.f07GPEs61330@aslan.scsiguy.com> Date: Sun, 07 Jan 2001 09:48:29 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101071625.f07GPEs61330@aslan.scsiguy.com> "Justin T. Gibbs" writes: : Is there anyway to know if you have the connection? The only reason : I think this might be interesting is to provide modem cards with : a unique IRQ so they can use fast interrupt handlers. No. There's no reliable way of knowing. At least none that I've seen to date. I haven't probed this issue, but I am leery to try to probe for this sort of thing since probing interrupts can lead to machine lockups. Also, you run into issues of "can I use this interrupt on this machine" when you are allocating them. The current bus space code does a good job of preventing the wrong interrupts from being assigned. However, there are still issues with probe order and PnP devices having IRQs staked out. I think those issues would only apply to the managment IRQ, since we do all probe/attaching of the card after the PnP cards have probed/attached (or pseudo attached). : pccards going through a cardbus bridge should be able to share : interrupts so long as their drivers are smart enough to guard : against "stray interrups". This could be as simple as asking the : bridge if the interrupt is for the card manually or better yet, : registering a proxy interrupt handler on behalf of the child that : only dispatches to the child if the interrupt bit for that slot is : set. You need to be careful when checking the bridge interrupt status for the card status to make sure that you don't introduce a race. It is better for the card's driver to deal with stray interrupts. Also, I don't recall if the cardbus bridge can be asked if there's an interrupt pending for me in the non-multi-function card case. I see that one can read the status of the #IREQ/#CINT line, but I don't know if that translates to the actual interrupt status of the card or not in all cases (I'd have to look at the standard/mind share books to find out what cards do in pulse interrupt mode). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 10: 6: 5 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from w2xo.pgh.pa.us (ipl-229-012.npt-sdsl.stargate.net [208.223.229.12]) by hub.freebsd.org (Postfix) with ESMTP id 5C14337B6AB; Sun, 7 Jan 2001 10:03:11 -0800 (PST) Received: from shazam.int (shazam.int [192.168.5.3]) by w2xo.pgh.pa.us (8.9.3/8.9.3) with ESMTP id SAA49238; Sun, 7 Jan 2001 18:02:49 GMT (envelope-from durham@w2xo.pgh.pa.us) Date: Sun, 7 Jan 2001 13:04:59 -0500 (EST) From: Jim Durham X-Sender: durham@shazam.int To: Ana Romero Cc: freeBSD-questions@FreeBSD.ORG, freeBSD-mobile@FreeBSD.ORG Subject: Re: configuring wavelan card in laptops In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 4 Jan 2001, Ana Romero wrote: > Hi!! > I want to configure network in freeBSD 4.0 in a laptop > with a waveland card. The problem is > that when I try to do it with > /stand/sysinstall->configure->networking->interfaces the interface > wi0 is not shown. I've tried to configure directly in > rc.conf but it doesnt work. > When I try to run pccardd it prints: > pccard[301]:fatal error: no PC-CARD slots > It seems like there isnt any slot on... I dont know. Could > you help me?? > I believe you will have to upgrade to at least 4.1 to get the support for that card. I'm not totally sure of that, but that's what I remember. -Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 17:51:40 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (unknown [216.240.44.20]) by hub.freebsd.org (Postfix) with ESMTP id 6ACDA37B400 for ; Sun, 7 Jan 2001 17:51:23 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0824B801477; Sun, 7 Jan 2001 18:04:11 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200101080204.f0824B801477@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Peter Wemm Cc: Warner Losh , Jonathan Chen , freebsd-mobile@FreeBSD.ORG, gibbs@scsiguy.com Subject: Re: NEWCARD update In-reply-to: Your message of "Sun, 07 Jan 2001 02:03:43 PST." <200101071003.f07A3hB01022@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jan 2001 18:04:11 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Warner Losh wrote: > > > : - pccard children currently shares irq lines. It appears to work for my > > : laptop, but is this good/correct for pci based pccbb bridges? What > > : about ISA based pcic bridges? > > > > *THIS*IS*BOGUS* ISA CANNOT SHARE INTERRUPTS. At least not reliably. > > But since newcard didn't work for isa cards anyway... I have a bunch > > of uncommitted cleanups in this area, and will merge your changes into > > that work. > > The problem is that we are asking the pccard driver to decide the policy. > The card has no way of knowing if it is attached to a pcic (cannot share > interrupts) or pccbb (can share interrupts). Actually, it's more complicated than that. Two children of a given ISA:pccard bridge *can* share an interrupt. > Personally, I think the bridge itself should be setting this policy since > there appears to be a status bit for the bridge to tell if one of its > cards triggered the interrupt. The bridge can perform the sharing logic > itself. This is the way that we've been discussing things going; RF_SHAREABLE is not a driver interrupt attribute, it's a bus attribute and the bus code should be handling it. -- ... 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 Jan 7 18: 4:57 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7C91C37B6A1; Sun, 7 Jan 2001 18:01:06 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f08215s40533; Sun, 7 Jan 2001 19:01:05 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101080201.f08215s40533@harmony.village.org> To: Mike Smith Subject: Re: NEWCARD update Cc: Peter Wemm , Jonathan Chen , freebsd-mobile@FreeBSD.ORG, gibbs@scsiguy.com In-reply-to: Your message of "Sun, 07 Jan 2001 18:04:11 PST." <200101080204.f0824B801477@mass.osd.bsdi.com> References: <200101080204.f0824B801477@mass.osd.bsdi.com> Date: Sun, 07 Jan 2001 19:01:05 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101080204.f0824B801477@mass.osd.bsdi.com> Mike Smith writes: : Actually, it's more complicated than that. Two children of a given : ISA:pccard bridge *can* share an interrupt. Theoretically, yes. However, I've never been able to make this work with the oldcard code. Warmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 18:20:54 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from moaner.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id 37B2737B6A4 for ; Sun, 7 Jan 2001 18:20:29 -0800 (PST) Received: from localhost (matt@localhost [127.0.0.1]) by moaner.org (8.11.1/8.11.1) with ESMTP id f082KNu90573; Sun, 7 Jan 2001 18:20:23 -0800 (PST) (envelope-from matt@peterson.org) Date: Sun, 7 Jan 2001 18:20:23 -0800 (PST) From: Matt Peterson X-X-Sender: To: Duncan Barclay Cc: Warner Losh , Subject: Re: Lucent Wavelan and 4.2 works like a charm. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 6 Jan 2001, Duncan Barclay wrote: > > Another things that would be useful is a generic signal level and antenna > cache. Ya, I was thinking of this direction. One example is the gkrellm wireless plug-in . --Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 21:14:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9559837B699 for ; Sun, 7 Jan 2001 21:14:06 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f085E5s41362 for ; Sun, 7 Jan 2001 22:14:06 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101080514.f085E5s41362@harmony.village.org> To: mobile@freebsd.org Subject: Report Date: Sun, 07 Jan 2001 22:14:05 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK. I've made sure that the sn and aic drivers work with Jonathan's NEWCARD changes. I have other drivers on my plate to finish up, but they are still in progress. Ed is the hardest one since it supports so many devices. The ep driver works for me and at least some of my ep cards. Since there's a reboot between tests, I haven't tested all cards in my collection. I've noticed a few things. First, the insert/remove/insert stuff doesn't work. A driver doesn't seem to be able to allocate resource, release them if the probe fails and have another driver try to allocate them. Taking a view from 10,000' on the code, it looks like there's lots of minor issues here that need to be dealt with. Giant lock is held by someone else when we go into our loop, so we can't go into it at all. Or thus it would appear. I don't know how to check for things like this. I get the interrupt just fine, but the thread never runs. I haven't looked into this issue at all. So for my laptop eject fails a horrible death on eject. There's lots of things that feel wrong with the code and the behavior of the system. Nothing I can put my finger on, but they are all relatively minor and easy to live with in the short term, but that will need to get fix in the longer haul. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 7 21:21:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 11EB137B400 for ; Sun, 7 Jan 2001 21:21:38 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f085LNs41440; Sun, 7 Jan 2001 22:21:23 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101080521.f085LNs41440@harmony.village.org> To: "Justin T. Gibbs" Subject: Re: NEWCARD update Cc: Peter Wemm , Jonathan Chen , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 07 Jan 2001 07:32:53 MST." <200101071432.f07EWrs59767@aslan.scsiguy.com> References: <200101071432.f07EWrs59767@aslan.scsiguy.com> Date: Sun, 07 Jan 2001 22:21:23 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101071432.f07EWrs59767@aslan.scsiguy.com> "Justin T. Gibbs" writes: : >Note all the devices are on IRQ9, including the ACPI embedded controller, : >and the cardbus/pccard slots and the ed0 driver. : : I don't understand why the second cardbus function of both of our laptops : share the an irq with function 0. That shouldn't have to be the case. : The IRQ will be shared between the bridge's isr and the cards though. It likely has to do with the fact that laptop mobo tend to be really cheap and it is easier to run one wire than two to the chip for the pci functions. I haven't looked at the code, but there are settings for the chip such that interrupts for function 0 go to INTA and those for function 1 go to INTB. However, if the mother board has these two wire or'd together it wouldn't matter... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 0:14:35 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B209F37B402 for ; Mon, 8 Jan 2001 00:14:17 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f088EHs43509 for ; Mon, 8 Jan 2001 01:14:17 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101080814.f088EHs43509@harmony.village.org> To: mobile@freebsd.org Subject: pccard cs attachment Date: Mon, 08 Jan 2001 01:14:17 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've hacked the cs driver (the one for Crystal Semiconductor) to work with IBM's EtherJet pcmcia cards. However, the EtherJet card I bought on ebay arrived DOA so I cannot test it out. While waiting for the process of obtaining another one to finish, I thought I'd post the diffs that I have right now for review. http://people.freebsd.org/~imp/cs.diff diffs http://people.freebsd.org/~imp/cs.msg proposed commit msg Also, if you know where Maxim Bolotin can be found, please let me know. Email to the last few addresses I have for him bounces. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 2: 2: 2 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from kotol.kotelna.sk (unknown [195.168.11.240]) by hub.freebsd.org (Postfix) with SMTP id 4559837B404 for ; Mon, 8 Jan 2001 01:57:55 -0800 (PST) Received: (qmail 9453 invoked by uid 1000); 8 Jan 2001 09:57:53 -0000 Date: Mon, 8 Jan 2001 10:57:53 +0100 From: Martin Lucina To: freebsd-mobile@freebsd.org Subject: Problem booting 4.2-RELEASE w/ apm Message-ID: <20010108105753.C26489@kotelna.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have a problem with booting a 4.2-RELEASE kernel with apm enabled on a Compaq LTE5000 notebook (oldish P75). The kernel will crash with a fatal trap#12 (supervisor read, page not present) immediately after printing the copyright message. Has anyone seen this behaviour before? Also what do you recommend as the best release to run on a notebook, 4.x-RELEASE or 3.5.1-PAO? I have been running 3.4-PAO for some time on another latop with no trouble and decided to try 4.x-RELEASE since it has KAME IPSec built in. (The notebook will function primarily as a router, so power management is not a crucial feature, but it would be nice to figure out what is going on.) Thanks, -- Martin Lucina http://www.kotelna.sk/mato/ Wellington, New Zealand I've always been mad I know I've been mad like the most of us are Pretty hard to explain why you're a madman even if you're not mad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 9:45:44 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id 5BBEB37B70E; Mon, 8 Jan 2001 09:42:41 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.0) id f08Hgh702992; Mon, 8 Jan 2001 17:42:43 GMT (envelope-from nik) Date: Mon, 8 Jan 2001 17:42:43 +0000 From: Nik Clayton To: mobile@freebsd.org, multimedia@freebsd.org Subject: Vaio PCG-F709 audio works in -current Message-ID: <20010108174243.A2982@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: FreeBSD Project Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How do, Just reporting a datapoint. -current as of about 3 months ago didn't recognise the audio device in the Sony Vaio PCG-F709. -current as of today (and possibly earlier) does. pcm0: port 0xfc8c-0xfc8f,0xfcc0-0xfcff mem 0xfedf8000-0x fedfffff irq 9 at device 9.0 on pci0 That's with a GENERIC kernel. Thanks to those spearheading the multimedia effort. Now I have to bring headphones in to the office. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 10:48:46 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from henny.webweaving.org (unknown [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id C0F7A37B839; Mon, 8 Jan 2001 10:34:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id RAA20845; Mon, 8 Jan 2001 17:58:36 GMT (envelope-from n_hibma@calcaphon.com) Date: Mon, 8 Jan 2001 17:58:36 +0000 (GMT) From: Nick Hibma X-Sender: n_hibma@henny.webweaving.org Reply-To: Nick Hibma To: Nik Clayton Cc: mobile@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: Vaio PCG-F709 audio works in -current In-Reply-To: <20010108174243.A2982@canyon.nothing-going-on.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 > That's with a GENERIC kernel. Thanks to those spearheading the > multimedia effort. Now I have to bring headphones in to the office. Why? Just by bigger speakers than your colleagues... Nick -- 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 Mon Jan 8 10:51:59 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id D88AB37B845 for ; Mon, 8 Jan 2001 10:36:55 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id TAA94658; Mon, 8 Jan 2001 19:36:54 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: mobile@freebsd.org Subject: Laptop doesn't suspend properly From: Dag-Erling Smorgrav Date: 08 Jan 2001 19:36:53 +0100 Message-ID: Lines: 15 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --=-=-= After I upgraded my ThinkPad 600E from -STABLE to -CURRENT last month, it no longer suspends properly. Closing the lid seemingly causes it to suspend (the LEDs do their usual dance), but it only stays suspended for one, maybe two seconds before resuming for no apparent reason. I have the newest BIOS (INET31W); my dmesg is attached. Does anyone have any idea what causes this behavior? DES -- Dag-Erling Smorgrav - des@ofug.org --=-=-= Content-Disposition: attachment; filename=aes.dmesg Content-Description: dmesg 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-CURRENT #0: Thu Dec 14 22:47:22 GMT 2000 root@aes.thinksec.com:/usr/src/sys/compile/AES Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (397.05-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 134021120 (130880K bytes) avail memory = 127676416 (124684K bytes) Preloaded elf kernel "kernel" at 0xc02c0000. Pentium Pro MTRR support enabled Using $PIR table, 5 entries at 0xc00f9e20 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vga_pci0: mem 0x70400000-0x704fffff,0x70000000-0x703fffff,0xe0000000-0xe0ffffff irq 11 at device 0.0 on pci1 pcic-pci0: mem 0x50102000-0x50102fff irq 11 at device 2.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pcic-pci1: mem 0x50101000-0x50101fff irq 11 at device 2.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pci0: at 6.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcf0-0xfcff at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 (no driver attached) pci0: at 7.3 (no driver attached) sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 pcic0: at port 0x3e0-0x3e1 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 pmtimer0 on isa0 ppc0: cannot reserve I/O port range sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources ppc1: at port 0x3bc-0x3bf irq 7 on isa0 ppc1: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus0 lpt0: Interrupt-driven port unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources pccard: card inserted, slot 1 ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 11513MB [23392/16/63] at ata0-master UDMA33 acd0: DVD-ROM at ata1-master using WDMA2 Mounting root from ufs:/dev/ad0a --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 11:11:26 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from sunpal1.mit.edu (SUNPAL1.MIT.EDU [18.62.1.15]) by hub.freebsd.org (Postfix) with ESMTP id 1198237B785 for ; Mon, 8 Jan 2001 11:04:32 -0800 (PST) Received: (from wjc@localhost) by sunpal1.mit.edu (8.9.0/8.9.0) id OAA16422; Mon, 8 Jan 2001 14:04:23 -0500 (EST) Date: Mon, 8 Jan 2001 14:04:23 -0500 (EST) Message-Id: <200101081904.OAA16422@sunpal1.mit.edu> From: Bill Chiarchiaro To: des@ofug.org Cc: mobile@FreeBSD.ORG In-reply-to: (message from Dag-Erling Smorgrav on 08 Jan 2001 19:36:53 +0100) Subject: Re: Laptop doesn't suspend properly Reply-To: wjc@work.cleartech.com Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav wrote: > After I upgraded my ThinkPad 600E from -STABLE to -CURRENT last month, > it no longer suspends properly. Closing the lid seemingly causes it to > suspend (the LEDs do their usual dance), but it only stays suspended > for one, maybe two seconds before resuming for no apparent reason. I had a similar problem after starting to track -STABLE shortly before the release of 4.2. My 600E has BIOS INET24WW. I run with suspend-on-close disabled (I like to be able to close the machine and still have it running), but I saw behavior such as you described when using the 'Fn-F4' key combination to suspend. If I recall, this problem happened if I had 'options PNPBIOS' in my kernel conf and pcic0 configured to use polling mode. In the freebsd-mobile archive, see: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=246395+259232+/usr/local/www/db/text/2000/freebsd-mobile/20001210.freebsd-mobile Bill Chiarchiaro wjc@work.cleartech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 12:22:36 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9D17937B728 for ; Mon, 8 Jan 2001 11:19:30 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id UAA95845; Mon, 8 Jan 2001 20:19:27 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: wjc@work.cleartech.com Cc: mobile@FreeBSD.ORG Subject: Re: Laptop doesn't suspend properly References: <200101081904.OAA16422@sunpal1.mit.edu> From: Dag-Erling Smorgrav Date: 08 Jan 2001 20:19:26 +0100 In-Reply-To: Bill Chiarchiaro's message of "Mon, 8 Jan 2001 14:04:23 -0500 (EST)" Message-ID: Lines: 10 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Chiarchiaro writes: > If I recall, this problem happened if I had 'options PNPBIOS' in my > kernel conf and pcic0 configured to use polling mode. Well, I'm running -CURRENT (where PNPBIOS is not an option), and my pcic is in irq mode. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 12:34:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from assaris.sics.se (ASTRAL-VINE.MIT.EDU [18.101.1.27]) by hub.freebsd.org (Postfix) with ESMTP id A0D1937B837 for ; Mon, 8 Jan 2001 11:59:00 -0800 (PST) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id UAA02347; Mon, 8 Jan 2001 20:58:45 +0100 (CET) (envelope-from assar) To: Lyndon Nerenberg Cc: mobile@FreeBSD.ORG Subject: Re: Lucent Wavelan and 4.2 works like a charm. References: <200101051939.f05Jd4m76363@orthanc.ab.ca> From: Assar Westerlund Date: 08 Jan 2001 20:58:44 +0100 In-Reply-To: Lyndon Nerenberg's message of "Fri, 05 Jan 2001 12:39:04 -0700" Message-ID: <5lae914xzf.fsf@assaris.sics.se> Lines: 15 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lyndon Nerenberg writes: > >>>>> "Assar" == Assar Westerlund writes: > > Assar> I think the default should be changed to BSS. See > Assar> http://mail-index.netbsd.org/tech-kern/2000/12/31/0007.html > Assar> for some arguments. Comments? > > I also wonder if we shouldn't change the default SSID from "ANY" > to the null string(""). In all the roaming I've done I have always > had to make this change when running in BSS mode. Yes, but I think it's already has that default in the wi-driver. Or what version of what driver were you talking about? /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 12:42: 0 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from orthanc.ab.ca (207-167-15-66.dsl.worldgate.ca [207.167.15.66]) by hub.freebsd.org (Postfix) with ESMTP id 1769437B767; Mon, 8 Jan 2001 12:28:18 -0800 (PST) Received: from orthanc.ab.ca (localhost [127.0.0.1]) by orthanc.ab.ca (8.11.1/8.11.1) with ESMTP id f08KSHm96103; Mon, 8 Jan 2001 13:28:17 -0700 (MST) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <200101082028.f08KSHm96103@orthanc.ab.ca> To: Assar Westerlund Cc: mobile@FreeBSD.ORG Subject: Re: Lucent Wavelan and 4.2 works like a charm. In-reply-to: Your message of "08 Jan 2001 20:58:44 +0100." <5lae914xzf.fsf@assaris.sics.se> Date: Mon, 08 Jan 2001 13:28:17 -0700 From: Lyndon Nerenberg Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Assar" == Assar Westerlund writes: >> I also wonder if we shouldn't change the default SSID from >> "ANY" to the null string(""). In all the roaming I've done I >> have always had to make this change when running in BSS mode. Assar> Yes, but I think it's already has that default in the Assar> wi-driver. Or what version of what driver were you talking Assar> about? The last instance was when I used the wi driver in mid-December (IETF). This was with -STABLE supped and built during the IETF. The last time I used the an driver was at the Pittsburgh IETF (August?), again with -STABLE not more than a few days old at the time. --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 14: 4:59 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from assaris.sics.se (ASTRAL-VINE.MIT.EDU [18.101.1.27]) by hub.freebsd.org (Postfix) with ESMTP id B9A5737B6C1 for ; Mon, 8 Jan 2001 13:25:18 -0800 (PST) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id WAA02494; Mon, 8 Jan 2001 22:25:14 +0100 (CET) (envelope-from assar) To: Lyndon Nerenberg Cc: mobile@FreeBSD.ORG Subject: Re: Lucent Wavelan and 4.2 works like a charm. References: <200101082028.f08KSHm96103@orthanc.ab.ca> From: Assar Westerlund Date: 08 Jan 2001 22:25:13 +0100 In-Reply-To: Lyndon Nerenberg's message of "Mon, 08 Jan 2001 13:28:17 -0700" Message-ID: <5lae91zqh2.fsf@assaris.sics.se> Lines: 35 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lyndon Nerenberg writes: > The last instance was when I used the wi driver in mid-December (IETF). > This was with -STABLE supped and built during the IETF. This is confusing since to my reading the empty string has been the default since if_wireg.h:1.7. > The last time I used the an driver was at the Pittsburgh IETF (August?), > again with -STABLE not more than a few days old at the time. The an driver seems to still use "ANY". I assume that it should be the empty string for this driver too but I have no cards to test with. Could someone verify that the following (trivial) patch does the right thing. /assar Index: if_anreg.h =================================================================== RCS file: /home/ncvs/src/sys/dev/an/if_anreg.h,v retrieving revision 1.4 diff -u -w -u -w -r1.4 if_anreg.h --- if_anreg.h 2000/12/08 19:00:10 1.4 +++ if_anreg.h 2001/01/08 21:24:53 @@ -34,8 +34,8 @@ #define AN_TIMEOUT 65536 -/* Default network name: ANY */ -#define AN_DEFAULT_NETNAME "ANY" +/* Default network name: empty string implies any */ +#define AN_DEFAULT_NETNAME "" /* The nodename must be less than 16 bytes */ #define AN_DEFAULT_NODENAME "FreeBSD" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 14:20:19 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334D837B6A0 for ; Mon, 8 Jan 2001 14:19:53 -0800 (PST) Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C4A26E2BF3 for ; Mon, 8 Jan 2001 13:57:35 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f08LvYm91639 for ; Mon, 8 Jan 2001 13:57:34 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from localhost (nsayer@localhost) by medusa.kfu.com (8.11.1/8.11.0) with ESMTP id f08LvYW36156 for ; Mon, 8 Jan 2001 13:57:34 -0800 (PST) (envelope-from nsayer@quack.kfu.com) X-Authentication-Warning: medusa.kfu.com: nsayer owned process doing -bs Date: Mon, 8 Jan 2001 13:57:33 -0800 (PST) From: Nick Sayer X-Sender: nsayer@medusa.kfu.com To: freebsd-mobile@freebsd.org Subject: IOMEGA Zip250 PC-Card? 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've placed an order already, so I suppose I will know the answer sooner rather than later, but I thought I'd ask: I have one of the newer USB Zip 250 drives (the one with the power cord). For those who want to use the drive portably, they sell a PC-Card that you can use instead of the USB connection, in which case the power cord is no longer required. Has anyone used this configuration? Is the PC-Card compatible with the ATA driver? Or is it a SCSI card in disguise? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 15: 1:29 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7D0C737B6A3 for ; Mon, 8 Jan 2001 15:01:09 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f08Mx7G49657; Mon, 8 Jan 2001 14:59:07 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101080514.f085E5s41362@harmony.village.org> Date: Mon, 08 Jan 2001 15:01:08 -0800 (PST) From: John Baldwin To: Warner Losh Subject: RE: Report Cc: mobile@FreeBSD.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 08-Jan-01 Warner Losh wrote: > Giant lock is held by someone else when we go into our loop, so we > can't go into it at all. Or thus it would appear. I don't know how > to check for things like this. I get the interrupt just fine, but the > thread never runs. I haven't looked into this issue at all. So for > my laptop eject fails a horrible death on eject. Giant is special. It is released in tsleep() and any other time that a process calls mi_switch() except for when it is blocking on acquiring another sleep mutex, so when your thread gets scheduled and run it will be able to get Giant w/o a problem. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 15:44:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from rigel.cs.pdx.edu (rigel.cs.pdx.edu [131.252.208.59]) by hub.freebsd.org (Postfix) with ESMTP id 38A4037B401; Mon, 8 Jan 2001 15:43:54 -0800 (PST) Received: from regulus.cs.pdx.edu (harkirat@regulus.cs.pdx.edu [131.252.223.74]) by rigel.cs.pdx.edu (8.9.1/8.9.1) with ESMTP id PAA05039; Mon, 8 Jan 2001 15:43:48 -0800 (PST) Received: from localhost (harkirat@localhost) by regulus.cs.pdx.edu (8.8.6/8.8.5) with ESMTP id PAA29070; Mon, 8 Jan 2001 15:43:47 -0800 (PST) X-Authentication-Warning: regulus.cs.pdx.edu: harkirat owned process doing -bs Date: Mon, 8 Jan 2001 15:43:47 -0800 (PST) From: Harkitrat Singh To: questions Cc: freeBSD-mobile@FreeBSD.ORG Subject: WaveLAN (10 Mbps) card with FreeBSD-4.2 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! I have a laptop and want to use it part of my school network. In the past I learned from FreeBSd news group and worked accordingly. I am still facing problem in configuring it, though WaveLan card correctly received`s and transmitts packets (one led is permanently glow and other one blink, both are green). I have a problem in assigning the IP adress to the box, as on ifconfig IP address 0:0:0:0. This is my pccard.conf ---------------------- io 0x240-0x360 irq 3 11 memory 0xd4000 96k card "Lucent Technologies" WaveLAN/IEE" config 0x1 "wi0" 11 insert /usr/sbin/wicontrol -i $device -p 1 131.252.208.141 insert /usr/sbin/wicontrol -i $device -p 1 insert /sbin/dhclient $device remove /sbin/ifconfig $device delete (In school I have DHCP and above IP address is one of them) Tail of /var/log/messages is as under: **************************************** Last message repeated 41 times /kernel: pccard : card inserted, slot 0 pccardd[53]: Card "Lucent Technologies"("WaveLAN/IEEE")[version 01.01] [] matched "Lucent Technologies"("WaveLAN/IEEE") [(null)][(null)] /kernel: wi0: at port 0x240-0x27f irq 3 slot 0 on pccard0 /kernel: wi0: Ethernet address: 00:60:1d:1e:75:6b pccardd[53]: wi0: Lucent Technologies (WaveLAN/IEEE) inserted. Cat /var/run/dmesg.boot seems to be fine there is no error message. ***************************************************************** Output of wicontrol -i wi0 is ***************************** I guess some important details would be Current BSSID: [00:00:00:00:00:00] Port Type: [3] Promiscuous mode: Off Create IBSS : Off Now do I need to type following command at "root" as it is, If I do then I again get core dump. /usr/sbin/wicontrol -i wi0 -n 131.252.208.141 /usr/sbin/wicontrol -i wi0 -p 1 /usr/sbin/wicontrol -i wi0 -c 1 /usr/sbin/wicontrol -i wi0 -s harkirat Looking forward to help! Thanks, Harkirat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 8 20:44:53 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from rain.kcls.org (rain.kcls.org [198.104.1.64]) by hub.freebsd.org (Postfix) with ESMTP id 2AD0A37B401 for ; Mon, 8 Jan 2001 20:44:36 -0800 (PST) Received: (from scottm@localhost) by rain.kcls.org (8.10.0/8.10.2) id f094iLo02617 for freebsd-mobile@freebsd.org; Mon, 8 Jan 2001 20:44:21 -0800 (PST) Date: Mon, 8 Jan 2001 20:44:20 -0800 From: Scott McDermott To: freebsd-mobile@freebsd.org Subject: Re: Problem with pccard & Adaptec 2940 Message-ID: <20010108204420.B2382@kcls.org> Mail-Followup-To: freebsd-mobile@freebsd.org References: <20001227222201.A24120@kcls.org> <200012290536.WAA99133@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: <200012290536.WAA99133@harmony.village.org>; from imp@village.org on Thu, Dec 28, 2000 at 10:36:13PM -0700 X-Archive-No: Yes Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Dec 28, 2000 at 10:36:13PM -0700, Warner Losh wrote: > In message <20001227222201.A24120@kcls.org> Scott McDermott writes: > : I upgraded the SCSI controller to an Adaptec 2940UW. Now I get the dreaded 'No > : card in database for "(null)"("(null)")' error. > > Resource conflicts. :-( One might think that, but the only change is: < ahc0: port 0xb800-0xb8ff mem 0xe5000000-0xe5000fff irq 10 at device 12.0 on pci0 > ncr0: port 0xb800-0xb8ff mem 0xe5000000-0xe50000ff irq 10 at device 12.0 on pci0 Which is pretty trivial, I'd think. All the other devices have the same resources. -- Scott McDermott -- Network & Systems Administrator -- King County Library System To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 2:13:51 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from amleth.demon.co.uk (amleth.demon.co.uk [158.152.198.225]) by hub.freebsd.org (Postfix) with SMTP id 7F01C37B400 for ; Tue, 9 Jan 2001 02:13:31 -0800 (PST) Date: Tue, 09 Jan 2001 09:10:50 GMT From: PEB@amleth.demon.co.uk (Paul E. Bennett) Reply-To: peb@amleth.demon.co.uk Message-Id: <5033@amleth.demon.co.uk> To: freebsd-mobile@FreeBSD.org Subject: RE: Subscription and Archive X-Mailer: PCElm 1.10 Lines: 52 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message John Baldwin writes: > > On 07-Jan-01 Paul E. Bennett wrote: > > Hi, > > > > I am new to the FreeBSD world and have a new blank laptop on which I am > > aiming to place FreeBSD. However, I have enjoyed some playing with the > > FICL boot-loader that is part of the PicoBSD floppy disk I obtained from > > the web-site. I emailed Andrzej and he advised... > > If you want to talk about running FreeBSD on your laptop, the right list to ask > about is on freebsd-mobile@FreeBSD.org, which is where all the laptop users > hang out, more or less. > > > Therefore I would appreciate joining in with the discussions here and > > obtaining pointers to some of the archives. As you see, I have been asking around a bit. I trust that I am now in the right place. > > For the record, the new laptop is:- > > > > Dell Inspiron 3800 > > 128Mb memory (DIMM) > > 12Gb HDD > > 2 PCMCIA slots > > IrDa port > > Comms Port > > USB port > > CD-ROM > > FDD (on printer port) > > ECP/EPP/Printer port > > Extension bus. > > Trackpad mouse+ > > > > I plan to use a Silicom SEM33 Ethermodem module in the PCMICIA for > > network and phone communications facilities. I will also add that I am looking at setting the laptop up more as a workstation that will enable me to continue the rather mobile developments and presentations I am involved with. I will be implementing FreeBSD on other machines that will act as servers of one sort or another. -- ******************************************************************** Paul E. Bennett .................... Forth based HIDECS Consultancy ..... Mob: +44 (0)7811-639972 .........NOW AVAILABLE:- HIDECS COURSE...... Tel: +44 (0)1235-814586 .... see http://www.feabhas.com for details. Going Forth Safely ..... EBA. www.electric-boat-association.org.uk.. ******************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 2:49:42 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (dhcp45-24.dis.org [216.240.45.24]) by hub.freebsd.org (Postfix) with ESMTP id 0632D37B400 for ; Tue, 9 Jan 2001 02:49:25 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f09B2Vt00656; Tue, 9 Jan 2001 03:02:31 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200101091102.f09B2Vt00656@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Samuel Tardieu Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Integrated memory stick reader In-reply-to: Your message of "Fri, 05 Jan 2001 13:46:35 +0100." <2001-01-05-13-46-35+trackit+sam@inf.enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jan 2001 03:02:31 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On 5/01, Mike Smith wrote: > > | It *may* be possible to locate it looking at PCI configuration space or > | the output of acpidump (you can get acpidump from -current, it will run > | on -stable). > > Mmm, in fact, I wonder how I missed that: > > # pciconf -l -v > none3@pci0:13:0: class=0x050100 card=0x8085104d chip=0x808a104d rev=0x01 > hdr=0x00 > vendor = 'Sony Corporation' > device = 'Memory Stick Controller' > class = memory > subclass = flash > > If class/subclass are recognized, I guess I can use them. However, I have no > idea of how to access this memory zone :-) That'll depend a lot on the programming model; I suspect that it's not going to be as simple as a 1:1 mapping of the stick's address space into PCI address space though, so you're still going to be SOL unless you can get documenation. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 3: 1:51 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from moaner.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id CA6DC37B404 for ; Tue, 9 Jan 2001 03:01:30 -0800 (PST) Received: from localhost (matt@localhost [127.0.0.1]) by moaner.org (8.11.1/8.11.1) with ESMTP id f09B1Tu13062; Tue, 9 Jan 2001 03:01:29 -0800 (PST) (envelope-from matt@peterson.org) Date: Tue, 9 Jan 2001 03:01:29 -0800 (PST) From: Matt Peterson X-X-Sender: To: Harkitrat Singh Cc: Subject: Re: WaveLAN (10 Mbps) card with FreeBSD-4.2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 8 Jan 2001, Harkitrat Singh wrote: > insert /usr/sbin/wicontrol -i $device -p 1 131.252.208.141 > insert /usr/sbin/wicontrol -i $device -p 1 try insert /usr/sbin/wicontrol -i $device -p 1 insert /usr/sbin/wicontrol -i $device -n 131.252.208.141 assuming "131.252.208.141" is your network name, which I doubt. You need to find out your network name. BSS is -p 1, such as a Apple Airport and other AP products. If you're talking to another wireless card (sitting in a Linux/BSD box), it's probably IBSS mode, -p 3. You can only run one switch for wicontrol (along with -i, wi0 is the default). > insert /sbin/dhclient $device > remove /sbin/ifconfig $device delete > > (In school I have DHCP and above IP address is one of them) If the network is running DHCP, you shouldn't need to specify one. > Tail of /var/log/messages is as under: > **************************************** > > Last message repeated 41 times > /kernel: pccard : card inserted, slot 0 > pccardd[53]: Card "Lucent Technologies"("WaveLAN/IEEE")[version 01.01] [] > matched "Lucent Technologies"("WaveLAN/IEEE") [(null)][(null)] > /kernel: wi0: at port 0x240-0x27f irq 3 slot 0 on > pccard0 > /kernel: wi0: Ethernet address: 00:60:1d:1e:75:6b > pccardd[53]: wi0: Lucent Technologies (WaveLAN/IEEE) inserted. Looks normal. > Cat /var/run/dmesg.boot seems to be fine there is no error message. > ***************************************************************** > > Output of wicontrol -i wi0 is > ***************************** > > I guess some important details would be > Current BSSID: [00:00:00:00:00:00] > Port Type: [3] > Promiscuous mode: Off > Create IBSS : Off > > Now do I need to type following command at "root" as it is, If I do then I > again get core dump. > > /usr/sbin/wicontrol -i wi0 -n 131.252.208.141 As noted above, I HIGHLY doubt your network name is an IP address. It's probably something like "CS-Lab". > /usr/sbin/wicontrol -i wi0 -p 1 Run -p before -n > /usr/sbin/wicontrol -i wi0 -c 1 Not required > /usr/sbin/wicontrol -i wi0 -s harkirat Broken, not useful/effects your net connection. > Looking forward to help! > > Thanks, > > Harkirat > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- Matt Peterson another.geek.without.a.life matt@peterson.org http://matt.peterson.org/ ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 3:28:27 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id 48F3537B400 for ; Tue, 9 Jan 2001 03:28:09 -0800 (PST) Received: by gvr.gvr.org (Postfix, from userid 657) id 20D885848; Tue, 9 Jan 2001 12:28:08 +0100 (CET) Date: Tue, 9 Jan 2001 12:28:08 +0100 From: Guido van Rooij To: freebsd-mobile@freebsd.org Subject: gnokii Message-ID: <20010109122807.A56756@gvr.gvr.org> 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 Has anyone managed to get gnokii working on a FreeBSD 4.2 system?? If so: how? -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 3:36:52 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 2C6FE37B698 for ; Tue, 9 Jan 2001 03:36:33 -0800 (PST) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id NAA29136; Tue, 9 Jan 2001 13:36:06 +0200 (EET) Received: from edgar.netmode.ece.ntua.gr (edgar.netmode.ece.ntua.gr [147.102.13.70]) by netmode.ntua.gr (8.11.1/8.11.1) with ESMTP id f09BlYJ31614; Tue, 9 Jan 2001 13:47:34 +0200 (EET) (envelope-from past@edgar.netmode.ece.ntua.gr) Received: (from past@localhost) by edgar.netmode.ece.ntua.gr (8.11.1/8.11.1) id f09Ba7q26595; Tue, 9 Jan 2001 13:36:07 +0200 (EET) (envelope-from past) Date: Tue, 9 Jan 2001 13:36:07 +0200 From: Panagiotis Astithas To: Guido van Rooij Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: gnokii Message-ID: <20010109133606.C11071@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr Mail-Followup-To: Guido van Rooij , freebsd-mobile@FreeBSD.ORG References: <20010109122807.A56756@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010109122807.A56756@gvr.gvr.org>; from guido@gvr.org on Tue, Jan 09, 2001 at 12:28:08PM +0100 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 09, 2001 at 12:28:08PM +0100, Guido van Rooij wrote: > Has anyone managed to get gnokii working on a FreeBSD 4.2 system?? > If so: how? Get the latest version from the gnokii CVS tree. It works smoothly. -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 5:33:48 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 99EDE37B401 for ; Tue, 9 Jan 2001 05:33:29 -0800 (PST) Received: from cain.gsoft.com.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.3) with ESMTP id AAA58473; Wed, 10 Jan 2001 00:03:07 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010109133606.C11071@netmode.ece.ntua.gr> Date: Wed, 10 Jan 2001 00:03:06 +1030 (CST) From: "Daniel O'Connor" To: Panagiotis Astithas Subject: Re: gnokii Cc: freebsd-mobile@FreeBSD.ORG, Guido van Rooij Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 09-Jan-01 Panagiotis Astithas wrote: > On Tue, Jan 09, 2001 at 12:28:08PM +0100, Guido van Rooij wrote: > > Has anyone managed to get gnokii working on a FreeBSD 4.2 system?? > > If so: how? > Get the latest version from the gnokii CVS tree. It works smoothly. Only for 5/6110 and 3810 (they're the Australian models). The others haven't been patched yet. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 7:43:47 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id 8607737B6A6 for ; Tue, 9 Jan 2001 07:43:30 -0800 (PST) Received: by gvr.gvr.org (Postfix, from userid 657) id 34B9B5848; Tue, 9 Jan 2001 16:43:29 +0100 (CET) Date: Tue, 9 Jan 2001 16:43:29 +0100 From: Guido van Rooij To: freebsd-mobile@FreeBSD.ORG Subject: Re: gnokii Message-ID: <20010109164329.A58479@gvr.gvr.org> References: <20010109122807.A56756@gvr.gvr.org> <20010109133606.C11071@netmode.ece.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010109133606.C11071@netmode.ece.ntua.gr>; from past@netmode.ntua.gr on Tue, Jan 09, 2001 at 01:36:07PM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 09, 2001 at 01:36:07PM +0200, Panagiotis Astithas wrote: > On Tue, Jan 09, 2001 at 12:28:08PM +0100, Guido van Rooij wrote: > > Has anyone managed to get gnokii working on a FreeBSD 4.2 system?? > > If so: how? > > Get the latest version from the gnokii CVS tree. It works smoothly. > Yup Thanks. I had no luck with the latest release (it seemed to block on tcsetattr() ???) -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 9:23:15 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id EB22837B6C9 for ; Tue, 9 Jan 2001 09:22:57 -0800 (PST) Received: (qmail 21652 invoked by uid 3001); 9 Jan 2001 17:22:47 -0000 Received: from natto.numachi.com (198.175.254.216) by numachi.numachi.com with SMTP; 9 Jan 2001 17:22:47 -0000 Received: (qmail 48918 invoked by uid 1001); 9 Jan 2001 17:22:47 -0000 Date: Tue, 9 Jan 2001 12:22:47 -0500 From: Brian Reichert To: Matt Peterson Cc: Harkitrat Singh , freeBSD-mobile@FreeBSD.ORG Subject: Re: WaveLAN (10 Mbps) card with FreeBSD-4.2 Message-ID: <20010109122247.A48686@numachi.com> 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 matt@peterson.org on Tue, Jan 09, 2001 at 03:01:29AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 09, 2001 at 03:01:29AM -0800, Matt Peterson wrote: > On Mon, 8 Jan 2001, Harkitrat Singh wrote: > > > > insert /usr/sbin/wicontrol -i $device -p 1 131.252.208.141 > > insert /usr/sbin/wicontrol -i $device -p 1 > > try insert /usr/sbin/wicontrol -i $device -p 1 > insert /usr/sbin/wicontrol -i $device -n 131.252.208.141 > > assuming "131.252.208.141" is your network name, which I doubt. You need > to find out your network name. BSS is -p 1, such as a Apple Airport and > other AP products. If you're talking to another wireless card (sitting in > a Linux/BSD box), it's probably IBSS mode, -p 3. You can only run one > switch for wicontrol (along with -i, wi0 is the default). In my limited experience, if (in BSS mode), if you attempt to join a network of '' (that is, the empty string), you will find the 'first one' automagically... A subsquent call to wicontrol: % wicontril -i wi0 With no other arguments will dump out the current settings, which include 'requested' vs 'current' SSID (network name)... -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 9 20:14:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 1D4D837B400 for ; Tue, 9 Jan 2001 20:14:16 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0A4EFm94037 for ; Tue, 9 Jan 2001 20:14:15 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from icarus.kfu.com (ssmail@localhost) by medusa.kfu.com (8.11.1/8.11.0) with ESMTP id f0A4EFW51986 for ; Tue, 9 Jan 2001 20:14:15 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com by icarus.kfu.com with ESMTP (8.11.1//ident-1.0) id f0A4EEf04433; Tue, 9 Jan 2001 20:14:14 -0800 (PST) Message-ID: <3A5BE196.E7E1BAC6@quack.kfu.com> Date: Tue, 09 Jan 2001 20:14:14 -0800 From: Nick X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: Re: IOMEGA Zip250 PC-Card? 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 card arrived today and I found I needed to make a tiny change to get it to work under -current on my Vaio. I had to change the configuration entry selection from 0x2 to default in the pccard.conf entry. After I did that, it popped up as afd0 lickety split! So now I have a choice of USB or pccard configs for this device. I must say, I prefer USB since it doesn't eat my only pccard slot, but with USB I must power the drive. Nick Sayer wrote: > > I've placed an order already, so I suppose I will know the answer sooner > rather than later, but I thought I'd ask: > > I have one of the newer USB Zip 250 drives (the one with the power cord). > For those who want to use the drive portably, they sell a PC-Card that > you can use instead of the USB connection, in which case the power cord > is no longer required. > > Has anyone used this configuration? Is the PC-Card compatible with the > ATA driver? Or is it a SCSI card in disguise? > > Thanks in advance. > > 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 Jan 10 0:34:54 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 008FE37B400; Wed, 10 Jan 2001 00:34:37 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010110083432.JWSV1735.mta06-svc.ntlworld.com@dmlb.org>; Wed, 10 Jan 2001 08:34:32 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14GGiF-000FjN-00; Wed, 10 Jan 2001 08:34:31 +0000 Content-Length: 1898 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 10 Jan 2001 08:34:31 -0000 (GMT) From: Duncan Barclay To: mobile@freebsd.org, onoe@freebsd.org Subject: memory mapped io for Aironet driver. Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all Can someone with an aironet card running -current see if this patch to /sys/dev/awi/if_awi_pccard.c works? This should enable memory mapped operation. Duncan Index: if_awi_pccard.c =================================================================== RCS file: /steer/ncvs/src/sys/dev/awi/if_awi_pccard.c,v retrieving revision 1.5 diff -u -r1.5 if_awi_pccard.c --- if_awi_pccard.c 2000/10/15 14:18:05 1.5 +++ if_awi_pccard.c 2001/01/10 08:31:17 @@ -139,19 +139,19 @@ } psc->sc_mem_rid = 0; -#if 1 - /* - * XXX: awi needs to access memory with 8bit, - * but pccardd apparently maps memory with MDF_16BITS flag. - * So memory mapped access is disabled and use IO port instead. - */ - psc->sc_mem_res = 0; -#else psc->sc_mem_res = bus_alloc_resource(dev, SYS_RES_MEMORY, &psc->sc_mem_rid, 0, ~0, 0x8000, RF_ACTIVE); -#endif if (psc->sc_mem_res) { + error = CARD_SET_MEMORY_OFFSET(device_get_parent(sc->dev), + sc->dev, sc->cm_rid, 0, NULL); + if (error) + device_printf("awi_pccard_attach: adjusting memory offse t failed\n"); + error = CARD_SET_RES_FLAGS(device_get_parent(sc->dev), sc->dev, + SYS_RES_MEMORY, sc->cm_rid, 2); + if (error) + device_printf("awi_pccard_attach: setting 8bit memory fa iled\n"); sc->sc_chip.sc_memt = rman_get_bustag(psc->sc_mem_res); + sc->sc_chip.sc_memh = rman_get_bushandle(psc->sc_mem_res); am79c930_chip_init(&sc->sc_chip, 1); } else --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 0:36:45 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 5873F37B402; Wed, 10 Jan 2001 00:36:27 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010110083626.JXBZ1735.mta06-svc.ntlworld.com@dmlb.org>; Wed, 10 Jan 2001 08:36:26 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14GGk5-000Fjh-00; Wed, 10 Jan 2001 08:36:25 +0000 Content-Length: 2452 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 10 Jan 2001 08:36:25 -0000 (GMT) From: Duncan Barclay To: Duncan Barclay Subject: RE: memory mapped io for Aironet driver. Cc: onoe@freebsd.org, mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Sorry this is for the awi driver not aironet. Duncan On 10-Jan-01 Duncan Barclay wrote: > Hello all > > Can someone with an aironet card running -current see if this patch to > /sys/dev/awi/if_awi_pccard.c works? This should enable memory mapped > operation. > > Duncan > > Index: if_awi_pccard.c > =================================================================== > RCS file: /steer/ncvs/src/sys/dev/awi/if_awi_pccard.c,v > retrieving revision 1.5 > diff -u -r1.5 if_awi_pccard.c > --- if_awi_pccard.c 2000/10/15 14:18:05 1.5 > +++ if_awi_pccard.c 2001/01/10 08:31:17 > @@ -139,19 +139,19 @@ > } > > psc->sc_mem_rid = 0; > -#if 1 > - /* > - * XXX: awi needs to access memory with 8bit, > - * but pccardd apparently maps memory with MDF_16BITS flag. > - * So memory mapped access is disabled and use IO port instead. > - */ > - psc->sc_mem_res = 0; > -#else > psc->sc_mem_res = bus_alloc_resource(dev, SYS_RES_MEMORY, > &psc->sc_mem_rid, 0, ~0, 0x8000, RF_ACTIVE); > -#endif > if (psc->sc_mem_res) { > + error = CARD_SET_MEMORY_OFFSET(device_get_parent(sc->dev), > + sc->dev, sc->cm_rid, 0, NULL); > + if (error) > + device_printf("awi_pccard_attach: adjusting memory > offse > t failed\n"); > + error = CARD_SET_RES_FLAGS(device_get_parent(sc->dev), > sc->dev, > + SYS_RES_MEMORY, sc->cm_rid, 2); > + if (error) > + device_printf("awi_pccard_attach: setting 8bit memory > fa > iled\n"); > sc->sc_chip.sc_memt = rman_get_bustag(psc->sc_mem_res); > + > sc->sc_chip.sc_memh = rman_get_bushandle(psc->sc_mem_res); > am79c930_chip_init(&sc->sc_chip, 1); > } else > > --- > ________________________________________________________________________ > Duncan Barclay | God smiles upon the little children, > dmlb@dmlb.org | the alcoholics, and the permanently stoned. > dmlb@freebsd.org| Steven King > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 5:25:47 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id D936437B404; Wed, 10 Jan 2001 05:25:23 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id PAA16911; Wed, 10 Jan 2001 15:25:21 +0200 (EET) Received: from stekt56 (stekt56 [130.231.60.96]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id f0ADP5I10988; Wed, 10 Jan 2001 15:25:09 +0200 (EET) Date: Wed, 10 Jan 2001 15:25:05 +0200 (EET) From: Ana Romero X-Sender: To: , Subject: installing WaveLan card in laptop 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 have problems to install WaveLan card in my laptop, Acer Extensa 501. I have updated to FreeBSD 4.2.RELEASE and built and new custom kernel but the problem remains. I guess that the problem is that the system cannot find the slot because when I try: #pccardc dumpcis 0 slots found I tried to configure wi0 with /stand/sysinstall->configure->networking->interfaces wi0 didnt show up, so I tried to configured rc.conf by hand to see if it could work, but it didnt. Also wi0 doesnt show up in dmesg.boot. What can I do? Thank you in advance. Ana To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 6: 5:10 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from blackhelicopters.org (unknown [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id DAE8B37B698 for ; Wed, 10 Jan 2001 06:04:49 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id JAA90008 for mobile@freebsd.org; Wed, 10 Jan 2001 09:04:49 -0500 (EST) (envelope-from mwlucas) Date: Wed, 10 Jan 2001 09:04:49 -0500 From: Michael Lucas To: mobile@freebsd.org Subject: ordering FreeBSD wireless kit today... Message-ID: <20010110090449.A89951@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Folks, I'm finally ordering home wireless equipment today (hurrah!). Before I do this, I was hoping someone could tell me if I'm ordering the wrong stuff. This is for a pure UNIX environment (no Windows). I'm considering the Wavelan Access Point (mfg #848546388, about $300), and the Wavelan Orinoco PC card gold ($180). From searching the archives I believe this will work, but I'm open to people telling me "No, don't buy that!" or that I'm wasting my money and should actually buy X instead. :) Thanks, Michael -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 7:29:47 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 659EE37B400 for ; Wed, 10 Jan 2001 07:29:29 -0800 (PST) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id QAA19269 for ; Wed, 10 Jan 2001 16:29:28 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id QAA17749 for ; Wed, 10 Jan 2001 16:29:28 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.11.1/8.11.1) id f0AFTRn07542 for mobile@freebsd.org; Wed, 10 Jan 2001 16:29:27 +0100 (CET) (envelope-from gunnar) Date: Wed, 10 Jan 2001 16:29:27 +0100 From: Gunnar Flygt To: mobile@freebsd.org Subject: Network Card advise Message-ID: <20010110162927.C6736@sr.se> Reply-To: Gunnar Flygt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just broke my good old 3Com 3C589C. So I ownder what is the recommended cards for my laptop (PCMCIA of course!) -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) o _ _ _ _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 9: 0:33 2001 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 579F437B400 for ; Wed, 10 Jan 2001 09:00:13 -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 IAA75853; Wed, 10 Jan 2001 08:59:39 -0800 (PST) (envelope-from key@sodium.cips.nokia.com) Message-Id: <200101101659.IAA75853@sodium.cips.nokia.com> To: Michael Lucas Cc: mobile@FreeBSD.ORG From: Ken Key Subject: Re: ordering FreeBSD wireless kit today... In-reply-to: Your message of Wed, 10 Jan 2001 09:04:49 -0500. <20010110090449.A89951@blackhelicopters.org> Date: Wed, 10 Jan 2001 08:59:39 -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm considering the Wavelan Access Point (mfg #848546388, about $300), I haven't had my hands on an RG-1000 yet, but I have Lucent AP-1000's all over the place. Assuming the RG-1000 uses the same code-base, these are KarlNet boxes, just like the Apple AirPort. Unfortunately, just like the Apple AirPort, they have some vendor specific modifications. The AP-1000's are managed via a Windows-only Access Point Manager. I tried the Java AirPort manager and, not too suprisingly, it can discover the boxes but not configure them. Likewise, the Lucent AP Manager discovers Apple AirPorts but won't manage them. I've tried to challenge one of my Java programming co-workers into working on a port of the AirPort manager to control the Lucent boxes, but we just don't have the time right now. For my home system, I've used an Apple AirPort for about a 9 months, which I currently manage from FreeBSD with the Java Configurator. http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ Of course, that means no 128-bit WEP at home. However, the WEP only means that everyone else on your network can sniff your packets, as opposed to everyone else passing by. It's not real security, just a barrier to entry :-) > and the Wavelan Orinoco PC card gold ($180). That's what I use. Widely and happily. Regards, K^2 -- Ken Key (key@KSquared.NET) KSquared's Home For Wayward Computers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 9:58: 1 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 90F6C37B400; Wed, 10 Jan 2001 09:57:43 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0AHuXs63066; Wed, 10 Jan 2001 10:56:34 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101101756.f0AHuXs63066@harmony.village.org> To: Duncan Barclay Subject: Re: memory mapped io for Aironet driver. Cc: onoe@FreeBSD.ORG, mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 10 Jan 2001 08:36:25 GMT." References: Date: Wed, 10 Jan 2001 10:56:33 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : Sorry this is for the awi driver not aironet. Does this have any impact on performance? I use awi all the time. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 10:12:15 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id E46F637B698; Wed, 10 Jan 2001 10:11:56 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010110181139.NOCS26323.mta07-svc.ntlworld.com@dmlb.org>; Wed, 10 Jan 2001 18:11:39 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14GPiw-000GLi-00; Wed, 10 Jan 2001 18:11:50 +0000 Content-Length: 1307 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101101756.f0AHuXs63066@harmony.village.org> Date: Wed, 10 Jan 2001 18:11:50 -0000 (GMT) From: Duncan Barclay To: Warner Losh Subject: Re: memory mapped io for Aironet driver. Cc: mobile@FreeBSD.ORG, onoe@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi On 10-Jan-01 Warner Losh wrote: > In message Duncan Barclay > writes: >: Sorry this is for the awi driver not aironet. > > Does this have any impact on performance? I use awi all the time. A quick look at awi/am79c930.c says yes: static void io_read_bytes (sc, off, ptr, len) struct am79c930_softc *sc; u_int32_t off; u_int8_t *ptr; size_t len; { int i; bus_space_write_1(sc->sc_iot, sc->sc_ioh, AM79C930_LMA_HI, ((off>>8)& 0x7f)); AM930_DELAY(1); bus_space_write_1(sc->sc_iot, sc->sc_ioh, AM79C930_LMA_LO, (off&0xff)); AM930_DELAY(1); for (i=0; isc_iot, sc->sc_ioh, AM79C930_IODPA); } verses static void mem_read_bytes (sc, off, ptr, len) struct am79c930_softc *sc; u_int32_t off; u_int8_t *ptr; size_t len; { bus_space_read_region_1 (sc->sc_memt, sc->sc_memh, off, ptr, len); } > Warner Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 11:59:56 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [130.64.1.215]) by hub.freebsd.org (Postfix) with ESMTP id A0BB337B401 for ; Wed, 10 Jan 2001 11:59:38 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 14GRPA-0000yq-00 for mobile@FreeBSD.ORG; Wed, 10 Jan 2001 14:59:32 -0500 Date: Wed, 10 Jan 2001 14:59:31 -0500 From: Peter Radcliffe To: mobile@FreeBSD.ORG Subject: Re: ordering FreeBSD wireless kit today... Message-ID: <20010110145931.A2671@pir.net> Mail-Followup-To: mobile@FreeBSD.ORG References: <20010110090449.A89951@blackhelicopters.org> <200101101659.IAA75853@sodium.cips.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101101659.IAA75853@sodium.cips.nokia.com>; from key@KSquared.NET on Wed, Jan 10, 2001 at 08:59:39AM -0800 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ken Key probably said: > I haven't had my hands on an RG-1000 yet, but I have Lucent AP-1000's > all over the place. Assuming the RG-1000 uses the same code-base, these > are KarlNet boxes, just like the Apple AirPort. Unfortunately, just like > the Apple AirPort, they have some vendor specific modifications. The > AP-1000's are managed via a Windows-only Access Point Manager. I tried > the Java AirPort manager and, not too suprisingly, it can discover the boxes > but not configure them. Likewise, the Lucent AP Manager discovers > Apple AirPorts but won't manage them. I've tried to challenge one of > my Java programming co-workers into working on a port of the AirPort > manager to control the Lucent boxes, but we just don't have the time > right now. As I've said on this list before, the RG-1000 is basicly the same guts as an airport, but with stupid firmware limitations. They're slowly losing some of the limitations in newer firmware (like you can actually change the SNMP communitity string now (*Gasp*) but they still suck. The java airport manager will control the RG-1000. Mostly. > http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ > Of course, that means no 128-bit WEP at home. However, the WEP only means > that everyone else on your network can sniff your packets, as opposed to > everyone else passing by. It's not real security, just a barrier to > entry :-) My _strong_ recommendation for home use, even if you want 128bit WEP, is the Airport. I would never buy an RG-1000 again. You can open it up, put a gold card in it and use the 128bit Java configurator. I've been doing this for some time now. > > and the Wavelan Orinoco PC card gold ($180). > That's what I use. Widely and happily. Ditto. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 12: 1:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from gatekeeper.orem.verio.net (gatekeeper.orem.verio.net [192.41.0.8]) by hub.freebsd.org (Postfix) with ESMTP id C825237B402 for ; Wed, 10 Jan 2001 12:01:15 -0800 (PST) Received: from proxy.dmz.orem.verio.net (proxy.dmz.orem.verio.net [10.1.1.11]) by gatekeeper.orem.verio.net (Postfix) with ESMTP id C59BB3BF11A for ; Wed, 10 Jan 2001 13:01:15 -0700 (MST) Received: from ophelia.nectar.com (unknown [10.2.128.200]) by proxy.dmz.orem.verio.net (Postfix) with ESMTP id 69E117C004 for ; Wed, 10 Jan 2001 13:01:15 -0700 (MST) Received: (from nectar@localhost) by ophelia.nectar.com (8.11.1/8.11.1) id f0AK1Iv39145; Wed, 10 Jan 2001 13:01:18 -0700 (MST) (envelope-from nectar) Date: Wed, 10 Jan 2001 13:01:18 -0700 From: "Jacques A. Vidrine" To: Ken Key Cc: Michael Lucas , mobile@FreeBSD.ORG Subject: Re: ordering FreeBSD wireless kit today... Message-ID: <20010110130118.B39110@ophelia.nectar.com> References: <20010110090449.A89951@blackhelicopters.org> <200101101659.IAA75853@sodium.cips.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101101659.IAA75853@sodium.cips.nokia.com>; from key@KSquared.NET on Wed, Jan 10, 2001 at 08:59:39AM -0800 X-Url: http://www.nectar.com/ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 10, 2001 at 08:59:39AM -0800, Ken Key wrote: > I haven't had my hands on an RG-1000 yet, but I have Lucent AP-1000's > all over the place. Assuming the RG-1000 uses the same code-base, these > are KarlNet boxes, just like the Apple AirPort. Unfortunately, just like > the Apple AirPort, they have some vendor specific modifications. The > AP-1000's are managed via a Windows-only Access Point Manager. I tried > the Java AirPort manager and, not too suprisingly, it can discover the boxes > but not configure them. Likewise, the Lucent AP Manager discovers > Apple AirPorts but won't manage them. The Java Airport Configurator in ports works with the RG-1000. Although I think I prefer the Apple Airport. -- 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 Jan 10 12:52:57 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 6165437B698 for ; Wed, 10 Jan 2001 12:52:38 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010110205237.ZCVT18404.mta05-svc.ntlworld.com@dmlb.org> for ; Wed, 10 Jan 2001 20:52:37 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14GSEX-000GSx-00 for mobile@freebsd.org; Wed, 10 Jan 2001 20:52:37 +0000 Content-Length: 1251 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 10 Jan 2001 20:52:37 -0000 (GMT) From: Duncan Barclay To: mobile@freebsd.org Subject: pccardd, pccard and memory mapping Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, In fixing a few things for the if_ray driver I've discovered major abuses and inconsitancies in the used of shared memory for PCCards under pccardd/OLDCARD. At present o pccardd assumes that any devices that has shared memory is an ed device. o pccardd sets all memory to be 16bit o pccardd sets all memory to have an offset in the address space that suits ed cards o pccardc abuses (not necessarily delibrately) memory window 0 this can cause unmapping of the current cards memory area (eg. pccardc rdattr). Because of these problems there are some drivers for ethernet and wireless LAN cards that don't use memory mapped access to the card. I reckon that tidying this up will not be too much work as only a few drivers are affected. However, I would like to solicit opinions on whether doing this would be worthwhile given NEWCARD? Is NEWCARD ever going to reach -stable? If not, I think that tidying up this area would be useful. Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 14: 3:48 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 4089A37B69D for ; Wed, 10 Jan 2001 14:03:31 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id A53116A90D; Thu, 11 Jan 2001 08:33:28 +1030 (CST) Date: Thu, 11 Jan 2001 08:33:28 +1030 From: Greg Lehey To: Gunnar Flygt Cc: mobile@freebsd.org Subject: Re: Network Card advise Message-ID: <20010111083328.F44170@wantadilla.lemis.com> References: <20010110162927.C6736@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010110162927.C6736@sr.se>; from gunnar@pluto.sr.se on Wed, Jan 10, 2001 at 04:29:27PM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wednesday, 10 January 2001 at 16:29:27 +0100, Gunnar Flygt wrote: > I just broke my good old 3Com 3C589C. So I ownder what is the > recommended cards for my laptop (PCMCIA of course!) Just about anything should work. I've tended to go for NE2000 clones. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 18:58:52 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3B3D137B400 for ; Wed, 10 Jan 2001 18:58:34 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0B2wTs66679; Wed, 10 Jan 2001 19:58:29 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101110258.f0B2wTs66679@harmony.village.org> To: Duncan Barclay Subject: Re: pccardd, pccard and memory mapping Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 10 Jan 2001 20:52:37 GMT." References: Date: Wed, 10 Jan 2001 19:58:29 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : o pccardd assumes that any devices that has shared memory is an : ed device. Bad. : o pccardd sets all memory to be 16bit Not too bad, but bad enough. : o pccardd sets all memory to have an offset in the address space that : suits ed cards BAD. : o pccardc abuses (not necessarily delibrately) memory window 0 : this can cause unmapping of the current cards memory area : (eg. pccardc rdattr). Not too bad. : Because of these problems there are some drivers for ethernet and : wireless LAN cards that don't use memory mapped access to the card. This doesn't sound good. : However, I would like to solicit opinions on whether doing this would be : worthwhile given NEWCARD? Is NEWCARD ever going to reach -stable? If not, : I think that tidying up this area would be useful. NEWCARD may reach -stable, but never as default. I think it would be worth tidying up, and if you have the time, go for it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 20:44:48 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id E983037B400 for ; Wed, 10 Jan 2001 20:44:29 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Wed, 10 Jan 2001 23:44:24 -0500 Message-ID: <3A5D3979.C0B0D2EF@babbleon.org> Date: Wed, 10 Jan 2001 23:41:29 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: PCMCIA Qs: 2 NICs & new pccard.conf entry Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [I posted this to freebsd-questions a couple days ago but no response so far. Also, even though I'm getting confirmation messages for my subscriptions, I'm not actually receiving mail for some reason so please include a directy reply to me.] I'm having some PCMCIA troubles trying to get FreeBSD going on a laptop. BACKGROUND: I prefer FreeBSD in general; I even ran it on a laptop in 1996 or so (I didn't use PCMCIA at the time, so the laptop wasn't a big issue), but switched to Linux the next year when I got a new computer that had hardware that FreeBSD didn't support. For multiple reasons, I'd like to switch back. PROBLEM #1: On my firewall machine, which is my old laptop, I want to use two PCMCIA NICs; FreeBSD seems to basically not believe that one might want to use two PCMCIA NICs at all. With the help of a local FreeBSD expert we worked around the FreeBSD scripts for PCMCIA set up so that we could configure two PCMCIA NICs in terms of having different IP addresses for them and such. However, we can't really get that far because the second card (whichever one it is) refuses to configure becuase of a "resource conflict." I found the card data base (pccard.conf) and updated it so that I specify explicit IRQs that dont' conflict. (I booted Linux and picked the IRQs that it uses); however, it still says that there is a resource conflict. The message isn't specific, but there doesn't seem to be any way to configure the memory range, so I'm guessing that's the conflict. Any ideas? PROBLEM #2: On my "main" machine, I have a Linksys EtherFast 10/100 + 56K card. I made a first stab at creating the PC Card entry for this, but my first try didn't work. Linux says it's NE2000 compatible, but then it says the same thing about every PCMCIA NIC I've ever tried. Anyway, any ideas about how to go about this? Is there doc on how to write a new pccard.conf entry (that is, how to figure out the proper parameters) that I might have missed? -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 10 22:55:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AA16637B400 for ; Wed, 10 Jan 2001 22:55:14 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0B6t2s70232; Wed, 10 Jan 2001 23:55:02 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101110655.f0B6t2s70232@harmony.village.org> To: The Babbler Subject: Re: PCMCIA Qs: 2 NICs & new pccard.conf entry Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 10 Jan 2001 23:41:29 EST." <3A5D3979.C0B0D2EF@babbleon.org> References: <3A5D3979.C0B0D2EF@babbleon.org> Date: Wed, 10 Jan 2001 23:55:02 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A5D3979.C0B0D2EF@babbleon.org> The Babbler writes: : However, we can't really get that far because the second card (whichever : one it is) refuses to configure becuase of a "resource conflict." I : found the card data base (pccard.conf) and updated it so that I specify : explicit IRQs that dont' conflict. (I booted Linux and picked the IRQs : that it uses); however, it still says that there is a resource conflict. : The message isn't specific, but there doesn't seem to be any way to : configure : the memory range, so I'm guessing that's the conflict. Any ideas? Yes. Classic problem with pccardd. You need to have two config lines to make this work. Eg: # No-brand NE2000 compatible card (FCC ID: LXLC1LANTB) card " " "Ethernet Combo card" config 0x1 "ed" ? 0x10 config 0x2 "ed" ? 0x10 logstr "NE2000 compatible card" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop Where 01 and 02 are valid config entries that you got from pccardc dumpcis. : PROBLEM #2: On my "main" machine, I have a Linksys EtherFast 10/100 + : 56K card. I made a first stab at creating the PC Card entry for this, : but my first try didn't work. Linux says it's NE2000 compatible, but : then it says the same thing about every PCMCIA NIC I've ever tried. : Anyway, any ideas about how to go about this? Is there doc on how to : write : a new pccard.conf entry (that is, how to figure out the proper : parameters) : that I might have missed? Generally speaking, combination cards like this don't (yet) work on FreeBSD. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 0:15:47 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id DEF0637B404 for ; Thu, 11 Jan 2001 00:15:30 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010111081509.UZOP26323.mta07-svc.ntlworld.com@dmlb.org>; Thu, 11 Jan 2001 08:15:09 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14GctF-000HRt-00; Thu, 11 Jan 2001 08:15:21 +0000 Content-Length: 741 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101110258.f0B2wTs66679@harmony.village.org> Date: Thu, 11 Jan 2001 08:15:21 -0000 (GMT) From: Duncan Barclay To: Warner Losh Subject: Re: pccardd, pccard and memory mapping Cc: mobile@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11-Jan-01 Warner Losh wrote: >: However, I would like to solicit opinions on whether doing this would be >: worthwhile given NEWCARD? Is NEWCARD ever going to reach -stable? If not, >: I think that tidying up this area would be useful. > > NEWCARD may reach -stable, but never as default. I think it would be > worth tidying up, and if you have the time, go for it. How quickly is OLDCARD going to die in -current? Is it worth fixing it in -current first and then MFC? > Warner Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 0:37:58 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D568837B400 for ; Thu, 11 Jan 2001 00:37:40 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 78E636A90D; Thu, 11 Jan 2001 19:07:37 +1030 (CST) Date: Thu, 11 Jan 2001 19:07:37 +1030 From: Greg Lehey To: Gunnar Flygt Cc: FreeBSD mobile Mailing List Subject: Re: Network Card advise Message-ID: <20010111190737.F44170@wantadilla.lemis.com> References: <20010110162927.C6736@sr.se> <20010111083328.F44170@wantadilla.lemis.com> <20010111091614.C27515@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010111091614.C27515@sr.se>; from gunnar@pluto.sr.se on Thu, Jan 11, 2001 at 09:16:15AM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thursday, 11 January 2001 at 9:16:15 +0100, Gunnar Flygt wrote: > On Thu, Jan 11, 2001 at 08:33:28AM +1030, Greg Lehey wrote: >> On Wednesday, 10 January 2001 at 16:29:27 +0100, Gunnar Flygt wrote: >>> I just broke my good old 3Com 3C589C. So I ownder what is the >>> recommended cards for my laptop (PCMCIA of course!) >> >> Just about anything should work. I've tended to go for NE2000 clones. > > No, not 3Com Megaherz 10/100 Cardbus, and I also tried a Intel 10/100 > card. No good. That's why I'm asking :) [copying -mobile; there's nothing private in this message, and I need to clarify for others too] Oops, somehow I thought you had said 10 Mb/s. Maybe it was the 3C589C (BTW, do you still have the dongle?). What I meant was "any 10 Mb/s card should work". 100 Mb/s cards are still a problem, especially CardBus and combo cards. I'll let others comment on the state of play there. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 5:23:31 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp.shellnet.co.uk (smtp.shellnet.co.uk [194.129.209.14]) by hub.freebsd.org (Postfix) with ESMTP id AD3C337B400 for ; Thu, 11 Jan 2001 05:23:13 -0800 (PST) Received: from data.shellnet.co.uk (data.shellnet.co.uk [194.129.209.17]) by smtp.shellnet.co.uk (8.9.3/8.9.3-shellnet) with ESMTP id NAA04900 for ; Thu, 11 Jan 2001 13:23:12 GMT Posted-Date: Thu, 11 Jan 2001 13:23:12 GMT Received: by data.shellnet.co.uk with Internet Mail Service (5.5.2653.19) id ; Thu, 11 Jan 2001 13:23:12 -0000 Message-ID: <277A0E0FE38ED311A66A00A0C9D43A3D1D45B2@data.shellnet.co.uk> From: Steven Fletcher To: "'freebsd-mobile@freebsd.org'" Subject: Nokia 7110 data cable Date: Thu, 11 Jan 2001 13:23:07 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm writing here as a last resort, as I can't seem to find any = information confirming what I want to ask. I've recently come into possession of a Nokia 7110 which (apparently) = has a full 14.4 hardware modem built in, capable of accepting AT commands and such. I know FreeBSD dosen't support IrDA (unless this has changed recently), but a Nokia DLR-3 data cable, which is basically has 9 pin = serial port on one end, sells for about =A330 in the UK, and supports modem connections (unlike the DAU-9P). Question is, does anyone know if it = needs any specific drivers, or if the modem will work using PPP just off the = back of the com port? I *suspect* that it won't, but don't want to blow = money on something that won't work under FreeBSD. I'm not subscribed to -mobile so if anyone's got any answers please = copy me in. Thanks! -- Steven Fletcher=20 stevenf@shellnet.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 5:32:45 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id C6DFB37B400 for ; Thu, 11 Jan 2001 05:32:26 -0800 (PST) Received: from cain.gsoft.com.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.3) with ESMTP id AAA75804; Fri, 12 Jan 2001 00:02:12 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <277A0E0FE38ED311A66A00A0C9D43A3D1D45B2@data.shellnet.co.uk> Date: Fri, 12 Jan 2001 00:02:12 +1030 (CST) From: "Daniel O'Connor" To: Steven Fletcher Subject: RE: Nokia 7110 data cable Cc: "freebsd-mobile@freebsd.org" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11-Jan-01 Steven Fletcher wrote: > connections (unlike the DAU-9P). Question is, does anyone know if it needs > any specific drivers, or if the modem will work using PPP just off the back > of the com port? I *suspect* that it won't, but don't want to blow money on > something that won't work under FreeBSD. You will need special software. There is a project at http://www.gnokii.org (for which I have recently created a new port - yet to be committed) which supports the 3810, 5110/6110 and others, but not the 7110 :( --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 5:39:21 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from backend2.aha.ru (aqua.zenon.net [213.189.198.209]) by hub.freebsd.org (Postfix) with ESMTP id 6EEA337B6AA for ; Thu, 11 Jan 2001 05:38:58 -0800 (PST) Received: from [195.2.76.180] (HELO AMARKELO) by backend2.aha.ru (CommuniGate Pro SMTP 3.3.1) with ESMTP id 8119028 for freebsd-mobile@freebsd.org; Thu, 11 Jan 2001 16:38:56 +0300 Date: Thu, 11 Jan 2001 16:39:08 +0300 From: "Alex N. Markelov" X-Mailer: The Bat! (v1.49) Personal Reply-To: "Alex N. Markelov" Organization: Folium Ltd. X-Priority: 3 (Normal) Message-ID: <53194758477.20010111163908@futures.msk.ru> To: freebsd-mobile@freebsd.org Subject: PAO or CURRENT/STABLE/RELEASE Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello freebsd-mobile, is there any great differences between PAO3 and 3-STABLE/CURRENT/RELEASE ? I want to install FreeBSD on my ThinkPad 760ED and want to choose one. As I saw at PAO home, they want to add all APM changes in CURRENT cvs tree. Is it already there? Please help what version is better for notebook. Best regards, Alex N. Markelov ---------------------------- System administrator. Folium Ltd., Moscow, Russia. PGP fingerprint: 5EE9 D9E2 7483 8A54 1C4F 3655 AD8F 9A9E 7589 C811 UNIX *IS* user friendly. It's just selective about who its friends are. (Ó) unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 7:17:43 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from khoral.com (charon.khoral.com [209.75.155.97]) by hub.freebsd.org (Postfix) with ESMTP id 4603137B400 for ; Thu, 11 Jan 2001 07:17:26 -0800 (PST) Received: from benson.alb.khoral.com (benson.alb.khoral.com [10.1.2.11]) by khoral.com (8.9.3/8.9.3) with ESMTP id IAA03085; Thu, 11 Jan 2001 08:17:16 -0700 (MST) From: Steve Jorgensen Message-Id: <200101111516.IAA04307@benson.alb.khoral.com> Subject: Re: PAO or CURRENT/STABLE/RELEASE To: amarkelov@futures.msk.ru Date: Thu, 11 Jan 2001 08:16:57 -0700 (MST) Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <53194758477.20010111163908@futures.msk.ru> from "Alex N. Markelov" at Jan 11, 2001 04:39:08 PM 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 Alex N. Markelov wrote >> Hello freebsd-mobile, >> >> is there any great differences between PAO3 and >> 3-STABLE/CURRENT/RELEASE ? I want to install FreeBSD on my ThinkPad >> 760ED and want to choose one. As I saw at PAO home, they want to add >> all APM changes in CURRENT cvs tree. Is it already there? >> >> Please help what version is better for notebook. Well, I don't know about an IBM ThinkPad, but 4-STABLE works great on my Dell Inspiron 7500. I have full resolution support in X, as well as sound, and vmware all working on it under 4.2-STABLE as of about 3 days ago. Hope this helps. Steve -- ----------------------------------------------------------- Steven Jorgensen steve@khoral.com steve@spukhaus.com ------------------------------+---------------------------- Khoral Inc. | PHONE: (505) 837-6500 6200 Uptown Blvd, Suite 200 | FAX: (505) 881-3842 Albuquerque, NM 87110 | URL: http://www.khoral.com/ ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 7:41:24 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from orbix.mobilix.dk (orbix.mobilix.dk [212.97.216.244]) by hub.freebsd.org (Postfix) with ESMTP id 27C2D37B401 for ; Thu, 11 Jan 2001 07:41:06 -0800 (PST) Received: from ms04.mobilix.dk (ms04.mobilix.dk [172.16.1.24]) by orbix.mobilix.dk (8.11.0/8.11.0) with SMTP id f0BFf3P03757 for ; Thu, 11 Jan 2001 16:41:04 +0100 Received: FROM ms07.mobilix.dk BY ms04.mobilix.dk ; Thu Jan 11 16:41:06 2001 +0100 Received: by ms07.mobilix.dk with Internet Mail Service (5.5.2650.21) id ; Thu, 11 Jan 2001 16:41:05 +0100 Message-ID: <2D3005375CAED31199D00008C784963F01C5556D@ms02.mobilix.dk> From: Morten Vinding Nielsen To: "'Daniel O'Connor'" , "'freebsd-mobile@freebsd.org'" , Steven Fletcher Subject: RE: Nokia 7110 data cable Date: Thu, 11 Jan 2001 16:41:00 +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 That's not correct! The Nokia 7110 (unlike 3810, 5110/6110) have built-in modem as Steven clearly states! I do have a 7110 and the DLR-3 cable, but unfortunately I haven't got it to work in FreeBSD. When I use tip I can get it to accept AT commands, and I do believe the only reason I can't get it working, is because my ppp configuration is wrong (haven't got an ordinary modem working either). /Morten -----Original Message----- From: Daniel O'Connor [mailto:doconnor@gsoft.com.au] Sent: 11. januar 2001 14:32 To: Steven Fletcher Cc: freebsd-mobile@freebsd.org Subject: RE: Nokia 7110 data cable You will need special software. There is a project at http://www.gnokii.org (for which I have recently created a new port - yet to be committed) which supports the 3810, 5110/6110 and others, but not the 7110 :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 7:44:52 2001 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 5059637B400 for ; Thu, 11 Jan 2001 07:44:35 -0800 (PST) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.11.1+3.4W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id f0BFiQk84614; Fri, 12 Jan 2001 00:44:26 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: amarkelov@futures.msk.ru Cc: freebsd-mobile@freebsd.org Subject: Re: PAO or CURRENT/STABLE/RELEASE In-Reply-To: <53194758477.20010111163908@futures.msk.ru> References: <53194758477.20010111163908@futures.msk.ru> 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: <20010112004423N.iwasaki@jp.FreeBSD.org> Date: Fri, 12 Jan 2001 00:44:23 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 14 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > is there any great differences between PAO3 and > 3-STABLE/CURRENT/RELEASE ? I want to install FreeBSD on my ThinkPad > 760ED and want to choose one. As I saw at PAO home, they want to add > all APM changes in CURRENT cvs tree. Is it already there? > > Please help what version is better for notebook. As far as I can tell, most of APM code were merged from PAO3 into CURRENT, RELENG_4 and RELENG_3 already. Also most of PAO active developers became committer and PAO3 development is going to end. So I'd recommend you to choose RELENG_4 or CURRENT, not PAO3, and report any problems to improve plain FreeBSD. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 7:46:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 312E537B402 for ; Thu, 11 Jan 2001 07:46:15 -0800 (PST) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id ADA3A65; Thu, 11 Jan 2001 11:46:13 -0400 (AST) Message-ID: <3A5DD545.AC65A4AC@vangelderen.org> Date: Thu, 11 Jan 2001 11:46:13 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gunnar Flygt Cc: mobile@FreeBSD.ORG Subject: Re: Network Card advise References: <20010110162927.C6736@sr.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gunnar Flygt wrote: > > I just broke my good old 3Com 3C589C. So I ownder what is the > recommended cards for my laptop (PCMCIA of course!) Buy a 10Mbit Linksys EC2T for $34,- : http://www.linksys.com/products/product.asp?prid=92&grid=11 http://www.sparco.com/cgi-bin/wfind2?spn=A519106 It uses the ed driver. I've got three of these and I've never experienced any problems. Cheers, Jeroen -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 8: 8:27 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 695B537B402 for ; Thu, 11 Jan 2001 08:08:07 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 11 Jan 2001 11:08:06 -0500 Message-ID: <3A5DD9B1.C6842356@babbleon.org> Date: Thu, 11 Jan 2001 11:05:05 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: Re: PCMCIA Qs: 2 NICs & new pccard.conf entry References: <3A5D3979.C0B0D2EF@babbleon.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My apologies. I was clearly unclear. First, I'm getting mailing list messages now. For some reason I never got them when I subscribed to freebsd-questions (which was ok since it is gateway to a newsgroup), but it's working for freebsd-mobile. I have two 3com cards, but not two identical 3com cards--I had already figured that two identical cards was asking for trouble so I deliberately avoided that. To make this clear, here is the /etc/pccard.conf file I created. The first two entries are the two cards I'm trying to get working on my gateway/firewall. They seem to work fine by themselves, and are simply copies of the "standard" entries from /etc/defaults/pccard.conf, only with the IRQs updated so as not to conflict. But whenever I insert both cards I get a message that there's a resource conflict and the second one doesn't "take." The third entry is the Linksys entry I created. It's like the Linksys entries in the /etc/defaults file but with the strings updated. The updated strings work fine; the card is now recognized but it says "CIS was not found" when I insert it. # This is the Cable-modem card I got. # 3Com Etherlink III 3CXE589EC # 3Com Etherlink III 3CXE589ET card "3Com" "Megahertz 589E" # config 0x1 "ep" ? # config auto "ep" ? config 0x1 "ep" 3 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop # This is the 3com card with the huge dongle. # 3Com Etherlink III 3C589B, 3C589C card "3Com Corporation" "3C589" # config 0x1 "ep" ? # config auto "ep" ? # config auto "ep" ? config 0x1 "ep" 9 insert /etc/pccard_ether $device start -link0 link1 # insert /etc/pccard_ether $device start link0 -link1 remove /etc/pccard_ether $device stop # This is the Linksys card I have, with the fat holder. card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" config 0x1 "ed" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop The Babbler wrote: > > [I posted this to freebsd-questions a couple days ago but no response so > far. > Also, even though I'm getting confirmation messages for my > subscriptions, I'm > not actually receiving mail for some reason so please include a directy > reply > to me.] > > I'm having some PCMCIA troubles trying to get FreeBSD going on a laptop. > > BACKGROUND: I prefer FreeBSD in general; I even ran it on a laptop in > 1996 or so (I didn't use PCMCIA at the time, so the laptop wasn't a big > issue), but switched to Linux the next year when I got a new computer > that had hardware that FreeBSD didn't support. For multiple reasons, > I'd like to switch back. > > PROBLEM #1: On my firewall machine, which is my old laptop, I want to > use two PCMCIA NICs; FreeBSD seems to basically not believe that one > might want to use two PCMCIA NICs at all. With the help of a local > FreeBSD expert we worked around the FreeBSD scripts for PCMCIA set up > so that we could configure two PCMCIA NICs in terms of having different > IP addresses for them and such. > > However, we can't really get that far because the second card (whichever > one it is) refuses to configure becuase of a "resource conflict." I > found the card data base (pccard.conf) and updated it so that I specify > explicit IRQs that dont' conflict. (I booted Linux and picked the IRQs > that it uses); however, it still says that there is a resource conflict. > The message isn't specific, but there doesn't seem to be any way to > configure > the memory range, so I'm guessing that's the conflict. Any ideas? > > PROBLEM #2: On my "main" machine, I have a Linksys EtherFast 10/100 + > 56K card. I made a first stab at creating the PC Card entry for this, > but my first try didn't work. Linux says it's NE2000 compatible, but > then it says the same thing about every PCMCIA NIC I've ever tried. > Anyway, any ideas about how to go about this? Is there doc on how to > write > a new pccard.conf entry (that is, how to figure out the proper > parameters) > that I might have missed? > > -- > "Brian, the man from babble-on" bts@babbleon.org > Brian T. Schellenberger http://www.babbleon.org > Support http://www.eff.org. Support decss defendents. > Support http://www.programming-freedom.org. Boycott amazon.com. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 8:17:39 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 34BB637B400 for ; Thu, 11 Jan 2001 08:17:22 -0800 (PST) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id D12496A; Thu, 11 Jan 2001 12:17:20 -0400 (AST) Message-ID: <3A5DDC90.C8BF16F@vangelderen.org> Date: Thu, 11 Jan 2001 12:17:20 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gunnar Flygt , mobile@FreeBSD.ORG Subject: Re: Network Card advise (more) References: <20010110162927.C6736@sr.se> <3A5DD545.AC65A4AC@vangelderen.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Jeroen C. van Gelderen" wrote: > > Gunnar Flygt wrote: > > > > I just broke my good old 3Com 3C589C. So I ownder what is the > > recommended cards for my laptop (PCMCIA of course!) > > Buy a 10Mbit Linksys EC2T for $34,- : > http://www.linksys.com/products/product.asp?prid=92&grid=11 > http://www.sparco.com/cgi-bin/wfind2?spn=A519106 > > It uses the ed driver. I've got three of these and I've never > experienced any problems. I knew it: I also have a LinkSys PCMPC100 lying around. This is a PCMCIA 10/100 card. (But keep in mind that the actual performance of this card will be lower than that of an equivalent Cardbus card.) I just tested it for you: works fine at 100Mbps FX mode on a stock 4.2-STABLE system. Same driver (ed) as the EC2T. You can get these for 42 US dollars: http://www.linksys.com/products/product.asp?prid=41&grid=11 http://www.sparco.com/cgi-bin/wfind2?spn=A519966 I've now replaced my EC2T with this one and will see how it works. Cheers, Jeroen -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 8:58:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 3405D37B6A8 for ; Thu, 11 Jan 2001 08:58:14 -0800 (PST) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.9.3/8.9.3) with ESMTP id IAA03650; Thu, 11 Jan 2001 08:57:55 -0800 (PST) (envelope-from bri@sonicboom.org) Date: Thu, 11 Jan 2001 08:57:55 -0800 (PST) From: "Brian W." X-Sender: bri@cx175057-a.ocnsd1.sdca.home.com To: Greg Lehey Cc: Gunnar Flygt , FreeBSD mobile Mailing List Subject: Re: Network Card advise In-Reply-To: <20010111190737.F44170@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ah, thanx for clarification on de cardbus thing. I was wondering about support for that, i am running Linux cuz for now it seems the only nix that'll support my 575bt cardbus 3com/megahertz dowhopper. Bri On Thu, 11 Jan 2001, Greg Lehey wrote: > On Thursday, 11 January 2001 at 9:16:15 +0100, Gunnar Flygt wrote: > > On Thu, Jan 11, 2001 at 08:33:28AM +1030, Greg Lehey wrote: > >> On Wednesday, 10 January 2001 at 16:29:27 +0100, Gunnar Flygt wrote: > >>> I just broke my good old 3Com 3C589C. So I ownder what is the > >>> recommended cards for my laptop (PCMCIA of course!) > >> > >> Just about anything should work. I've tended to go for NE2000 clones. > > > > No, not 3Com Megaherz 10/100 Cardbus, and I also tried a Intel 10/100 > > card. No good. That's why I'm asking :) > > [copying -mobile; there's nothing private in this message, and I need > to clarify for others too] > > Oops, somehow I thought you had said 10 Mb/s. Maybe it was the 3C589C > (BTW, do you still have the dongle?). What I meant was "any 10 Mb/s > card should work". 100 Mb/s cards are still a problem, especially > CardBus and combo cards. I'll let others comment on the state of play > there. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 9:26:56 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from LadaBSD.blu.it (unknown [213.255.45.249]) by hub.freebsd.org (Postfix) with ESMTP id D90A537B404 for ; Thu, 11 Jan 2001 09:26:38 -0800 (PST) Received: from LadaBSD.blu.it (localhost [127.0.0.1]) by LadaBSD.blu.it (8.9.3/8.9.3) with SMTP id SAA01012 for ; Thu, 11 Jan 2001 18:25:12 +0100 (CET) (envelope-from mladavac@surfeu.at) From: Marino Ladavac Reply-To: mladavac@surfeu.at To: freebsd-mobile@freebsd.org Subject: RE: Nokia 7110 data cable Date: Thu, 11 Jan 2001 18:22:20 +0100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01011118251200.01007@LadaBSD.blu.it> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW, this post is done over a modem built into a Nokia 9110, using a serial cable. Standard usermode ppp. Note of warning: only XON XOFF flow control is supported (hardly surprising, since the serial connector on the phone is a 3-terminal only). Regards, Marino Ladavac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 10:51:21 2001 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 CD9A837B400 for ; Thu, 11 Jan 2001 10:51:03 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f0BIonM02758; Thu, 11 Jan 2001 10:50:49 -0800 Date: Thu, 11 Jan 2001 10:50:49 -0800 From: Brooks Davis To: "Brian W." Cc: Greg Lehey , Gunnar Flygt , FreeBSD mobile Mailing List Subject: Re: Network Card advise Message-ID: <20010111105049.C28915@Odin.AC.HMC.Edu> References: <20010111190737.F44170@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bri@sonicboom.org on Thu, Jan 11, 2001 at 08:57:55AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 11, 2001 at 08:57:55AM -0800, Brian W. wrote: > Ah, thanx for clarification on de cardbus thing. I was wondering about > support for that, i am running Linux cuz for now it seems the only nix > that'll support my 575bt cardbus 3com/megahertz dowhopper. Actually, with NEWCARD, CardBus just worked for me when I worked when I tried out my new 3CXFE575CT (10/100 CardBus Ethernet with XJACK). It's only in current, but it's working. I got an xl0 interface and managed 60Mbps on a half-duplex switch. It looks like the day I can switch to NEWCARD for everything isn't that far off. All I really need now is reliable eject and wider 16-bit card support. -- 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 Jan 11 13:55:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 0ECD137B401 for ; Thu, 11 Jan 2001 13:55:16 -0800 (PST) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.9.3/8.9.3) with ESMTP id NAA04081; Thu, 11 Jan 2001 13:54:32 -0800 (PST) (envelope-from bri@sonicboom.org) Date: Thu, 11 Jan 2001 13:54:32 -0800 (PST) From: "Brian W." X-Sender: bri@cx175057-a.ocnsd1.sdca.home.com To: Steve Jorgensen Cc: amarkelov@futures.msk.ru, freebsd-mobile@FreeBSD.ORG Subject: Re: PAO or CURRENT/STABLE/RELEASE In-Reply-To: <200101111516.IAA04307@benson.alb.khoral.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Any luck with ethernet there Steve? Brian On Thu, 11 Jan 2001, Steve Jorgensen wrote: > Alex N. Markelov wrote > >> Hello freebsd-mobile, > >> > >> is there any great differences between PAO3 and > >> 3-STABLE/CURRENT/RELEASE ? I want to install FreeBSD on my ThinkPad > >> 760ED and want to choose one. As I saw at PAO home, they want to add > >> all APM changes in CURRENT cvs tree. Is it already there? > >> > >> Please help what version is better for notebook. > > Well, I don't know about an IBM ThinkPad, but 4-STABLE works > great on my Dell Inspiron 7500. I have full resolution > support in X, as well as sound, and vmware all working on it > under 4.2-STABLE as of about 3 days ago. > > Hope this helps. > > Steve > > -- > ----------------------------------------------------------- > Steven Jorgensen steve@khoral.com steve@spukhaus.com > ------------------------------+---------------------------- > Khoral Inc. | PHONE: (505) 837-6500 > 6200 Uptown Blvd, Suite 200 | FAX: (505) 881-3842 > Albuquerque, NM 87110 | URL: http://www.khoral.com/ > ----------------------------------------------------------- > > > 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 Jan 11 14: 6: 3 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id AFCB037B402 for ; Thu, 11 Jan 2001 14:05:46 -0800 (PST) Received: (from plambert@localhost) by pinky.plambert.net (8.11.1/8.9.3) id f0BM5fN16478 for mobile@freebsd.org; Thu, 11 Jan 2001 14:05:41 -0800 (PST) (envelope-from plambert) Date: Thu, 11 Jan 2001 14:05:41 -0800 From: "Paul M . Lambert" To: mobile@freebsd.org Subject: Anyone having luck with XFree86 4.0.2 on a Savage/MX (Toshiba Tecra 8100)? Message-ID: <20010111140541.A316@pinky.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running out of places to look for information on this, and so I've been reduced to looking here, since I know a lot of the readers of this list have Tecra 8100's. I've seen nothing in the XFree86 mailing lists on these issues. I've built XFree86 4.0.2 from source, and am trying to use the savage driver with my Toshiba Tecra 8100 (a Savage/MX video chip). I'm having all sorts of odd problems. I can get it to come up in 16-bit and look just fine, but clients will dump core a lot: for example, the default xinitrc runs twm, which comes up just fine, but then as soon as I point to a window decoration, it dumps core. xterms will work for a few minutes, and then do the same thing. If I bring the server up in 24-bit or 8-bit modes, it seems to _work_ fine, but the appearance is very broken... hard to describe, but basically the layout is correct (things are located in the correct spots) but the display is very... mottled. Almost speckled. Impossible to use, certainly. Has anyone gotten their Tecra 8100 to work? I'd love to be able to use FreeBSD on this thing and get rid of Windows for good. Thanks for any suggestions and/or help anyone can give. --plambert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 14:57: 6 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 64CAB37B401 for ; Thu, 11 Jan 2001 14:56:46 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id f0BMo5a39611; Thu, 11 Jan 2001 22:50:05 GMT (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id f0BMwan00806; Thu, 11 Jan 2001 22:58:36 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200101112258.f0BMwan00806@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Steven Fletcher Cc: "'freebsd-mobile@freebsd.org'" , brian@Awfulhak.org Subject: Re: Nokia 7110 data cable In-Reply-To: Message from Steven Fletcher of "Thu, 11 Jan 2001 13:23:07 GMT." <277A0E0FE38ED311A66A00A0C9D43A3D1D45B2@data.shellnet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 11 Jan 2001 22:58:36 +0000 From: Brian Somers Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Errum, sorry 'bout my other reply... I didn't read your message fully. Yes, I use a 7110 with a data cable via a com port and it works fine. > Hi all, > = > I'm writing here as a last resort, as I can't seem to find any informat= ion > confirming what I want to ask. > = > I've recently come into possession of a Nokia 7110 which (apparently) h= as a > full 14.4 hardware modem built in, capable of accepting AT commands and= > such. I know FreeBSD dosen't support IrDA (unless this has changed > recently), but a Nokia DLR-3 data cable, which is basically has 9 pin s= erial > port on one end, sells for about =A330 in the UK, and supports modem > connections (unlike the DAU-9P). Question is, does anyone know if it ne= eds > any specific drivers, or if the modem will work using PPP just off the = back > of the com port? I *suspect* that it won't, but don't want to blow mone= y on > something that won't work under FreeBSD. > = > I'm not subscribed to -mobile so if anyone's got any answers please cop= y me > in. Thanks! > = > -- > Steven Fletcher = > stevenf@shellnet.co.uk -- = Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 14:58:30 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 33F8437B400 for ; Thu, 11 Jan 2001 14:58:12 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id f0BMpQa39623; Thu, 11 Jan 2001 22:51:26 GMT (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id f0BMxwn00829; Thu, 11 Jan 2001 22:59:58 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200101112259.f0BMxwn00829@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: "Daniel O'Connor" Cc: Steven Fletcher , "freebsd-mobile@freebsd.org" , brian@Awfulhak.org Subject: Re: Nokia 7110 data cable In-Reply-To: Message from "Daniel O'Connor" of "Fri, 12 Jan 2001 00:02:12 +1030." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jan 2001 22:59:58 +0000 From: Brian Somers Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > On 11-Jan-01 Steven Fletcher wrote: > > connections (unlike the DAU-9P). Question is, does anyone know if it needs > > any specific drivers, or if the modem will work using PPP just off the back > > of the com port? I *suspect* that it won't, but don't want to blow money on > > something that won't work under FreeBSD. > > You will need special software. There is a project at http://www.gnokii.org > (for which I have recently created a new port - yet to be committed) which > supports the 3810, 5110/6110 and others, but not the 7110 :( No, the 7110 has a *real* modem in it. All that's needed is the cable. > --- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 15:16:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from khoral.com (charon.khoral.com [209.75.155.97]) by hub.freebsd.org (Postfix) with ESMTP id A6B6E37B400 for ; Thu, 11 Jan 2001 15:16:14 -0800 (PST) Received: from benson.alb.khoral.com (benson.alb.khoral.com [10.1.2.11]) by khoral.com (8.9.3/8.9.3) with ESMTP id QAA14315; Thu, 11 Jan 2001 16:16:11 -0700 (MST) From: Steve Jorgensen Message-Id: <200101112315.QAA06387@benson.alb.khoral.com> Subject: Re: PAO or CURRENT/STABLE/RELEASE To: bri@sonicboom.org (Brian W.) Date: Thu, 11 Jan 2001 16:15:51 -0700 (MST) Cc: amarkelov@futures.msk.ru, freebsd-mobile@FreeBSD.ORG In-Reply-To: from "Brian W." at Jan 11, 2001 01:54:32 PM 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 Brian W. wrote >> Any luck with ethernet there Steve? >> Yes, I am using both the fxp device in my docking station, and a 3Com 3C574B pccard. Cardbus cards were supported when I was buying hardware for this. They might be now, I haven't really been following it since I'm happy with my current hardware. Steve >> >> On Thu, 11 Jan 2001, Steve Jorgensen wrote: >> >> > Alex N. Markelov wrote >> > >> Hello freebsd-mobile, >> > >> >> > >> is there any great differences between PAO3 and >> > >> 3-STABLE/CURRENT/RELEASE ? I want to install FreeBSD on my ThinkPad >> > >> 760ED and want to choose one. As I saw at PAO home, they want to add >> > >> all APM changes in CURRENT cvs tree. Is it already there? >> > >> >> > >> Please help what version is better for notebook. >> > >> > Well, I don't know about an IBM ThinkPad, but 4-STABLE works >> > great on my Dell Inspiron 7500. I have full resolution >> > support in X, as well as sound, and vmware all working on it >> > under 4.2-STABLE as of about 3 days ago. >> > >> > Hope this helps. -- ----------------------------------------------------------- Steven Jorgensen steve@khoral.com steve@spukhaus.com ------------------------------+---------------------------- Khoral Inc. | PHONE: (505) 837-6500 6200 Uptown Blvd, Suite 200 | FAX: (505) 881-3842 Albuquerque, NM 87110 | URL: http://www.khoral.com/ ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 15:25:26 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id EE57D37B400 for ; Thu, 11 Jan 2001 15:25:08 -0800 (PST) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA20573; Thu, 11 Jan 2001 15:18:13 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA23282; Thu, 11 Jan 2001 15:11:51 -0800 (PST) Received: from btcexc01.btc.adaptec.com (btcexc01 [162.62.147.10]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id QAA17035; Thu, 11 Jan 2001 16:18:10 -0700 (MST) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2650.21) id ; Thu, 11 Jan 2001 16:18:11 -0700 Message-ID: From: "Long, Scott" To: "'Paul M . Lambert '" , "'mobile@freebsd.org '" Subject: RE: Anyone having luck with XFree86 4.0.2 on a Savage/MX (Toshiba Tecra 8100)? Date: Thu, 11 Jan 2001 16:18:11 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Only recently did the XFree86-4 port actually build the Savage driver. Though I dont' have a Tecra 8100, on my HP Pavillion 5190 w/Savage IX-MV, 4.0.2 worked ok with the standard vesa driver, although it was slow. You might want to check what driver X is actually using. If it is using vesa you might try updating the XFree-4 port and rebuilding, or you can go to http://www.probo.com/timr/savage40.html for a prebuilt driver and/or updated sources from what is in the 4.0.2 distribution. That is what I use and it works great, except for DGA mode which the author acknowledges is experimental. Scott -----Original Message----- From: Paul M . Lambert To: mobile@freebsd.org Sent: 1/11/01 3:05 PM Subject: Anyone having luck with XFree86 4.0.2 on a Savage/MX (Toshiba Tecra 8100)? I'm running out of places to look for information on this, and so I've been reduced to looking here, since I know a lot of the readers of this list have Tecra 8100's. I've seen nothing in the XFree86 mailing lists on these issues. I've built XFree86 4.0.2 from source, and am trying to use the savage driver with my Toshiba Tecra 8100 (a Savage/MX video chip). I'm having all sorts of odd problems. I can get it to come up in 16-bit and look just fine, but clients will dump core a lot: for example, the default xinitrc runs twm, which comes up just fine, but then as soon as I point to a window decoration, it dumps core. xterms will work for a few minutes, and then do the same thing. If I bring the server up in 24-bit or 8-bit modes, it seems to _work_ fine, but the appearance is very broken... hard to describe, but basically the layout is correct (things are located in the correct spots) but the display is very... mottled. Almost speckled. Impossible to use, certainly. Has anyone gotten their Tecra 8100 to work? I'd love to be able to use FreeBSD on this thing and get rid of Windows for good. Thanks for any suggestions and/or help anyone can give. --plambert 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 Jan 11 17:18:57 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 54F9E37B400 for ; Thu, 11 Jan 2001 17:18:37 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id LAA07259; Fri, 12 Jan 2001 11:48:17 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <2D3005375CAED31199D00008C784963F01C5556D@ms02.mobilix.dk> Date: Fri, 12 Jan 2001 11:48:16 +1030 (CST) From: "Daniel O'Connor" To: Morten Vinding Nielsen Subject: RE: Nokia 7110 data cable Cc: Steven Fletcher Cc: Steven Fletcher , "freebsd-mobile@freebsd.org" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11-Jan-01 Morten Vinding Nielsen wrote: > That's not correct! > > The Nokia 7110 (unlike 3810, 5110/6110) have built-in modem as Steven > clearly states! > > I do have a 7110 and the DLR-3 cable, but unfortunately I haven't got it to > work in FreeBSD. Hmm OK, my apologies Steven. > When I use tip I can get it to accept AT commands, and I do believe the only > reason I can't get it working, is because my ppp configuration is wrong > (haven't got an ordinary modem working either). Assuming you have a recent version of PPP try the following (please excuse my retarded emailer for wrapping the 'set dial' line) default: set device /dev/cuaa1 set speed 115200 set ctsrts on disable lqr deny lqr set timeout 0 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \\dATDT\\T TIMEOUT 60 CONNECT" myisp: set phone 1234 set authname user set authkey password set openmode active accept chap --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 17:29: 1 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from sm8.texas.rr.com (sm8.texas.rr.com [24.93.35.220]) by hub.freebsd.org (Postfix) with ESMTP id 141F937B401 for ; Thu, 11 Jan 2001 17:28:44 -0800 (PST) Received: from default.austin.rr.com (cs16266-36.austin.rr.com [24.162.66.36]) by sm8.texas.rr.com (8.11.0/8.11.1) with SMTP id f0C1Jns10665 for ; Thu, 11 Jan 2001 19:19:49 -0600 Message-ID: <006e01c07b85$8a8f7c60$2442a218@austin.rr.com> From: "Judy Walsh" To: Subject: Unsubscribe Date: Wed, 10 Jan 2001 22:18:24 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_006B_01C07B53.3FCA52E0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_006B_01C07B53.3FCA52E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Unsubscribe freebsd-mobile ------=_NextPart_000_006B_01C07B53.3FCA52E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Unsubscribe=20 freebsd-mobile
------=_NextPart_000_006B_01C07B53.3FCA52E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 21:19:51 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 728D837B402 for ; Thu, 11 Jan 2001 21:19:33 -0800 (PST) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id GAA94196; Fri, 12 Jan 2001 06:19:28 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id GAA22316; Fri, 12 Jan 2001 06:19:28 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.11.1/8.11.1) id f0C5JSF55239; Fri, 12 Jan 2001 06:19:28 +0100 (CET) (envelope-from gunnar) Date: Fri, 12 Jan 2001 06:19:28 +0100 From: Gunnar Flygt To: "Paul M . Lambert" Cc: mobile@freebsd.org Subject: Re: Anyone having luck with XFree86 4.0.2 on a Savage/MX (Toshiba Tecra 8100)? Message-ID: <20010112061927.B54985@sr.se> Reply-To: Gunnar Flygt References: <20010111140541.A316@pinky.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010111140541.A316@pinky.plambert.net>; from plambert@plambert.net on Thu, Jan 11, 2001 at 02:05:41PM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 11, 2001 at 02:05:41PM -0800, Paul M . Lambert wrote: > I'm running out of places to look for information on this, and so I've > been reduced to looking here, since I know a lot of the readers of this > list have Tecra 8100's. I've seen nothing in the XFree86 mailing > lists on these issues. I've got it running. It seems to have something to do with the scripts who tell what drivers to build. The savage part is there, but something is missing anywa. So here is what I did. I went to the directory where savage driver lives: /usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/drivers/savage/ and there was no Makefile there, so I copied the one in ../s3virge directory. Then I did a `make Makefile`, `make depend`, `make` and copied the resulting savage_drv.o to /usr/X11R6/lib/modules/drivers/ and then just give savage as the driver in /etc/X11/XFree86Config I haven't tried more than 16 bit colour, since that is enough for me, but it should work with 24 bit > > I've built XFree86 4.0.2 from source, and am trying to use the savage > driver with my Toshiba Tecra 8100 (a Savage/MX video chip). > > I'm having all sorts of odd problems. I can get it to come up in 16-bit > and look just fine, but clients will dump core a lot: for example, the > default xinitrc runs twm, which comes up just fine, but then as soon as I > point to a window decoration, it dumps core. xterms will work for a few > minutes, and then do the same thing. > > If I bring the server up in 24-bit or 8-bit modes, it seems to _work_ > fine, but the appearance is very broken... hard to describe, but basically > the layout is correct (things are located in the correct spots) but the > display is very... mottled. Almost speckled. Impossible to use, certainly. > > Has anyone gotten their Tecra 8100 to work? I'd love to be able to > use FreeBSD on this thing and get rid of Windows for good. > > Thanks for any suggestions and/or help anyone can give. > > --plambert > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) o _ _ _ _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 21:23:30 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 911A737B401 for ; Thu, 11 Jan 2001 21:23:12 -0800 (PST) Received: (qmail 25506 invoked by uid 3001); 12 Jan 2001 05:23:02 -0000 Received: from natto.numachi.com (198.175.254.216) by numachi.numachi.com with SMTP; 12 Jan 2001 05:23:02 -0000 Received: (qmail 88756 invoked by uid 1001); 12 Jan 2001 05:23:02 -0000 Date: Fri, 12 Jan 2001 00:23:02 -0500 From: Brian Reichert To: freebsd-mobile@freebsd.org Subject: success with Addtron WAP with FreeBSD with WEP Message-ID: <20010112002302.A88745@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After a fair bit of horsing, I was able to get an Addtron WAP working with my VAIO and an ORiNOCO Gold in 64-bit and 128-bit WEP with FreeBSD 4.1.1-RELEASE. Details are here: Comment are welcome... -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 22:18:53 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3135237B400 for ; Thu, 11 Jan 2001 22:18:36 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0C6IUs78301; Thu, 11 Jan 2001 23:18:30 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101120618.f0C6IUs78301@harmony.village.org> To: Duncan Barclay Subject: Re: pccardd, pccard and memory mapping Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 11 Jan 2001 08:15:21 GMT." References: Date: Thu, 11 Jan 2001 23:18:29 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : How quickly is OLDCARD going to die in -current? Is it worth fixing it in : -current first and then MFC? I'd imagine that OLDCARD will be in -current until all the drivers are converted. There's about 10 to convert that I'm aware of at the moment. So there's enough legs that it would make sense to do a fix in current and MFC after a while. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 22:20:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CD38A37B401 for ; Thu, 11 Jan 2001 22:20:38 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0C6KNs78335; Thu, 11 Jan 2001 23:20:28 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101120620.f0C6KNs78335@harmony.village.org> To: Greg Lehey Subject: Re: Network Card advise Cc: Gunnar Flygt , FreeBSD mobile Mailing List In-reply-to: Your message of "Thu, 11 Jan 2001 19:07:37 +1030." <20010111190737.F44170@wantadilla.lemis.com> References: <20010111190737.F44170@wantadilla.lemis.com> <20010110162927.C6736@sr.se> <20010111083328.F44170@wantadilla.lemis.com> <20010111091614.C27515@sr.se> Date: Thu, 11 Jan 2001 23:20:23 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20010111190737.F44170@wantadilla.lemis.com> Greg Lehey writes: : Oops, somehow I thought you had said 10 Mb/s. Maybe it was the 3C589C : (BTW, do you still have the dongle?). What I meant was "any 10 Mb/s : card should work". 100 Mb/s cards are still a problem, especially : CardBus and combo cards. I'll let others comment on the state of play : there. No. The 100MB cards work great. The pccard (16-bit) ones work on both -current and -stable. This includes many NE-2000-like cards, as well as 3c374. Cardbus cards work relatively well in -current, but there's still lots of issues. You can use them, but things like suspend and automatic running of commands are weak or non-existant. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 22:22:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CEF3737B400 for ; Thu, 11 Jan 2001 22:22:00 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0C6Lns78361; Thu, 11 Jan 2001 23:21:49 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101120621.f0C6Lns78361@harmony.village.org> To: "Jeroen C. van Gelderen" Subject: Re: Network Card advise Cc: Gunnar Flygt , mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 11 Jan 2001 11:46:13 -0400." <3A5DD545.AC65A4AC@vangelderen.org> References: <3A5DD545.AC65A4AC@vangelderen.org> <20010110162927.C6736@sr.se> Date: Thu, 11 Jan 2001 23:21:49 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A5DD545.AC65A4AC@vangelderen.org> "Jeroen C. van Gelderen" writes: : Gunnar Flygt wrote: : > : > I just broke my good old 3Com 3C589C. So I ownder what is the : > recommended cards for my laptop (PCMCIA of course!) : : Buy a 10Mbit Linksys EC2T for $34,- : : http://www.linksys.com/products/product.asp?prid=92&grid=11 : http://www.sparco.com/cgi-bin/wfind2?spn=A519106 : : It uses the ed driver. I've got three of these and I've never : experienced any problems. If you are in the US, you can usually find something on ebay. 3c589 run for about $15 there. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 22:25:43 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id CE7CF37B400 for ; Thu, 11 Jan 2001 22:25:25 -0800 (PST) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id UAA54031 for ; Thu, 11 Jan 2001 20:25:16 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Thu, 11 Jan 2001 20:25:16 -1000 (HST) From: Vincent Poy To: FreeBSD mobile Mailing List Subject: IBM ThinkPad 770Z 9549-8AU 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 Greetings: Does anyone know if the IBM ThinkPad 770Z 9549-8AU will work fine with FreeBSD and is there any issues with the latest bios? Also, is the 3Com 3CCFEM656B CardBus 56k modem + 10/100 LAN PCMCIA card compatible? Thanks. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 11 23:10: 3 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 866A837B400 for ; Thu, 11 Jan 2001 23:09:44 -0800 (PST) Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C8C6E30A3 for ; Thu, 11 Jan 2001 23:09:44 -0800 (PST) Received: (from plambert@localhost) by pinky.plambert.net (8.11.1/8.9.3) id f0C78bU57959 for mobile@freebsd.org; Thu, 11 Jan 2001 23:08:37 -0800 (PST) (envelope-from plambert) Date: Thu, 11 Jan 2001 23:08:37 -0800 From: "Paul M . Lambert" To: mobile@freebsd.org Subject: Re: Anyone having luck with XFree86 4.0.2 on a Savage/MX (Toshiba Tecra 8100)? Message-ID: <20010111230837.D316@pinky.plambert.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 11 Jan 2001, Long, Scott wrote: > Only recently did the XFree86-4 port actually build the Savage driver. > Though I dont' have a Tecra 8100, on my HP Pavillion 5190 w/Savage IX-MV, > 4.0.2 worked ok with the standard vesa driver, although it was slow. You > might want to check what driver X is actually using. If it is using vesa > you might try updating the XFree-4 port and rebuilding, or you can go to > http://www.probo.com/timr/savage40.html for a prebuilt driver and/or updated > sources from what is in the 4.0.2 distribution. That is what I use and it > works great, except for DGA mode which the author acknowledges is > experimental. > > Scott The Savage driver was built correctly, and that's what I was trying to use. I grabbed the binary from the page you mention (many thanks to the author!) and it worked. I'm going to rebuild with the source (I'm a bit of a build-from-source snob sometimes) and see how it goes. --plambert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 6:35:44 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id D336137B404; Fri, 12 Jan 2001 06:35:20 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id QAA29831; Fri, 12 Jan 2001 16:35:13 +0200 (EET) Received: from stekt56 (stekt56 [130.231.60.96]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id f0CEZCI28185; Fri, 12 Jan 2001 16:35:13 +0200 (EET) Date: Fri, 12 Jan 2001 16:35:12 +0200 (EET) From: Ana Romero X-Sender: To: Mobile FreeBSD , Questions FreeBSD Subject: WaveLAN cards detected but not network 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, I have a private network with a laptop with WaveLAN card installed and a PC with two cards, WaveLAN card and Ethernet 3Com. In the PC both cards are in the same network, WaveLAN card is joined to the network by IP-aliases. The NIC is detected normally and I can ping my own IP Address in the three cards. But when I try to ping to the other computer it prints "host is down". Does anybody know what the problem is and how I can solve it? Thank you in advance. Some information: ----In laptop-----: /etc/rc.conf: network_interfaces="auto" pccard_ifconfig="inet 192.168.2.3 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" defaultrouter="192.168.2.52" hostname="laptop1" /etc/hosts: ::1 localhost.mynet.fi localhost 127.0.0.1 localhost.mynet.fi localhost 192.168.1.3 laptop1 laptop.mynet.fi 192.168.1.15 pc1 pc1.mynet.fi #WaveLAN 192.168.1.11 pc1 pc1.mynet.fi #Ethernet ifconfig wi0: wi0: flags=8843 mtu 1500 inet 192.168.2.3 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::260:1dff:fef6:7e73%wi0 prefixlen 64 scopeid 0xa ether 00:60:1d:f6:7e:73 netstat -r: Routing tables Internet: Destination Gateway Flags Netif Expire default 192.168.2.52 UGSc wi0 localhost localhost UH lo0 192.168.2 link#10 UC wi0 => 192.168.2.52 link#10 UHLW wi0 => ----In pc1-----: /etc/rc.conf: network_interfaces="ep0 wi0 lo0" pccard_ifconfig="inet 192.168.2.15 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" defaultrouter="192.168.2.52" hostname="pc1" ifconfig_ep0="inet 192.168.2.11 netmask 255.255.255.0" /etc/hosts: 127.0.0.1 localhost.mynet.fi localhost 192.168.1.15 pc1 pc1.mynet.fi #WaveLAN 192.168.1.11 pc1 pc1.mynet.fi #Ethernet 192.168.1.3 laptop1 laptop.mynet.fi ifconfig ep0: ep0: flags=8843 mtu 1500 inet 192.168.2.11 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::2a0:24ff:fe3e:ef73%ep0 prefixlen 64 scopeid 0x2 ether 00:a0:24:3e:ef:73 media: 10baseT/UTP supported media: 10base2/BNC 10baseT/UTP ifconfig wi0: wi0: flags=8843 mtu 1500 inet 192.168.2.15 netmask 0xfffffff broadcast 192.168.1.255 inet6 fe80::202:2dff:fe0d:4ae6%wi0 prefixlen 64 scopeid 0xc ether 00:02:2d:0d:4a:e6 netstat -rn: Routing tables Internet: Destination Gateway Flags Netif Expire default 192.168.2.52 UGSc ep0 127.0.0.1 127.0.0.1 UH lo0 192.168.2 link#2 UC ep0 => 192.168.2.11 0:a0:24:3e:ef:73UHLW lo0 192.168.2.15 0:2:2d:d:4a:e6 UHLW lo0 => 192.168.2.15/32 link#12 UC wi0 => To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 7:54:29 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id DC77237B69C; Fri, 12 Jan 2001 07:54:09 -0800 (PST) Received: from fedde (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.0/8.11.0) with ESMTP id f0CFrtI77533; Fri, 12 Jan 2001 08:53:55 -0700 (MST) Message-Id: <200101121553.f0CFrtI77533@fedde.littleton.co.us> To: Ana Romero Cc: Mobile FreeBSD , Questions FreeBSD Subject: Re: WaveLAN cards detected but not network In-Reply-To: From: Chris Fedde Date: Fri, 12 Jan 2001 08:53:55 -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12 Jan 2001 16:35:12 +0200 (EET) Ana Romero wrote: +------------------ | Hi, | | I have a private network with a laptop with WaveLAN card installed and a | PC with two cards, WaveLAN card and Ethernet 3Com. In the PC both cards are | in the same network, WaveLAN card is joined to the network by IP-aliases. | The NIC is detected normally and I can ping my own IP Address | in the three cards. But when I try to ping to the other computer it prints | "host is down". | | Does anybody know what the problem is and how I can solve it? | Thank you in advance. | | Some information: +------------------ I'm concerned by your statement that both cards in the PC are in the same network. If I was trying to isolate the problem I'd have each card in the PC on a different /24. Say the 3com on 192.168.2.x and the wavelan card in the pc and the one in the laptop on 192.168.3.x. YMMV chris -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 7:57:18 2001 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 BF8C437B69C for ; Fri, 12 Jan 2001 07:56:58 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 3.16 #1) id 14H6ZN-000BIA-00; Fri, 12 Jan 2001 07:56:49 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ana Romero Cc: FreeBSD Laptoppers Subject: Re: WaveLAN cards detected but not network References: <200101121553.f0CFrtI77533@fedde.littleton.co.us> Message-Id: Date: Fri, 12 Jan 2001 07:56:49 -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have a private network with a laptop with WaveLAN card installed and a > PC with two cards, WaveLAN card and Ethernet 3Com. In the PC both cards are > in the same network, WaveLAN card is joined to the network by IP-aliases. > The NIC is detected normally and I can ping my own IP Address > in the three cards. But when I try to ping to the other computer it prints > "host is down". send results of 'ifconfig -a' and tell us the ip address of the host you're trying to ping. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 7:59:43 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D53D37B6A3; Fri, 12 Jan 2001 07:59:14 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id RAA04071; Fri, 12 Jan 2001 17:59:12 +0200 (EET) Received: from stekt56 (stekt56 [130.231.60.96]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id f0CFxCI05019; Fri, 12 Jan 2001 17:59:12 +0200 (EET) Date: Fri, 12 Jan 2001 17:59:12 +0200 (EET) From: Ana Romero X-Sender: To: Chris Fedde Cc: Mobile FreeBSD , Questions FreeBSD Subject: Re: WaveLAN cards detected but not network In-Reply-To: <200101121553.f0CFrtI77533@fedde.littleton.co.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12 Jan 2001, Chris Fedde wrote: >On Fri, 12 Jan 2001 16:35:12 +0200 (EET) Ana Romero wrote: > +------------------ > | Hi, > | > | I have a private network with a laptop with WaveLAN card installed and a > | PC with two cards, WaveLAN card and Ethernet 3Com. In the PC both cards are > | in the same network, WaveLAN card is joined to the network by IP-aliases. > | The NIC is detected normally and I can ping my own IP Address > | in the three cards. But when I try to ping to the other computer it prints > | "host is down". > | > | Does anybody know what the problem is and how I can solve it? > | Thank you in advance. > | > | Some information: > +------------------ > >I'm concerned by your statement that both cards in the PC are in the same >network. If I was trying to isolate the problem I'd have each >card in the PC on a different /24. Say the 3com on 192.168.2.x and the >wavelan card in the pc and the one in the laptop on 192.168.3.x. > I tried to say that the three cards have this IP: 192.168.2.x >YMMV >chris > >-- > Chris Fedde > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 9:44:22 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C462C37B400 for ; Fri, 12 Jan 2001 09:44:04 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0CHhss81894; Fri, 12 Jan 2001 10:43:54 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101121743.f0CHhss81894@harmony.village.org> To: Vincent Poy Subject: Re: IBM ThinkPad 770Z 9549-8AU Cc: FreeBSD mobile Mailing List In-reply-to: Your message of "Thu, 11 Jan 2001 20:25:16 -1000." References: Date: Fri, 12 Jan 2001 10:43:54 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Vincent Poy writes: : Also, is the : 3Com 3CCFEM656B CardBus 56k modem + 10/100 LAN PCMCIA card compatible? The 656B LAN side works on FreeBSD. The modem doesn't. But only in current. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 10: 8:36 2001 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 3FFC537B402; Fri, 12 Jan 2001 10:08:14 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f0CI87x29903; Fri, 12 Jan 2001 10:08:07 -0800 Date: Fri, 12 Jan 2001 10:08:07 -0800 From: Brooks Davis To: Ana Romero Cc: Mobile FreeBSD , Questions FreeBSD Subject: Re: WaveLAN cards detected but not network Message-ID: <20010112100807.A20792@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 anar@ees2.oulu.fi on Fri, Jan 12, 2001 at 04:35:12PM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 12, 2001 at 04:35:12PM +0200, Ana Romero wrote: > I have a private network with a laptop with WaveLAN card installed and a > PC with two cards, WaveLAN card and Ethernet 3Com. In the PC both cards are > in the same network, WaveLAN card is joined to the network by IP-aliases. > The NIC is detected normally and I can ping my own IP Address > in the three cards. But when I try to ping to the other computer it prints > "host is down". You can't do this.[0] They must be on different networks. If the WaveLAN card were a normal Ethernet card, you could achieve this effect with bridging, but WaveLAN cards are configured such that they can not be used to bridge Ethernet networks. If you want a bridged wired and wireless network you must use an access point. -- Brooks [0] Actually, you might be able to implement a truly evil hack with ARP proxying if you only need IP traffic, but it would be ugly, fragile and a true pain in the ass. You're not likely to find anyone to help with implementing this system, but if with enough knowledge and thought it should be possible. -- 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 Fri Jan 12 16:25:45 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id DBB5A37B400 for ; Fri, 12 Jan 2001 16:25:27 -0800 (PST) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id OAA75768; Fri, 12 Jan 2001 14:24:00 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Fri, 12 Jan 2001 14:24:00 -1000 (HST) From: Vincent Poy To: Warner Losh Cc: FreeBSD mobile Mailing List Subject: Re: IBM ThinkPad 770Z 9549-8AU In-Reply-To: <200101121743.f0CHhss81894@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12 Jan 2001, Warner Losh wrote: > In message > Vincent > Poy writes: > : Also, is the > : 3Com 3CCFEM656B CardBus 56k modem + 10/100 LAN PCMCIA card compatible? > > The 656B LAN side works on FreeBSD. The modem doesn't. But only in > current. Thanks Warner... I'm not too concerned about the modem side since on this machine, even in windows, the built in modem which uses licensed 3Com/USR code is able to hit 46k. The ones on PCMCIA plugged into this machine regardless of brand since someone tried an Intel, Xircom and I tried two cards and it never went above 38k. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 19:50:58 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id A543637B400; Fri, 12 Jan 2001 19:50:40 -0800 (PST) Received: from math.missouri.edu ([24.12.197.197]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010113035040.MUOQ29808.femail5.sdc1.sfba.home.com@math.missouri.edu>; Fri, 12 Jan 2001 19:50:40 -0800 Message-ID: <3A5FD090.E035557F@math.missouri.edu> Date: Fri, 12 Jan 2001 21:50:40 -0600 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG, freebsd-mobile@freebsd.org Subject: disable mousepad taps on Dell Inspiron Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have submitted another PR describing how to do this: http://www.freebsd.org/cgi/query-pr.cgi?pr=24299 I now know quite a few people who would like something like this. The old PR I submitted regarding this is now out of date. Could someone please commit this (and the required co-PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=20352 ) or something like this? Thanks, Stephen -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 12 21:56:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail7.nc.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id F168237B401 for ; Fri, 12 Jan 2001 21:55:57 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 13 Jan 2001 00:55:55 -0500 Message-ID: <3A5FED36.661464FB@babbleon.org> Date: Sat, 13 Jan 2001 00:52:54 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: Re: PCMCIA Qs: The saga continues (EC2T won't work) References: <3A5D3979.C0B0D2EF@babbleon.org> <3A5DD9B1.C6842356@babbleon.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On the advice of Mr. Greg Smith, I tried using one Linksys EC2T card along with one of the 3com cards. But I'm having the experience I had before when I tried the EC2T card: it just plain don't work for me. I can insert it and it seems to be successful, but as soon as I actually try to do any i/o to the card, I get the message ed1: device timeout So if I put the ed1 card on the internal network connection and the ep0 card on the external connection, then my gateway can talk to the internet fine but as soon as "ping" to the internal network I get the timeout message and the pings all fail. Or I can put the ed1 card on the external network and the ep0 card on the external connection and then I can ping internally just fine but as soon as I try to connect to the external network (since it uses DHCP), I get the timeout message and I never even acquire a valid address. This was why I tried switching the second card to a 3com card in the first place: The 3com card is the only one I've tried that I can get to work. (I've tried two 3com cards; both work. Two linksys cards; both fail. But I can't use two 3com cards together. This is getting very frustrating.) While I'm at it, perhaps another bit of advice would be available from the group . . . Although I can ping internally (if I use the 3com card) if I configure static IP addresses, I can't get the dhcpd to work properly. I'm just saying dhcpd ep0 in my rc.local file. The dhcpd does seem to be running, and if I pop out the card it complains bitterly, but my Linux box never actually sees the address information being served up; it makes both DHCPREQUEST and DHCPDISCOVER calls but FreeBSD never seems to answer (or at least there's no response it can hear--I should check the logs on the FreeBSD box to see whether it knows it got a request or not). And of course, that familar refrain . . . "it work on Linux!" (But I can't get IPX tunneling to work under Linux, which is why I'm bothering to do all this in the first place.) Is there anything more to it? I notice that my (working) Linux configuration uses the command daemon /usr/bin/dhcpd eth1 Do I need something like this? (It's not a command I'd heard of before, and there's no man page for it under Linux; I can't readily check FreeBSD--I have to boot the firewall under Linux to send mail, and I don't have my other FreeBSD box set up enough to send & receive mail.) The Babbler wrote: > > My apologies. I was clearly unclear. > > First, I'm getting mailing list messages now. For some reason I never > got them when I subscribed to freebsd-questions (which was ok since it > is gateway to a newsgroup), but it's working for freebsd-mobile. > > I have two 3com cards, but not two identical 3com cards--I had already > figured that two identical cards was asking for trouble so I > deliberately avoided that. > > To make this clear, here is the /etc/pccard.conf file I created. > > The first two entries are the two cards I'm trying to get working on my > gateway/firewall. They seem to work fine by themselves, and are simply > copies of the "standard" entries from /etc/defaults/pccard.conf, only > with the IRQs updated so as not to conflict. But whenever I insert both > cards I get a message that there's a resource conflict and the second > one doesn't "take." > > The third entry is the Linksys entry I created. It's like the Linksys > entries in the /etc/defaults file but with the strings updated. The > updated strings work fine; the card is now recognized but it says "CIS > was not found" when I insert it. > > # This is the Cable-modem card I got. > # 3Com Etherlink III 3CXE589EC > # 3Com Etherlink III 3CXE589ET > card "3Com" "Megahertz 589E" > # config 0x1 "ep" ? > # config auto "ep" ? > config 0x1 "ep" 3 > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > # This is the 3com card with the huge dongle. > # 3Com Etherlink III 3C589B, 3C589C > card "3Com Corporation" "3C589" > # config 0x1 "ep" ? > # config auto "ep" ? > # config auto "ep" ? > config 0x1 "ep" 9 > insert /etc/pccard_ether $device start -link0 link1 > # insert /etc/pccard_ether $device start link0 -link1 > remove /etc/pccard_ether $device stop > > # This is the Linksys card I have, with the fat holder. > card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > config 0x1 "ed" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > The Babbler wrote: > > > > [I posted this to freebsd-questions a couple days ago but no response so > > far. > > Also, even though I'm getting confirmation messages for my > > subscriptions, I'm > > not actually receiving mail for some reason so please include a directy > > reply > > to me.] > > > > I'm having some PCMCIA troubles trying to get FreeBSD going on a laptop. > > > > BACKGROUND: I prefer FreeBSD in general; I even ran it on a laptop in > > 1996 or so (I didn't use PCMCIA at the time, so the laptop wasn't a big > > issue), but switched to Linux the next year when I got a new computer > > that had hardware that FreeBSD didn't support. For multiple reasons, > > I'd like to switch back. > > > > PROBLEM #1: On my firewall machine, which is my old laptop, I want to > > use two PCMCIA NICs; FreeBSD seems to basically not believe that one > > might want to use two PCMCIA NICs at all. With the help of a local > > FreeBSD expert we worked around the FreeBSD scripts for PCMCIA set up > > so that we could configure two PCMCIA NICs in terms of having different > > IP addresses for them and such. > > > > However, we can't really get that far because the second card (whichever > > one it is) refuses to configure becuase of a "resource conflict." I > > found the card data base (pccard.conf) and updated it so that I specify > > explicit IRQs that dont' conflict. (I booted Linux and picked the IRQs > > that it uses); however, it still says that there is a resource conflict. > > The message isn't specific, but there doesn't seem to be any way to > > configure > > the memory range, so I'm guessing that's the conflict. Any ideas? > > > > PROBLEM #2: On my "main" machine, I have a Linksys EtherFast 10/100 + > > 56K card. I made a first stab at creating the PC Card entry for this, > > but my first try didn't work. Linux says it's NE2000 compatible, but > > then it says the same thing about every PCMCIA NIC I've ever tried. > > Anyway, any ideas about how to go about this? Is there doc on how to > > write > > a new pccard.conf entry (that is, how to figure out the proper > > parameters) > > that I might have missed? > > > > -- > > "Brian, the man from babble-on" bts@babbleon.org > > Brian T. Schellenberger http://www.babbleon.org > > Support http://www.eff.org. Support decss defendents. > > Support http://www.programming-freedom.org. Boycott amazon.com. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > -- > "Brian, the man from babble-on" bts@babbleon.org > Brian T. Schellenberger http://www.babbleon.org > Support http://www.eff.org. Support decss defendents. > Support http://www.programming-freedom.org. Boycott amazon.com. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 11:43:59 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 9565937B401 for ; Sat, 13 Jan 2001 11:43:41 -0800 (PST) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.11.1/8.11.1) with ESMTP id f0DJLep01842; Sat, 13 Jan 2001 19:21:40 GMT (envelope-from noway@nohow.demon.co.uk) Date: Sat, 13 Jan 2001 19:21:34 +0000 (GMT) From: Jose Marques To: Morten Vinding Nielsen Cc: "'Daniel O'Connor'" , "'freebsd-mobile@freebsd.org'" , Steven Fletcher Subject: RE: Nokia 7110 data cable In-Reply-To: <2D3005375CAED31199D00008C784963F01C5556D@ms02.mobilix.dk> Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 11 Jan 2001, Morten Vinding Nielsen wrote: > When I use tip I can get it to accept AT commands, and I do believe > the only reason I can't get it working, is because my ppp > configuration is wrong (haven't got an ordinary modem working either). I use kernel PPP. Virtually everything is as for a standard modem connection. I use the following init strings (nicked from Windows): For analogue connections: AT&FV1E0&D2&S0&C1S0=0 ATS7=60+CBST=0,0,1;+DS=3,0;&K3 For digital connections: AT&FV1E0&D2&S0&C1S0=0 ATS7=60+CBST=71,0,1;+DS=3,0;&K3 I specify the device as: /dev/cuaa0 19200 -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 12: 5:40 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 909A337B404 for ; Sat, 13 Jan 2001 12:05:23 -0800 (PST) Received: (from pete@localhost) by ns.altadena.net (8.11.1/8.8.8) id f0DK52707455 for mobile@freebsd.org; Sat, 13 Jan 2001 12:05:02 -0800 (PST) (envelope-from pete) From: Pete Carah Message-Id: <200101132005.f0DK52707455@ns.altadena.net> Subject: NEWCARD vs Lucent WaveLan To: mobile@freebsd.org Date: Sat, 13 Jan 2001 12:05:02 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org NEWCARD isn't well documented :-)... Is if_wi in the newcard framework, and/or is there a way to get pccardd to work with newcard? If not, I could perhaps take a crack at newcard'ifying if_wi? (given identified sources for another network card that was done right...) I'm using current with a cvsup as of today (1/13). Tend to cvsup on weekends but can more often. -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 12:22:32 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from onizuka.vmunix.org (onizuka.vmunix.org [194.221.152.19]) by hub.freebsd.org (Postfix) with ESMTP id 81CB037B6A3 for ; Sat, 13 Jan 2001 12:22:16 -0800 (PST) Received: from localhost (531 bytes) by onizuka.vmunix.org via sendmail with stdio (sender: ) (ident using unix) id for ; Sat, 13 Jan 2001 21:22:31 +0100 (CET) Message-Id: From: torstenb@vmunix.org (Torsten Blum) Subject: ELSA Airlancer MC-11 To: freebsd-mobile@freebsd.org Date: Sat, 13 Jan 2001 21:22:31 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I got a ELSA Airlancer MC-11 (802.11 WaveLan, PCMCIA card) to play with during the weekend. It seems to be a Lucent OEM and works just fine with wi(4). I'll commit the change to pccard.conf tomorrow. -tb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 13:46: 4 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9AF5537B402 for ; Sat, 13 Jan 2001 13:45:46 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0DLjjs94189 for ; Sat, 13 Jan 2001 14:45:46 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101132145.f0DLjjs94189@harmony.village.org> To: mobile@freebsd.org Subject: wd based nic cards Date: Sat, 13 Jan 2001 14:45:45 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been buying random nic cards on ebay for a while now. I have several examples of ne-2000 and linksys, but none of wd80x3 nor the newer ax88190. I can get a decent list of the ax cards (3 have the flags on it), but none of the wd80x3. Can anybody point me at pccard wd80x3 based cards? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 14:38:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 45CBC37B699 for ; Sat, 13 Jan 2001 14:37:53 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010113223752.DNCJ6427.mta01-svc.ntlworld.com@dmlb.org>; Sat, 13 Jan 2001 22:37:52 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14HZJ2-0003Ky-00; Sat, 13 Jan 2001 22:37:52 +0000 Content-Length: 929 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101132005.f0DK52707455@ns.altadena.net> Date: Sat, 13 Jan 2001 22:37:52 -0000 (GMT) From: Duncan Barclay To: Pete Carah Subject: RE: NEWCARD vs Lucent WaveLan Cc: mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 13-Jan-01 Pete Carah wrote: > NEWCARD isn't well documented :-)... Is if_wi in the newcard framework, > and/or is there a way to get pccardd to work with newcard? Part of the point of NEWCARD is to remove the need for pccardd. The idea is that the drivers themselves will assign resources etc. If if_wi uses the newbus klduge parts of OLDCARd, then assuming that NEWCARD identifies the card okay the driver itself should work. > If not, I could perhaps take a crack at newcard'ifying if_wi? (given > identified sources for another network card that was done right...) > > I'm using current with a cvsup as of today (1/13). Tend to cvsup on > weekends but can more often. > > -- Pete Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 15:35:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail7.nc.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 4A80D37B400 for ; Sat, 13 Jan 2001 15:34:57 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 13 Jan 2001 18:34:50 -0500 Message-ID: <3A60E564.1190A2FF@babbleon.org> Date: Sat, 13 Jan 2001 18:31:48 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: Sean O'Connell , freebsd-mobile@freebsd.org, gregsmith59@hotmail.com Subject: Re: PCMCIA Qs: The saga continues (EC2T won't work) References: <3A5D3979.C0B0D2EF@babbleon.org> <3A5DD9B1.C6842356@babbleon.org> <3A5FED36.661464FB@babbleon.org> <20010113150413.K90173@stat.Duke.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oh boy, is this ever getting confusing . . . 1. I should have clarified here, but my pccard.conf file, of course, doesn't really have an entry for ed0/ed1; I'm getting that from the default still. I hadn't tried mucking with that. In fact, I didn't think to mess with pccard.conf until I got the explicit "resource conflict" message from the two 3com cards. But for the two 3com cards I tried setting them to 1/2 2/1 & numerous other combinations, without any success. 2. If the "device timeout" suggests a conflict, then I should probably try the same strategy I tried there: see what IRQs Linux assigns and then try the same ones under FreeBSD. I must admit I'm not very clueful about how to avoid IRQ conflicts; I'm used to more "user-friendly" operating systems, like Windows and Linux, which just sort of "auto-magically" solve these things for me. I've heard of people having to know where interrupts where and such back in the DOS days, but it's an art of which I am totally naive. I don't even know how to tell what IRQs are in use by what devices, except under Windows. (My wife's shown me since it's come up with something there.) Under Linux I've never, ever had to worry about it--it's always just worked with no fiddling on my part. 3. I rebuilt a kernel without the spurious ed0 . . . junk (simplified just to "device ed"). The only effect this has is to change the message to ed0: device timeout instead of "ed1", which isn't much of an improvement. (Though perhaps 0's look a little more aesthetically pleasing than 1's . . .) The firewall machine (Hyperdata, in case you were wondering) doesn't have a builtin modem or anything funky like that, but might have an odd address for the sound card or something, I suppose. 4. I tried using the the Linksys card in my workstation laptop (Dell); it works fine there. I'm not sure whether this suggests a fundamental hardware problem with the other laptop or an IRQ conflict, but since it works fine under Linux, I suppose it argues for the latter. 5. I will try pccard dumpcis when I reboot to FreeBSD next time and see if it provides any helpful clues. 6. I believe that I *was* tying the dhcp to the internal NIC; I was saying dhcp ed1 (or whatever I was trying for the internal NIC at that moment). That's correct, isn't it? 7. While I'm at it, what's the "conventional" place to locate a "run at the end of the startup sequence" file under FreeBSD? (Yeah, I know; I should look this up, but since I'm posting anyway . . .) That is, I'd create an "rc.local" for most Linux distributions, but FreeBSD doesn't "seem" to be running rc.local, so I'm thinking it's expecting something else. I know about rc.conf.local; I'm using that, but I want something that runs at the end rather than the beginning. 8. Thank you to everybody who has responded for all of your help with this! 9. If there's a tutorial for doing this that I missed that would go over all of this, please feel free to point it out. I tried to search in the handbook and the mailing lists for these particular problems and I didn't find solutions, but I might not have done a good job of looking. 10. There is no point 10, but after a 9-point missive I couldn't resist bringing it up to an even 10. Sean O'Connell wrote: > > The Babbler stated: > : > : On the advice of Mr. Greg Smith, I tried using one Linksys EC2T card > : along with one of the 3com cards. > : > : But I'm having the experience I had before when I tried the EC2T card: > : it just plain don't work for me. > : > : I can insert it and it seems to be successful, but as soon as I actually > : try to do any i/o to the card, I get the message > : > : ed1: device timeout > : > : So if I put the ed1 card on the internal network connection and the ep0 > : card on the external connection, then my gateway can talk to the > : internet fine but as soon as "ping" to the internal network I get the > : timeout message and the pings all fail. > : > : Or I can put the ed1 card on the external network and the ep0 card on > : the external connection and then I can ping internally just fine but as > : soon as I try to connect to the external network (since it uses DHCP), I > : get the timeout message and I never even acquire a valid address. > : > : This was why I tried switching the second card to a 3com card in the > : first place: The 3com card is the only one I've tried that I can get to > : work. (I've tried two 3com cards; both work. Two linksys cards; both > : fail. But I can't use two 3com cards together. This is getting very > : frustrating.) > : > : While I'm at it, perhaps another bit of advice would be available from > : the group . . . > : Although I can ping internally (if I use the 3com card) if I configure > : static IP addresses, > : I can't get the dhcpd to work properly. I'm just saying > : > : dhcpd ep0 > : > : in my rc.local file. The dhcpd does seem to be running, and if I pop > : out the card it complains bitterly, but my Linux box never actually sees > : the address information being served up; it makes both DHCPREQUEST and > : DHCPDISCOVER calls but FreeBSD never seems to answer (or at least > : there's no response it can hear--I should check the logs on the FreeBSD > : box to see whether it knows it got a request or not). > : > : And of course, that familar refrain . . . "it work on Linux!" > : > : (But I can't get IPX tunneling to work under Linux, which is why I'm > : bothering to do all this in the first place.) > : > : Is there anything more to it? I notice that my (working) Linux > : configuration uses the command > : > : daemon /usr/bin/dhcpd eth1 > : > : Do I need something like this? (It's not a command I'd heard of before, > : and there's no man page for it under Linux; I can't readily check > : FreeBSD--I have to boot the firewall under Linux to send mail, and I > : don't have my other FreeBSD box set up enough to send & receive mail.) > > There are several things going on here. First off, there is an irq > problem (ed1: timeout). Secondly, the NIC will attach as ed0 if you > make a small kernel tweak (change "device ed0 at ..." to just "device ed") > this will let the card be ed0. The irq problem is that you neeed to > designate a free irq for each NIC card and one for the controller (pcic0) > if you are not in polling mode. > > You need to know what irqs are free and add that as an irq line in > your /etc/pccard.conf. The two 3Com cards should work together if > you force add two separate config tuples to your pccard.conf. I still > think the problem is most likely the irq issue. > > As for getting the dhcp server to start, you need to tie it to > the internal nic and the other to be the external. This is far > simpler if one is an ep device and the other is ed (no abstracted > interface): > > Hmm... looking at the pccard.conf file (that I zapped :) on line, > I see that you are using two different 3Com types: > > irq 3 9 > > # This is the Cable-modem card I got. > # 3Com Etherlink III 3CXE589EC > # 3Com Etherlink III 3CXE589ET > card "3Com" "Megahertz 589E" > config 0x1 "ep" ? > insert /etc/pccard_ether $device start > insert /sbin/dhclient $device > remove kill -9 `cat /var/run/dhclient.pid` > remove /etc/pccard_ether $device stop > > # This is the 3com card with the huge dongle. > # 3Com Etherlink III 3C589B, 3C589C > card "3Com Corporation" "3C589" > config 0x2 "ep" ? > insert /etc/pccard_ether $device start -link0 link1 > insert /usr/bin/dhcpd $device > remove kill -9 `cat /var/run/dhcpd.pid` > remove /etc/pccard_ether $device stop > > (the 0x2 is made up in the second entry since I am not sure if > it will work or not .. need the output from pccardc dumpcis) > > HTH > S > -- > 1--------01---------01--------01--------01--------01--------01--------0 > Sean O'Connell sean@stat.Duke.EDU -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 21: 4:27 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from wilson.acpub.duke.edu (wilson.acpub.duke.edu [152.3.233.69]) by hub.freebsd.org (Postfix) with ESMTP id 3BDCD37B792 for ; Sat, 13 Jan 2001 21:04:08 -0800 (PST) Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) by wilson.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id AAA02413; Sun, 14 Jan 2001 00:03:53 -0500 (EST) Received: (from sto@localhost) by bobzilla.adsl.duke.edu (8.11.1/8.11.1) id f0E53sh90971; Sun, 14 Jan 2001 00:03:54 -0500 (EST) (envelope-from sto) Date: Sun, 14 Jan 2001 00:03:54 -0500 From: "Sean O'Connell" To: FreeBSD mobile , The Babbler Subject: Re: PCMCIA Qs: The saga continues (EC2T won't work) Message-ID: <20010114000354.B90905@stat.Duke.EDU> Reply-To: "Sean O'Connell" Mail-Followup-To: Sean O'Connell , FreeBSD mobile , The Babbler References: <3A5D3979.C0B0D2EF@babbleon.org> <3A5DD9B1.C6842356@babbleon.org> <3A5FED36.661464FB@babbleon.org> <20010113150413.K90173@stat.Duke.EDU> <3A60E564.1190A2FF@babbleon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A60E564.1190A2FF@babbleon.org>; from bts@babbleon.org on Sat, Jan 13, 2001 at 06:31:48PM -0500 X-Organization: House of Schmutzli X-Kitties: Bitty Maya CJ Keisha Jacob Hopey X-Hounds: Bob Sheana X-OS-of-Choice: FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Babbler stated: : : 1. I should have clarified here, but my pccard.conf file, of course, : doesn't really have an entry for ed0/ed1; I'm getting that from the : default still. I hadn't tried mucking with that. In fact, I didn't : think to mess with pccard.conf until I got the explicit "resource : conflict" message from the two 3com cards. But for the two 3com cards I : tried setting them to 1/2 2/1 & numerous other combinations, without any : success. Right. That should be fine. Unless you are trying to use two of the same cards (you need to modify the entry to include differnet configuration tuples). NEWCARD will hopefully obviate the need for this. : 2. If the "device timeout" suggests a conflict, then I should probably : try the same strategy I tried there: see what IRQs Linux assigns and : then try the same ones under FreeBSD. I must admit I'm not very clueful : about how to avoid IRQ conflicts; I'm used to more "user-friendly" : operating systems, like Windows and Linux, which just sort of : "auto-magically" solve these things for me. I've heard of people having : to know where interrupts where and such back in the DOS days, but it's : an art of which I am totally naive. I would try just adding a line like irq 3 9 to /etc/pccard.conf (or have it be the sum total of the file). This the 3 and 9 are free .. maybe 10 or 11 are instead. If you disable the onboard serial port in the BIOS, you can pick up 4. dmesg |grep -i irq can help show. (or post your /var/run/dmesg.boot and kernel config) : I don't even know how to tell what IRQs are in use by what devices, : except under Windows. (My wife's shown me since it's come up with : something there.) Under Linux I've never, ever had to worry about : it--it's always just worked with no fiddling on my part. Linux has a cutesy way of do it by groveling around in /proc and looking at file in there that details much of this. : 3. I rebuilt a kernel without the spurious ed0 . . . junk (simplified : just to "device ed"). The only effect this has is to change the message : to : : ed0: device timeout : : instead of "ed1", which isn't much of an improvement. (Though perhaps : 0's look a little more aesthetically pleasing than 1's . . .) The : firewall machine (Hyperdata, in case you were wondering) doesn't have a : builtin modem or anything funky like that, but might have an odd address : for the sound card or something, I suppose. Yep it is pure aesthetics :) However, the error is indicative of an irq problem (see above). : 4. I tried using the the Linksys card in my workstation laptop (Dell); : it works fine there. I'm not sure whether this suggests a fundamental : hardware problem with the other laptop or an IRQ conflict, but since it : works fine under Linux, I suppose it argues for the latter. IRQ conflict. : 6. I believe that I *was* tying the dhcp to the internal NIC; I was : saying : : dhcp ed1 : : (or whatever I was trying for the internal NIC at that moment). That's : correct, isn't it? To launch by hand, yes. : 7. While I'm at it, what's the "conventional" place to locate a "run at : the end of the startup sequence" file under FreeBSD? (Yeah, I know; I : should look this up, but since I'm posting anyway . . .) That is, I'd : create an "rc.local" for most Linux distributions, but FreeBSD doesn't : "seem" to be running rc.local, so I'm thinking it's expecting something : else. I know about rc.conf.local; I'm using that, but I want something : that runs at the end rather than the beginning. Look at the /etc/defaults/rc.conf (man rc.conf) file for local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs rc_conf_files="/etc/rc.conf /etc/rc.conf.local" You can put startup scripts in /usr/local/etc/rc.d or you can have your own. For instance, I use /etc/rc.d (only) so that when I install ports/packages, they are not automatically started (unless I copy the startup script). Now, the other bit is that since you are using pccards, they are not attached/probed til later on in hte boot order. That is why I suggested that you start the dhcp server out of an insert call in /etc/pccard.conf. The alternative would be to modify /etc/pccard_ether to work for your environment. : 9. If there's a tutorial for doing this that I missed that would go over : all of this, please feel free to point it out. I tried to search in the : handbook and the mailing lists for these particular problems and I : didn't find solutions, but I might not have done a good job of looking. There aren't any hard and fast tutorials. Although, I believe that Michael Lucas wrote a piece about installing FreeBSD on a laptop http://www.oreillynet.com/pub/a/bsd/2000/11/02/Big_Scary_Daemons.html There are probably other articles at www.freebsddiary.org www.daemonnews.org www.freebsdzine.org -- 1--------01---------01--------01--------01--------01--------01--------0 Sean O'Connell sean@stat.Duke.EDU To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 13 22: 7:17 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id BD96037B400 for ; Sat, 13 Jan 2001 22:06:59 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 14 Jan 2001 01:06:57 -0500 Message-ID: <3A61414E.C06EDAC4@babbleon.org> Date: Sun, 14 Jan 2001 01:03:58 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: Sean O'Connell , freebsd-mobile@freebsd.org, gregsmith59@hotmail.com, Brian.Dean@sas.com Subject: Re: PCMCIA Qs: Victory at last! References: <3A5D3979.C0B0D2EF@babbleon.org> <3A5DD9B1.C6842356@babbleon.org> <3A5FED36.661464FB@babbleon.org> <20010113150413.K90173@stat.Duke.EDU> <3A60E564.1190A2FF@babbleon.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The Babbler wrote: All reety, all righty! I've got my gateway/firewall up & running under FreeBSD. Thank you to everybody for all the help. The secret was to change the interrupts. Here was the problem: FreeBSD was assigning IRQ 5 to the Linksys card. It's not obvious why this was problematic, since a "dmesg | grep irq" didn't reveal any other uses of IRQ 5. However, Linux used IRQ 9 for the same card. I went into the pccard.conf file and forced the use of IRQ 9 and pow! it worked. Note that this is not an argument for changing the default pccard.conf file since the same card works fine with the default pccard.conf in my other laptop. My guess is that there's some other device (soundcard is my first guess) in the Hyperbook that uses IRQ 5. It's not known to FreeBSD, so the 'default' IRQ assignment doesn't know to skip it, but the other device (whatever it is) generates interrupts periodically and blocks the IRQs from the card. But that's speculative; what I *know* is that it now works, and I'm quite happy about that. -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message