From owner-freebsd-mobile Sun Feb 1 04:59:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04654 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 04:59:54 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (ppp11.portal.net.au [202.12.71.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04649 for ; Sun, 1 Feb 1998 04:59:48 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id XAA05564; Sun, 1 Feb 1998 23:22:18 +1030 (CST) Message-Id: <199802011252.XAA05564@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Sean J. Schluntz" cc: "Mike Smith" , "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) In-reply-to: Your message of "Sat, 31 Jan 1998 18:37:56 PDT." <199802010232.SAA14584@gromit.pinpt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 01 Feb 1998 23:22:18 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > > >OK, so the only two valid configuration indices are 0x1 and 0x3. What > >are the I/O addresses associated with them? (There should be extra data > >in thost tuples, but I can't read them 8) > > Ah, sorry ;) Here they are: > > Tuple #7, code 0x1b (Configuration entry), length = 15 > 000: 03 01 71 55 26 26 54 > Config index = 0x1(default) > Interface byte = 0x1 (I/O) > Vcc pwd: > Nominal operating supply voltage: 5 x 1V > Max current average over 1 second: 3 x 10mA > Max current average over 10 ms: 5 x 10mA > Power down supply current: 5 x 1mA > Wait scale Speed = 7.0 x 100 ns > RDY/BSY scale Speed = 7.0 x 100 ns > Card decodes 18 address lines, full 8/16 Bit I/O > IRQ modes: Level, Pulse > IRQs: IOCK 1 4 5 6 8 10 11 12 14 > Tuple #8, code 0x1b (Configuration entry), length = 7 > 000: 03 01 71 55 26 26 54 > Config index = 0x3 > Vcc pwd: > Nominal operating supply voltage: 5 x 1V > Max current average over 1 second: 2 x 100mA > Max current average over 10 ms: 2 x 100mA > Power down supply current: 5 x 1mA Er, there are *no* I/O addresses in those tuples. Are you sure that there are no tuples anywhere with lines that read: Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x300 block length = 0x20 Especially that last line? Without one of these, pccardd won't be able to guess a port address. > >This is indicative of a serious problem; something is generating > >interrupts even though the slot has not been configured yet. I am > >concerned that your pcic may not be correctly configured. I'm sure > >you've mentioned before what your laptop is, but could you tell me > >again?] > > It's a Dell Inspiron 3000 model TS30H > A 200mzh Pentium with 80 megs of RAM and a 3gig HD. NeoMagic video > chipset. Oh. *sigh* Dell are being difficult of late. 8( -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-mobile Sun Feb 1 06:14:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12424 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 06:14:17 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from monsoon.dial.pipex.net (monsoon.dial.pipex.net [158.43.128.69]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA12419 for ; Sun, 1 Feb 1998 06:14:15 -0800 (PST) (envelope-from jose@dial.pipex.com) Received: (qmail 2343 invoked from network); 1 Feb 1998 12:43:50 -0000 Received: from ag186.du.pipex.com (HELO ?193.130.246.186?) (193.130.246.186) by smtp.dial.pipex.com with SMTP; 1 Feb 1998 12:43:50 -0000 X-Sender: ae220@pop.dial.pipex.com Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 1 Feb 1998 12:45:17 +0000 To: freebsd-mobile@FreeBSD.ORG From: jose@dial.pipex.com (Jose Marques) Subject: SlimSCSI woes Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I'm trying to get an Adaptec AHT-1460 SlimSCSI card to work with FreeBSD 2.2.5. Using "pccardc dumpcis" I see two configuration indexes: 0x9 port 0x340 irq 4 5 (default) 0x8 port 0x140 I've modified the io and irq lines to include the above ranges and have disabled (in the BIOS) the devices that use these irqs - though the boot up messages say that the pcic is using irq 4. My pccard.conf entry is: card "Adaptec, Inc." "APA-1460 SCSI Host Adapter" config 0x09 "aic0" 5 insert echo inserted remove echo removed My kernal config file entry is: controller aic0 at isa? port 0x340 bio irq 5 vector aicintr Yet all I get are: card inserted, slot 0 ... driver allocation failed for Adaptec, Inc. messages. I've also tried 0x8 and different irqs but still the same message. The annoying thing is that I KNOW that this card can work, I used it with the PAO boot disc to install FreeBSD from a SCSI CD-ROM drive! I also know it works with Win95 (where the device manager says it uses irq 10 port 340). Does this card work with stock FreeBSD or do I have to use PAO. I would like if possible to use FreeBSD-stable (to match the machines I've setup at work) but I don't want to waste time downloading patches if it won't work in the end. My computer is a Toshiba Libretto 70CT english version. From owner-freebsd-mobile Sun Feb 1 09:55:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07224 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 09:55:26 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07219 for ; Sun, 1 Feb 1998 09:55:23 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA07915; Sun, 1 Feb 1998 10:55:22 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA24483; Sun, 1 Feb 1998 10:55:20 -0700 Date: Sun, 1 Feb 1998 10:55:20 -0700 Message-Id: <199802011755.KAA24483@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: jose@dial.pipex.com (Jose Marques) Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: SlimSCSI woes In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > I'm trying to get an Adaptec AHT-1460 SlimSCSI card to work with > FreeBSD 2.2.5. Support for that card wasn't brought into FreeBSD until after 2.2.5, so you'll need to upgrade to 2.2.5-stable to get it supported. Nate From owner-freebsd-mobile Sun Feb 1 12:40:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03017 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 12:40:18 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from monsoon.dial.pipex.net (monsoon.dial.pipex.net [158.43.128.69]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA02977 for ; Sun, 1 Feb 1998 12:40:13 -0800 (PST) (envelope-from jose@dial.pipex.com) Received: (qmail 10717 invoked from network); 1 Feb 1998 20:40:08 -0000 Received: from ag152.du.pipex.com (HELO ?193.130.246.152?) (193.130.246.152) by smtp.dial.pipex.com with SMTP; 1 Feb 1998 20:40:08 -0000 X-Sender: ae220@pop.dial.pipex.com Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 1 Feb 1998 20:41:37 +0000 To: freebsd-mobile@FreeBSD.ORG From: jose@dial.pipex.com (Jose Marques) Subject: Re: SlimSCSI woes Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" >Support for that card wasn't brought into FreeBSD until after 2.2.5, so >you'll need to upgrade to 2.2.5-stable to get it supported. I've installed FreeBSD-stable and can indeed confirm that my AHA-1460B now works. One wrinkle: I get the odd "Slot 0, unfielded interrupt (10)" message. Is this something I should worry about? From owner-freebsd-mobile Sun Feb 1 13:02:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05956 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 13:02:37 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from gromit.pinpt.com (gromit.pinpt.com [205.179.195.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05941 for ; Sun, 1 Feb 1998 13:02:24 -0800 (PST) (envelope-from schluntz@dns.pinpt.com) Received: from [206.170.30.86] (ppp-206-170-30-86.hywr01.pacbell.net [206.170.30.86]) by gromit.pinpt.com (8.7.5/8.6.12) with SMTP id KAA15729; Sun, 1 Feb 1998 10:22:15 -0800 (PST) Message-Id: <199802011822.KAA15729@gromit.pinpt.com> Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) Date: Sun, 1 Feb 98 10:27:52 -0700 x-sender: schluntz@dns.pinpt.com x-mailer: Claris Emailer 2.0v2, June 6, 1997 From: "Sean J. Schluntz" To: "Mike Smith" cc: "Goeringer, Michael" , Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" *From the fingers of Mike Smith >> >OK, so the only two valid configuration indices are 0x1 and 0x3. What >> >are the I/O addresses associated with them? (There should be extra data >> >in thost tuples, but I can't read them 8) >> >> Tuple #7, code 0x1b (Configuration entry), length = 15 >> 000: 03 01 71 55 26 26 54 >> Config index = 0x1(default) >> Interface byte = 0x1 (I/O) >> Vcc pwd: >> Nominal operating supply voltage: 5 x 1V >> Max current average over 1 second: 3 x 10mA >> Max current average over 10 ms: 5 x 10mA >> Power down supply current: 5 x 1mA >> Wait scale Speed = 7.0 x 100 ns >> RDY/BSY scale Speed = 7.0 x 100 ns >> Card decodes 18 address lines, full 8/16 Bit I/O >> IRQ modes: Level, Pulse >> IRQs: IOCK 1 4 5 6 8 10 11 12 14 >> Tuple #8, code 0x1b (Configuration entry), length = 7 >> 000: 03 01 71 55 26 26 54 >> Config index = 0x3 >> Vcc pwd: >> Nominal operating supply voltage: 5 x 1V >> Max current average over 1 second: 2 x 100mA >> Max current average over 10 ms: 2 x 100mA >> Power down supply current: 5 x 1mA > >Er, there are *no* I/O addresses in those tuples. Are you sure that >there are no tuples anywhere with lines that read: > > Card decodes 10 address lines, limited 8/16 Bit I/O > I/O address # 1: block start = 0x300 block length = 0x20 These were the only two that had the 'Config index = 0x3' and I gave you the full print out for them. Unfortunately there is no I/O address line in the dump. >Especially that last line? Without one of these, pccardd won't be able >to guess a port address. Which just might explain why it's getting a resource allocation failure. >> >This is indicative of a serious problem; something is generating >> >interrupts even though the slot has not been configured yet. I am >> >concerned that your pcic may not be correctly configured. I'm sure >> >you've mentioned before what your laptop is, but could you tell me >> >again?] >> >> It's a Dell Inspiron 3000 model TS30H >> A 200mzh Pentium with 80 megs of RAM and a 3gig HD. NeoMagic video >> chipset. > >Oh. *sigh* Dell are being difficult of late. 8( Hmm, the NIC is repackaged. In big words on the front is "Dell Ethernet Card by 3Com". Even though it reports being a 3C589D the printing on the card back says it's a revision C. Maybe I need to get a new card? Maybe I should move on to the modem PCCard issue to see if I the PCCard drivers will work with the system. What do you think, I was and am still getting 'driver allocation failed" for the card even though I followed you directions for that, I found the config of 0x21 with is com2 and setup the pccard.conf for config 0x21 "sio1" 3. Hmm, I hope this is not because of the system, it's running FreeBSD wonderfully besides, the APM works flawlessly! -Sean ---------------------------------------------------------------------- Sean J. Schluntz schluntz@pinpt.com Systems Engineer (408) 997-6900 x222 PinPoint Software Corporation http://www.pinpt.com From owner-freebsd-mobile Sun Feb 1 13:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06907 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 13:13:54 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06899 for ; Sun, 1 Feb 1998 13:13:52 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA08968; Sun, 1 Feb 1998 13:54:20 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA25029; Sun, 1 Feb 1998 13:54:17 -0700 Date: Sun, 1 Feb 1998 13:54:17 -0700 Message-Id: <199802012054.NAA25029@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: jose@dial.pipex.com (Jose Marques) Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: SlimSCSI woes In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > >Support for that card wasn't brought into FreeBSD until after 2.2.5, so > >you'll need to upgrade to 2.2.5-stable to get it supported. > > I've installed FreeBSD-stable and can indeed confirm that my AHA-1460B now > works. One wrinkle: I get the odd "Slot 0, unfielded interrupt (10)" > message. Is this something I should worry about? That's 'expected' behavior when you insert/remove the cards, but happens mostly when you remove the cards (and should only happen once). Nate From owner-freebsd-mobile Sun Feb 1 15:27:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26422 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 15:27:09 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from word.smith.net.au (ppp5.portal.net.au [202.12.71.105]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26411 for ; Sun, 1 Feb 1998 15:26:59 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id JAA00442; Mon, 2 Feb 1998 09:49:14 +1030 (CST) Message-Id: <199802012319.JAA00442@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: jose@dial.pipex.com (Jose Marques) cc: freebsd-mobile@FreeBSD.ORG Subject: Re: SlimSCSI woes In-reply-to: Your message of "Sun, 01 Feb 1998 20:41:37 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Feb 1998 09:49:13 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > >Support for that card wasn't brought into FreeBSD until after 2.2.5, so > >you'll need to upgrade to 2.2.5-stable to get it supported. > > I've installed FreeBSD-stable and can indeed confirm that my AHA-1460B now > works. One wrinkle: I get the odd "Slot 0, unfielded interrupt (10)" > message. Is this something I should worry about? No. There should be (but isn't) some 'debouncing' on that message. You can safely ignore it. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-mobile Sun Feb 1 22:05:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08665 for freebsd-mobile-outgoing; Sun, 1 Feb 1998 22:05:17 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA08660 for ; Sun, 1 Feb 1998 22:05:15 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xzF0C-0004b9-00; Sun, 1 Feb 1998 23:05:04 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id XAA12212 for ; Sun, 1 Feb 1998 23:05:05 -0700 (MST) Message-Id: <199802020605.XAA12212@harmony.village.org> To: mobile@FreeBSD.ORG Subject: Libretto sound Date: Sun, 01 Feb 1998 23:05:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" opl0 at 0x388 on isa snd0: from the most recent -current kernel. Looks like /dev/snd works (how do I prove that?), but /dev/dsp doesn't (at least xgalaga doesn't). Is this expected behavior? Any ideas about how to make it work. I've never seen (or heard) xgal before and hoped to hear it on my libretto 50ct... :-) Here's the lines from the config file I used. I suspect all I really need is the controller and the opl lines. Someone was asking about this a while ago, but I didn't save the context.... MAybe this will help that person. controller snd0 device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device awe0 at isa? port 0x620 device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr #device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr #device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 vector adintr device sscape0 at isa? port 0x330 irq 9 drq 0 vector sscapeintr device sscape_mss0 at isa? port 0x534 irq 5 drq 1 vector sndintr device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 vector "m6850intr" Warner From owner-freebsd-mobile Mon Feb 2 12:15:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01827 for freebsd-mobile-outgoing; Mon, 2 Feb 1998 12:15:51 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01631 for ; Mon, 2 Feb 1998 12:14:32 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id LAA16354; Mon, 2 Feb 1998 11:45:05 -0800 (PST) Message-ID: <34D6236C.74BF5FD8@clicknet.com> Date: Mon, 02 Feb 1998 11:50:05 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: Mike Smith , "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) References: <199802011822.KAA15729@gromit.pinpt.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I just dug out a 3Com labled 3C589D (as apposed to my Dell labled one) and tried it. According to diff they have the exact same dump from dumpcis and it also goes in to the same loop when I attempt to use confix 0x1 or 0x3. -Sean Sean J. Schluntz wrote: > *From the fingers of Mike Smith > >> >OK, so the only two valid configuration indices are 0x1 and 0x3. What > >> >are the I/O addresses associated with them? (There should be extra data > >> >in thost tuples, but I can't read them 8) > >> > >> Tuple #7, code 0x1b (Configuration entry), length = 15 > >> 000: 03 01 71 55 26 26 54 > >> Config index = 0x1(default) > >> Interface byte = 0x1 (I/O) > >> Vcc pwd: > >> Nominal operating supply voltage: 5 x 1V > >> Max current average over 1 second: 3 x 10mA > >> Max current average over 10 ms: 5 x 10mA > >> Power down supply current: 5 x 1mA > >> Wait scale Speed = 7.0 x 100 ns > >> RDY/BSY scale Speed = 7.0 x 100 ns > >> Card decodes 18 address lines, full 8/16 Bit I/O > >> IRQ modes: Level, Pulse > >> IRQs: IOCK 1 4 5 6 8 10 11 12 14 > >> Tuple #8, code 0x1b (Configuration entry), length = 7 > >> 000: 03 01 71 55 26 26 54 > >> Config index = 0x3 > >> Vcc pwd: > >> Nominal operating supply voltage: 5 x 1V > >> Max current average over 1 second: 2 x 100mA > >> Max current average over 10 ms: 2 x 100mA > >> Power down supply current: 5 x 1mA > > > >Er, there are *no* I/O addresses in those tuples. Are you sure that > >there are no tuples anywhere with lines that read: > > > > Card decodes 10 address lines, limited 8/16 Bit I/O > > I/O address # 1: block start = 0x300 block length = 0x20 > > These were the only two that had the 'Config index = 0x3' and I gave you > the full print out for them. Unfortunately there is no I/O address line > in the dump. > > >Especially that last line? Without one of these, pccardd won't be able > >to guess a port address. > > Which just might explain why it's getting a resource allocation failure. > > >> >This is indicative of a serious problem; something is generating > >> >interrupts even though the slot has not been configured yet. I am > >> >concerned that your pcic may not be correctly configured. I'm sure > >> >you've mentioned before what your laptop is, but could you tell me > >> >again?] > >> > >> It's a Dell Inspiron 3000 model TS30H > >> A 200mzh Pentium with 80 megs of RAM and a 3gig HD. NeoMagic video > >> chipset. > > > >Oh. *sigh* Dell are being difficult of late. 8( > > Hmm, the NIC is repackaged. In big words on the front is "Dell Ethernet > Card by 3Com". Even though it reports being a 3C589D the printing on the > card back says it's a revision C. Maybe I need to get a new card? > > Maybe I should move on to the modem PCCard issue to see if I the PCCard > drivers will work with the system. What do you think, I was and am still > getting 'driver allocation failed" for the card even though I followed > you directions for that, I found the config of 0x21 with is com2 and > setup the pccard.conf for config 0x21 "sio1" 3. > > Hmm, I hope this is not because of the system, it's running FreeBSD > wonderfully besides, the APM works flawlessly! > > -Sean > > ---------------------------------------------------------------------- > Sean J. Schluntz schluntz@pinpt.com > Systems Engineer (408) 997-6900 x222 > PinPoint Software Corporation http://www.pinpt.com From owner-freebsd-mobile Mon Feb 2 15:38:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07873 for freebsd-mobile-outgoing; Mon, 2 Feb 1998 15:38:04 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from daneel.cs.twsu.edu (root@daneel.cs.twsu.edu [156.26.10.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07813 for ; Mon, 2 Feb 1998 15:38:01 -0800 (PST) (envelope-from jgoerzen@gesundheit.cs.twsu.edu) Received: from gesundheit.cs.twsu.edu (jgoerzen@gesundheit.cs.twsu.edu [156.26.10.195]) by daneel.cs.twsu.edu (8.8.5/8.8.5) with SMTP id RAA05888 for ; Mon, 2 Feb 1998 17:37:55 -0600 Date: Mon, 2 Feb 1998 17:37:55 -0600 (CST) From: John Goerzen To: freebsd-mobile@FreeBSD.ORG Subject: Changing networks frequently Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" [ Note: please send me a CC of any reply; I am not yet subscribed to this list. ] Hello, I have what I hope is a simple question. I have an IBM Thinkpad 310ED (P133MMX) and have put FreeBSD 2.2.5 release on it (works great; see below). I also have a Linksys PCMCIA ethernet "combo" card (does 10baseT and 10base2). I will be using this machine in at least two different network environments (different IP address, netmask, nameservers, routers, etc.). I have allocated an IP and hostname for the laptop in each environment. To make things trickier, one of the networks (let's call it network A) sits behind a firewall. So, my question is: How do I easily reconfigure the laptop when switching between these networks? One thing I considered was to tar up all the configs for each network and just untar the stuff into the root directory. But that doesn't quite take care of everything. The most tricky thing seems to be sendmail. I am having a heck of a time making it behave. My situation is this: I only want to send mail out on network A. So I set the warn time to 7 days and the bounce time to 14 days on the laptop -- should be plenty of time to let me connect to network A and run sendmail -q. But -- network A is behind a firewall, and the hostname of the smart host there is not resolvable anywhere else. When I am on network B, sendmail quickly bounces all the messages that are queued up, claiming that the smart host doesn't exist because it couldn't look up its name. This is a rather puzzling thing and I'm not quite sure what to do about it. (When not connected to any network, it deferrs the message with a "no route to host" indication, which is very good. I just hook it up and run sendmail -q to send the stuff.) Thanks, John From owner-freebsd-mobile Tue Feb 3 08:07:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14764 for freebsd-mobile-outgoing; Tue, 3 Feb 1998 08:07:42 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from alexanderwohl.cs.twsu.edu (alexanderwohl.cs.twsu.edu [156.26.10.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14756 for ; Tue, 3 Feb 1998 08:07:39 -0800 (PST) (envelope-from jgoerzen@alexanderwohl.complete.org) Received: from localhost (localhost [127.0.0.1]) by alexanderwohl.cs.twsu.edu (8.8.7/8.8.7) with SMTP id KAA00635; Tue, 3 Feb 1998 10:05:51 -0600 (CST) (envelope-from jgoerzen@alexanderwohl.complete.org) Date: Tue, 3 Feb 1998 10:05:50 -0600 (CST) From: John Goerzen X-Sender: jgoerzen@alexanderwohl To: freebsd-mobile@FreeBSD.ORG Subject: Hard drive not spinning down Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Hi, I have been noticing that the hard drive doesn't spin down like it should. I have already taken the steps of setting async and noatime to all the filesystems, so mere reads will not cause the hard drive to spin up if the data is already in its cache. After watching the hard drive light, I noticed that the hard drive was being accessed about once every 30 seconds. Suspicious, I checked the update daemon and sure enough, it flushes the cache every 30 seconds. So something out there is writing stuff. However -- I have turned off sendmail's automatic queue runs and the only other things going were X, fvwm2, and some xterms -- all of which were running telnets that were logged in to a remote machine. This isn't a big problem but it is a strange one. A bigger problem is that the last time I hibernated the system, it locked solid when I turned it back on -- the video was restored and then it would lock. I suspect this is due to either X running or the Ethernet card being plugged in -- I have heard that there may be some strange interference from either of these things -- so I need to do some more investigating yet. John From owner-freebsd-mobile Tue Feb 3 08:48:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20367 for freebsd-mobile-outgoing; Tue, 3 Feb 1998 08:48:18 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA20341 for ; Tue, 3 Feb 1998 08:48:11 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xzlVo-0005SF-00; Tue, 3 Feb 1998 09:47:52 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id JAA20450; Tue, 3 Feb 1998 09:48:05 -0700 (MST) Message-Id: <199802031648.JAA20450@harmony.village.org> To: John Goerzen Subject: Re: Changing networks frequently Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 02 Feb 1998 17:37:55 CST." References: Date: Tue, 03 Feb 1998 09:48:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" In message John Goerzen writes: : I have what I hope is a simple question. : : I have an IBM Thinkpad 310ED (P133MMX) and have put FreeBSD 2.2.5 release : on it (works great; see below). I also have a Linksys PCMCIA ethernet : "combo" card (does 10baseT and 10base2). I will be using this machine in : at least two different network environments (different IP address, : netmask, nameservers, routers, etc.). ... : So, my question is: How do I easily reconfigure the laptop when switching : between these networks? One thing I considered was to tar up all the : configs for each network and just untar the stuff into the root directory. : But that doesn't quite take care of everything. I have an ultra simple script called "netloc" that will copy files from a cached area. sudo netloc home or sudo netloc work changes the IP address, resolv.conf, etc for me. : But -- network A is behind a firewall, and the hostname of the smart host : there is not resolvable anywhere else. When I am on network B, sendmail : quickly bounces all the messages that are queued up, claiming that the : smart host doesn't exist because it couldn't look up its name. This is a : rather puzzling thing and I'm not quite sure what to do about it. (When : not connected to any network, it deferrs the message with a "no route to : host" indication, which is very good. I just hook it up and run sendmail : -q to send the stuff.) Hmmm, you could put that host in your /etc/hosts file. Have it search that last and use a "bogus" unroutable IP address if the host's real address isn't unreachable from network B. I have my laptop live in three places, and the one thing I had to do was kill and restart sendmail each time. There are likely other gotchas that I've not pressed the envelope enough to see yet. Mike Smith also posted a longish script to do this a couple of months ago. It should be in the archives... Warner From owner-freebsd-mobile Tue Feb 3 09:25:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29255 for freebsd-mobile-outgoing; Tue, 3 Feb 1998 09:25:06 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA29250 for ; Tue, 3 Feb 1998 09:25:04 -0800 (PST) (envelope-from trost@cloud.rain.com) Received: (qmail 6698 invoked by uid 4); 3 Feb 1998 17:24:24 -0000 Message-ID: <19980203172424.6694.qmail@jli.com> Received: (qmail 21436 invoked from network); 3 Feb 1998 17:23:52 -0000 Received: from softdnserror (127.0.0.1) by softdnserror with SMTP; 3 Feb 1998 17:23:52 -0000 To: John Goerzen cc: mobile@FreeBSD.ORG Subject: Re: Hard drive not spinning down References: In-reply-to: Your message of Tue, 03 Feb 1998 10:05:50 CST. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21432.886526601.1@cloud.rain.com> Date: Tue, 03 Feb 1998 09:23:22 -0800 From: Bill Trost Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" John Goerzen writes: I have been noticing that the hard drive doesn't spin down like it should. I have already taken the steps of setting async and noatime to all the filesystems, so mere reads will not cause the hard drive to spin up if the data is already in its cache. I doubt that async is gaining you anything -- is I understand it, all it does is loosen the constraints on the order of disk write operations. It is more likely to cause you grief the next time you have a crash (say, due to low battery? NAAAH). I like the noatime idea, though. I have turned off sendmail's automatic queue runs and the only other things going were X, fvwm2, and some xterms -- all of which were running telnets that were logged in to a remote machine. This isn't a big problem but it is a strange one. Well, it was something I wanted to discuss anyhow, so thanks for bringing it up. I was having similar problems, so I went searching the disks for possible offenders. Things I discovered: 1. History files tend to get written every time I hit enter. Not good. I squashed some of them, but don't know what to do about the rest. 2. Cron logs (in /var/cron/log) everything it tries to run, and mgetty's faxrunq was going off fairly frequently (which also writes a file when it runs). Too bad cron(8) doesn't indicate what priorities are used for what sorts of messages (I mean, the man pages *I* write tell you absolutely everything you want to know, they're perfect, uh-huh...). 3. Two modtimes in /dev are updated every time you type a line (character?) at an xterm. I assume these have to get written out at some point, but FFS might be willing to let them sit and stew. Maybe laptops should build /dev in an mfs partition???? If anyone else has ideas on how to keep FreeBSD from touching the disk, I'd love to hear them. On the other hand, Lose'95 is worse than FreeBSD for me at this point, so I'm not *too* worried. From owner-freebsd-mobile Tue Feb 3 15:20:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25899 for freebsd-mobile-outgoing; Tue, 3 Feb 1998 15:20:28 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25892 for ; Tue, 3 Feb 1998 15:20:26 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id PAA10057; Tue, 3 Feb 1998 15:12:35 -0800 (PST) Message-ID: <34D7A58A.DE5657D2@clicknet.com> Date: Tue, 03 Feb 1998 15:17:30 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: Mike Smith CC: "Goeringer, Michael" , freebsd-mobile@FreeBSD.ORG Subject: Re: Ach! Slot 0, unfielded interrupt 0 (unbreakable loop) References: <199802011252.XAA05564@word.smith.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Mike Smith wrote: > > >OK, so the only two valid configuration indices are 0x1 and 0x3. What > > >are the I/O addresses associated with them? (There should be extra data > > >in thost tuples, but I can't read them 8) Ok, I have more information. I did the dumpcis on an older 3C538C that we have here (shows up as a 3C589) and it had the same configuration a 0x1 and a 0x3, neither that showed an I/O address. The I pulled out a spare Linksys EthernetCard (shows up as E-CARD) and it did show an I/O address of I believe 0x81 under configuration 0x20. Only problem with that is that it appears to only support IRQ 5 in config 0x20 and that's used up by my sound card :( Any ideas? -Sean From owner-freebsd-mobile Wed Feb 4 16:44:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22067 for freebsd-mobile-outgoing; Wed, 4 Feb 1998 16:44:06 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22045 for ; Wed, 4 Feb 1998 16:44:04 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA05828 for ; Wed, 4 Feb 1998 17:26:09 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA06721; Wed, 4 Feb 1998 17:26:09 -0700 Date: Wed, 4 Feb 1998 17:26:09 -0700 Message-Id: <199802050026.RAA06721@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-mobile@FreeBSD.ORG Subject: Fwd: PCCARD bug fix X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" ------- start of forwarded message ------- Return-Path: From: Guido van Rooij Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c Date: Wed, 4 Feb 1998 12:19:42 -0800 (PST) guido 1998/02/04 12:19:41 PST Modified files: usr.sbin/pccard/pccardd cardd.c Log: This seems to fix my problem that after resume/suspend, sometimes pccard claims that the driver is already allocated. It works around a race when pccardd gets woken up too late after a resume. This is a 2.2.6 candidate. Reviewed by: nate@freebsd.org Revision Changes Path 1.24 +15 -3 src/usr.sbin/pccard/pccardd/cardd.c ------- end of forwarded message ------- From owner-freebsd-mobile Wed Feb 4 18:15:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08006 for freebsd-mobile-outgoing; Wed, 4 Feb 1998 18:15:34 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07992 for ; Wed, 4 Feb 1998 18:15:32 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id SAA23468 for ; Wed, 4 Feb 1998 18:08:05 -0800 (PST) Message-ID: <34D92030.D8128E9C@clicknet.com> Date: Wed, 04 Feb 1998 18:13:04 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: pccard.conf echo not showing up. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I've managed to get the modem to load correctly, I insert the card and it tells me that sio0 has been added a that it's a 16550A but then that's it. It does not display the text in the "insert echo blah blah" line. I've put an "insert touch /home/schluntz/isitworking" in and it did create the file. So where is the echo going? -Sean From owner-freebsd-mobile Thu Feb 5 16:11:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02169 for freebsd-mobile-outgoing; Thu, 5 Feb 1998 16:11:25 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from out2.ibm.net (out2.ibm.net [165.87.194.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02150; Thu, 5 Feb 1998 16:11:23 -0800 (PST) (envelope-from camp065@ibm.net) Received: from ibm.net (slip129-37-154-115.on.ca.ibm.net [129.37.154.115]) by out2.ibm.net (8.8.5/8.6.9) with ESMTP id AAA24278; Fri, 6 Feb 1998 00:11:21 GMT Message-ID: <34DA5496.E814C80E@ibm.net> Date: Thu, 05 Feb 1998 19:08:54 -0500 From: Iain Campbell Reply-To: camp065@ibm.net Organization: sandon associates X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-hardware@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Need pccard.conf entries Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I'm looking for pointers on pccard.conf entries for a Megahertz XJ 1336 Modem and a D-Link DE-650 ethernet card any suggestions gratefully received tia iain -- Iain Campbell - Senior Associate sandon associates 520 Second Street West Owen Sound On Tel (519) 371-6242 FAX (519) 371-4417 email iain@sandon.on.ca From owner-freebsd-mobile Thu Feb 5 16:32:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08021 for freebsd-mobile-outgoing; Thu, 5 Feb 1998 16:32:57 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from second.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07927 for ; Thu, 5 Feb 1998 16:32:48 -0800 (PST) (envelope-from lsmarso@panix.com) Received: (from lsmarso@localhost) by second.dialup.access.net (8.8.8/8.8.8) id TAA00267 for freebsd-mobile@freebsd.org; Thu, 5 Feb 1998 19:32:57 -0500 (EST) (envelope-from lsmarso) Message-ID: <19980205193131.11507@panix.com> Date: Thu, 5 Feb 1998 19:31:31 -0500 From: "Larry S. Marso" To: freebsd-mobile@FreeBSD.ORG Subject: 3com 3C589D and zp0 vs. ep0 Mail-Followup-To: freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I would appreciate any assistance you can offer unwinding the following problem. In summary: using the 3com 3C589D, I can't get IP aliasing to work using the ep0 driver, whereas it works *perfectly* with the zp0 driver. I am running a home LAN with a FreeBSD 3.0-current (sources cvsup'd about Feb. 1st) server and FreeBSD RELENG_2_2 (cvsup'd Feb. 3rd) laptop client. My primary objective is ISDN access permitting the laptop to take advantage of the high speed serial port card on the server, as well as having backup drives and secondary compiler. On the laptop, I'm using the 3Com Etherlink III3C589D-TP card. I get very different, and in each case unsatisfactory results with either the zp0 or ep0 driver on the laptop. ^^^^^^^^^^ Under zp0, unless I have the gateway server connected to the net, sendmail and retrieving vi sessions jam on laptop startup until ^C (because it believes gateway is accessible?). Also, it take a couple of *minutes* to get a prompt back from server for a telnet session. (ftp and ping responses are immediate). *Suspending* a session and attempting to restart brings back the X-windows view, but my laptop is completely locked up (and, of course, you wouldn't expect the card to come back to life after it's powered down). A mount_nfs of either machine's drives works fine on the other. Most importantly, IP aliasing works under zp0, accomplishing my major objective. ^^^^^^^^^^^ Under ep0, curiously, I get an immediate response telnetting to the server. Suspending and restarting a session works fine, another major objective. A mount_nfs again works fine for either machine. However, for the life of me, *****I can't get IP aliasing to work*****. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For starters, ep0 does not seem properly ifconfig'd using the default values. This is how I've configured my rc.conf: pccard_enable="YES" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="ep0" # Specialized pccard ethernet configuration (or NO). ... network_interfaces="lo0 ep0 zp0" # List of network interfaces (lo0 is loo pback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_ep0="inet 192.168.1.2 netmask 255.255.255.0" ifconfig_zp0="inet 192.168.1.2 netmask 255.255.255.0" My pccard.conf entry is: # 3Com Etherlink III 3C589B, 3C589C card "3Com Corporation" "3C589D" config 0x1 "ep0" 10 insert echo 3Com Etherlink III inserted insert /etc/pccard_ether ep0 link0 -link1 remove echo 3Com Etherlink III removed remove /sbin/ifconfig ep0 delete I'm wondering if there's a problem with my ifconfig specification? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ With these settings, I get an ifconfig -a result that suggests ep0 was not properly configured: ep0: flags=a843 mtu 1500 ether 00:60:08:92:98:0f Something seems wrong with the /etc/pccard_ether script, which results in: # /etc/pccard_ether ep0 link0 -link1 ifconfig: ep0: bad value So, I issue a more complete ifconfig statement: ifconfig ep0 inet 192.168.1.1 netmask 255.255.255.0 link0 -link1 which results in the following ifconfig -a output: ep0: flags=9843 mtu 1500 inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:60:08:92:98:0f This is the point where I make the observations above, about telnet, ping and ftp working fine to the server, but there's no IP aliasing. For comparison, this is the output of ifconfig -a for zp0 which follows immediately after bootup: zp0: flags=1843 mtu 1500 inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:60:08:92:98:0f Subtle difference. I don't know how to interpret the presence of "MULTICAST" in the ep0 entry, or the meaning of the varying flags= numbers. As I said above, IP aliasing works like a charm. Here is some additional background. First, a show route under user PPP at the server level: PPP ON lsmarso> show route Destination Gateway Flags Netif default 166.84.0.124 UGSc tun0 127.0.0.1 127.0.0.1 UH lo0 166.84.0.124 166.84.254.60 UH tun0 192.168.1/24 link#1 UC ed0 192.168.1.2 00:60:08:92:98:0f UHLW ed0 (That's before prompting the nameserver). Looks the same for zp0 and ep0. What else can I report? The message reported on startup of each respective driver: zp0: aui/bnc/utp address 00:60:08:92:98:0f vs. ep0: utp/bnc[*UTP*] address 00:60:08:92:98:0f Again, there's a difference there, but I don't know how to interpret it. Thank you for any assistance you can offer. -- Larry S. Marso lsmarso@panix.com From owner-freebsd-mobile Thu Feb 5 16:56:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12704 for freebsd-mobile-outgoing; Thu, 5 Feb 1998 16:56:24 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dingo.cdrom.com (lapdog.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12698 for ; Thu, 5 Feb 1998 16:56:23 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id LAA01710; Fri, 6 Feb 1998 11:18:03 +1030 (CST) Message-Id: <199802060048.LAA01710@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Sean J. Schluntz" cc: freebsd-mobile@FreeBSD.ORG Subject: Re: pccard.conf echo not showing up. In-reply-to: Your message of "Wed, 04 Feb 1998 18:13:04 -0800." <34D92030.D8128E9C@clicknet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 06 Feb 1998 11:18:02 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > I've managed to get the modem to load correctly, I insert the card and > it tells me that sio0 has been added a that it's a 16550A but then > that's it. It does not display the text in the "insert echo blah blah" > line. I've put an "insert touch /home/schluntz/isitworking" in and it > did create the file. So where is the echo going? pccardd calls daemon(), which closes stdout. Try using logger instead, or echo to /dev/console. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-mobile Thu Feb 5 17:33:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17046 for freebsd-mobile-outgoing; Thu, 5 Feb 1998 17:33:10 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from second.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA17011 for ; Thu, 5 Feb 1998 17:33:00 -0800 (PST) (envelope-from lsmarso@panix.com) Received: (from lsmarso@localhost) by second.dialup.access.net (8.8.8/8.8.8) id TAA00488 for freebsd-mobile@freebsd.org; Thu, 5 Feb 1998 19:41:06 -0500 (EST) (envelope-from lsmarso) Message-ID: <19980205194102.59070@panix.com> Date: Thu, 5 Feb 1998 19:41:02 -0500 From: "Larry S. Marso" To: freebsd-mobile@FreeBSD.ORG Subject: 3com 3C589D and zp0 vs. ep0 Mail-Followup-To: freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=sm4nu43k4a2Rpi4c X-Mailer: Mutt 0.89i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" From owner-freebsd-mobile Thu Feb 5 20:58:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26495 for freebsd-mobile-outgoing; Thu, 5 Feb 1998 20:58:06 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from alexanderwohl.cs.twsu.edu (ict49.southwind.net [206.53.100.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26474 for ; Thu, 5 Feb 1998 20:58:04 -0800 (PST) (envelope-from jgoerzen@alexanderwohl.complete.org) Received: from localhost (localhost [127.0.0.1]) by alexanderwohl.cs.twsu.edu (8.8.7/8.8.7) with SMTP id WAA00915 for ; Thu, 5 Feb 1998 22:55:59 -0600 (CST) (envelope-from jgoerzen@alexanderwohl.complete.org) Date: Thu, 5 Feb 1998 22:55:59 -0600 (CST) From: John Goerzen X-Sender: jgoerzen@alexanderwohl To: freebsd-mobile@FreeBSD.ORG Subject: APM battery status broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Hello, After I applied the latest BIOS update on my Thinkpad 310ED (P133MMX), the battery status meter (apm -l or xbatt) doesn't change. It apparently retrieves its value on system boot and never changes until the next reboot. Win95 works fine, and it worked fine before I revved the BIOS. Any ideas on a fix for this? I am running 2.2.5-RELEASE, from the PAO disk. John From owner-freebsd-mobile Fri Feb 6 00:00:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21855 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 00:00:13 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21812; Fri, 6 Feb 1998 00:00:07 -0800 (PST) (envelope-from rb@gid.co.uk) Received: from gid.co.uk (uucp@localhost) by isbalham.ist.co.uk (8.8.7/8.8.4) with UUCP id HAA00654; Fri, 6 Feb 1998 07:58:37 GMT Received: from [194.32.164.2] by seagoon.gid.co.uk; Fri, 6 Feb 1998 07:52:14 GMT X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: <199802052141.NAA02458@hub.freebsd.org> References: <199802051608.SAA23230@shadows.aeon.net> from mika ruohotie at "Feb 5, 98 06:08:02 pm" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 6 Feb 1998 07:48:50 +0000 To: announce@FreeBSD.ORG, database@FreeBSD.ORG, java@FreeBSD.ORG, mobile@FreeBSD.ORG From: Bob Bishop Subject: Test Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" At 9:41 pm +0000 5/2/98, Jonathan M. Bresler wrote: > please check your subscriptions. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK From owner-freebsd-mobile Fri Feb 6 01:23:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05852 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 01:23:24 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from www.cep.yale.edu (www.cep.yale.edu [130.132.125.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05846 for ; Fri, 6 Feb 1998 01:23:22 -0800 (PST) (envelope-from adept@www.cep.yale.edu) Received: from localhost (adept@localhost) by www.cep.yale.edu (8.8.5/8.8.5) with SMTP id EAA23694 for ; Fri, 6 Feb 1998 04:20:41 -0500 (EST) Date: Fri, 6 Feb 1998 04:20:41 -0500 (EST) From: Adept To: freebsd-mobile@FreeBSD.ORG Subject: Unsubscription Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Excuse me for the interruption but for two weeks now I've been trying to get off this mailing list. I've sent mail to majordomo, I've sent mail to freebsd-mobile-request, I've sent mail to every human address that I could find, asking to be taken off the list but no one answerse me. What does it take to get taken off this mailing list? I'd like to unsubscribe adept@cep.yale.edu which is not identical to the address that sendmail currently slaps on my outgoing mails. Since I don't control the machine I can't change that. Please will the person who runs this list take me off the list. Thank you--much obliged. Ben. From owner-freebsd-mobile Fri Feb 6 05:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08305 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 05:26:01 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08283 for ; Fri, 6 Feb 1998 05:25:58 -0800 (PST) (envelope-from andrew@squiz.co.nz) Received: from [203.96.56.128] ([203.96.56.128]) by mail.iconz.co.nz (8.8.7/8.8.7) with SMTP id CAA131160886771104; Sat, 7 Feb 1998 02:18:24 +1300 (NZDT) X-Sender: squiz1@pop.actrix.gen.nz Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 7 Feb 1998 02:19:49 +1300 To: Adept From: andrew@squiz.co.nz (Andrew McNaughton) Subject: Re: Unsubscription Cc: freebsd-mobile@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" >Excuse me for the interruption but for two weeks now I've been trying to >get off this mailing list. > >I've sent mail to majordomo, I've sent mail to freebsd-mobile-request, >I've sent mail to every human address that I could find, asking to be >taken off the list but no one answerse me. > >What does it take to get taken off this mailing list? I'd like to >unsubscribe adept@cep.yale.edu which is not identical to the address that >sendmail currently slaps on my outgoing mails. Since I don't control the >machine I can't change that. > >Please will the person who runs this list take me off the list. > >Thank you--much obliged. > >Ben. Sure you can change that. simply telnet to port 25 of whichever smtp server seems convenient. If your mail server causes problems, send your mail via a different server. eg hil-img-ims-5.compuserve.com (I recieved some junk mail through here recently, so I know it accepts mail forwarding requests.) On inspection, so does hub.freebsd.org. Hmmm. >220 hub.freebsd.org ESMTP Sendmail 8.8.8/8.8.8; Fri, 6 Feb 1998 05:12:07 >-0800 ( >PST) >HELO a.mcn.actrix.gen.nz >250 hub.freebsd.org Hello [203.96.56.128], pleased to meet you >MAIL FROM: andrew@squiz.co.nz >250 andrew@squiz.co.nz... Sender ok >RCPT TO:majordomo@FreeBSD.org >250 majordomo@FreeBSD.org... Recipient ok >DATA >354 Enter mail, end with "." on a line by itself >unsubscribe freebsd-isp >. >250 FAA05559 Message accepted for delivery >MAIL FROM: andrew@squiz.co.nz >250 andrew@squiz.co.nz... Sender ok >RCPT TO:andrew@squiz.co.nz >250 andrew@squiz.co.nz... Recipient ok >DATA >354 Enter mail, end with "." on a line by itself >test >. >250 FAA05881 Message accepted for delivery > Both of these worked. a.mcn.actrix.gen.nz does not correspond to my current IP either, although it is in the same B class network. Andrew McNaughton The effort to understand the universe is Andrew McNaughton one of the very few things that lifts ++64 4 389 6891 human life above the level of farce, andrew@squiz.co.nz and gives it some of the grace http://www.squiz.co.nz of tragedy - Steven Weinberg http://www.newsroom.co.nz From owner-freebsd-mobile Fri Feb 6 08:50:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10603 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 08:50:42 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from cargpc5.atmos.washington.edu (cargpc5.atmos.washington.edu [128.95.176.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10597 for ; Fri, 6 Feb 1998 08:50:40 -0800 (PST) (envelope-from dbx@atmos.washington.edu) Received: from localhost (dbx@localhost) by cargpc5.atmos.washington.edu (8.8.7/8.8.8) with SMTP id IAA27007 for ; Fri, 6 Feb 1998 08:53:46 -0800 (PST) Date: Fri, 6 Feb 1998 08:53:46 -0800 (PST) From: Doug Burks To: freebsd-mobile@FreeBSD.ORG Subject: Re: 3com 3C589D and zp0 vs. ep0 In-Reply-To: <19980205193131.11507@panix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Larry et al, I have struggled with a problem very similar to what you have had. I am trying to connect a local private LAN to the Internet via a laptop. Right now, I have the basics working, so I can forward my experiences, and I think Larry will find some useful stuff in there. However, given my recent experiences, I suspect I may bump into something else :) , so this is all preliminary until the setup proves itself in real life use. Like Larry, I had tried using straight FreeBSD-2.2.5 with zp0, and the result worked fine, except that the networking often hung, usually, but not always, under heavy load. So I decided to try PAO. My setup: NEC Versa 5060X PCIC -- TI PCI-1311X [running in i8-whatever emulation] 2 3Com 3C589D network cards one connected to a private LAN, one connected to the Internet Vanilla FreeBSD 2.2.5-RELEASE with the PAO-19971211 patches I ended up making three changes (so far) First, I had to add options "PCIC_TI113X_FUNC" to my kernel configuration file (likely not a problem for Larry). Second, I had to add muck around with the networking "rc" scripts. I added a "sleep 20" to the end of /etc/rc.pccard, since the routing was starting before "pccardd" had loaded the network cards, causing a long hang. I removed the routing from /etc/pccard_ether, since it only has to be set once, and /etc/rc.network's pass1 is fine. (This latter change could cause problems for setups where network cards are added and removed, but a gateway machine likely will not suffer this fate). Third, I editted /usr/src/sys/i386/isa/if_ep.c and removed the multi- casting capability, by deleting IFF_MULTICAST in the statement ini- tializing ifp->if_flags in the function "ep_attach". (There may be a way to turn off multi-casting via "ifconfig", but I could not find it). I did this because, I read in the -mobile archives that the promiscuous mode was wonky in the "ep" driver, and noticed that multi-casting turns on the promiscous mode. Like Larry, I also noticed that the "zp" driver did not set multi-casting. Unlike Larry, my wonky promiscuous mode caused serious problems, actually crashing on main Sun NFS server (admit- tedly, just an old Sun SparcStation 1). You can imagine how much fun my testing caused my users. :) All's well, that ends well. With these changes, my setup has worked under the very short and light testing I have been able to do so far. As for Larry's setup in particular, I suggest a few changes. In rc.conf, replace network_interfaces="lo0 ep0 zp0" ifconfig_ep0="inet 192.168.1.2 netmask 255.255.255.0" pccard_ether="" with network_interfaces="lo0" ifconfig_ep0="inet 192.168.1.2 netmask 255.255.255.0 link2" pccard_ether="ep0" The source code indicates that "link2" is the best way to turn on the 10baseT mode. (Yes, I have used that). And in /etc/pccard.conf, replace insert /etc/pccard_ether ep0 link0 -link1 with insert /etc/pccard_ether ep0 (I also use config any "ep0" any but I don't think that should make any difference for you). I think that's everything I had on this subject. If anyone has any questions, feel free to ask -- publicly or privately. I'm happy to help! Finally, thanks to the PAO powers-that-be for putting this together! Doug Burks dbx@atmos.washington.edu From owner-freebsd-mobile Fri Feb 6 09:48:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19846 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 09:48:52 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19838; Fri, 6 Feb 1998 09:48:50 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199802061748.JAA19838@hub.freebsd.org> Subject: Re: Unsubscription In-Reply-To: from Adept at "Feb 6, 98 04:20:41 am" To: adept@www.cep.yale.edu (Adept) Date: Fri, 6 Feb 1998 09:48:49 -0800 (PST) Cc: freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Adept wrote: > Excuse me for the interruption but for two weeks now I've been trying to > get off this mailing list. > > I've sent mail to majordomo, I've sent mail to freebsd-mobile-request, > I've sent mail to every human address that I could find, asking to be > taken off the list but no one answerse me. did you try postmaster@freebsd.org? perhaps you did and i lost the mail....perhaps not. mobile:adept@cep.yale.edu i will remove you. jmb > > What does it take to get taken off this mailing list? I'd like to > unsubscribe adept@cep.yale.edu which is not identical to the address that > sendmail currently slaps on my outgoing mails. Since I don't control the > machine I can't change that. > > Please will the person who runs this list take me off the list. > > Thank you--much obliged. > > Ben. > > > > From owner-freebsd-mobile Fri Feb 6 11:41:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11304 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 11:41:46 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11284 for ; Fri, 6 Feb 1998 11:41:43 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id GAA00347; Sat, 7 Feb 1998 06:03:03 -0800 (PST) Message-Id: <199802071403.GAA00347@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Warner Losh cc: John Goerzen , freebsd-mobile@FreeBSD.ORG Subject: Re: Changing networks frequently In-reply-to: Your message of "Tue, 03 Feb 1998 09:48:04 PDT." <199802031648.JAA20450@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 07 Feb 1998 06:03:02 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" > > Mike Smith also posted a longish script to do this a couple of months > ago. It should be in the archives... It was called "personality", if that's any help. I use it regularly, with about 8 different personalities just now. If you're interested, I'd be more than happy to pass it on. Note that I'm in transit at the moment, so I can't offer you an FTP URL just yet. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ From owner-freebsd-mobile Fri Feb 6 13:06:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28883 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 13:06:07 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from out5.ibm.net (out5.ibm.net [165.87.194.245]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28698; Fri, 6 Feb 1998 13:05:51 -0800 (PST) (envelope-from camp065@ibm.net) Received: from ibm.net (slip129-37-162-118.on.ca.ibm.net [129.37.162.118]) by out5.ibm.net (8.8.5/8.6.9) with ESMTP id VAA55580; Fri, 6 Feb 1998 21:05:49 GMT Message-ID: <34DB7A97.F6B82CAE@ibm.net> Date: Fri, 06 Feb 1998 16:03:19 -0500 From: Iain Campbell Reply-To: camp065@ibm.net Organization: sandon associates X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: FreeBSD Mobile , FreeBSD Hardware Subject: PCMCIA Card Config Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" I'm looking for pointers on pccard.conf entries and anything else I might need to know for a Megahertz XJ 1336 Modem and a D-Link DE-650 ethernet card any suggestions gratefully received tia iain -- Iain Campbell - Senior Associate sandon associates 520 Second Street West Owen Sound On Tel (519) 371-6242 FAX (519) 371-4417 email iain@sandon.on.ca From owner-freebsd-mobile Fri Feb 6 18:34:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19525 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 18:34:14 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from send1a.yahoomail.com (send1a.yahoomail.com [205.180.60.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA19516 for ; Fri, 6 Feb 1998 18:34:09 -0800 (PST) (envelope-from k0zm0z@yahoo.com) Message-ID: <19980207023336.9208.rocketmail@send1a.yahoomail.com> Received: from [207.155.93.60] by send1a; Fri, 06 Feb 1998 18:33:36 PST Date: Fri, 6 Feb 1998 18:33:36 -0800 (PST) From: kozmo killah Subject: help with editor? To: mobile@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/html; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" TIA - Classified Ads Tortilla Industry Association
Classified Ads COMING SOON TO tortilla-info.com...

Classified advertisements for a variety of goods, services, and business opportunities in the tortilla industry. Including:

  • Employment opportunities
  • Equipment needed
  • Equipment for sale
  • Business opportunities
For information on how to place an advertisement or to get involved with the Tortilla Industry Association, contact:
Tortilla Industry Association
(818) 981-2547

DO YOU YAHOO!?
Get your free @yahoo.com address at Yahoo! Mail.
From owner-freebsd-mobile Fri Feb 6 20:15:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03244 for freebsd-mobile-outgoing; Fri, 6 Feb 1998 20:15:20 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from alexanderwohl.complete.org (ict130.southwind.net [206.53.100.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03237 for ; Fri, 6 Feb 1998 20:15:18 -0800 (PST) (envelope-from jgoerzen@alexanderwohl.complete.org) Received: from localhost (localhost [127.0.0.1]) by alexanderwohl.complete.org (8.8.7/8.8.7) with SMTP id WAA00273; Fri, 6 Feb 1998 22:11:58 -0600 (CST) (envelope-from jgoerzen@alexanderwohl.complete.org) Date: Fri, 6 Feb 1998 22:11:58 -0600 (CST) From: John Goerzen X-Sender: jgoerzen@alexanderwohl To: Mike Smith cc: Warner Losh , John Goerzen , freebsd-mobile@FreeBSD.ORG Subject: Re: Changing networks frequently In-Reply-To: <199802071403.GAA00347@dingo.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-mobile" Mike, If you'd like to e-mail to me or give me the URL, I'd appreciate it. Thanks! John On Sat, 7 Feb 1998, Mike Smith wrote: > > > > Mike Smith also posted a longish script to do this a couple of months > > ago. It should be in the archives... > > It was called "personality", if that's any help. I use it regularly, > with about 8 different personalities just now. If you're interested, > I'd be more than happy to pass it on. > > Note that I'm in transit at the moment, so I can't offer you an FTP URL > just yet. > > > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ > > From owner-freebsd-mobile Sat Feb 7 21:52:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04396 for freebsd-mobile-outgoing; Sat, 7 Feb 1998 21:52:53 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from alexanderwohl.complete.org (ict10.southwind.net [206.53.100.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04387 for ; Sat, 7 Feb 1998 21:52:51 -0800 (PST) (envelope-from jgoerzen@alexanderwohl.complete.org) Received: from localhost (localhost [127.0.0.1]) by alexanderwohl.complete.org (8.8.7/8.8.7) with SMTP id XAA00270 for ; Sat, 7 Feb 1998 23:51:12 -0600 (CST) (envelope-from jgoerzen@alexanderwohl.complete.org) Date: Sat, 7 Feb 1998 23:51:12 -0600 (CST) From: John Goerzen X-Sender: jgoerzen@alexanderwohl To: freebsd-mobile@FreeBSD.ORG Subject: Batteries & FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I may have mentioned part of this before; if so, please forgive the repetition. I have an IBM Thinkpad 310ED. (P133) running FreeBSD 2.2.5-RELEASE. I have applied the latest BIOS update from IBM. The laptop works fine with Windows 95. (Well, as good as it could work with Windows 95 ) Anyway, under FreeBSD, the battery status doesn't get updated. For instance, if the battery is at 93% when the laptop boots, FreeBSD thinks it is still at 93% even several hours later when it is at 15%. Worse, the laptop itself thinks it is still at 93% as indicated by its Fn-F4 battery status meter. I have two questions: 1. Will this behavior in any way harm the battery? 2. What can I do to prevent this behavior? Thanks, John Goerzen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message