From owner-freebsd-mobile Sun Oct 27 5:56:21 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5397637B406 for ; Sun, 27 Oct 2002 05:56:18 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7336543E3B for ; Sun, 27 Oct 2002 05:56:17 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9RDuFF5000601; Sun, 27 Oct 2002 07:56:16 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: coldsync-2.2.5 w/Palm m130 via USB ? From: Larry Rosenman To: "G.E. Rafe" Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <200210270407.AAA16668@strange.eng.utoledo.edu> References: <200210270407.AAA16668@strange.eng.utoledo.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 27 Oct 2002 07:56:15 -0600 Message-Id: <1035726976.390.5.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 2002-10-26 at 23:07, G.E. Rafe wrote: > !Sure, here we go: > !Sep 27 16:06:55 piglet /kernel: ucom0: Palm, Inc. Palm Handheld, rev > !1.00/1.00, addr 3 > ! > !> Or give more info... > !> this is my output. > !> Kernel has : ucom, uplcom and uvscom devices/support > !> Sep 27 13:04:51 dori /kernel: ugen0: Palm, Inc. Palm Handheld, rev > !> 1.00/1.00, addr 2 > ! > !It is important that you don't let the ugen driver get the device. > !This means you either should load uvisor (kldload uvisor) prior to > !pressing the sync button (for e.g. in /etc/rc.local) or you should > !configure usbd to load the driver (which means the first sync will > !fail - or at least I don't know how to do it ;). > ! > !Put the following lines in /etc/usbd.conf for the second approach: > !device "Palm m125" > ! vendor 0x830 > ! product 0x0040 > ! release 0x0100 > ! attach "if ! kldstat -n uvisor > /dev/null 2>&1 ; then kldload uvisor; fi" > > Hank -- We just upgraded our Toshiba Satellite Pro 4600 to 4.7-R > and gave our USB-connected Palm m130 cradle a go with the information > you forwarded earlier. > > With devices "ucom" & "uvisor" compiled into the kernel, > we still get the ugen0 connection when the HotSync button is pressed: > > ugen0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 5 > > With the Palm device connected, "usbdevs -v" returns: > > port 4 addr 5: self powered, config 1, Palm Handheld(0x0050), Palm, Inc.(0x0830), rev 1.00 > > Following your original suggestion, we took the ucom & uvisor devices > out of the kernel, recompiled, and updated /etc/usbd.conf with > "product 0x0050", as noted in usbdevs. > > Pressing the HotSync button loads the ucom & uvisor kernel modules OK, > but ugen continues to pick it up, instead ! > > I suppose the next step is to build a kernel without "ugen" & see how > the kernel reacts to the HotSync button. > > Perhaps there's still another trick to force a connection with ucom/uvisor. did you change the usbd.conf entry to say ucom? There are also issues with the usb stuff with Pilot-Link (the pilot-link guys are working on it). Here is my usbd.conf entry for a ucom connected M515: device "Palm Handheld" devname "ucom0" vendor 0x0830 product 0x0003 release 0x0100 # attach "/home/ler/bin/pilot-sync.sh ${DEVNAME}" mangle to taste. Also, did someone fix the coldsync port to actually enable the USB stuff? LER > -- > Gary E. RAFE, PhD > grafe@eng.utoledo.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 9:16:17 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8434A37B401 for ; Sun, 27 Oct 2002 09:16:16 -0800 (PST) Received: from strange.eng.utoledo.edu (strange.eng.utoledo.edu [131.183.18.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE60443E3B for ; Sun, 27 Oct 2002 09:16:14 -0800 (PST) (envelope-from rafege@mail.com) Received: from strange.eng.utoledo.edu ([131.183.21.44]) by strange.eng.utoledo.edu (8.9.3/8.9.3/1.1) with SMTP id MAA00285; Sun, 27 Oct 2002 12:16:00 -0500 (EST) Message-Id: <200210271716.MAA00285@strange.eng.utoledo.edu> Received: by strange.eng.utoledo.edu (sSMTP sendmail emulation); Sun, 27 Oct 2002 12:16:00 -0500 Date: Sun, 27 Oct 2002 12:16:00 -0500 From: rafege@mail.com (G.E. Rafe) To: ler@lerctr.org Subject: Re: coldsync-2.2.5 w/Palm m130 via USB ? Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [much output deleted...] !> Perhaps there's still another trick to force a connection with ucom/uvisor. !did you change the usbd.conf entry to say ucom? ! !There are also issues with the usb stuff with Pilot-Link (the pilot-link !guys are working on it). ! !Here is my usbd.conf entry for a ucom connected M515: !device "Palm Handheld" ! devname "ucom0" ! vendor 0x0830 ! product 0x0003 ! release 0x0100 !# attach "/home/ler/bin/pilot-sync.sh ${DEVNAME}" ! !mangle to taste. ! !Also, did someone fix the coldsync port to actually enable the USB !stuff? Thanks for the data point. I updated /etc/usbd.conf with a devname entry as suggested, restarted usbd, then hit the HotSync button. usbdevs reports the device on the bus, but no other activity is seen (ugen was removed from the kernel) -- while both ucom & uvisor kernel modules were loaded previously. Now then, my 4.7-R upgrade has been less than smooth with broken Linux emulation (e.g., Wordperfect can't find /compat/linux/lib/ld-linux.so.1) and X troubles (e.g., rxvt reports /usr/X11R6/lib/libXrender.so.1: Undefined symbol "XextFindDisplay") ! Must be a bunch of magic I'm missing this time around ! -- Gary E. RAFE, PhD grafe@eng.utoledo.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 10: 0:49 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CFE37B401 for ; Sun, 27 Oct 2002 10:00:44 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id B2E9143E8A for ; Sun, 27 Oct 2002 10:00:43 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Oct 2002 18:00:42 +0000 (GMT) To: freebsd-mobile@freebsd.org Subject: Patch to fix/shorten "wi" freezes Date: Sun, 27 Oct 2002 18:00:42 +0000 From: Ian Dowse Message-ID: <200210271800.aa11251@salmon.maths.tcd.ie> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The wi driver causes quite long system freezes both when the pccard is removed, and also if the hardware becomes confused. I've found on -current that sometimes the whole machine can become unresponsive for a period of minutes with messages such as: wi0: timeout in wi_cmd 0x0002; event status 0x8080 wi0: timeout in wi_cmd 0x0000; event status 0x8080 wi0: wi_cmd: busy bit won't clear. wi0: wi_cmd: busy bit won't clear. wi0: init failed wi0: wi_cmd: busy bit won't clear. ... wi0: wi_cmd: busy bit won't clear. wi0: failed to allocate 1594 bytes on NIC wi0: tx buffer allocation failed wi0: wi_cmd: busy bit won't clear. wi0: failed to allocate 1594 bytes on NIC The "wi_cmd 0x0002" is WI_CMD_DISABLE from wi_stop(). Each of the "busy bit won't clear" messages comes after a 5-second busy-loop delay in wi_cmd(), so the above takes 2-3 minutes to complete. This, BTW, is a Lucent silver card, probed as: wi0: at port 0x100-0x13f irq 9 function 0 config 1 on pccard0 wi0: 802.11 address: 00:02:2d:21:57:d3 wi0: using Lucent Technologies, WaveLAN/IEEE wi0: Lucent Firmware: Station 6.16.01 The patch below does a few things: - It adds a 20ms delay at the end of wi_init(), which seems to fix the above timeouts in wi_stop(), as it seems that calling wi_stop() too soon after wi_init() can cause these. - The busy-bit loop timeout is reduced from 5 seconds to 500ms. - When a status of 0xffff is returned or the "busy bit won't clear" error occurs, sc->wi_gone is set to 1, so that other operations will fail immediately instead of going back into the long busy loops. Since sc->wi_gone had been used as a sanity test in wi_generic_detach() to make sure devices are not detached twice, this has been changed to use the previously unused WI_FLAGS_ATTACHED flag. We also need to remove the wi_gone test in wi_stop(), since otherwise the untimeout() calls will be missed if wi_gone is set by something other than wi_generic_detach(). - The functions wi_cmd() and wi_seek() now test wi_gone, and return immediately if it is set. For me this makes the card work much more reliably and it reduces the length of any hangs to less than 1 second. I guess it will take testing on other cards and configurations to see if this improves things in general or causes problems with some combinations. Ian Index: if_wi.c =================================================================== RCS file: /dump/FreeBSD-CVS/src/sys/dev/wi/if_wi.c,v retrieving revision 1.117 diff -u -r1.117 if_wi.c --- if_wi.c 14 Oct 2002 01:59:57 -0000 1.117 +++ if_wi.c 27 Oct 2002 16:57:04 -0000 @@ -200,7 +200,7 @@ WI_LOCK(sc, s); ifp = &sc->arpcom.ac_if; - if (sc->wi_gone) { + if ((sc->wi_flags & WI_FLAGS_ATTACHED) == 0) { device_printf(dev, "already unloaded\n"); WI_UNLOCK(sc, s); return(ENODEV); @@ -214,6 +214,7 @@ ether_ifdetach(ifp, ETHER_BPF_SUPPORTED); bus_teardown_intr(dev, sc->irq, sc->wi_intrhand); wi_free(dev); + sc->wi_flags &= ~WI_FLAGS_ATTACHED; sc->wi_gone = 1; WI_UNLOCK(sc, s); @@ -471,6 +472,7 @@ */ ether_ifattach(ifp, ETHER_BPF_SUPPORTED); callout_handle_init(&sc->wi_stat_ch); + sc->wi_flags |= WI_FLAGS_ATTACHED; WI_UNLOCK(sc, s); return(0); @@ -1002,20 +1004,24 @@ { int i, s = 0; static volatile int count = 0; + + if (sc->wi_gone) + return (ENODEV); if (count > 1) panic("Hey partner, hold on there!"); count++; /* wait for the busy bit to clear */ - for (i = 500; i > 0; i--) { /* 5s */ + for (i = 500; i > 0; i--) { /* 500ms */ if (!(CSR_READ_2(sc, WI_COMMAND) & WI_CMD_BUSY)) { break; } - DELAY(10*1000); /* 10 m sec */ + DELAY(1000); /* 1ms */ } if (i == 0) { device_printf(sc->dev, "wi_cmd: busy bit won't clear.\n" ); + sc->wi_gone = 1; count--; return(ETIMEDOUT); } @@ -1052,6 +1058,8 @@ if (i == WI_TIMEOUT) { device_printf(sc->dev, "timeout in wi_cmd 0x%04x; event status 0x%04x\n", cmd, s); + if (s == 0xffff) + sc->wi_gone = 1; return(ETIMEDOUT); } return(0); @@ -1364,6 +1372,9 @@ int selreg, offreg; int status; + if (sc->wi_gone) + return (ENODEV); + switch (chan) { case WI_BAP0: selreg = WI_SEL0; @@ -1391,6 +1402,8 @@ if (i == WI_TIMEOUT) { device_printf(sc->dev, "timeout in wi_seek to %x/%x; last status %x\n", id, off, status); + if (status == 0xffff) + sc->wi_gone = 1; return(ETIMEDOUT); } @@ -2196,6 +2209,13 @@ sc->wi_stat_ch = timeout(wi_inquire, sc, hz * 60); WI_UNLOCK(sc, s); + /* + * A 10ms or greater delay here seems to avoid a problem that + * causes some Lucent orinoco cards to time out in wi_stop() + * if called immediately after wi_init(). Use 20ms to be safe. + */ + DELAY(20000); + return; } @@ -2471,11 +2491,11 @@ int s; WI_LOCK(sc, s); - - if (sc->wi_gone) { - WI_UNLOCK(sc, s); - return; - } + /* + * Ignore wi_gone here, as we still need to do the untimeout calls. + * Currently everything here should be safe to do even if the + * hardware is gone. + */ wihap_shutdown(sc); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 10:36:48 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2FC037B401 for ; Sun, 27 Oct 2002 10:36:47 -0800 (PST) Received: from dove.penix.org (dove.penix.org [216.144.7.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE6D43E77 for ; Sun, 27 Oct 2002 10:36:47 -0800 (PST) (envelope-from dp@dove.penix.org) Received: from dove.penix.org (dp@localhost.nls.net [127.0.0.1]) by dove.penix.org (8.12.5/8.12.2) with ESMTP id g9RIaZ4J006491 for ; Sun, 27 Oct 2002 13:36:36 -0500 (EST) (envelope-from dp@dove.penix.org) Received: from localhost (dp@localhost) by dove.penix.org (8.12.5/8.12.2/Submit) with ESMTP id g9RIaZ4R006488 for ; Sun, 27 Oct 2002 13:36:35 -0500 (EST) (envelope-from dp@dove.penix.org) Date: Sun, 27 Oct 2002 13:36:35 -0500 (EST) From: Paul Halliday To: mobile@freebsd.org Subject: Libretto 50CT sound. Message-ID: <20021027132601.R6474-100000@dove.penix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am trying to configure the sound card on this libretto. # Sound device pcm device pcm0 at isa? irq 5 drq 1 flags 0x0 upon boot dmesg reports this as a yamaha OPL3 SA2 with the same attributes as can be seen from the system bios. Trying to play mp3's with this setup just gives a few clicks etc. I have also tried the sbc0 line in the kernel, it too was recognized but wouldnt offer a whisper via mp3blaster. The only info on this i can find is some old threads regarding the pcm driver with flags that do not seem to be present anymore. Any ideas? Thanks. Please CC. Paul Halliday. http://dp.penix.org ------------------- "And so your god bungled his work deliberately, in order to tempt or test his creature - did he then not know, did he then not doubt what the result would be?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 13:28:39 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8586837B401 for ; Sun, 27 Oct 2002 13:28:37 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E8943E42 for ; Sun, 27 Oct 2002 13:28:37 -0800 (PST) (envelope-from paulbeard@mac.com) Received: from mac.com ([12.231.115.57]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021027212831.YMA9096.rwcrmhc53.attbi.com@mac.com>; Sun, 27 Oct 2002 21:28:31 +0000 Message-ID: <3DBC5A70.9080504@mac.com> Date: Sun, 27 Oct 2002 13:28:16 -0800 From: paul beard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021021 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mobile Cc: tekn0phile@yahoo.com Subject: [Fwd: [quotidian] New Comment Posted to 'FreeBSD on a laptop'] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I found this posted to my weblog: much as I wish it were not the case, it won't get as much exposure there as it will on this mailing list. Anyone else have experience with a HP Omnibook 5700CT? -------- Original Message -------- A new comment has been posted on your blog quotidian, on entry #158 (FreeBSD on a laptop). http://paulbeard.no-ip.org/movabletype/archives/000158.html IP Address: 81.86.186.132 Name: Terry Email Address: tekn0phile@yahoo.com URL: Comments: I have a HP Omnibook 5700CT with 32RAM and I'm thinking of installing FreeBSD on it. Anybody that can help me email me. Thanks Terry -- Powered by Movable Type Version 2.5 http://www.movabletype.org/ -- Paul Beard / 8040 27th Ave NE / Seattle WA 98115 / paulbeard [at] mac [ dot] com / 206 529 8400 weblog @ "By the time they had diminished from 50 to 8, the other dwarves began to suspect 'Hungry' ..." -- Gary Larson, "The Far Side" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 16: 7:42 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C1737B401 for ; Sun, 27 Oct 2002 16:07:41 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69A843E6E for ; Sun, 27 Oct 2002 16:07:40 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9S07dpk025075; Sun, 27 Oct 2002 17:07:40 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 27 Oct 2002 17:06:46 -0700 (MST) Message-Id: <20021027.170646.118304063.imp@bsdimp.com> To: iedowse@maths.tcd.ie Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Patch to fix/shorten "wi" freezes From: "M. Warner Losh" In-Reply-To: <200210271800.aa11251@salmon.maths.tcd.ie> References: <200210271800.aa11251@salmon.maths.tcd.ie> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <200210271800.aa11251@salmon.maths.tcd.ie> Ian Dowse writes: : The wi driver causes quite long system freezes both when the pccard : is removed, and also if the hardware becomes confused. I've found : on -current that sometimes the whole machine can become unresponsive : for a period of minutes with messages such as: For the removal, it would be better to use the bus_child_present() api for the eject case. For the hardware becomes confused case, setting gone means that nothing further will happen with the card. However, the other parts of this patch seem relatively reasonable to me. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 17:11: 9 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC3B937B401 for ; Sun, 27 Oct 2002 17:11:07 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 988C843E6E for ; Sun, 27 Oct 2002 17:11:06 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Oct 2002 01:11:05 +0000 (GMT) To: "M. Warner Losh" Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Patch to fix/shorten "wi" freezes In-Reply-To: Your message of "Sun, 27 Oct 2002 17:06:46 MST." <20021027.170646.118304063.imp@bsdimp.com> Date: Mon, 28 Oct 2002 01:11:05 +0000 From: Ian Dowse Message-ID: <200210280111.aa16990@salmon.maths.tcd.ie> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20021027.170646.118304063.imp@bsdimp.com>, "M. Warner Losh" writes: > >For the removal, it would be better to use the bus_child_present() api >for the eject case. Does the pccard system implement bus_child_present()? I just did a quick grep for *_child_present there without finding anything, but maybe I'm looking for the wrong thing. Is the idea to use something like if (sc->wi_gone) return; if (timeout) { if (!bus_child_present(sc->dev)) { sc->wi_gone = 1; return; } device_printf(sc->dev, "device timeout\n"); } so that further slow timeouts can be avoided if the device has really been removed? I presume it is too much overhead to just call bus_child_present() everywhere instead of testing `gone'. >For the hardware becomes confused case, setting >gone means that nothing further will happen with the card. However, >the other parts of this patch seem relatively reasonable to me. Yes, this is a problem if some devices report errors and then come back to life. The problems I have seen don't recover, but I guess that will not always be the case. In the patch the `gone' flag is set when status is 0xffff after a timeout and when the "busy bit won't clear" error occurs. Hopefully these are both usually cases where the hardware does not recover itself. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 18: 3:36 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 557DA37B401 for ; Sun, 27 Oct 2002 18:03:35 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C89643E4A for ; Sun, 27 Oct 2002 18:03:34 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9S23Tpk025626; Sun, 27 Oct 2002 19:03:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 27 Oct 2002 19:02:40 -0700 (MST) Message-Id: <20021027.190240.59654773.imp@bsdimp.com> To: iedowse@maths.tcd.ie Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Patch to fix/shorten "wi" freezes From: "M. Warner Losh" In-Reply-To: <200210280111.aa16990@salmon.maths.tcd.ie> References: <20021027.170646.118304063.imp@bsdimp.com> <200210280111.aa16990@salmon.maths.tcd.ie> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <200210280111.aa16990@salmon.maths.tcd.ie> Ian Dowse writes: : In message <20021027.170646.118304063.imp@bsdimp.com>, "M. Warner Losh" writes: : > : >For the removal, it would be better to use the bus_child_present() api : >for the eject case. : : Does the pccard system implement bus_child_present()? I just did a : quick grep for *_child_present there without finding anything, but : maybe I'm looking for the wrong thing. Is the idea to use something : like : : if (sc->wi_gone) : return; : : if (timeout) { : if (!bus_child_present(sc->dev)) { : sc->wi_gone = 1; : return; : } : device_printf(sc->dev, "device timeout\n"); : } : : so that further slow timeouts can be avoided if the device has : really been removed? I presume it is too much overhead to just call : bus_child_present() everywhere instead of testing `gone'. Well, I think I have them in my tree, but haven't committed them to the tree yet. The reason that I'd not call it all the time is because once a device is gone, it should stay gone until it is reattached. At least that's been my experience with debouncing the pccard stuff. Also, once it is gone, it is a lot cheaper to check a flag, than to go to hardware, which may take several microseconds. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 19: 0:34 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B59C637B401 for ; Sun, 27 Oct 2002 19:00:33 -0800 (PST) Received: from msx.pchome.com.tw (msx.pchome.com.tw [211.20.188.141]) by mx1.FreeBSD.org (Postfix) with SMTP id C090943E77 for ; Sun, 27 Oct 2002 19:00:32 -0800 (PST) (envelope-from plasmaball@pchome.com.tw) Received: (qmail 23466 invoked from network); 28 Oct 2002 01:51:55 -0000 Received: from h47-61-59-45.seed.net.tw (HELO plasmanb.plasma.idv.tw) (61.59.45.47) by msx.pchome.com.tw with SMTP; 28 Oct 2002 01:51:55 -0000 Received: (nullmailer pid 911 invoked by uid 1001); Mon, 28 Oct 2002 01:48:52 -0000 Date: Mon, 28 Oct 2002 09:48:52 +0800 From: plasma To: Marko Zec Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: USB on IBM ThinkPad X30 Message-ID: <20021028014852.GA763@plasmanb.plasma.idv.tw> References: <3DB67DD7.A8445DAB@tel.fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DB67DD7.A8445DAB@tel.fer.hr> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 23, 2002 at 12:45:43PM +0200, Marko Zec wrote: > Has anyone had success in connecting USB devices to IBM ThinkPad X30? > When I plug in an USB device (Olympus C3040, for example), nothing > happens at all. Here is a dmesg output: http://www-2.cs.cmu.edu/~dpelleg/X23_freebsd.html, see the USB section. I think you did not configure the device node for side USB port. plasma ========================================================== PC home 電子信箱,申請請至: http://www.pchome.com.tw PC home Online 網路家庭:會員第一,台灣最大的入口網站 ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Oct 27 19:48:41 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AFB37B401 for ; Sun, 27 Oct 2002 19:48:40 -0800 (PST) Received: from fep02-mail.bloor.is.net.cable.rogers.com (fep02-mail.bloor.is.net.cable.rogers.com [66.185.86.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C5243E3B for ; Sun, 27 Oct 2002 19:48:39 -0800 (PST) (envelope-from robwiecz@rogers.com) Received: from Nemesis ([24.114.34.172]) by fep02-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.05.06 201-253-122-126-106-20020509) with ESMTP id <20021028034737.VOXZ4551.fep02-mail.bloor.is.net.cable.rogers.com@Nemesis> for ; Sun, 27 Oct 2002 22:47:37 -0500 From: "Rob Wieczorkiewicz" To: Subject: armada Date: Sun, 27 Oct 2002 22:46:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep02-mail.bloor.is.net.cable.rogers.com from [24.114.34.172] using ID at Sun, 27 Oct 2002 22:47:37 -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 1:25:39 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9481537B401; Mon, 28 Oct 2002 01:25:38 -0800 (PST) Received: from inje.iskon.hr (inje.iskon.hr [213.191.128.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3315143E4A; Mon, 28 Oct 2002 01:25:32 -0800 (PST) (envelope-from zec@tel.fer.hr) Received: from tel.fer.hr (zg06-060.dialin.iskon.hr [213.191.148.61]) by mail.iskon.hr (8.11.4/8.11.4/Iskon 8.11.3-1) with ESMTP id g9S9OVT18212; Mon, 28 Oct 2002 10:24:32 +0100 (MET) Message-ID: <3DBD0270.580CACBE@tel.fer.hr> Date: Mon, 28 Oct 2002 10:25:04 +0100 From: Marko Zec X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: plasma Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: USB on IBM ThinkPad X30 References: <3DB67DD7.A8445DAB@tel.fer.hr> <20021028014852.GA763@plasmanb.plasma.idv.tw> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org plasma wrote: > On Wed, Oct 23, 2002 at 12:45:43PM +0200, Marko Zec wrote: > > Has anyone had success in connecting USB devices to IBM ThinkPad X30? > > When I plug in an USB device (Olympus C3040, for example), nothing > > happens at all. Here is a dmesg output: > > http://www-2.cs.cmu.edu/~dpelleg/X23_freebsd.html, see the USB > section. I think you did not configure the device node for side USB > port. Yup, this helped. I just had to MAKEDEV usb1 and usb2 to make both ports work (one on the back and one on the side). Thanks a lot. However, the transfer rate between the camera and the notebook seems to be awfully slow - it takes 16 seconds to retrieve only 1 MByte of data from the camera. M$ windoze seems to be around 10 times faster than that. Is this a known issues, and is there a workaround? Marko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 2:28:13 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A47837B401 for ; Mon, 28 Oct 2002 02:28:11 -0800 (PST) Received: from mx.does.not-exist.de (mx.does.not-exist.de [62.8.147.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8727D43E42 for ; Mon, 28 Oct 2002 02:28:10 -0800 (PST) (envelope-from lists@niamodnikufesin.de) Received: from hank by mx.does.not-exist.de with local (Exim 3.36 #1) id 18677l-000P8g-00; Mon, 28 Oct 2002 11:27:57 +0100 Date: Mon, 28 Oct 2002 11:27:57 +0100 From: Hank Hampel To: "G.E. Rafe" Cc: freebsd-mobile@freebsd.org Subject: Re: coldsync-2.2.5 w/Palm m130 via USB ? Message-ID: <20021028102757.GA96543@warning.this.domain.does.not-exist.de> References: <200210271716.MAA00285@strange.eng.utoledo.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <200210271716.MAA00285@strange.eng.utoledo.edu> User-Agent: Mutt/1.4i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Gary! On (021027), G.E. Rafe wrote: > !Also, did someone fix the coldsync port to actually enable the USB > !stuff?=20 I don't know but the coldsync port seems to be rather unmaintained that was one reason for me to switch to pilot-link. > but no other activity is seen (ugen was removed from the kernel) -- Sorry forgot this one again in my last message. Removing ugen from the kernel is important because otherwise it will grep the device the first time you try to sync. > while both ucom & uvisor kernel modules were loaded previously. You don't get any hint of the device attach in syslog? > Now then, my 4.7-R upgrade has been less than smooth with broken [...] > Must be a bunch of magic I'm missing this time around ! One last thing. If I remember correct the 4.7-R version of pilot-link was one without USB support. May be you should cvsup your ports tree (if you haven't already done this) and try it again - given that you at least see a trace of the device in syslog. Good luck, Hank --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9vREtXSKk5/a79toRAilqAKDShtSCuOuIrZ8yPKs4CBrQyGqNwwCdGu7/ bZAOp+rUNNFplFVqxFPeZjM= =9aqw -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 9:14:13 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 463D937B401 for ; Mon, 28 Oct 2002 09:14:11 -0800 (PST) Received: from boreas.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC03143E6E for ; Mon, 28 Oct 2002 09:14:10 -0800 (PST) (envelope-from leth@primus.ca) Received: from dialin-153-3.tor.primus.ca ([216.254.153.3]) by boreas.primus.ca with esmtp (Exim 3.33 #16) id 186D46-0003SY-0A; Mon, 28 Oct 2002 11:48:34 -0500 Date: Mon, 28 Oct 2002 12:14:06 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-mobile@FreeBSD.ORG Cc: "Matthew N. Dodd" Subject: Re: XF86-4 on TP560? In-Reply-To: <20021026010209.J673-100000@sasami.jurai.net> Message-ID: <20021028121304.N40751-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 26 Oct 2002, Matthew N. Dodd wrote: > I've managed to get X running on my "new" TP560 (Cyber9385 according to > XF86-3) but XF86-4 will not work. All I get out of it is corrupted > displays (looks like sync issues, but on a TFT?) Taking the working > modelines from my version 3 config file doesn't work either. > > Anyone have any pointers? > Here's a message I wrote about a year ago regarding my 560E and XFree86-4: Date: Wed, 18 Sep 2002 18:57:57 -0400 (EDT) From: Jason Hunt To: freebsd-mobile@FreeBSD.ORG Cc: "[X-UNKNOWN] Eric Hedstrm" , Martin Power Subject: Re: ibm thinkpad portables On Wed, 18 Sep 2002, Martin Power wrote: > please send archives copy or how to access. my thinkpad 560x works > passibly well > with debian 2.2 linux as a personal desktop. will it work at all or > better with freeBsd 4.x ? > thanks I have a 560e that works great. XFree86 3.3.6 took a little bit of time and googling to get the resolution right (Trident video), but it works. Sound (SounBlaster 16) was simple, I just had to use the PS2.EXE utility to find out the correct resouses to configure the kernel. This model does not have an internal NIC or modem, so I don't know about any problems you might have with those. FYI, for PCMCIA cards I have a 3Com Etherlink III (3C589D) NIC, USRobotics Megahertz 33.6 modem, and a Lucent Orinoco Silver wireless card. On Wed, 18 Sep 2002, [ISO-8859-1] Eric Hedstrm wrote: > It runs quite well with XFree86 3.3.6; I haven't tried X > 4.x. I don't know if this applies to the whole 560 series, or just the 560e, but there is a thread in the XFree86-developers archive regarding problems with this model of a ThinkPad and 4.x. I think the discussion ended with something in the IBM BIOS not letting XFree86 talk to the vidoe card properly. Either way, 4.x will not work on the 560e. I tried it for a good week before going back to 3.3.6. Hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 9:25:55 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C8037B401 for ; Mon, 28 Oct 2002 09:25:53 -0800 (PST) Received: from strange.eng.utoledo.edu (strange.eng.utoledo.edu [131.183.18.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEED643E7B for ; Mon, 28 Oct 2002 09:25:52 -0800 (PST) (envelope-from rafege@mail.com) Received: from strange.eng.utoledo.edu ([131.183.21.44]) by strange.eng.utoledo.edu (8.9.3/8.9.3/1.1) with SMTP id MAA19792; Mon, 28 Oct 2002 12:25:45 -0500 (EST) Message-Id: <200210281725.MAA19792@strange.eng.utoledo.edu> Received: by strange.eng.utoledo.edu (sSMTP sendmail emulation); Mon, 28 Oct 2002 12:25:45 -0500 Date: Mon, 28 Oct 2002 12:25:45 -0500 From: rafege@mail.com (G.E. Rafe) To: lists@niamodnikufesin.de Subject: Re: coldsync-2.2.5 w/Palm m130 via USB ? Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org !> but no other activity is seen (ugen was removed from the kernel) -- ! !Sorry forgot this one again in my last message. Removing ugen from the !kernel is important because otherwise it will grep the device the !first time you try to sync. ! !> while both ucom & uvisor kernel modules were loaded previously. ! !You don't get any hint of the device attach in syslog? None! !> Now then, my 4.7-R upgrade has been less than smooth with broken ![...] !> Must be a bunch of magic I'm missing this time around ! Our encounter with 4.7-R will have been brief so far: For whatever reason, the ucom & uvisor devices just weren't working with the Palm USB cradle on the Toshiba Satellite Pro 4600. Since we don't have anything on the serial port at the moment, we'll stick a serial cradle on the system until this matures some more. We also encountered a kernel panic following an APM resume. Granted, this could be a rare event, but 4.6-R just hasn't done that (sure, it's crashed on us, but only after we did something especially nasty to cause such a failure). Certain library compatibility issues with the linux_base-7.1 package were a problem, as well, which broke some Linux applications. So we "downgraded" back to the very stable (IMO) 4.6-R system and will wait to see what happens when 4.8-R rolls out. -- Gary E. RAFE, PhD grafe@eng.utoledo.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 11:30:43 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E71C37B42A for ; Mon, 28 Oct 2002 11:30:40 -0800 (PST) Received: from web21109.mail.yahoo.com (web21109.mail.yahoo.com [216.136.227.111]) by mx1.FreeBSD.org (Postfix) with SMTP id 0216A43E42 for ; Mon, 28 Oct 2002 11:30:40 -0800 (PST) (envelope-from geekvinod@yahoo.com) Message-ID: <20021028193039.34676.qmail@web21109.mail.yahoo.com> Received: from [152.15.26.29] by web21109.mail.yahoo.com via HTTP; Mon, 28 Oct 2002 11:30:39 PST Date: Mon, 28 Oct 2002 11:30:39 -0800 (PST) From: Vinod Subject: Ethereal with Orinoco? To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all.Had a question. Does the ethereal network analyzer works with the Orinoco card? I use FreeBSD 4.5. The FAQ at ethereal.com just mentions Linux for Orinoco. Thanks in Advance, Vinod __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 12: 8:54 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4699337B401 for ; Mon, 28 Oct 2002 12:08:53 -0800 (PST) Received: from rerun.avayactc.com (rerun.avayactc.com [199.93.237.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3506A43E3B for ; Mon, 28 Oct 2002 12:08:52 -0800 (PST) (envelope-from mcambria@avaya.com) Received: by rerun.avayactc.com with Internet Mail Service (5.5.2653.19) id <433ZPNV2>; Mon, 28 Oct 2002 15:04:59 -0500 Message-ID: <3A6D367EA1EFD4118C9B00A0C9DD99D7E4EEA9@rerun.avayactc.com> From: "Cambria, Mike" To: freebsd-mobile@FreeBSD.ORG Subject: RE: Ethereal with Orinoco? Date: Mon, 28 Oct 2002 15:04:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just tried it (ethereal 0.9.5) on 4.6-Stable and it worked fine. MikeC > -----Original Message----- > From: Vinod [mailto:geekvinod@yahoo.com] > Sent: Monday, October 28, 2002 2:31 PM > To: freebsd-mobile@FreeBSD.ORG > Subject: Ethereal with Orinoco? > > > Hi all.Had a question. > > Does the ethereal network analyzer works with the > Orinoco card? I use FreeBSD 4.5. > The FAQ at ethereal.com just mentions Linux for > Orinoco. > Thanks in Advance, > Vinod > > > > __________________________________________________ > Do you Yahoo!? > Y! Web Hosting - Let the expert host your web site > http://webhosting.yahoo.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 Mon Oct 28 14:41:48 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A7C37B401 for ; Mon, 28 Oct 2002 14:41:47 -0800 (PST) Received: from boreas.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4AC43E3B for ; Mon, 28 Oct 2002 14:41:47 -0800 (PST) (envelope-from leth@primus.ca) Received: from dialin-153-3.tor.primus.ca ([216.254.153.3]) by boreas.primus.ca with esmtp (Exim 3.33 #16) id 186IB5-00024Q-0A; Mon, 28 Oct 2002 17:16:08 -0500 Date: Mon, 28 Oct 2002 17:41:42 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Gustaf Erikson Cc: freebsd-mobile@freebsd.org Subject: Re: XF86-4 on TP560? In-Reply-To: <87d6pu8c8s.fsf@openbsd.agero.se> Message-ID: <20021028171926.Q41689-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org NOTE: I have CC'd the -mobile list for archival purposes. My appologies if this message was intended to be private. On 28 Oct 2002, Gustaf Erikson wrote: > I haven't followed this thread as I've recently subscribed. But FWIW, > I've a IBM ThinkPAD 560X running 4.7-STABLE with XFree86 version > 4.2.0. > > The only problem I have (except for the mystery that is > backspace-delete behaviour) is that mouse presses are not detected > until the pointer is moved. > > E-mail me if you want config files or more info. > That's interesting. I have not tried XFree86-4 since 4.2.0 was released. Could you please send me your XF86Config? Which card do you have? Mine has a Triden 9660 (I think). My problem was always with getting the modes for the 800x600 resolution. What is this backspace/delete problem? Do you mean with xterm? I assume you have an international keyboard, correct? I have never used one, so I can't give much insight there. You might want to look at your keymap in both the console and X. Check out the manpages for 'kbdmap', 'setxkbmap' and 'xkb'. Console maps are located in /usr/share/syscons/keymaps and can be set with the 'keymap' variable in /etc/rc.conf X maps are located in /usr/X11R6/lib/X11/xkb and can be set in the XF86Config using Keyboard Options. As for the mouse problem, I have never heard of anything like that before. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 15:57:28 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A9837B401 for ; Mon, 28 Oct 2002 15:57:26 -0800 (PST) Received: from mail.orangexl.nl (orangexl.cust.2ndreality.nl [213.239.135.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 347AE43E3B for ; Mon, 28 Oct 2002 15:57:25 -0800 (PST) (envelope-from hostmaster@orangexl.com) Received: (qmail 38127 invoked by uid 89); 28 Oct 2002 23:58:47 -0000 Received: from cp262152-a.roose1.nb.home.nl (HELO FAMHOLTHAUS) (217.122.6.250) by orangexl.cust.2ndreality.nl with SMTP; 28 Oct 2002 23:58:47 -0000 Message-ID: <001b01c27edf$e8db2d00$0200a8c0@FAMHOLTHAUS> From: "Sander Holthaus - Orange XL" To: References: <001b01c27a6f$d5643d30$0200a8c0@CP262152A> <000901c27b89$c77fe960$0200a8c0@CP262152A> Subject: Re: FreeBSD 4.7 Watchdog Timeouts Date: Tue, 29 Oct 2002 01:12:46 +0100 Organization: Orange XL MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Disposition-Notification-To: "Sander Holthaus - Orange XL" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please, surely there must be ANYONE who knows something about this. Which mail-list can I also address to try t solve this? > Since FreeBSD 4.5, I've been using a Toshiba Satellite 320 CDT laptop with > a Xircom Realport REM56G PCMCIA networkcard (and modem). While not easy, I > got it to work under 4.5, and later 4.6 by setting it to PCIC-complaint > under the BIOS (instead of 16bit mode), using IRC 10 and putting > machdep.pccard.mem_start=0xd0000 in sysctl.conf. I always got a few Watchdog > timeouts on starting up and when the card had to autonegoiate the media, but > it worked. > > Now, I upgraded to FreeBSD 4.7, and the card has stopped working :-( Tried > everything in the book (I think) to get it working again, but to no avail. > It doesn't crash FreeBSD anymore like when for using 16bit PCCARD-mode in > the BIOS and a shared IRQ 11, however it just doesn't to work. The > connection LED goes on, but the receive LED never blinks, EVER. After a few > second, a watchdog timeout occurs and the connections LED goes out and on > again. > > I did notice a difference between 4.5 / 4.6 and 4.7. Just before the pccard > deamon starts, I would see the machdep.pccard.mem_start value changing from > something like 65360 to 85xxx. Later on I would see it again but from 85xxx > to 85xxx (same value twice), rpobably from the entry I put in the > sysctl.conf (machdep.pccard.mem_start=0xd4000). > It doesn't anymore, just says the 8xxxx to 8xxxx at the end... > > Any idea's / suggestions? My guess is, that everything is OK (no IRC > confilicts etc) , except for the place in memory that is used for the > driver... > > Kind Regards, > Sander Holthaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 17:31:54 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A133537B401 for ; Mon, 28 Oct 2002 17:31:53 -0800 (PST) Received: from msx.pchome.com.tw (msx.pchome.com.tw [211.20.188.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F43043E3B for ; Mon, 28 Oct 2002 17:31:52 -0800 (PST) (envelope-from plasmaball@pchome.com.tw) Received: (qmail 7343 invoked from network); 29 Oct 2002 00:56:31 -0000 Received: from h47-61-59-45.seed.net.tw (HELO plasmanb.plasma.idv.tw) (61.59.45.47) by msx.pchome.com.tw with SMTP; 29 Oct 2002 00:56:31 -0000 Received: (nullmailer pid 1053 invoked by uid 1001); Tue, 29 Oct 2002 00:56:29 -0000 Date: Tue, 29 Oct 2002 08:56:29 +0800 From: plasma To: Marko Zec Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: USB on IBM ThinkPad X30 Message-ID: <20021029005629.GA1001@plasmanb.plasma.idv.tw> References: <3DB67DD7.A8445DAB@tel.fer.hr> <20021028014852.GA763@plasmanb.plasma.idv.tw> <3DBD0270.580CACBE@tel.fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DBD0270.580CACBE@tel.fer.hr> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 28, 2002 at 10:25:04AM +0100, Marko Zec wrote: > However, the transfer rate between the camera and the notebook seems to be > awfully slow - it takes 16 seconds to retrieve only 1 MByte of data from > the camera. M$ windoze seems to be around 10 times faster than that. Is > this a known issues, and is there a workaround? Sorry, I have no idea. I have few USB devices. My DC uses CF cards, and it's easy to insert into X23's CF slot then mount. plasma ========================================================== PC home 電子信箱,申請請至: http://www.pchome.com.tw PC home Online 網路家庭:會員第一,台灣最大的入口網站 ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 19:30:47 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF9237B401 for ; Mon, 28 Oct 2002 19:30:44 -0800 (PST) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6393843E3B for ; Mon, 28 Oct 2002 19:30:43 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g9T3TwY01899; Tue, 29 Oct 2002 12:29:59 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Tue, 29 Oct 2002 12:29:34 +0900 (JST) Message-Id: <20021029.122934.67876690.iwasaki@jp.FreeBSD.org> To: imp@bsdimp.com Cc: iedowse@maths.tcd.ie, freebsd-mobile@FreeBSD.ORG Subject: Re: Patch to fix/shorten "wi" freezes From: Mitsuru IWASAKI In-Reply-To: <200210271800.aa11251@salmon.maths.tcd.ie> References: <200210271800.aa11251@salmon.maths.tcd.ie> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > wi0: timeout in wi_cmd 0x0002; event status 0x8080 Here are 2 patches against similar problems related wi. Please review them. TIA. 1. The suspend methods problem with NEWARD cardbus and pccard. cardbus_suspend() forced cbb into power off via cbb_power(CARD_VCC_0V) before pccard_suspend() detach wi properly. ---- Index: cardbus.c =================================================================== RCS file: /home/ncvs/src/sys/dev/cardbus/cardbus.c,v retrieving revision 1.24 diff -u -r1.24 cardbus.c --- cardbus.c 7 Oct 2002 23:00:51 -0000 1.24 +++ cardbus.c 11 Oct 2002 02:22:28 -0000 @@ -148,6 +148,8 @@ static int cardbus_write_ivar(device_t cbdev, device_t child, int which, uintptr_t value); +#define DETACH_NOWARN 0x800 + /************************************************************************/ /* Probe/Attach */ /************************************************************************/ @@ -175,7 +177,7 @@ static int cardbus_suspend(device_t self) { - cardbus_detach_card(self, DETACH_FORCE); + cardbus_detach_card(self, DETACH_NOWARN); /* detach existing cards */ return (0); } @@ -208,8 +210,6 @@ PCIB_WRITE_CONFIG(brdev, b, s, f, PCIR_MAXLAT, 0x14, 1); cfg->maxlat = PCIB_READ_CONFIG(brdev, b, s, f, PCIR_MAXLAT, 1); } - -#define DETACH_NOWARN 0x800 static int cardbus_attach_card(device_t cbdev) ---- 2. Even after device had removed and wi_stop() called untimeout(wi_inquire), sometimes wi_inquire() is still called and we got kernel panic. I think there are some bugs in timeout/untimeout system under heavy stresses. Here's a workaround for sanity checking. ---- Index: if_wi.c =================================================================== RCS file: /home/ncvs/src/sys/dev/wi/if_wi.c,v retrieving revision 1.117 diff -u -r1.117 if_wi.c --- if_wi.c 14 Oct 2002 01:59:57 -0000 1.117 +++ if_wi.c 15 Oct 2002 19:24:13 -0000 @@ -853,6 +853,17 @@ int s; sc = xsc; + + if (sc == NULL) { + printf("%s: wrong argument\n", __func__); + return; + } + + if (sc->wi_gone) { + printf("%s: already detached\n", __func__); + return; + } + ifp = &sc->arpcom.ac_if; sc->wi_stat_ch = timeout(wi_inquire, sc, hz * 60); ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Oct 28 23:44: 8 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B6537B401 for ; Mon, 28 Oct 2002 23:44:05 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A854B43E4A for ; Mon, 28 Oct 2002 23:44:00 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9T7hxpk034344; Tue, 29 Oct 2002 00:43:59 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 29 Oct 2002 00:42:59 -0700 (MST) Message-Id: <20021029.004259.107520615.imp@bsdimp.com> To: iwasaki@jp.FreeBSD.org Cc: iedowse@maths.tcd.ie, freebsd-mobile@FreeBSD.ORG Subject: Re: Patch to fix/shorten "wi" freezes From: "M. Warner Losh" In-Reply-To: <20021029.122934.67876690.iwasaki@jp.FreeBSD.org> References: <200210271800.aa11251@salmon.maths.tcd.ie> <20021029.122934.67876690.iwasaki@jp.FreeBSD.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20021029.122934.67876690.iwasaki@jp.FreeBSD.org> Mitsuru IWASAKI writes: : Here are 2 patches against similar problems related wi. : Please review them. TIA. : : 1. The suspend methods problem with NEWARD cardbus and pccard. : cardbus_suspend() forced cbb into power off via : cbb_power(CARD_VCC_0V) before pccard_suspend() detach wi properly. Good call. I agree that this is the bug, but I'm not sure I like the solution. : ---- : Index: cardbus.c : =================================================================== : RCS file: /home/ncvs/src/sys/dev/cardbus/cardbus.c,v : retrieving revision 1.24 : diff -u -r1.24 cardbus.c : --- cardbus.c 7 Oct 2002 23:00:51 -0000 1.24 : +++ cardbus.c 11 Oct 2002 02:22:28 -0000 : @@ -148,6 +148,8 @@ : static int cardbus_write_ivar(device_t cbdev, device_t child, int which, : uintptr_t value); : : +#define DETACH_NOWARN 0x800 : + : /************************************************************************/ : /* Probe/Attach */ : /************************************************************************/ : @@ -175,7 +177,7 @@ : static int : cardbus_suspend(device_t self) : { : - cardbus_detach_card(self, DETACH_FORCE); : + cardbus_detach_card(self, DETACH_NOWARN); /* detach existing cards */ : return (0); : } : : @@ -208,8 +210,6 @@ : PCIB_WRITE_CONFIG(brdev, b, s, f, PCIR_MAXLAT, 0x14, 1); : cfg->maxlat = PCIB_READ_CONFIG(brdev, b, s, f, PCIR_MAXLAT, 1); : } : - : -#define DETACH_NOWARN 0x800 : : static int : cardbus_attach_card(device_t cbdev) This is both right and wrong a the same time. It is right in that it forces cardbus_detach_card to not power down the card. It is wrong in that it fixes the problem one layer too high. cardbus_detach_card has no business turning the power off if there are no children. Also, the warning is bogus, imho. So, here's my patch that corrects these problems. It eliminates NOWARN, eliminates the bogus printf and power cycle, and adds a set of nice parens :-) Comments? Warner P.S. I'm still trying to understand the wi patch and the need for it. Timeout leaks seem like they would show up all over the place... --- //depot/user/imp/newcard/dev/cardbus/cardbus.c 2002/10/10 08:32:14 +++ //depot/user/imp/newcard/dev/cardbus/cardbus.c 2002/10/28 23:36:38 @@ -209,8 +209,6 @@ cfg->maxlat = PCIB_READ_CONFIG(brdev, b, s, f, PCIR_MAXLAT, 1); } -#define DETACH_NOWARN 0x800 - static int cardbus_attach_card(device_t cbdev) { @@ -219,7 +217,7 @@ static int curr_bus_number = 2; /* XXX EVILE BAD (see below) */ int bus, slot, func; - cardbus_detach_card(cbdev, DETACH_NOWARN); /* detach existing cards */ + cardbus_detach_card(cbdev, 0); /* detach existing cards */ POWER_ENABLE_SOCKET(brdev, cbdev); bus = pcib_get_bus(cbdev); @@ -283,10 +281,6 @@ device_get_children(cbdev, &devlist, &numdevs); if (numdevs == 0) { - if (!(flags & DETACH_NOWARN)) { - DEVPRINTF((cbdev, "detach_card: no card to detach!\n")); - POWER_DISABLE_SOCKET(device_get_parent(cbdev), cbdev); - } free(devlist, M_TEMP); return ENOENT; } @@ -297,7 +291,7 @@ if (status == DS_ATTACHED || status == DS_BUSY) { if (device_detach(dinfo->pci.cfg.dev) == 0 || - flags & DETACH_FORCE) { + (flags & DETACH_FORCE)) { cardbus_release_all_resources(cbdev, dinfo); device_delete_child(cbdev, devlist[tmp]); } else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 0:16: 4 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E593B37B401 for ; Tue, 29 Oct 2002 00:16:03 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFD943E3B for ; Tue, 29 Oct 2002 00:15:59 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9T8Frpk034495; Tue, 29 Oct 2002 01:15:53 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 29 Oct 2002 01:14:53 -0700 (MST) Message-Id: <20021029.011453.32469808.imp@bsdimp.com> To: hostmaster@orangexl.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: FreeBSD 4.7 Watchdog Timeouts From: "M. Warner Losh" In-Reply-To: <001b01c27edf$e8db2d00$0200a8c0@FAMHOLTHAUS> References: <001b01c27a6f$d5643d30$0200a8c0@CP262152A> <000901c27b89$c77fe960$0200a8c0@CP262152A> <001b01c27edf$e8db2d00$0200a8c0@FAMHOLTHAUS> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Any idea's / suggestions? My guess is, that everything is OK (no IRC > confilicts etc) , except for the place in memory that is used for the > driver... I thikn that you are correct. You should setting mem_start to 0xd0000 and mem_end to be 0xdffff. If you are having issues with IRQs, you might try backing off to IRA interrupt mode, but if you are coming from 4.5, I don't think I've changed anything in that area that would cause you grief... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 0:57:19 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADFCC37B401 for ; Tue, 29 Oct 2002 00:57:18 -0800 (PST) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EF143E3B for ; Tue, 29 Oct 2002 00:57:17 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g9T8umY84770; Tue, 29 Oct 2002 17:56:48 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Tue, 29 Oct 2002 17:56:31 +0900 (JST) Message-Id: <20021029.175631.25480257.iwasaki@jp.FreeBSD.org> To: imp@bsdimp.com Cc: iedowse@maths.tcd.ie, freebsd-mobile@FreeBSD.ORG Subject: Re: Patch to fix/shorten "wi" freezes From: Mitsuru IWASAKI In-Reply-To: <20021029.004259.107520615.imp@bsdimp.com> References: <200210271800.aa11251@salmon.maths.tcd.ie> <20021029.122934.67876690.iwasaki@jp.FreeBSD.org> <20021029.004259.107520615.imp@bsdimp.com> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > This is both right and wrong a the same time. It is right in that it > forces cardbus_detach_card to not power down the card. It is wrong in > that it fixes the problem one layer too high. cardbus_detach_card has > no business turning the power off if there are no children. Also, the > warning is bogus, imho. So, here's my patch that corrects these > problems. It eliminates NOWARN, eliminates the bogus printf and power > cycle, and adds a set of nice parens :-) I've just tested your patche, and confirmed problem was fixed related with suspend. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 3:14:13 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD7237B401 for ; Tue, 29 Oct 2002 03:14:13 -0800 (PST) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3913643E4A for ; Tue, 29 Oct 2002 03:14:11 -0800 (PST) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.9.3/8.9.3) id MAA05797 for freebsd-mobile@freebsd.org; Tue, 29 Oct 2002 12:14:08 +0100 Date: Tue, 29 Oct 2002 12:14:08 +0100 From: Christoph Kukulies Message-Id: <200210291114.MAA05797@accms33.physik.rwth-aachen.de> To: freebsd-mobile@freebsd.org Subject: diskless over the air Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anybody tried to boot a notebook diskless via a pccard device (wi) ? -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 11: 0:11 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6B337B401 for ; Tue, 29 Oct 2002 11:00:10 -0800 (PST) Received: from alfred.skaarup.org (alfred.skaarup.org [193.111.120.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D9EA43E75 for ; Tue, 29 Oct 2002 11:00:09 -0800 (PST) (envelope-from mfbsd@skaarup.org) Received: (qmail 76087 invoked by uid 0); 29 Oct 2002 19:00:06 -0000 Received: from localhost (HELO alfred.skaarup.org) (127.0.0.1) by localhost with SMTP; 29 Oct 2002 19:00:06 -0000 Received: (qmail 76080 invoked by uid 1039); 29 Oct 2002 19:00:06 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Oct 2002 19:00:06 -0000 Date: Tue, 29 Oct 2002 20:00:06 +0100 (CET) From: Rasmus Skaarup To: freebsd-mobile@freebsd.org Subject: wi0 disconnects periodically Message-ID: <20021029195112.Q75918-100000@alfred.skaarup.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have a Dell TrueMobile 1150 wireless NIC talking with a Intel PRO Wireless Gateway. Sadly, my connection periodically drops all established connections. I have not enabled encryption. What can I do to investigate and gather information? Thank you. Best regards, Rasmus Skaarup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 14:17:35 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61B037B401 for ; Tue, 29 Oct 2002 14:17:34 -0800 (PST) Received: from mraught.homeip.net (pool-151-205-249-57.cap.east.verizon.net [151.205.249.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA43543E4A for ; Tue, 29 Oct 2002 14:17:33 -0800 (PST) (envelope-from mraught@acm.org) Received: from acm.org (music [10.0.0.39]) by mraught.homeip.net (8.12.2/8.12.2) with ESMTP id g9TMDjSE015782 for ; Tue, 29 Oct 2002 17:13:46 -0500 (EST) Message-ID: <3DBF1588.5020104@acm.org> Date: Tue, 29 Oct 2002 18:11:04 -0500 From: "Mark A-J. Raught (from the laptop)" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020623 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Mobile Subject: Belkin wireless support Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I currently use two Linksys cards (wmp11 and wpc11 I think) to route wireless from my laptop to my wired network. The routing system uses FreeBSD 4.6.2 and the Laptop has 4.7. I want to add another station and saw an add from OfficeMax this Sunday for a Belkin pcmcia adapter for 39.99 (AR) with a free pci adapter. I don't know which models, but I assume PCMCIA is F5D6020 and the pci adapter is the F5D6000. I will stop at OfficeMax tomorrow sometime to get the actual model numbers, but in the mean time does anyone know the compatibility of these cards or of Belkin cards in general with FreeBSD? Any gotchas with my existing setup? If it's bad news then how about a recommendation for a relatively cheap PC-Card/PCI adapter setup? thanks, -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 15: 0:34 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D481C37B401 for ; Tue, 29 Oct 2002 15:00:32 -0800 (PST) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2A443E3B for ; Tue, 29 Oct 2002 15:00:31 -0800 (PST) (envelope-from ajthomson@optushome.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 186fN6-00026N-00 for freebsd-mobile@freebsd.org; Wed, 30 Oct 2002 10:02:04 +1100 Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (Exim 3.36 #1) id 186fN5-00026G-00 for freebsd-mobile@freebsd.org; Wed, 30 Oct 2002 10:02:03 +1100 Subject: joining the wi lockup bandwagon... From: Andrew Thomson To: freebsd-mobile@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 10:00:13 +1100 Message-Id: <1035932413.57755.23.camel@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 8079-1035932523-23866@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just did a quick search around for the lockup problem using the wi driver. Good to see I'm not alone! ;) Just read the most recent post that I could find but not sure what the status is. http://groups.google.com/groups?q=wi0:+wi_cmd:+busy+bit+won%27t+clear&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=200210271800.aa11251_salmon.maths.tcd.ie%40ns.sol.net&rnum=2 Just bought this wireless stuff yesterday thinking it was going to make life easier!! ;) For the record, I think I'm running what everyone else is running.. Oct 29 23:29:40 mulla /kernel: wi0 at port 0x240-0x27f irq 11 slot 0 on pccard0 Oct 29 23:29:40 mulla /kernel: wi0: 802.11 address: 00:40:05:ae:bd:48 Oct 29 23:29:40 mulla /kernel: wi0: using RF:PRISM2.5 MAC:ISL3873 Oct 29 23:29:40 mulla /kernel: wi0: Intersil Firmware: Primary 1.00.07, Station 1.03.05 Oct 30 01:34:41 mulla /kernel: wi0: watchdog timeout Oct 30 01:34:41 mulla /kernel: wi0: timeout in wi_cmd 0x0002; event status 0x8000 Oct 30 01:34:41 mulla /kernel: wi0: timeout in wi_cmd 0x0000; event status 0x8000 Oct 30 01:34:41 mulla /kernel: wi0: wi_cmd: busy bit won't clear. Oct 30 01:34:41 mulla /kernel: wi0: wi_cmd: busy bit won't clear. Oct 30 01:34:41 mulla /kernel: wi0: init failed Oct 30 01:34:41 mulla /kernel: wi0: wi_cmd: busy bit won't clear. Oct 30 01:34:41 mulla last message repeated 22 times Oct 30 01:34:41 mulla /kernel: wi0: failed to allocate 1594 bytes on NIC Oct 30 01:34:41 mulla /kernel: wi0: tx buffer allocation failed Recovery only comes in the form of a reboot for me. FreeBSD 4.7-STABLE #2: Mon Oct 21 11:33:59 EST 2002 I just run the following: wicontrol -n home wicontrol -s thinkpad wicontrol -p 3 wicontrol -f 6 wicontrol -e 1 wicontrol -k passw Just subscribed to this mailing list so looking forward to hearing all about it!! ;) regards, ajt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Oct 29 19:14:49 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D69E37B401 for ; Tue, 29 Oct 2002 19:14:48 -0800 (PST) Received: from volatile.chemikals.org (cae57-176-131.sc.rr.com [66.57.176.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id E525643E77 for ; Tue, 29 Oct 2002 19:14:47 -0800 (PST) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.12.6/8.12.6) with ESMTP id g9U3EkRv073182; Tue, 29 Oct 2002 22:14:47 -0500 (EST) (envelope-from morganw@chemikals.org) Date: Tue, 29 Oct 2002 22:14:46 -0500 (EST) From: Wesley Morgan To: Andrew Thomson Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: joining the wi lockup bandwagon... In-Reply-To: <1035932413.57755.23.camel@athomson.prv.au.itouchnet.net> Message-ID: <20021029221039.N73003-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 30 Oct 2002, Andrew Thomson wrote: > wicontrol -n home > wicontrol -s thinkpad > wicontrol -p 3 > wicontrol -f 6 > wicontrol -e 1 > wicontrol -k passw Turn off the WEP by removing the last two lines. It works for my orinocco cards, and I think it helps for the prism. I haven't seen Warner chime in with his words of wisdom on the real problem here, although I did see some references to missed interrupts or something. -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 5:34:42 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B31D37B401 for ; Wed, 30 Oct 2002 05:34:41 -0800 (PST) Received: from sun1.bouwman.net (dsl.bouwman.net [195.241.93.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED8D43E3B for ; Wed, 30 Oct 2002 05:34:40 -0800 (PST) (envelope-from roel@roel.worldonline.nl) Received: from equinox.bouwman.net (equinox.bouwman.net [10.10.10.10]) by sun1.bouwman.net (8.12.6/8.12.6) with ESMTP id g9U7sxLh014198 for ; Wed, 30 Oct 2002 08:54:59 +0100 (MET) Received: (from roel@localhost) by equinox.bouwman.net (8.11.1/8.11.1) id g9U7srk29158 for freebsd-mobile@freebsd.org; Wed, 30 Oct 2002 08:54:53 +0100 (CET) (envelope-from roel@roel.worldonline.nl) Date: Wed, 30 Oct 2002 08:54:52 +0100 From: Roel Bouwman To: freebsd-mobile@freebsd.org Message-ID: <20021030085452.B29127@equinox.bouwman.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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org unsubscribe freebsd-mobile roel@bouwman.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 6: 8:47 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824E937B401 for ; Wed, 30 Oct 2002 06:08:45 -0800 (PST) Received: from mail500.nifty.com (mail500.nifty.com [202.248.37.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F6C43E42 for ; Wed, 30 Oct 2002 06:08:44 -0800 (PST) (envelope-from mac@clave.gr.jp) Received: from localhost by mail500.nifty.com (8.12.6/3.7W-07/15/02) with ESMTP id g9UE3Guq019090; Wed, 30 Oct 2002 23:03:16 +0900 Date: Wed, 30 Oct 2002 23:02:59 +0900 (JST) Message-Id: <20021030.230259.74726562.jcc00712@nifty.com> To: mobile@FreeBSD.org Subject: wi0: No Mem space on prism2.5? From: Masahide -mac- NODA X-Mailer: Mew version 2.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, mobilers :-) My laptop PC has Internal Wireless LAN adaptor. It can use at 4-STABLE, but can't use at 5-CURRENT. At 4-STABLE, it probe and attach below % dmesg -v : found-> vendor=0x1260, dev=0x3873, revid=0x01 class=02-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base e0300000, size 12 : wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 wi0: 802.11 address: 00:e0:00:87:7d:bf wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary 1.01.00, Station 1.04.01 wi0: wi_has_wep = 1 but, at 5-CURRENT, attach has failed. % dmesg -v : map[10]: type 3, range 32, base e0300000, size 12, enabled found-> vendor=0x1260, dev=0x3873, revid=0x01 bus=1, slot=13, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 : wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 pcib1: device wi0 requested unsupported memory range 0x0-0xe02fffff (decoding 0xe0200000-0xe02fffff, 0xe0300000-0xe03fffff) wi0: No Mem space on prism2.5? device_probe_and_attach: wi0 attach returned 6 PCI resouce map type is difference, type 1 at 4-STABLE, but type 3 at 5-CURRENT. This diffrence cause this attach problem. Any suggestion to me? -- mac@clave.gr.jp/mac@jp.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 Oct 30 8:14:55 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B73937B401 for ; Wed, 30 Oct 2002 08:14:53 -0800 (PST) Received: from nwkea-mail-1.sun.com (nwkea-mail-1.sun.com [192.18.42.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE54243E9C for ; Wed, 30 Oct 2002 08:14:48 -0800 (PST) (envelope-from ktsin@acm.org) Received: from sarang.singapore.sun.com ([129.158.71.188]) by nwkea-mail-1.sun.com (8.9.3+Sun/8.9.3) with SMTP id IAA08598 for ; Wed, 30 Oct 2002 08:14:43 -0800 (PST) Received: (qmail 663 invoked by uid 99407); Thu, 31 Oct 2002 00:14:42 +0800 (SGT) Date: Thu, 31 Oct 2002 00:14:42 +0800 From: KT Sin To: Masahide -mac- NODA Cc: mobile@FreeBSD.ORG Subject: Re: wi0: No Mem space on prism2.5? Message-ID: <20021030161442.GA618@sarang.Singapore.Sun.COM> References: <20021030.230259.74726562.jcc00712@nifty.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021030.230259.74726562.jcc00712@nifty.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi I had similar problem with my IBM Thinkpad X23. Pls try adding options PCI_ALLOW_UNSUPPORTED_IO_RANGE into your kernel config, rebuild kernel and then reboot. kt On Wed, Oct 30, 2002 at 11:02:59PM +0900, Masahide -mac- NODA wrote: > Hi, mobilers :-) > > My laptop PC has Internal Wireless LAN adaptor. > It can use at 4-STABLE, but can't use at 5-CURRENT. > > At 4-STABLE, it probe and attach below > > % dmesg -v > : > found-> vendor=0x1260, dev=0x3873, revid=0x01 > class=02-80-00, hdrtype=0x00, mfdev=0 > subordinatebus=0 secondarybus=0 > intpin=a, irq=11 > map[10]: type 1, range 32, base e0300000, size 12 > : > wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 > wi0: 802.11 address: 00:e0:00:87:7d:bf > wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) > wi0: Intersil Firmware: Primary 1.01.00, Station 1.04.01 > wi0: wi_has_wep = 1 > > > but, at 5-CURRENT, attach has failed. > > % dmesg -v > : > map[10]: type 3, range 32, base e0300000, size 12, enabled > found-> vendor=0x1260, dev=0x3873, revid=0x01 > bus=1, slot=13, func=0 > class=02-80-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords) > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > intpin=a, irq=11 > powerspec 2 supports D0 D1 D2 D3 current D0 > : > wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 > pcib1: device wi0 requested unsupported memory range 0x0-0xe02fffff (decoding 0xe0200000-0xe02fffff, 0xe0300000-0xe03fffff) > wi0: No Mem space on prism2.5? > device_probe_and_attach: wi0 attach returned 6 > > > PCI resouce map type is difference, type 1 at 4-STABLE, but type 3 at > 5-CURRENT. This diffrence cause this attach problem. > > Any suggestion to me? > > -- > mac@clave.gr.jp/mac@jp.freebsd.org > > 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 Oct 30 13:56:13 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1E737B401 for ; Wed, 30 Oct 2002 13:56:11 -0800 (PST) Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6587843E3B for ; Wed, 30 Oct 2002 13:56:11 -0800 (PST) (envelope-from fscked@pacbell.net) Received: from pacbell.net ([64.171.191.6]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H4T00IY2E9M84@mta5.snfc21.pbi.net> for freebsd-mobile@FreeBSD.ORG; Wed, 30 Oct 2002 13:56:11 -0800 (PST) Date: Wed, 30 Oct 2002 13:57:28 -0800 From: richard childers Subject: Re: Belkin wireless support To: "Mark A-J. Raught (from the laptop)" Cc: FreeBSD Mobile Message-id: <3DC055C8.4C8A668@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.79 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en References: <3DBF1588.5020104@acm.org> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Summary: no, Belkins don't work under FreeBSD. On the good side, Belkins come with a lifetime warranty. On the bad side, they need it, 'cuz I've encountered problems (possible related to abrupt removals by a small child :-). And Belkins are not supported under FreeBSD. I'd cough up the extra $35 and order an Avaya Gold; check pricewatch.com. Or get an Avaya Silver. Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is recognized by FreeBSD, and it mistakenly thinks it's found a card, but it hasn't and it doesn't work. -- richard "Mark A-J. Raught (from the laptop)" wrote: > Hello all, > I currently use two Linksys cards (wmp11 and wpc11 I think) to route > wireless from my laptop to my wired network. The routing system uses > FreeBSD 4.6.2 and the Laptop has 4.7. > I want to add another station and saw an add from OfficeMax this > Sunday for a Belkin pcmcia adapter for 39.99 (AR) with a free pci > adapter. I don't know which models, but I assume PCMCIA is F5D6020 and > the pci adapter is the F5D6000. I will stop at OfficeMax tomorrow > sometime to get the actual model numbers, but in the mean time does > anyone know the compatibility of these cards or of Belkin cards in > general with FreeBSD? Any gotchas with my existing setup? If it's bad > news then how about a recommendation for a relatively cheap PC-Card/PCI > adapter setup? > > thanks, > -mark > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator "Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 17: 4:11 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D96437B401 for ; Wed, 30 Oct 2002 17:04:10 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id D500843E3B for ; Wed, 30 Oct 2002 17:04:08 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 31 Oct 2002 01:04:07 +0000 (GMT) To: Wesley Morgan Cc: Andrew Thomson , freebsd-mobile@FreeBSD.ORG Subject: Re: joining the wi lockup bandwagon... In-Reply-To: Your message of "Tue, 29 Oct 2002 22:14:46 EST." <20021029221039.N73003-100000@volatile.chemikals.org> Date: Thu, 31 Oct 2002 01:04:06 +0000 From: Ian Dowse Message-ID: <200210310104.aa26206@salmon.maths.tcd.ie> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20021029221039.N73003-100000@volatile.chemikals.org>, Wesley Morgan writes: >On 30 Oct 2002, Andrew Thomson wrote: >Oct 30 01:34:41 mulla /kernel: wi0: timeout in wi_cmd 0x0002; event >status 0x8000 >Oct 30 01:34:41 mulla /kernel: wi0: timeout in wi_cmd 0x0000; event >status 0x8000 >> wicontrol -e 1 >> wicontrol -k passw > >Turn off the WEP by removing the last two lines. It works for my orinocco >cards, and I think it helps for the prism. I haven't seen Warner chime >in with his words of wisdom on the real problem here, although I did see >some references to missed interrupts or something. Try adding a "DELAY(50000);" just before the "return;" at the end of wi_init(). I've found that this helps a lot with the above errors, though I don't know why. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 20: 7:43 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE4537B401 for ; Wed, 30 Oct 2002 20:07:42 -0800 (PST) Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mx1.FreeBSD.org (Postfix) with SMTP id EA4D443E6E for ; Wed, 30 Oct 2002 20:07:41 -0800 (PST) (envelope-from travissidelinger@yahoo.com) Received: from dhcp065-031-019-180.insight.rr.com (HELO azalin) (travissidelinger@65.31.19.180 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 31 Oct 2002 04:07:41 -0000 Reply-To: From: "travis sidelinger" To: Subject: Dell Inspiron 5000 802.3 and 802.11b support Date: Wed, 30 Oct 2002 23:12:14 -0500 Message-ID: <007101c28093$b32c54d0$170015ac@ravenloft> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have a Dell Inspiron 5000. I'm looking to purchase both an 10/100 802.3 and an 802.11b pcmcia ethernet cards. I'm looking at the following 10/100 cards below. Does FreeBSD have drivers for the first 3? Netgear FA411 D-Link DFE-670TXD SMC SMC8041TX Linksys PCM100 The PCM100 is the only one listed on freeBSD's drive page. I currently use a Netgear FA410 card of which I'm not too happy with. It has media problems on some networks. The FA410 and the PCM100 have the same chipset. Anyone have a recomendation for 802.11b pcmcia cards? Any idea when freeBSD will support 32 bit cardbus? I'd like to use one of the new Prism2 802.11b pcmcia cards. Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 20:11:28 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3824437B401 for ; Wed, 30 Oct 2002 20:11:27 -0800 (PST) Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by mx1.FreeBSD.org (Postfix) with SMTP id D67EA43E3B for ; Wed, 30 Oct 2002 20:11:26 -0800 (PST) (envelope-from travissidelinger@yahoo.com) Received: from dhcp065-031-019-180.insight.rr.com (HELO azalin) (travissidelinger@65.31.19.180 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 31 Oct 2002 04:11:26 -0000 Reply-To: From: "travis sidelinger" To: Subject: Dell Inspiron 5000 802.3 and 802.11b support Date: Wed, 30 Oct 2002 23:16:01 -0500 Message-ID: <007301c28094$392e5c90$170015ac@ravenloft> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have a Dell Inspiron 5000. I'm looking to purchase both an 10/100 802.3 and an 802.11b pcmcia ethernet cards. I'm looking at the following 10/100 cards below. Does FreeBSD have drivers for the first 3? Netgear FA411 D-Link DFE-670TXD SMC SMC8041TX Linksys PCM100 The PCM100 is the only one listed on freeBSD's drive page. I currently use a Netgear FA410 card of which I'm not too happy with. It has media problems on some networks. The FA410 and the PCM100 have the same chipset. Anyone have a recomendation for 802.11b pcmcia cards? Any idea when freeBSD will support 32 bit cardbus? I'd like to use one of the new Prism2 802.11b pcmcia cards. Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 20:22:18 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4361A37B401 for ; Wed, 30 Oct 2002 20:22:17 -0800 (PST) Received: from bam.katlar.com (host.katlar.com [206.80.108.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFE243E3B for ; Wed, 30 Oct 2002 20:22:16 -0800 (PST) (envelope-from larryw@katlar.com) Received: from katlar.com (localhost.katlar.com [127.0.0.1]) by bam.katlar.com (8.12.6/8.12.6) with SMTP id g9UNns2q097840 for ; Wed, 30 Oct 2002 15:49:54 -0800 (PST) (envelope-from larryw@katlar.com) Received: from 66.150.9.2 (SquirrelMail authenticated user larryw) by new.host.name with HTTP; Wed, 30 Oct 2002 15:49:54 -0800 (PST) Message-ID: <51028.66.150.9.2.1036021794.squirrel@new.host.name> Date: Wed, 30 Oct 2002 15:49:54 -0800 (PST) Subject: PCMCIA/Wireless freezes and/or disconnects From: "Lawrence Wickline" To: X-Priority: 3 Importance: Normal Reply-To: larryw@katlar.com X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am having some problems with my wireless connection disconnecting me from the network. first the gory details. I am using a dell Inspiron 8200 running KDE3 on 4.7-p1. My NIC is a Lynksys WPC11 version 2.5 and my access point is a Belkin gateway/firewall/hub. What happens is after the card is initialized everything works fine. It does take a few seconds for the card to be found and loaded but it does come on ok and work. In my pccard.conf file I call a script that executes the various wicontrol commands to set key and net.... Now after the card has been up for about 5 minutes I stop being able to make new connections. I have noticed that applications that were started immediately after the card comes up stay connected. like if i open a ssh connection it will continue to work and if I fire up Netscape and continually click on links it will still work. But if I actual stop and read a page for more than a few minutes Netscape stops being able to open up a new connection. I always can connect to the access point but I figure that is because the connection is always in use. But I cant connect beyond. If I rerun the configuration script I call in pccard.conf the problem goes away for about 5 mins before appearing again. last thing is the card works fine in windows on the same hardware. This has to be a BSD thing. Does anyone have any idea why this is going on or have a fix? This is pretty much the last hurdle I have to getting fully on BSD on my laptop. (minus getting DVD to play well:)) PS. It does also take several (10-15) seconds for the OS to detect the card has been removed. I did find this as a problem that had been reported to this mailing list previously. Is it possible these problems are related? Thanks, Larry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 20:22:20 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E4C37B401 for ; Wed, 30 Oct 2002 20:22:19 -0800 (PST) Received: from bam.katlar.com (host.katlar.com [206.80.108.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9E243E3B for ; Wed, 30 Oct 2002 20:22:18 -0800 (PST) (envelope-from larryw@katlar.com) Received: from katlar.com (localhost.katlar.com [127.0.0.1]) by bam.katlar.com (8.12.6/8.12.6) with SMTP id g9SLdL2q086239 for ; Mon, 28 Oct 2002 13:39:22 -0800 (PST) (envelope-from larryw@katlar.com) Received: from 66.150.9.2 (SquirrelMail authenticated user larryw) by new.host.name with HTTP; Mon, 28 Oct 2002 13:39:22 -0800 (PST) Message-ID: <60407.66.150.9.2.1035841162.squirrel@new.host.name> Date: Mon, 28 Oct 2002 13:39:22 -0800 (PST) Subject: PCMCIA/Wireless freezes and/or disconnects From: "Lawrence Wickline" To: X-Priority: 3 Importance: Normal Reply-To: larryw@katlar.com X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am having some problems with my wireless connection disconnecting me from the network. first the gory details. I am using a dell Inspiron 8200 running KDE3 on 4.7 RELEASE-p1. My NIC is a Lynksys WPC11version 2.5 and my access point is a Belkin gateway/firewall/hub. What happens is after the card is initialized everything works fine. It does take a few seconds for the card to be found and loaded but it does come on ok and work. In my pccard.conf file I call a script that executes the various wicontrol commands to set key and net.... Now after the card has been up for about 5 minutes I stop being able to make new connections. I have noticed that applications that were started immediately after the card comes up stay connected. like if i open a ssh connection it will continue to work and if I fire up Netscape and continually click on links it will still work. But if I actual stop and read a page for more than a few minutes Netscape stops being able to open up a new connection. I always can connect to the access point but I figure that is because the connection is always in use. But I cant connect beyond. If I rerun the configuration script I call in pccard.conf the problem goes away for about 5 mins before appearing again. last thing is the card works fine in windows on the same hardware. This has to be a BSD thing. Does anyone have any idea why this is going on or have a fix? This is pretty much the last hurdle I have to getting fully on BSD on my laptop. (minus getting DVD to play well:)) PS. It does also take several (10-15) seconds for the OS to detect the card has been removed. I did find this as a problem that had been reported to this mailing list previously. Is it possible these problems are related? Thanks, Larry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 20:57:56 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E14F137B401 for ; Wed, 30 Oct 2002 20:57:55 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1487443E7B for ; Wed, 30 Oct 2002 20:57:55 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9V4vipk050497; Wed, 30 Oct 2002 21:57:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 30 Oct 2002 21:56:53 -0700 (MST) Message-Id: <20021030.215653.21333715.imp@bsdimp.com> To: fscked@pacbell.net Cc: mraught@acm.org, freebsd-mobile@FreeBSD.ORG Subject: Re: Belkin wireless support From: "M. Warner Losh" In-Reply-To: <3DC055C8.4C8A668@pacbell.net> References: <3DBF1588.5020104@acm.org> <3DC055C8.4C8A668@pacbell.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <3DC055C8.4C8A668@pacbell.net> richard childers writes: : Summary: no, Belkins don't work under FreeBSD. Yes, they do, at least not in the PCMCIA<->PCI adapter. I've used these in 'connectathons' in the past. : Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is : recognized by FreeBSD, and it mistakenly thinks it's found a card, but it : hasn't and it doesn't work. When I tested it, it worked for me. Maybe I should go to office-max and find out why it doesn't work for you. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 21: 4: 3 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0643237B401 for ; Wed, 30 Oct 2002 21:04:02 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D65D43E3B for ; Wed, 30 Oct 2002 21:04:00 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9V53xpk050528; Wed, 30 Oct 2002 22:03:59 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 30 Oct 2002 22:03:07 -0700 (MST) Message-Id: <20021030.220307.69990968.imp@bsdimp.com> To: travissidelinger@yahoo.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Dell Inspiron 5000 802.3 and 802.11b support From: "M. Warner Losh" In-Reply-To: <007101c28093$b32c54d0$170015ac@ravenloft> References: <007101c28093$b32c54d0$170015ac@ravenloft> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <007101c28093$b32c54d0$170015ac@ravenloft> "travis sidelinger" writes: : Netgear FA411 Yes, works. : D-Link DFE-670TXD I think this is the rl based cards, and it basically works. I've had reports that the 680TXD works. I have a DFE-650TX and an earlier version of the DFE-650 and they work. : SMC SMC8041TX Yes. Works for me. : Linksys PCM100 Yes. Works for me. : Anyone have a recomendation for 802.11b pcmcia cards? Any Prism {2,2.5,3}, lucent or symbol card is supported, but you may need to upgrade the firmware. : Any idea when freeBSD will support 32 bit cardbus? I'd like to use one of : the new Prism2 802.11b pcmcia cards. Oh? I've not seen cardbus based wi cards. Details? 5.0 will support CardBus cards. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 21: 6:25 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E066A37B401 for ; Wed, 30 Oct 2002 21:06:24 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BDAC43E42 for ; Wed, 30 Oct 2002 21:06:23 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9V56Mpk050570; Wed, 30 Oct 2002 22:06:22 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 30 Oct 2002 22:05:31 -0700 (MST) Message-Id: <20021030.220531.43409288.imp@bsdimp.com> To: larryw@katlar.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: PCMCIA/Wireless freezes and/or disconnects From: "M. Warner Losh" In-Reply-To: <60407.66.150.9.2.1035841162.squirrel@new.host.name> References: <60407.66.150.9.2.1035841162.squirrel@new.host.name> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <60407.66.150.9.2.1035841162.squirrel@new.host.name> "Lawrence Wickline" writes: : last thing is the card works fine in windows on the same hardware. This : has to be a BSD thing. Windows likely downloads a new firmware into RAM. Older versions of firmware are known to have issues. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Oct 30 22:25:27 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8625537B401 for ; Wed, 30 Oct 2002 22:25:25 -0800 (PST) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F311E43E7B for ; Wed, 30 Oct 2002 22:25:23 -0800 (PST) (envelope-from ajthomson@optushome.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 1877gj-000DUJ-00 for freebsd-mobile@freebsd.org; Thu, 31 Oct 2002 16:16:13 +1100 Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (Exim 3.36 #1) id 1877gj-000DUC-00 for freebsd-mobile@FreeBSD.ORG; Thu, 31 Oct 2002 16:16:13 +1100 Subject: Re: joining the wi lockup bandwagon... From: Andrew Thomson To: freebsd-mobile@FreeBSD.ORG In-Reply-To: <200210310104.aa26206@salmon.maths.tcd.ie> References: <200210310104.aa26206@salmon.maths.tcd.ie> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 16:14:00 +1100 Message-Id: <1036041240.85031.68.camel@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 51847-1036041373-63070@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Last night I disabled the WEP, the first suggestion I received and the wireless network ran perfectly all night. However I understand it's not so good running without any encryption. How's everyone else doing it? I did the following last night which seemed to work. Install racoon on my firewall and laptop. run this with setkey -f on the laptop. spdadd 192.168.14.2/32 0.0.0.0/0 any -P out ipsec esp/tunnel/192.168.14.2-192.168.14.1/require; spdadd 0.0.0.0/0 192.168.14.2/32 any -P in ipsec esp/tunnel/192.168.14.1-192.168.14.2/require; Then the same thing on the firewall with out/in switched around. Startup racoon and I was away. A tcpdump on wi0 showed only ESP packets being transmitted. So is this all I need to do to secure my wireless link?? cheers, ajt. On Thu, 2002-10-31 at 12:04, Ian Dowse wrote: > In message <20021029221039.N73003-100000@volatile.chemikals.org>, Wesley Morgan > writes: > >On 30 Oct 2002, Andrew Thomson wrote: > > >Oct 30 01:34:41 mulla /kernel: wi0: timeout in wi_cmd 0x0002; event > >status 0x8000 > >Oct 30 01:34:41 mulla /kernel: wi0: timeout in wi_cmd 0x0000; event > >status 0x8000 > > >> wicontrol -e 1 > >> wicontrol -k passw > > > >Turn off the WEP by removing the last two lines. It works for my orinocco > >cards, and I think it helps for the prism. I haven't seen Warner chime > >in with his words of wisdom on the real problem here, although I did see > >some references to missed interrupts or something. > > Try adding a "DELAY(50000);" just before the "return;" at the end > of wi_init(). I've found that this helps a lot with the above errors, > though I don't know why. > > Ian > > 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 Oct 31 7:39:47 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B4237B401 for ; Thu, 31 Oct 2002 07:39:46 -0800 (PST) Received: from smtp-stjh-01-02.rogers.nf.net (smtp-stjh-01-02.rogers.nf.net [192.75.13.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DCE43E91 for ; Thu, 31 Oct 2002 07:39:45 -0800 (PST) (envelope-from rlthompson@roadrunner.nf.net) Received: from roadrunner.nf.net (wiley-72-29004.roadrunner.nf.net [205.251.183.188]) by smtp-stjh-01-02.rogers.nf.net (8.11.6/8.11.6) with ESMTP id g9VFdWg12891 for ; Thu, 31 Oct 2002 12:09:33 -0330 (NST) Message-ID: <3DC14EBC.D0A1AFD1@roadrunner.nf.net> Date: Thu, 31 Oct 2002 12:09:40 -0330 From: R&L Thompson X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.org Subject: laptop install, netcard, IrDa Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm checking out alternative OS's for my AST P133 laptop. It has 24 Mb of RAM and a 2 Gb HD. Having tried a few downloadable versions of Linux, I've found that there is a problem working with my SMC 8041TX net card. And I'd like to have some support for the IrDa port on the laptop. Is there support for both of these devices in freeBSD? Thanks, Ron -- R & L Thompson, Gander, Newfoundland, Canada, rlthompson@roadrunner.nf.net , http://home.thezone.net/~rlthomps/ "Who are these that fly as a cloud, and as the doves to their window?" Is 60:8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 7:54:10 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C8537B401 for ; Thu, 31 Oct 2002 07:54:09 -0800 (PST) Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED7F043E42 for ; Thu, 31 Oct 2002 07:54:08 -0800 (PST) (envelope-from allbery@ece.cmu.edu) Received: from pyanfar.ece.cmu.edu (VPN65.ECE.CMU.EDU [128.2.138.65]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id g9VFs0H01410; Thu, 31 Oct 2002 10:54:01 -0500 (EST) Subject: Re: laptop install, netcard, IrDa From: Brandon S Allbery KF8NH To: R&L Thompson Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <3DC14EBC.D0A1AFD1@roadrunner.nf.net> References: <3DC14EBC.D0A1AFD1@roadrunner.nf.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 10:54:00 -0500 Message-Id: <1036079641.1453.2.camel@pyanfar.ece.cmu.edu> Mime-Version: 1.0 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002-10-31 at 10:39, R&L Thompson wrote: > have some support for the IrDa port on the laptop. Install the comms/birda port. -- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 7:57:21 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0796837B401 for ; Thu, 31 Oct 2002 07:57:20 -0800 (PST) Received: from bam.katlar.com (host.katlar.com [206.80.108.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 279AE43E77 for ; Thu, 31 Oct 2002 07:57:19 -0800 (PST) (envelope-from larryw@katlar.com) Received: from katlar.com (localhost.katlar.com [127.0.0.1]) by bam.katlar.com (8.12.6/8.12.6) with SMTP id g9VFv02q002440; Thu, 31 Oct 2002 07:57:01 -0800 (PST) (envelope-from larryw@katlar.com) Received: from 192.168.0.60 (SquirrelMail authenticated user larryw) by new.host.name with HTTP; Thu, 31 Oct 2002 07:57:01 -0800 (PST) Message-ID: <1052.192.168.0.60.1036079821.squirrel@new.host.name> Date: Thu, 31 Oct 2002 07:57:01 -0800 (PST) Subject: Re: PCMCIA/Wireless freezes and/or disconnects From: "Lawrence Wickline" To: In-Reply-To: <20021030.220531.43409288.imp@bsdimp.com> References: <60407.66.150.9.2.1035841162.squirrel@new.host.name> <20021030.220531.43409288.imp@bsdimp.com> X-Priority: 3 Importance: Normal Cc: , Reply-To: larryw@katlar.com X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If what you say is true then it is simply a driver issue and can be corrected. Let me know what I can do to help get this working. I don't code but I can send logs and dumps for days. > In message: <60407.66.150.9.2.1035841162.squirrel@new.host.name> > "Lawrence Wickline" writes: > : last thing is the card works fine in windows on the same hardware. > This : has to be a BSD thing. > > Windows likely downloads a new firmware into RAM. Older versions of > firmware are known to have issues. > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 8:39:51 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA9237B401 for ; Thu, 31 Oct 2002 08:39:50 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A2D43E7B for ; Thu, 31 Oct 2002 08:39:45 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g9VGddpk053791; Thu, 31 Oct 2002 09:39:39 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 31 Oct 2002 09:38:42 -0700 (MST) Message-Id: <20021031.093842.60793270.imp@bsdimp.com> To: larryw@katlar.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: PCMCIA/Wireless freezes and/or disconnects From: "M. Warner Losh" In-Reply-To: <1052.192.168.0.60.1036079821.squirrel@new.host.name> References: <60407.66.150.9.2.1035841162.squirrel@new.host.name> <20021030.220531.43409288.imp@bsdimp.com> <1052.192.168.0.60.1036079821.squirrel@new.host.name> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <1052.192.168.0.60.1036079821.squirrel@new.host.name> "Lawrence Wickline" writes: : If what you say is true then it is simply a driver issue and can be : corrected. Let me know what I can do to help get this working. I don't : code but I can send logs and dumps for days. Except for the copyright issues. We don't have permission to distribute the firmware images, so you have to upgrade with a windows firmware loader. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 9:42:38 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A8B837B401 for ; Thu, 31 Oct 2002 09:42:38 -0800 (PST) Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703EE43E42 for ; Thu, 31 Oct 2002 09:42:37 -0800 (PST) (envelope-from allbery@ece.cmu.edu) Received: from pyanfar.ece.cmu.edu (VPN21.ECE.CMU.EDU [128.2.138.21]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id g9VHgWH08538; Thu, 31 Oct 2002 12:42:32 -0500 (EST) Subject: Re: laptop install, netcard, IrDa From: Brandon S Allbery KF8NH To: Bruce M Simpson Cc: R&L Thompson , freebsd-mobile@FreeBSD.ORG In-Reply-To: <20021031164253.GB30115@spc.org> References: <3DC14EBC.D0A1AFD1@roadrunner.nf.net> <1036079641.1453.2.camel@pyanfar.ece.cmu.edu> <20021031164253.GB30115@spc.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 12:42:29 -0500 Message-Id: <1036086149.1453.8.camel@pyanfar.ece.cmu.edu> Mime-Version: 1.0 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002-10-31 at 11:42, Bruce M Simpson wrote: > Any idea if this works with the Actisys IR210-L backplate? > > This is a part which allows one to make use of the IrDA header present > on most modern motherboards. I'm thinking of getting one. As far as I know, the backplate shouldn't matter. If the motherboard presents an SIR IrDA device as a standard serial port, birda should work fine. -- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 10:53:50 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A085037B401 for ; Thu, 31 Oct 2002 10:53:48 -0800 (PST) Received: from emerson.torrentnet.com (emerson.torrentnet.com [198.78.51.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A4D43E8A for ; Thu, 31 Oct 2002 10:53:47 -0800 (PST) (envelope-from nadas@torrentnet.com) Received: from imperial.torrentnet.com (imperial.torrentnet.com [198.78.51.109]) by emerson.torrentnet.com (8.11.2/8.11.2) with ESMTP id g9VIreN56237; Thu, 31 Oct 2002 13:53:40 -0500 (EST) Received: from castillo.torrentnet.com (castillo.torrentnet.com [4.18.161.34]) by imperial.torrentnet.com (8.11.2/8.11.2) with ESMTP id g9VIrdj78837; Thu, 31 Oct 2002 13:53:39 -0500 (EST) Received: from robroy (sun13.torrentnet.com [4.18.161.118]) by castillo.torrentnet.com (8.9.3/8.9.3) with ESMTP id NAA19079; Thu, 31 Oct 2002 13:53:35 -0500 (EST) From: nadas@torrentnet.com To: "M. Warner Losh" Date: Thu, 31 Oct 2002 13:54:01 -0500 MIME-Version: 1.0 Subject: Re: Belkin wireless support Cc: mraught@acm.org, freebsd-mobile@FreeBSD.ORG Message-ID: <3DC135F9.23766.1A08D18@localhost> In-reply-to: <20021030.215653.21333715.imp@bsdimp.com> References: <3DC055C8.4C8A668@pacbell.net> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi warner, hmmm. i can report that the belkin works for me in its pci-pcmcia card in a 4.6 stable system. the pcmcia card seemed to behave the same as my other card in a laptop, but i lack the necessary infrastructure to actually test that setup. i did have to clone the smc pccard entry and put in the belkin strings. -steve On 30 Oct 2002 at 21:56, M. Warner Losh wrote: > In message: <3DC055C8.4C8A668@pacbell.net> > richard childers writes: > : Summary: no, Belkins don't work under FreeBSD. > > Yes, they do, at least not in the PCMCIA<->PCI adapter. I've used > these in 'connectathons' in the past. > > : Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is > : recognized by FreeBSD, and it mistakenly thinks it's found a card, but it : > hasn't and it doesn't work. > > When I tested it, it worked for me. Maybe I should go to office-max > and find out why it doesn't work for you. > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > Stephen Nadas Ericsson IPI nadas@torrentnet.com 920 Main Campus Dr. Voice: +1-919-472-9935 Fax: x/9999 Suite 500 Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 13:31:42 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F0537B401 for ; Thu, 31 Oct 2002 13:31:41 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD97A43E77 for ; Thu, 31 Oct 2002 13:31:40 -0800 (PST) (envelope-from fscked@pacbell.net) Received: from pacbell.net ([63.196.6.7]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H4V00CXZ7SN9W@mta7.pltn13.pbi.net> for freebsd-mobile@FreeBSD.ORG; Thu, 31 Oct 2002 13:31:36 -0800 (PST) Date: Thu, 31 Oct 2002 13:32:45 -0800 From: richard childers Subject: Re: Belkin wireless support To: nadas@torrentnet.com Cc: "M. Warner Losh" , mraught@acm.org, freebsd-mobile@FreeBSD.ORG Message-id: <3DC1A17D.31A180F9@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.79 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en References: <3DC055C8.4C8A668@pacbell.net> <3DC135F9.23766.1A08D18@localhost> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It would not surprise me to learn that the Belkin card has a chipset that is already supported, and it just hasn't been added to the pccard.conf. Could someone who has a working Belkin PCMCIA card post their entry for use by others? A terse 'It works' doesn't help anyone. -- richard nadas@torrentnet.com wrote: > hi warner, > > hmmm. i can report that the belkin works for me in its pci-pcmcia card in a > 4.6 stable system. the pcmcia card seemed to behave the same as my other card > in a laptop, but i lack the necessary infrastructure to actually test that > setup. i did have to clone the smc pccard entry and put in the belkin strings. > > -steve > > On 30 Oct 2002 at 21:56, M. Warner Losh wrote: > > > In message: <3DC055C8.4C8A668@pacbell.net> > > richard childers writes: > > : Summary: no, Belkins don't work under FreeBSD. > > > > Yes, they do, at least not in the PCMCIA<->PCI adapter. I've used > > these in 'connectathons' in the past. > > > > : Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is > > : recognized by FreeBSD, and it mistakenly thinks it's found a card, but it : > > hasn't and it doesn't work. > > > > When I tested it, it worked for me. Maybe I should go to office-max > > and find out why it doesn't work for you. > > > > Warner > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > > > Stephen Nadas Ericsson IPI > nadas@torrentnet.com 920 Main Campus Dr. > Voice: +1-919-472-9935 Fax: x/9999 Suite 500 > Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator "Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 14:27: 0 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD29C37B401 for ; Thu, 31 Oct 2002 14:26:58 -0800 (PST) Received: from bam.katlar.com (host.katlar.com [206.80.108.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62EE43E77 for ; Thu, 31 Oct 2002 14:26:57 -0800 (PST) (envelope-from larryw@katlar.com) Received: from katlar.com (localhost.katlar.com [127.0.0.1]) by bam.katlar.com (8.12.6/8.12.6) with SMTP id g9VMQh2q003445; Thu, 31 Oct 2002 14:26:43 -0800 (PST) (envelope-from larryw@katlar.com) Received: from 66.150.9.2 (SquirrelMail authenticated user larryw) by new.host.name with HTTP; Thu, 31 Oct 2002 14:26:43 -0800 (PST) Message-ID: <62332.66.150.9.2.1036103203.squirrel@new.host.name> Date: Thu, 31 Oct 2002 14:26:43 -0800 (PST) Subject: Re: PCMCIA/Wireless freezes and/or disconnects From: "Lawrence Wickline" To: In-Reply-To: <20021031.093842.60793270.imp@bsdimp.com> References: <60407.66.150.9.2.1035841162.squirrel@new.host.name> <20021030.220531.43409288.imp@bsdimp.com> <1052.192.168.0.60.1036079821.squirrel@new.host.name> <20021031.093842.60793270.imp@bsdimp.com> X-Priority: 3 Importance: Normal Cc: , Reply-To: larryw@katlar.com X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ok then I misunderstood. I haven't updated any firmware on the card, in windows or otherwise. I looked on the site a couple of days ago and there is no firmware update that I could find. If you know of one I would be happy to try it out and report back. The card is listed in pcmcia.conf so I assume it worked at one time for someone. I also checked and the card is wi-fi compliant, so it should work from my understanding. either way it works in windows so the base funtionality is operational and should be in BSD as well. The compliancy is supposed to assure that correct? Am I missing something here? I will probably fail back to 4.6 to see if this issue exists in it, but from the achives I have been seeing it is suggested I may have the same problem with the locking/freezing issue as well. I don't look forward to this and was hoping for imput to avoid it. I have since gone back and added all the wicontol commands to my script that covered the default settings that I wasn't setting previosly and set them manually just in case I missed something. Now after following this list and questions I am seeing the I may not be the only one having this problem. I do also have the card removal problem that everyone else seems to have. That is why I was wondering if they are related. It takes up to 40 seconds for the OS to realise I have pulled the card. and a good 10-30 second to realise I put it back in and get it running. That doesn't seem to point to a firmware problem to me. Is there some way to pull up a log with what is going on with the card? wicontrol -C isn't much use. Hopefully I have done my homework here. If I missed something or need to try something let me know. I need to get this fixed. > In message: <1052.192.168.0.60.1036079821.squirrel@new.host.name> > "Lawrence Wickline" writes: > : If what you say is true then it is simply a driver issue and can be : > corrected. Let me know what I can do to help get this working. I don't : > code but I can send logs and dumps for days. > > Except for the copyright issues. We don't have permission to > distribute the firmware images, so you have to upgrade with a windows > firmware loader. > > Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 15:36:39 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF2537B401 for ; Thu, 31 Oct 2002 15:36:36 -0800 (PST) Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3082943E6E for ; Thu, 31 Oct 2002 15:36:35 -0800 (PST) (envelope-from mac@clave.gr.jp) Received: from m2.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0205-Fujitsu Gateway) id IAA12655 for ; Fri, 1 Nov 2002 08:36:28 +0900 (JST) (envelope-from mac@clave.gr.jp) Received: from dm.akashi.flab.fujitsu.co.jp by m2.gw.fujitsu.co.jp (8.12.1/Fujitsu Domain Master) id g9VNaSNc027203 for ; Fri, 1 Nov 2002 08:36:28 +0900 (envelope-from mac@clave.gr.jp) Received: from dm.akashi.flab.fujitsu.co.jp by dm.akashi.flab.fujitsu.co.jp (8.9.3/3.7W-020129-Fujitsu Labs. Akashi Domain Mail Master) id IAA18038; Fri, 1 Nov 2002 08:36:27 +0900 (JST) Received: from kmailserv.akashi.flab.fujitsu.co.jp ([10.254.200.15]) by dm.akashi.flab.fujitsu.co.jp (NAVGW 2.5.2.9) with SMTP id M2002110108362721413 for ; Fri, 01 Nov 2002 08:36:27 +0900 Received: from localhost (hobbit.pssys.flab.v6.fujitsu.co.jp [10.254.122.12]) by kmailserv.akashi.flab.fujitsu.co.jp (8.11.6+Sun/8.11.6) with ESMTP id g9VNaQJ14862 for ; Fri, 1 Nov 2002 08:36:26 +0900 (JST) Date: Fri, 01 Nov 2002 08:36:10 +0900 (JST) Message-Id: <20021101.083610.11621885.mac@flab.fujitsu.co.jp> To: mobile@FreeBSD.ORG Subject: Re: wi0: No Mem space on prism2.5? From: Masahide -mac- NODA In-reply-to: <20021030161442.GA618@sarang.Singapore.Sun.COM> References: <20021030.230259.74726562.jcc00712@nifty.com> <20021030161442.GA618@sarang.Singapore.Sun.COM> X-Mailer: Mew version 2.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ### umm, my previos post does't arraive to ML, so i repost it. Wanderful! My laptop's internal Wireless LAN adaptor working! Thank you for your advice, kt. wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 end (e0300fff) > sc->memlimit (e02fffff) pcib1: device wi0 requested decoded memory range 0xe0300000-0xe0300fff wi0: 802.11 address: 00:e0:00:87:7d:bf wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary 1.01.00, Station 1.04.01 wi0: wi_has_wep = 1 From: KT Sin Subject: Re: wi0: No Mem space on prism2.5? Date: Thu, 31 Oct 2002 00:14:42 +0800 Message-ID: <20021030161442.GA618@sarang.Singapore.Sun.COM> ktsin> I had similar problem with my IBM Thinkpad X23. ktsin> Pls try adding options PCI_ALLOW_UNSUPPORTED_IO_RANGE into your ktsin> kernel config, rebuild kernel and then reboot. ktsin> kt ktsin> On Wed, Oct 30, 2002 at 11:02:59PM +0900, Masahide -mac- NODA wrote: ktsin> > Hi, mobilers :-) ktsin> > ktsin> > My laptop PC has Internal Wireless LAN adaptor. ktsin> > It can use at 4-STABLE, but can't use at 5-CURRENT. ktsin> > ktsin> > At 4-STABLE, it probe and attach below ktsin> > ktsin> > % dmesg -v ktsin> > : ktsin> > found-> vendor=0x1260, dev=0x3873, revid=0x01 ktsin> > class=02-80-00, hdrtype=0x00, mfdev=0 ktsin> > subordinatebus=0 secondarybus=0 ktsin> > intpin=a, irq=11 ktsin> > map[10]: type 1, range 32, base e0300000, size 12 ktsin> > : ktsin> > wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 ktsin> > wi0: 802.11 address: 00:e0:00:87:7d:bf ktsin> > wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) ktsin> > wi0: Intersil Firmware: Primary 1.01.00, Station 1.04.01 ktsin> > wi0: wi_has_wep = 1 ktsin> > ktsin> > ktsin> > but, at 5-CURRENT, attach has failed. ktsin> > ktsin> > % dmesg -v ktsin> > : ktsin> > map[10]: type 3, range 32, base e0300000, size 12, enabled ktsin> > found-> vendor=0x1260, dev=0x3873, revid=0x01 ktsin> > bus=1, slot=13, func=0 ktsin> > class=02-80-00, hdrtype=0x00, mfdev=0 ktsin> > cmdreg=0x0017, statreg=0x0290, cachelnsz=8 (dwords) ktsin> > lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) ktsin> > intpin=a, irq=11 ktsin> > powerspec 2 supports D0 D1 D2 D3 current D0 ktsin> > : ktsin> > wi0: mem 0xe0300000-0xe0300fff irq 11 at device 13.0 on pci1 ktsin> > pcib1: device wi0 requested unsupported memory range 0x0-0xe02fffff (decoding 0xe0200000-0xe02fffff, 0xe0300000-0xe03fffff) ktsin> > wi0: No Mem space on prism2.5? ktsin> > device_probe_and_attach: wi0 attach returned 6 ktsin> > ktsin> > ktsin> > PCI resouce map type is difference, type 1 at 4-STABLE, but type 3 at ktsin> > 5-CURRENT. This diffrence cause this attach problem. ktsin> > ktsin> > Any suggestion to me? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 17:26:38 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D24A37B401 for ; Thu, 31 Oct 2002 17:26:35 -0800 (PST) Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4DE43E4A for ; Thu, 31 Oct 2002 17:26:34 -0800 (PST) (envelope-from fscked@pacbell.net) Received: from pacbell.net ([66.124.234.233]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H4V001QFIO9JK@mta5.snfc21.pbi.net> for freebsd-mobile@FreeBSD.ORG; Thu, 31 Oct 2002 17:26:34 -0800 (PST) Date: Thu, 31 Oct 2002 17:27:42 -0800 From: richard childers Subject: Re: Belkin wireless support To: "M. Warner Losh" , mraught@acm.org, freebsd-mobile@FreeBSD.ORG Message-id: <3DC1D88E.2643D379@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.79 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en References: <3DC055C8.4C8A668@pacbell.net> <3DC135F9.23766.1A08D18@localhost> <3DC1A17D.31A180F9@pacbell.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Previously I stated: > It would not surprise me to learn that the Belkin card has a chipset that is > already supported, and it just hasn't been added to the pccard.conf. It occurs to me now that perhaps we (Warner & I) are talking apples and oranges. Perusal of Google's Canadian cache of BSD knowledge (www.google.ca/bsd) suggests that Belkin makes more than one model of PCMCIA card. The card I refer to in my previous postings on this topic is a F5D6020 802.11b-compliant PCMCIA card. Belkin's website describes: - a F5D6000, which is their PCI <->PCMCIA card ... - what appears to be an integrated 802.11b-on-PCI card, B5D-006 ... - a wireless PDA card, F5D6060 ... - their aforemention F5D6020, PCMCIA card ... - another PCI-based ('integrated') wireless card, F5D6001 ... - and at least three other wireless access point products that I noticed. freebsd.org's release note for FreeBSD 4.6 mention that a Belkin F5U011 and F5U111 are supported; these are USB-based cards and would for that reason be likely to be included amongst the set of devices associated with laptops. I'm guessing their 'integrated' PCI-based products work great with FreeBSD. If anyone has an entry for a Belkin F5D6020 PCMCIA-based 802.11b wireless access card or knowledge regarding other cards it emulates, feel free to share; otherwise, as far as I know, that particular card does not at this time work with FreeBSD 4.6. -- richard > > > A terse 'It works' doesn't help anyone. > > -- richard > > nadas@torrentnet.com wrote: > > > hi warner, > > > > hmmm. i can report that the belkin works for me in its pci-pcmcia card in a > > 4.6 stable system. the pcmcia card seemed to behave the same as my other card > > in a laptop, but i lack the necessary infrastructure to actually test that > > setup. i did have to clone the smc pccard entry and put in the belkin strings. > > > > -steve > > > > On 30 Oct 2002 at 21:56, M. Warner Losh wrote: > > > > > In message: <3DC055C8.4C8A668@pacbell.net> > > > richard childers writes: > > > : Summary: no, Belkins don't work under FreeBSD. > > > > > > Yes, they do, at least not in the PCMCIA<->PCI adapter. I've used > > > these in 'connectathons' in the past. > > > > > > : Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is > > > : recognized by FreeBSD, and it mistakenly thinks it's found a card, but it : > > > hasn't and it doesn't work. > > > > > > When I tested it, it worked for me. Maybe I should go to office-max > > > and find out why it doesn't work for you. > > > > > > Warner > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-mobile" in the body of the message > > > > > > > Stephen Nadas Ericsson IPI > > nadas@torrentnet.com 920 Main Campus Dr. > > Voice: +1-919-472-9935 Fax: x/9999 Suite 500 > > Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > -- > > Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator > "Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 -- Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator "Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 18:51:30 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE46C37B401 for ; Thu, 31 Oct 2002 18:51:26 -0800 (PST) Received: from mraught.homeip.net (pool-151-205-249-57.cap.east.verizon.net [151.205.249.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A0043E75 for ; Thu, 31 Oct 2002 18:51:25 -0800 (PST) (envelope-from mraught@acm.org) Received: from acm.org (music [10.0.0.39]) by mraught.homeip.net (8.12.2/8.12.2) with ESMTP id gA12lNSE024892; Thu, 31 Oct 2002 21:47:24 -0500 (EST) Message-ID: <3DC1F8A7.1060104@acm.org> Date: Thu, 31 Oct 2002 22:44:39 -0500 From: "Mark A-J. Raught (from the laptop)" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020623 X-Accept-Language: en-us, en MIME-Version: 1.0 To: richard childers Cc: "M. Warner Losh" , freebsd-mobile@FreeBSD.ORG Subject: Re: Belkin wireless support References: <3DC055C8.4C8A668@pacbell.net> <3DC135F9.23766.1A08D18@localhost> <3DC1A17D.31A180F9@pacbell.net> <3DC1D88E.2643D379@pacbell.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org richard childers wrote: >Previously I stated: > > > > >>It would not surprise me to learn that the Belkin card has a chipset that is >>already supported, and it just hasn't been added to the pccard.conf. >> >> > >It occurs to me now that perhaps we (Warner & I) are talking apples and oranges. > >Perusal of Google's Canadian cache of BSD knowledge (www.google.ca/bsd) suggests that >Belkin makes more than one model of PCMCIA card. > >The card I refer to in my previous postings on this topic is a F5D6020 >802.11b-compliant PCMCIA card. > >Belkin's website describes: >- a F5D6000, which is their PCI <->PCMCIA card ... >- what appears to be an integrated 802.11b-on-PCI card, B5D-006 ... >- a wireless PDA card, F5D6060 ... >- their aforemention F5D6020, PCMCIA card ... >- another PCI-based ('integrated') wireless card, F5D6001 ... >- and at least three other wireless access point products that I noticed. > >freebsd.org's release note for FreeBSD 4.6 mention that a Belkin F5U011 and F5U111 >are supported; these are USB-based cards and would for that reason be likely to be >included amongst the set of devices associated with laptops. > >I'm guessing their 'integrated' PCI-based products work great with FreeBSD. > >If anyone has an entry for a Belkin F5D6020 PCMCIA-based 802.11b wireless access card >or knowledge regarding other cards it emulates, feel free to share; otherwise, as far >as I know, that particular card does not at this time work with FreeBSD 4.6. > > >-- richard > > > > >>A terse 'It works' doesn't help anyone. >> >>-- richard >> >>nadas@torrentnet.com wrote: >> >> >> >>>hi warner, >>> >>>hmmm. i can report that the belkin works for me in its pci-pcmcia card in a >>>4.6 stable system. the pcmcia card seemed to behave the same as my other card >>>in a laptop, but i lack the necessary infrastructure to actually test that >>>setup. i did have to clone the smc pccard entry and put in the belkin strings. >>> >>>-steve >>> >>>On 30 Oct 2002 at 21:56, M. Warner Losh wrote: >>> >>> >>> >>>>In message: <3DC055C8.4C8A668@pacbell.net> >>>> richard childers writes: >>>>: Summary: no, Belkins don't work under FreeBSD. >>>> >>>>Yes, they do, at least not in the PCMCIA<->PCI adapter. I've used >>>>these in 'connectathons' in the past. >>>> >>>>: Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is >>>>: recognized by FreeBSD, and it mistakenly thinks it's found a card, but it : >>>>hasn't and it doesn't work. >>>> >>>>When I tested it, it worked for me. Maybe I should go to office-max >>>>and find out why it doesn't work for you. >>>> >>>>Warner >>>> >>>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>>with "unsubscribe freebsd-mobile" in the body of the message >>>> >>>> >>>> >>>Stephen Nadas Ericsson IPI >>>nadas@torrentnet.com 920 Main Campus Dr. >>>Voice: +1-919-472-9935 Fax: x/9999 Suite 500 >>>Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 >>> >>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>with "unsubscribe freebsd-mobile" in the body of the message >>> >>> >>-- >> >>Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator >>"Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 >> >> > >-- > >Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator >"Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > > > After the email from Warner I picked up the Belkin. It is a F5D6020 with a free F5D6000. I haven't tried it with the PCI adapter yet, but the pcmcia by itself works in my laptop with FreeBSD 4.7 from last night and the following in my /etc/pccard.conf: card "Belkin" "11Mbps Wireless Notebook Network Adapter" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop It's not starting the network like my WPC-11 does, but this gets it detected and then I just run my wireless.sh file (by hand) which sets the wireless network parameters. I'm using it now to send this email. I love it when a plan comes together! thanks, -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 19: 0:58 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9CA37B404 for ; Thu, 31 Oct 2002 19:00:56 -0800 (PST) Received: from mraught.homeip.net (pool-151-205-249-57.cap.east.verizon.net [151.205.249.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00F943E6E for ; Thu, 31 Oct 2002 19:00:55 -0800 (PST) (envelope-from mraught@acm.org) Received: from acm.org (music [10.0.0.39]) by mraught.homeip.net (8.12.2/8.12.2) with ESMTP id gA12v8SE004639 for ; Thu, 31 Oct 2002 21:57:08 -0500 (EST) Message-ID: <3DC1FAEF.3000300@acm.org> Date: Thu, 31 Oct 2002 22:54:23 -0500 From: "Mark A-J. Raught (from the laptop)" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020623 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: Re: Belkin wireless support References: <3DC055C8.4C8A668@pacbell.net> <3DC135F9.23766.1A08D18@localhost> <3DC1A17D.31A180F9@pacbell.net> <3DC1D88E.2643D379@pacbell.net> <3DC1F8A7.1060104@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mark A-J. Raught (from the laptop) wrote: > After the email from Warner I picked up the Belkin. It is a F5D6020 > with a free F5D6000. I haven't tried it with the PCI adapter yet, but > the pcmcia by itself works in my laptop with FreeBSD 4.7 from last > night and the following in my /etc/pccard.conf: > > card "Belkin" "11Mbps Wireless Notebook Network Adapter" > config auto "wi" ? 0x10000 > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > It's not starting the network like my WPC-11 does, but this gets it > detected and then I just run my wireless.sh file (by hand) which sets > the wireless network parameters. I'm using it now to send this email. > I love it when a plan comes together! > > thanks, > -mark > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > I forgot the: insert /usr/local/sbin/wireless.sh that's why it wasn't starting the network. For what it's worth, it also works with dstumbler. Nice cheap card with a simple setup. Warner, you rule! Thanks for all of the great work! thanks, -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Oct 31 20: 8:40 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4776B37B401 for ; Thu, 31 Oct 2002 20:08:39 -0800 (PST) Received: from mail3.totallogic.com (mail3.tls.net [65.196.224.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDED43E4A for ; Thu, 31 Oct 2002 20:08:33 -0800 (PST) (envelope-from dave@pixelhammer.com) Received: from redbird.pixelhammer.com (dial5-pm31-indy.tls.net [208.252.191.20]) by mail3.totallogic.com (8.10.2/8.10.2) with ESMTP id gA148SP28194 for ; Thu, 31 Oct 2002 23:08:29 -0500 (EST) Received: by redbird.pixelhammer.com (Postfix, from userid 1001) id AB76A80A; Thu, 31 Oct 2002 23:18:44 -0500 (EST) Date: Thu, 31 Oct 2002 23:18:43 -0500 From: Dave Goodrich To: freebsd-mobile@freebsd.org Subject: Re: Upgrade from 4.1 to 4.5 - ppp problems Message-ID: <20021031231843.A181@pixelhammer.com> Mail-Followup-To: freebsd-mobile@freebsd.org References: <20021017231020.A58328@tantra.dynsolve.net> <20021019013718.A41983@titus.hanley.stade.co.uk> <20021020221308.A22752@tantra.dynsolve.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021020221308.A22752@tantra.dynsolve.net>; from dave@pixelhammer.com on Sun, Oct 20, 2002 at 10:13:08PM -0500 X-OS_of_choice: FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 20, 2002 at 10:13:08PM -0500, dave pixelhammer.com pop3 ftp wrote: > On Sat, Oct 19, 2002 at 01:37:18AM +0100, Adrian Wontroba wrote: > > On Thu, Oct 17, 2002 at 11:10:20PM -0500, dave pixelhammer.com pop3 ftp wrote: > > What happens if you use the 4.5 generic kernel? > > Same result > > > > Why stop at the almost a year old 4.5? 4.7 is out (as downloadable ISO > > images at least) and is looking good. Alternatively, I assume that > > 4.6.2 CDs are available now. > > Well... The Toshiba uses the Topic chipset which has had some trouble in the past. I also have a habit of waiting to avoid any "new" problems. I try to stay with a slightly older version of any OS making upgrades where security calls for it. > > I had planned though to use this laptop to follow "stable", so if I could get it logged on I'll upgrade at that time. > > > > Is your modem actually on cuaa4? The fifth serial port? What does > > "grep sio /var/run/dmesg.boot" say? > > Yes, dmesg shows the pcmcia card is inserted and correctly identified on sio4. > curiously, I rebooted today and did not have the device error! But I do have a problem now with a chat script failure when logging in to my ISP, which is incidently enough, me. This brings the entire story around to the begining which I will tell in a new thread. > > For now the problem seems to have disapeared, reason unknown. Four cold starts later cuaa4 is working. > Well I found the problem and the solution. I set the BIOS to 16bit compatible and everything is working now, in win98 and FreeBSD. Apparently when reinstalling the BIOS got reset to auto instead of 16bit mode. I still do not fully understand why it worked immediately after the installs completed. The one thing I did afterward was to insert both cards and restart into Windows and FreeBSD. That is when it quit working, until I changed the BIOS. DAve -- My other computer is your Windows machine... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 1 10:40:34 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A248D37B401 for ; Fri, 1 Nov 2002 10:40:31 -0800 (PST) Received: from emerson.torrentnet.com (emerson.torrentnet.com [198.78.51.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CCB43E42 for ; Fri, 1 Nov 2002 10:40:30 -0800 (PST) (envelope-from nadas@torrentnet.com) Received: from imperial.torrentnet.com (imperial.torrentnet.com [198.78.51.109]) by emerson.torrentnet.com (8.11.2/8.11.2) with ESMTP id gA1IeKB62213; Fri, 1 Nov 2002 13:40:20 -0500 (EST) Received: from castillo.torrentnet.com (castillo.torrentnet.com [4.18.161.34]) by imperial.torrentnet.com (8.11.2/8.11.2) with ESMTP id gA1DLaA52162; Fri, 1 Nov 2002 08:21:37 -0500 (EST) Received: from robroy (sun13.torrentnet.com [4.18.161.118]) by castillo.torrentnet.com (8.9.3/8.9.3) with ESMTP id IAA00604; Fri, 1 Nov 2002 08:21:34 -0500 (EST) From: nadas@torrentnet.com To: richard childers Date: Fri, 01 Nov 2002 08:22:01 -0500 MIME-Version: 1.0 Subject: Re: Belkin wireless support Cc: "M. Warner Losh" , mraught@acm.org, freebsd-mobile@FreeBSD.ORG Message-ID: <3DC239A9.27644.A2F78@localhost> In-reply-to: <3DC1A17D.31A180F9@pacbell.net> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Richard: i would have thought "i did have to clone the smc pccard entry and put in the belkin strings." was clear enough. It's not entirely clear to me if we are for sure talking about the same card, and, in any case, these strings may change as different card revs come and go. here is a snippet from my pccard.conf file. ymmv. -steve # SMC's SMC2632W. card "SMC" "SMC2632W" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop card "Belkin" "11Mbps Wireless Notebook Network Adapter" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop On 31 Oct 2002 at 13:32, richard childers wrote: > It would not surprise me to learn that the Belkin card has a chipset that is > already supported, and it just hasn't been added to the pccard.conf. > > Could someone who has a working Belkin PCMCIA card post their entry for use by > others? > > A terse 'It works' doesn't help anyone. > > > -- richard > > nadas@torrentnet.com wrote: > > > hi warner, > > > > hmmm. i can report that the belkin works for me in its pci-pcmcia card in a > > 4.6 stable system. the pcmcia card seemed to behave the same as my other card > > in a laptop, but i lack the necessary infrastructure to actually test that > > setup. i did have to clone the smc pccard entry and put in the belkin strings. > > > > -steve > > > > On 30 Oct 2002 at 21:56, M. Warner Losh wrote: > > > > > In message: <3DC055C8.4C8A668@pacbell.net> > > > richard childers writes: > > > : Summary: no, Belkins don't work under FreeBSD. > > > > > > Yes, they do, at least not in the PCMCIA<->PCI adapter. I've used > > > these in 'connectathons' in the past. > > > > > > : Caveat: Belkin's PCI<->PCMCIA converters *do* have a chipset that is > > > : recognized by FreeBSD, and it mistakenly thinks it's found a card, but it > > > : hasn't and it doesn't work. > > > > > > When I tested it, it worked for me. Maybe I should go to office-max > > > and find out why it doesn't work for you. > > > > > > Warner > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-mobile" in the body of the message > > > > > > > Stephen Nadas Ericsson IPI > > nadas@torrentnet.com 920 Main Campus Dr. > > Voice: +1-919-472-9935 Fax: x/9999 Suite 500 > > Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > -- > > Richard A Childers/KG6HAC -- Senor UNIX System & Network Administrator > "Dont forget nothing." Maj Rogers, standing orders, 1st Ranger Bn, 1759 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > Stephen Nadas Ericsson IPI nadas@torrentnet.com 920 Main Campus Dr. Voice: +1-919-472-9935 Fax: x/9999 Suite 500 Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 1 16:28: 9 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC00637B401 for ; Fri, 1 Nov 2002 16:28:08 -0800 (PST) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.160.21]) by mx1.FreeBSD.org (Postfix) with SMTP id ACF4243E3B for ; Fri, 1 Nov 2002 16:28:02 -0800 (PST) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 1956 invoked from network); 2 Nov 2002 09:27:59 +0900 Received: from unknown (HELO localhost) (210.165.143.31) by mx.bl.mmtr.or.jp with SMTP; 2 Nov 2002 09:27:59 +0900 Date: Sat, 02 Nov 2002 09:26:19 +0900 (JST) Message-Id: <20021102.092619.41644184.rushani@bl.mmtr.or.jp> To: winter@jurai.net Cc: freebsd-mobile@freebsd.org Subject: Re: XF86-4 on TP560? From: Hideyuki KURASHINA In-Reply-To: <20021026010209.J673-100000@sasami.jurai.net> References: <20021026010209.J673-100000@sasami.jurai.net> X-PGP-Public-Key: http://www.bl.mmtr.or.jp/~rushani/public_key.txt X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 3.0.60 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, >>> On Sat, 26 Oct 2002 01:05:31 -0400 (EDT), "Matthew N. Dodd" said: > I've managed to get X running on my "new" TP560 (Cyber9385 according to > XF86-3) but XF86-4 will not work. All I get out of it is corrupted > displays (looks like sync issues, but on a TFT?) Taking the working > modelines from my version 3 config file doesn't work either. I couldn't manage to get XFree86 4.x work, too. I gave it up, and now use XFree86 3.3.6. > Anyone have any pointers? According to the following article at [vine-users:051324] (in Japenese), http://search.luky.org/vine-users.5/msg01322.html XFree86 4.2.0 worked with attached config file, XF86Config-4. It seems that X server works with vesa driver. It works for you? -- rushani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 1 17:37:52 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BD537B401 for ; Fri, 1 Nov 2002 17:37:52 -0800 (PST) Received: from sonnet1.sonnet.com (sonnet1.sonnet.com [66.52.73.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34AD43E75 for ; Fri, 1 Nov 2002 17:37:51 -0800 (PST) (envelope-from bobbyc@sonnet.com) Received: from sonnet1.sonnet.com (localhost.sonnet.com [127.0.0.1]) by sonnet1.sonnet.com (8.12.5/8.12.5) with ESMTP id gA21betC047907 for ; Fri, 1 Nov 2002 17:37:40 -0800 (PST) (envelope-from bobbyc@sonnet.com) Received: from localhost (bobbyc@localhost) by sonnet1.sonnet.com (8.12.5/8.12.5/Submit) with ESMTP id gA21beTu047904 for ; Fri, 1 Nov 2002 17:37:40 -0800 (PST) X-Authentication-Warning: sonnet1.sonnet.com: bobbyc owned process doing -bs Date: Fri, 1 Nov 2002 17:37:40 -0800 (PST) From: Bobby Curnow To: freebsd-mobile@freebsd.org Subject: orinoco ibss mode, channels won't stay locked Message-ID: <20021101173204.D47528-100000@sonnet1.sonnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, we can't seem to lock our tower access points onto a channel. As you know, there is no BSS mode for Hermes chipset, just prism. So we use IBSS, and on the orinoco clients it shows up in their client manager as peer-to-peer instead of access point. Anyways, we set the cards to channels 1,6, and 11, but sooner or later it always defaults back to channel 10. Any way to lock a orinoco in IBSS mode to a certain channel? We have a idea of what might be happening. A customer or just someone trying to associate is on a different channel, and somehow the freeBSD hilltop switches over to that channel. We've tried different versions of freeBSD, 4.5 and 4.7. Thanks for any help, Bob C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 1 21:59:16 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3405737B401 for ; Fri, 1 Nov 2002 21:59:15 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9F943E75 for ; Fri, 1 Nov 2002 21:59:14 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA25x8pk065297; Fri, 1 Nov 2002 22:59:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 01 Nov 2002 22:58:21 -0700 (MST) Message-Id: <20021101.225821.71551250.imp@bsdimp.com> To: bobbyc@sonnet.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: orinoco ibss mode, channels won't stay locked From: "M. Warner Losh" In-Reply-To: <20021101173204.D47528-100000@sonnet1.sonnet.com> References: <20021101173204.D47528-100000@sonnet1.sonnet.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20021101173204.D47528-100000@sonnet1.sonnet.com> Bobby Curnow writes: : Hi, we can't seem to lock our tower access points onto a channel. As you : know, there is no BSS mode for Hermes chipset, just prism. Eh? I'm using a Hermes chipset right now in bss mode. Or are you talking about hostap that we support with prism? : So we use : IBSS, and on the orinoco clients it shows up in their client manager as : peer-to-peer instead of access point. Anyways, we set the cards to : channels 1,6, and 11, but sooner or later it always defaults back to : channel 10. Any way to lock a orinoco in IBSS mode to a certain channel? How are you doing it? I have two hermes card with the following command: inet 1.2.3.4 netmask 0xffffff00 media DS1 mediaopt adhoc ssid \ SsidMio channel 3 wepmode on wepkey SekRit (well, except for the wepkey :-). I have friends that are using mediaopt ibss-create instead. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 1 23:53: 8 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED9037B401 for ; Fri, 1 Nov 2002 23:53:07 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94A743E4A for ; Fri, 1 Nov 2002 23:53:06 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA27r6pk066204 for ; Sat, 2 Nov 2002 00:53:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Nov 2002 00:52:14 -0700 (MST) Message-Id: <20021102.005214.89790090.imp@bsdimp.com> To: mobile@freebsd.org Subject: devd mailing list created From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've created a majordomo mailing list for devd and /dev/devctl discussions. devd@bsdimp.com is the list, devd-request@bsdimp.com is the request address. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Nov 1 23:58:35 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE6237B401 for ; Fri, 1 Nov 2002 23:58:34 -0800 (PST) Received: from sonnet1.sonnet.com (sonnet1.sonnet.com [66.52.73.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A103C43E6E for ; Fri, 1 Nov 2002 23:58:33 -0800 (PST) (envelope-from bobbyc@sonnet.com) Received: from sonnet1.sonnet.com (localhost.sonnet.com [127.0.0.1]) by sonnet1.sonnet.com (8.12.5/8.12.5) with ESMTP id gA27wGtC067917; Fri, 1 Nov 2002 23:58:17 -0800 (PST) (envelope-from bobbyc@sonnet.com) Received: from localhost (bobbyc@localhost) by sonnet1.sonnet.com (8.12.5/8.12.5/Submit) with ESMTP id gA27wGmN067914; Fri, 1 Nov 2002 23:58:16 -0800 (PST) X-Authentication-Warning: sonnet1.sonnet.com: bobbyc owned process doing -bs Date: Fri, 1 Nov 2002 23:58:16 -0800 (PST) From: Bobby Curnow To: "M. Warner Losh" Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: orinoco ibss mode, channels won't stay locked In-Reply-To: <20021101.225821.71551250.imp@bsdimp.com> Message-ID: <20021101235559.H63154-100000@sonnet1.sonnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org No I'm talking about the Hermes. I talked to the sys adm and he said when they first setup the system about a year ago they couldn't get true access point mode to work. I'll try to get more information regarding configuration. Thankyou, Bob C On Fri, 1 Nov 2002, M. Warner Losh wrote: > In message: <20021101173204.D47528-100000@sonnet1.sonnet.com> > Bobby Curnow writes: > : Hi, we can't seem to lock our tower access points onto a channel. As you > : know, there is no BSS mode for Hermes chipset, just prism. > > Eh? I'm using a Hermes chipset right now in bss mode. Or are you > talking about hostap that we support with prism? > > : So we use > : IBSS, and on the orinoco clients it shows up in their client manager as > : peer-to-peer instead of access point. Anyways, we set the cards to > : channels 1,6, and 11, but sooner or later it always defaults back to > : channel 10. Any way to lock a orinoco in IBSS mode to a certain channel? > > How are you doing it? I have two hermes card with the following > command: > > inet 1.2.3.4 netmask 0xffffff00 media DS1 mediaopt adhoc ssid \ > SsidMio channel 3 wepmode on wepkey SekRit > > (well, except for the wepkey :-). > > I have friends that are using mediaopt ibss-create instead. > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 2 0: 0:53 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D56837B401 for ; Sat, 2 Nov 2002 00:00:52 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE52943E75 for ; Sat, 2 Nov 2002 00:00:51 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA280ppk066272; Sat, 2 Nov 2002 01:00:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Nov 2002 00:59:59 -0700 (MST) Message-Id: <20021102.005959.116581482.imp@bsdimp.com> To: bobbyc@sonnet.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: orinoco ibss mode, channels won't stay locked From: "M. Warner Losh" In-Reply-To: <20021101235559.H63154-100000@sonnet1.sonnet.com> References: <20021101.225821.71551250.imp@bsdimp.com> <20021101235559.H63154-100000@sonnet1.sonnet.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20021101235559.H63154-100000@sonnet1.sonnet.com> Bobby Curnow writes: : No I'm talking about the Hermes. I talked to the sys adm and he said when : they first setup the system about a year ago they couldn't get true : access point mode to work. I'm still a little confused about what you are saying. Are you saying that FreeBSD cannot be used as an access point when you are using a hermes card? Or are you saying that a hermes card can't be used in bss mode with an access point? The former is true, while the latter is false. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 2 5:41:16 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2144837B401 for ; Sat, 2 Nov 2002 05:41:15 -0800 (PST) Received: from emerson.torrentnet.com (emerson.torrentnet.com [198.78.51.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0892E43E3B for ; Sat, 2 Nov 2002 05:41:14 -0800 (PST) (envelope-from nadas@torrentnet.com) Received: from imperial.torrentnet.com (imperial.torrentnet.com [198.78.51.109]) by emerson.torrentnet.com (8.11.2/8.11.2) with ESMTP id gA2Df4c74426; Sat, 2 Nov 2002 08:41:04 -0500 (EST) Received: from castillo.torrentnet.com (castillo.torrentnet.com [4.18.161.34]) by imperial.torrentnet.com (8.11.2/8.11.2) with ESMTP id gA2Df3S93114; Sat, 2 Nov 2002 08:41:03 -0500 (EST) Received: from robroy (sun13.torrentnet.com [4.18.161.118]) by castillo.torrentnet.com (8.9.3/8.9.3) with ESMTP id IAA18780; Sat, 2 Nov 2002 08:41:02 -0500 (EST) From: nadas@torrentnet.com To: richard childers Date: Sat, 02 Nov 2002 08:41:29 -0500 MIME-Version: 1.0 Subject: Re: Belkin wireless support Cc: "M. Warner Losh" , mraught@acm.org, freebsd-mobile@FreeBSD.ORG Message-ID: <3DC38FB9.21074.11B979@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just to close the loop, the parts I was taliking about here are Belkin F5D6020 and F5D6000 (at the time, they were at home & I was not) -steve On 1 Nov 2002 at 8:21, nadas@torrentnet.com wrote: > Richard: > > i would have thought "i did have to clone the smc pccard entry and put in the > belkin strings." was clear enough. It's not entirely clear to me if we are for > sure talking about the same card, and, in any case, these strings may change as > different card revs come and go. > > here is a snippet from my pccard.conf file. ymmv. > > -steve > > # SMC's SMC2632W. > card "SMC" "SMC2632W" > config auto "wi" ? 0x10000 > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > card "Belkin" "11Mbps Wireless Notebook Network Adapter" > config auto "wi" ? 0x10000 > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > [snip, snip]Stephen Nadas Ericsson IPI nadas@torrentnet.com 920 Main Campus Dr. Voice: +1-919-472-9935 Fax: x/9999 Suite 500 Mobile: +1-919-522-0991 ECN: 802 29935 Raleigh, NC 27606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 2 7:58:24 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEE237B40E for ; Sat, 2 Nov 2002 07:58:23 -0800 (PST) Received: from sonnet1.sonnet.com (sonnet1.sonnet.com [66.52.73.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA79343E75 for ; Sat, 2 Nov 2002 07:58:22 -0800 (PST) (envelope-from bobbyc@sonnet.com) Received: from sonnet1.sonnet.com (localhost.sonnet.com [127.0.0.1]) by sonnet1.sonnet.com (8.12.5/8.12.5) with ESMTP id gA2FwKtC086643; Sat, 2 Nov 2002 07:58:20 -0800 (PST) (envelope-from bobbyc@sonnet.com) Received: from localhost (bobbyc@localhost) by sonnet1.sonnet.com (8.12.5/8.12.5/Submit) with ESMTP id gA2FwJQX086640; Sat, 2 Nov 2002 07:58:19 -0800 (PST) X-Authentication-Warning: sonnet1.sonnet.com: bobbyc owned process doing -bs Date: Sat, 2 Nov 2002 07:58:19 -0800 (PST) From: Bobby Curnow To: "M. Warner Losh" Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: orinoco ibss mode, channels won't stay locked In-Reply-To: <20021102.005959.116581482.imp@bsdimp.com> Message-ID: <20021102075306.G86322-100000@sonnet1.sonnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yes, I'm saying that FreeBSD cannot be used as an access point with a hermes/orinoco card... just prism(hostap) can be used as a access point.. Is this right? Unfurtunately we've tried prism and the timing isn't as good as the orinocos for long distance customers (12 miles.) At this point we are just looking for a way to lock a channel permenately in the psuedo access point mode we're in now, or switch to station-server star-OS for the hilltops. Thanks, if you need my config i'll forward this to the sys adm. Bob C On Sat, 2 Nov 2002, M. Warner Losh wrote: > In message: <20021101235559.H63154-100000@sonnet1.sonnet.com> > Bobby Curnow writes: > : No I'm talking about the Hermes. I talked to the sys adm and he said when > : they first setup the system about a year ago they couldn't get true > : access point mode to work. > > I'm still a little confused about what you are saying. Are you saying > that FreeBSD cannot be used as an access point when you are using a > hermes card? Or are you saying that a hermes card can't be used in > bss mode with an access point? The former is true, while the latter > is false. > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Nov 2 10:50: 6 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772AF37B404 for ; Sat, 2 Nov 2002 10:50:04 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C27F43EA3 for ; Sat, 2 Nov 2002 10:50:02 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA2Io1pk071710; Sat, 2 Nov 2002 11:50:01 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Nov 2002 11:48:59 -0700 (MST) Message-Id: <20021102.114859.84405113.imp@bsdimp.com> To: bobbyc@sonnet.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: orinoco ibss mode, channels won't stay locked From: "M. Warner Losh" In-Reply-To: <20021102075306.G86322-100000@sonnet1.sonnet.com> References: <20021102.005959.116581482.imp@bsdimp.com> <20021102075306.G86322-100000@sonnet1.sonnet.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20021102075306.G86322-100000@sonnet1.sonnet.com> Bobby Curnow writes: : Yes, I'm saying that FreeBSD cannot be used as an access point with a : hermes/orinoco card... just prism(hostap) can be used as a access point.. : Is this right? Yes. : Unfurtunately we've tried prism and the timing isn't as good as the : orinocos for long distance customers (12 miles.) I've found that too. However, with power control of the prism cards, I'm happier with them than the Heremes. However, I've not yet committed those changes.... : At this point we are just looking for a way to lock a channel permenately : in the psuedo access point mode we're in now, or switch to station-server : star-OS for the hilltops. The config that I sent out works for the point-to-point links that I have in the village. Since I'm not sure how you are getting into the pseudo-access point mode, I'm not sure what to recommend. I do know that there are many bogus suggestions on the web using wicontrol to setup things. Without seeing exactly what you are doing, it is hard to say why bad things are happening. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message