From owner-freebsd-questions Mon Apr 29 13:26:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by hub.freebsd.org (Postfix) with ESMTP id 5563437B404 for ; Mon, 29 Apr 2002 13:26:05 -0700 (PDT) Received: from CX907019A ([68.0.150.184]) by fed1mtao04.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020429202605.TTXQ1366.fed1mtao04.cox.net@CX907019A>; Mon, 29 Apr 2002 16:26:05 -0400 From: "Blane R. Boynton" To: "Lutz Horn" Cc: "FreeBSD Questions" Subject: RE: Xircom CreditCard 10/100 Configuration Date: Mon, 29 Apr 2002 13:24:50 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020429194554.GA6406@lutz-horn.de> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lutz, I am having a very similar problem with my NetGear FA410TX. No matter what I do, the card configures with an IRQ of 3, regardless of what I say in pccard.conf, it even configs to IRQ 3 when I use pccardc enabler. It seems the consensus is to try and use the fa_select utility to try and configure the card. I will try that this afternoon and post my results. If anyone else has any other suggestions forward them along -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lutz Horn Sent: Monday, April 29, 2002 12:46 To: Mark Rowlands Cc: freebsd-questions@freebsd.org Subject: Re: Xircom CreditCard 10/100 Configuration Hi Mark and the others, thanks for your time and effort but I'm still not there. * Mark Rowlands [20020429 14:01 +0200]: > and see what irqs are being reported as in use OK, as you guessed irq 3 is in use by sio1. In fact the following irqs are in use: 1 atkbd0 3 sio1 4 sio0 6 fdc0 7 ppc0 11 pcic0, pcic1, uhci0 (why this?) 12 psm0 14 ata0 > try the following pccardd.conf assuming irq 3 is not in use by > something else.... like sio1: for example..... > > # pccardd.conf > > io 0x240-0x360 > > irq 3 > > # Available memory slots > memory 0xd4000 96k > > # Xircom CreditCard Ethernet CE3-10/100 > card "Xircom" "CreditCard 10/100" > config auto "xe" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop If I use pccardc to dump information about the card I get a list of irqs the card seems to be willing to use: 2 3 4 5 7 9 10 11 15. So I put the intersection {i|i is irq not in use} ^ {j|j is irq card likes} = {2, 5, 9, 10, 15} in the irq line in /etc/pccard.conf. Starting pccardd with this configurations still fails :-( With debuglevel set to 4 I get the following output from pccardd: 1 Apr 29 21:31:43 pccardd[148]: Card "Xircom"("CreditCard 10/100") [CE3-10/100] [1.00] matched "Xircom" ("CreditCard 10/100") [(null)] [(null)] 2 Apr 29 21:31:43 pccardd[148]: Using mem addr 0xd4000, size 4096, card addr 0x0, flags 0x41 3 Apr 29 21:31:43 pccardd[148]: Using I/O addr 0x240, size 16 4 Apr 29 21:31:43 pccardd[148]: Setting config reg at offs 0x800 to 0x41, Reset time = 50 ms 5 Apr 29 21:31:48 pccardd[148]: Assigning I/O window 0, start 0x240, size 0x10 flags 0x7 6 Apr 29 21:31:48 pccardd[148]: Assign xe0, io 0x240-0x24f, mem 0xd4000, 4096 bytes, irq 11, flags 0 7 Apr 29 21:31:48 pccardd[148]: driver allocation failed for Xircom(CreditCard 10/100): Device not configured 8 Apr 29 21:31:48 pccardd[148]: pccardd started What puzzles me is that in line 6 the correct device "xe0" and the correct io range "0x240-24f" are reported. But the irq is reported as "11" which is a) already in use and b) not in the list of irqs in /etc/pccard.conf. Any ideas? Regards Lutz -- Lutz Horn | GnuPG: 1024D/6EBDA359 1999-09-20 438D 31FC 9300 CED0 1CDE A19D CD0F 9CA2 6EBD A359 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message