From owner-freebsd-mobile Mon May 5 13:16:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA16662 for mobile-outgoing; Mon, 5 May 1997 13:16:14 -0700 (PDT) Received: from cube.i-pi.com (cube.i-pi.com [198.49.217.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA16653 for ; Mon, 5 May 1997 13:16:09 -0700 (PDT) Received: (from ingham@localhost) by cube.i-pi.com (8.6.12/8.6.12) id OAA15748 for mobile@freebsd.org; Mon, 5 May 1997 14:16:01 -0600 Message-Id: <199705052016.OAA15748@cube.i-pi.com> MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Received: by NeXT.Mailer (1.118.2) From: Kenneth Ingham Date: Mon, 5 May 97 14:15:59 -0600 To: mobile@freebsd.org Subject: driver allocation failed Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just upgraded from an old 2.2-SNAP to 2.2.1-RELEASE. In doing so, I lost the ability to use the PC cards (even though I successfully used the ethernet one to do the upgrade!). I now see a message that says: cardd[pid]: driver allocation failed for 3Com Corporation The enet card is a 3c589c, which worked fine before the upgrade. I have ep0 in the kernel config file and at boot time I see the messages: pccard driver ep added ep0 not found at 0xffffffff Also related to this, I have the following boot-time messages: PC-Card Vadem 468 (5 mem & 2 I/O windows) pcic: controller irq 3 Card inserted, slot 1 Card inserted, slot 0 ... PCCARD Memory address set to 0xd0000 Enable PC-card. Any ideas what this means and how I go about rectifying it? Is PAO not included in 2.2.1? Kenneth From owner-freebsd-mobile Mon May 5 16:17:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA27058 for mobile-outgoing; Mon, 5 May 1997 16:17:04 -0700 (PDT) Received: from cube.i-pi.com (cube.i-pi.com [198.49.217.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA27053 for ; Mon, 5 May 1997 16:17:01 -0700 (PDT) Received: (from ingham@localhost) by cube.i-pi.com (8.6.12/8.6.12) id RAA16039 for mobile@FreeBSD.ORG; Mon, 5 May 1997 17:16:57 -0600 Message-Id: <199705052316.RAA16039@cube.i-pi.com> MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Received: by NeXT.Mailer (1.118.2) From: Kenneth Ingham Date: Mon, 5 May 97 17:16:56 -0600 To: mobile@FreeBSD.ORG Subject: Re: driver allocation failed SOLVED References: <199705052016.OAA15748@cube.i-pi.com> Sender: owner-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks to "Larry S. Marso" who pointed out that PAO isn't included in 2.2.1. I installed PAO and I've now got a working set of PC cards again. Kenneth From owner-freebsd-mobile Tue May 6 05:42:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA08294 for mobile-outgoing; Tue, 6 May 1997 05:42:59 -0700 (PDT) Received: from bort.mv.net (root@bort.mv.net [192.80.84.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA08286 for ; Tue, 6 May 1997 05:42:56 -0700 (PDT) Received: from psnoopy (snoopy.mv.com [199.125.64.182]) by bort.mv.net (8.8.3/mem-951016) with ESMTP id IAA09672 for ; Tue, 6 May 1997 08:42:52 -0400 (EDT) Message-Id: <199705061242.IAA09672@bort.mv.net> From: "Paul Werkowski" To: Subject: PAO/Megahertz 4288 Date: Tue, 6 May 1997 08:41:47 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I spent some time this past weekend attempting to get this Megahertz XJ4288 card to work with FreeBSD 2.2.1 and failed. Searching the archives on FreeBSD.org pointed me to the PAO system which I downloaded and installed on this NEC 2635 notebook. Looks like a lot of work was done in this area. Thank you! After some fiddling around, I managed to get the thing to at least be recognized, and maybe even work, but there are some strange things to report. 1. The first time the card is probed after booting BSD, the following message appears. No card in database for ""("") Previous to installing PAO this message was No card in database for "" 2. So, I now extract and reinsert card (config line ends in "any") Card inserted, slot 1 Code 128 not found code Unknown ignored Card "Megahertz"("XJ-CC4288") matched "Megahertz"("XJ-CC4288") crd: IRQ allocation failed. driver allocation failed for Megahertz(Invalid argument). This is sort of what was happening pre PAO. 3. So, now change "any" to "5" in config (no quotes of course). Card inserted, slot 1 Code 128 not found code Unknown ignored Card "Megahertz"("XJ-CC4288") matched "Megahertz"("XJ-CC4288") sio2: Warning: irq_pending error. sio2: type 16550A <<< note no "inserted" msg. And now going into seyon, I find I can type AT commands to the modem but there is some problem. The "a" of AT echos back right away but any subsequent character echos are delayed by one character. 4. Change "5" to "pio" Card inserted, slot 1 Code 128 not found code Unknown ignored Card "Megahertz"("XJ-CC4288") matched "Megahertz"("XJ-CC4288") sio2: type 16550A Megahertz XJ-CC4288 inserted. <<< note completion message Now, in seyon, all seems ok. All typed characters echo correctly and life is swell. So, is this normal for PAO? What is happening with the irqs? FYI here is the config data used (after disabling most things in bios) ---------------------------------- # Generally available IO ports io 0x240-0x2e0 0x300-0x360 # Generally available IRQs irq 3 4 5 9 11 # Available memory slots memory 0xd4000 96k #----------------------------------------------------------------------- # Were not for special reasons, please add new entries at the top of # this file when you wrote new entries for unsupported cards. # And, if you succeed using new unsupported cards, please e-mail me # the new entries. # Tatsumi Hosokawa #----------------------------------------------------------------------- # ......... for unsupported cards ......... card "Megahertz" "XJ-CC4288" config 0x22 "sio2" pio insert echo Megahertz XJ-CC4288 inserted remove echo Megahertz XJ-CC4288 removed ----------------------------- and the output from pccardc dumpcis Code 128 not found Code 128 not found code Unknown ignored Configuration data for card in slot 1 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: 00 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = 512b, 1 units Tuple #2, code = 0x15 (Version 1 info), length = 50 000: 05 00 4d 65 67 61 68 65 72 74 7a 00 58 4a 2d 43 010: 43 34 32 38 38 00 56 2e 33 34 20 44 61 74 61 2f 020: 46 61 78 2f 43 65 6c 6c 20 50 43 20 43 61 72 64 030: 00 ff Version = 5.0, Manuf = [Megahertz],card vers = [XJ-CC4288] Addit. info = [V.34 Data/Fax/Cell PC Card],[ÿ] Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 02 01 23 00 PCMCIA ID = 0x102, OEM ID = 0x23 Tuple #4, code = 0x1a (Configuration map), length = 5 000: 01 23 00 03 03 Reg len = 2, config register addr = 0x300, last config = 0x23 Registers: XX------ Tuple #5, code = 0x1b (Configuration entry), length = 16 000: e0 41 99 49 55 26 25 aa 60 f8 03 07 30 ff ff 28 Config index = 0x20(default) Interface byte = 0x41 (I/O) +RDY/-BSY active Vcc pwr: Nominal operating supply voltage: 5 x 1V Continuous supply current: 2 x 100mA Power down supply current: 2 x 10mA Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x3f8 block length = 0x8 IRQ modes: Level IRQs: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Max twin cards = 0 Misc attr: (Audio-BVD2) (Power down supported) Tuple #6, code = 0x1b (Configuration entry), length = 7 000: 21 08 aa 60 f8 02 07 Config index = 0x21 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x2f8 block length = 0x8 Tuple #7, code = 0x1b (Configuration entry), length = 7 000: 22 08 aa 60 e8 03 07 Config index = 0x22 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x3e8 block length = 0x8 Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 23 08 aa 60 e8 02 07 Config index = 0x23 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x2e8 block length = 0x8 Tuple #9, code = 0x21 (Functional ID), length = 2 000: 02 01 Serial port/modem - POST initialize Tuple #10, code = 0x22 (Functional EXT), length = 4 000: 00 02 0f 7c Serial interface extension: 16550 UART, Parity - Space,Mark,Odd,Even, Tuple #11, code = 0x22 (Functional EXT), length = 9 000: 01 1f 0d 00 03 00 00 03 00 Modem interface capabilities: Tuple #12, code = 0x22 (Functional EXT), length = 12 000: 02 06 00 3f 1c 03 03 0f 07 00 02 b5 Data modem services available: Tuple #13, code = 0x22 (Functional EXT), length = 8 000: 13 06 00 0f 00 02 00 b5 Tuple #14, code = 0x22 (Functional EXT), length = 8 000: 23 06 00 0f 00 02 00 b5 Tuple #15, code = 0x0 (Null tuple), length = 7 000: 02 01 23 00 05 00 ff Tuple #16, code = 0x14 (No link), length = 0 Tuple #17, code = 0xff (Terminator), length = 0 2 slots found and finally the kernel config file. # # VERSA -- for the NEC 2635CD # machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" ident VERSA maxusers 10 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options XSERVER options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options LAPTOP # PC-card suspend/resume support (experimental) options APM_PCCARD_RESUME options PCIC_RESUME_RESET # Suspend the system when the battery status is "Low" #options "APM_BATT_LOW_SUSPEND" # If you want to use NTP on laptop machines, uncomment the following # option. Current APM implementation affects NTP client. #options "APM_NO_CLOCK_ADJUST" # Don't suspend the system immediately before the system is resumed # from suspended mode (Default 3 seconds) options "APM_NOSUSPEND_IMMEDIATE=3" config kernel root on wd0 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options SYSVSHM options SYSVMSG options SYSVSEM # Mandatory, don't remove # assumes patched syscons after 2.2.1 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # device apm0 at isa? # Advanced Power Management options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS # PCCARD (PCMCIA) support controller crd0 device pcic0 at crd? device pcic1 at crd? device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr controller snd0 device sb0 at isa? port 0x220 irq 10 drq 1 vector sbintr options "SBC_IRQ=10" pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 #pseudo-device gzip # Exec gzipped a.out's ----- end of message --- Paul Werkowski pw@snoopy.mv.com  From owner-freebsd-mobile Tue May 6 06:10:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA09350 for mobile-outgoing; Tue, 6 May 1997 06:10:50 -0700 (PDT) Received: from nise-ch.nosc.mil (nise-ch.nosc.mil [198.253.16.38]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA09345 for ; Tue, 6 May 1997 06:10:48 -0700 (PDT) Received: from toogoodoo by nise-ch.nosc.mil (NX5.67f2/NX3.0M) id AA13844; Tue, 6 May 97 09:10:46 -0400 Received: by toogoodoo.nosc.mil (NX5.67e/NX3.0S) id AA00461; Tue, 6 May 97 09:10:46 -0400 Message-Id: <9705061310.AA00461@toogoodoo.nosc.mil> Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) Content-Type: text/plain; charset=us-ascii X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3) Received: by NeXT.Mailer (1.118.2.RR) From: Stephen Board Date: Tue, 6 May 97 09:10:44 -0400 To: freebsd-mobile@freebsd.org Subject: question about 2.2.1 Reply-To: boards@nise-ch.nosc.mil Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id GAA09346 Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a Compaq LTE 5300. I installed 2.1.7.1 on it and it ran pretty well. I wanted to load 2.2.1 on it. I cannot get the installation to proceed past the boot floppy. I have tried both the standard distribution boot floppy and also PAHO. It seems to stop right after the npx lines. (With the paho diskette it stops right after the PC Card controller line) Any ideas? Thanks Stephen --- Stephen Board boards@nosc.mil From owner-freebsd-mobile Tue May 6 20:59:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA29064 for mobile-outgoing; Tue, 6 May 1997 20:59:51 -0700 (PDT) Received: from nocs3.noc.titech.ac.jp (root@nocs3.noc.titech.ac.jp [131.112.126.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA29059 for ; Tue, 6 May 1997 20:59:48 -0700 (PDT) Message-Id: <199705070359.MAA17755@nocs3.noc.titech.ac.jp> Received: from noc.titech.ac.jp by nocs3.noc.titech.ac.jp (8.7+2.6Wbeta3/TM2.1-bn3.3) id MAA17755; Wed, 7 May 1997 12:59:36 +0900 (JST) To: mobile@freebsd.org Subject: Re: driver allocation failed X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 07 May 1997 12:59:35 +0900 From: IIJIMA Akihiro Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Is PAO not included in 2.2.1? see PAO: FreeBSD Mobile Computing Package http://www.jp.freebsd.org/PAO/ and PAO-ready FreeBSD Installation Floppy ftp://jaz.jp.FreeBSD.org/pub/FreeBSD-jp/PAO/flp/2.2.1-RELEASE/boot.flp (for 2.2-RELEASE include PAO menu=English) ftp://jaz.jp.FreeBSD.org/pub/FreeBSD-jp/I18N-flp/2.2.1-RELEASE/bootpao.flp (for 2.2.1-RELEASE include PAO menu=English,Japanse,..) -- Network Operation Center, Tokyo Institute of Technology, Japan. IIJIMA AKIHIRO aki@noc.titech.ac.jp From owner-freebsd-mobile Sat May 10 10:36:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA13158 for mobile-outgoing; Sat, 10 May 1997 10:36:16 -0700 (PDT) Received: from seine.cs.umd.edu (seine.cs.umd.edu [128.8.128.59]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA13153 for ; Sat, 10 May 1997 10:36:12 -0700 (PDT) Received: by seine.cs.umd.edu (8.8.5/UMIACS-0.9/04-05-88) id NAA17563; Sat, 10 May 1997 13:36:10 -0400 (EDT) From: georgeap@cs.umd.edu (Geo. Apostolopoulos) Message-Id: <199705101736.NAA17563@seine.cs.umd.edu> Subject: Problem with 3com 3c589d and WaveLan 915 To: freebsd-mobile@freebsd.org Date: Sat, 10 May 1997 13:36:09 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have an interesting problem with the AT&T Wanelan Cards. My configuration is a Dell Latitute XPi CD with 2.2.1 and PAO 970331, a 3com 3c589d-combo and a WaveLan 915 Mhz. I use both cards and the machine boots, recognizes and configs boths cards fine. The 3com works without problem (if in slot 0, see below) but the Wavelans do not. Using tcpdump on one of the two machines I have I do not see any activity in the Wavelan network. Of course I have configured the WaveLans from Dos to have the same Net id etc. The only thing that seems to be wrong is that the 3com has to be in slot 0. If I put the WaveLan in slot 0 then the 3com does not work, its conf info is printed but I get a message "ep0: Failed to come ready" This makes me suspect some kind of conflict but with the 3com in slot 0 I do not get any error during boot. The cards do not work even if they are the only ones in the machines (with no 3com cards inserted) Thanks for any help, George My pccard.conf is #pool defs io 0x280 - 0x2F0 0x300 - 0x360 irq 5 8 9 10 11 memory 0xd4000 96K memory 0xc4000 32k #cards card "3Com Corporation" "3C589D" config 0x1 "ep0" 11 insert echo "3com 3c589d inserted" insert /etc/pccard_ether $device remove echo "3com 3c589d removed" remove /etc/pccard_ether_remove $device card "AT&T" "WaveLAN/PCMCIA" config default "wlp0" 5 ether wavelan insert echo "WaveLAN inserted" insert /etc/pccard_ether $device remove echo "WaveLAN removed" remove /etc/pccard_ether_remove $device From owner-freebsd-mobile Sat May 10 11:45:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA15835 for mobile-outgoing; Sat, 10 May 1997 11:45:53 -0700 (PDT) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA15830 for ; Sat, 10 May 1997 11:45:50 -0700 (PDT) Received: from cumulus by jli.com with uucp (Smail3.1.29.1 #3) id m0wQH8L-0002TVC; Sat, 10 May 97 11:44 PDT Message-Id: To: georgeap@cs.umd.edu (Geo. Apostolopoulos) cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Problem with 3com 3c589d and WaveLan 915 References: <199705101736.NAA17563@seine.cs.umd.edu> In-reply-to: Your message of Sat, 10 May 1997 13:36:09 EDT. <199705101736.NAA17563@seine.cs.umd.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <912.863289848.1@cloud.rain.com> Date: Sat, 10 May 1997 11:44:09 -0700 From: Bill Trost Sender: owner-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Geo. Apostolopoulos writes: I have an interesting problem with the AT&T Wanelan Cards. Unfortunately, the Wavelan is a very "interesting" driver. I had some problems getting the WaveLAN to work on a Toshiba until I hardwired its irq to 11; at that point, it worked both alone and with the IBM ethernet card I have (I have to play with it in combination with a 3c589 as well; wish me luck). I have also noticed, on some Thinkpads I work with, that the ethernet does not get recognized if I insert a WaveLAN first -- that is, if I want to use both ethernet and WaveLAN, the ethernet has to get inserted or discovered before the WaveLAN. Maybe that is again a result of irq confusion, but it seems more like the result of some other conflict that I have yet to track down. Good luck!