From owner-freebsd-current Fri Apr 14 14:36:17 2000 Delivered-To: freebsd-current@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id 20CE237BD20 for ; Fri, 14 Apr 2000 14:36:12 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-84.dsl.mtry01.pacbell.net [63.200.120.84]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id OAA01152; Fri, 14 Apr 2000 14:35:56 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <38F78F3E.9A5FED22@EnContacto.Net> Date: Fri, 14 Apr 2000 14:35:59 -0700 From: Edwin Culp Organization: MexComUSA.Net/EnContacto.Net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Michael I. Vasilenko" , "current@FreeBSD.ORG" Subject: Re: PCI-CardBus bridge + PCMCIA Lucent WaveLAN IEEE troubles References: <38F78D5A.FBC13546@EnContacto.Net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Edwin Culp wrote: > Michael, > > I just threw one in my laptop a couple of days ago. I didn't even have to recompile the kernel. I just > added the stock WaveLAN section to my pccard.conf let it load the if_wi.ko and it worked. Although when I > reboot I have to take the card out and put it back in because there seems to be a delay with the kernel > module that causes the driver to initially fail that probably wouldn't happen if I had support compiled > into the kernel, but I really didn't plan to use it that often but it is working so well I think that I > will. > > My pccard.conf is : > # Generally available IO ports > io 0x240-0x360 > # Generally available IRQs (Built-in sound-card owners remove 5) > irq 9 11 > # > # Cut out my modem and nic entries. > # > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi0" ? > insert logger -t pccard:$device -s WaveLAN/IEEE inserted > insert /etc/pccard_ether $device > remove logger -t pccard:$device -s WaveLAN/IEEE removed > remove /sbin/ifconfig $device delete > > The messages are: > # kldstat > 1 0xc0c73000 5000 if_wi.ko > > pccard1: on pcic0 > pccard: card inserted, slot 0 > pccard: card removed, slot 0 > pccard: card inserted, slot 0 > wi0: at port 0x240-0x27f irq 9 slot 0 on pccard0 > wi0: Ethernet address: 00:60:1d:03:f4:08 Forgot, sorry. The difference that I see is that you have TI PCI-1225. pcic-pci0: irq 10 at device 3.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pcic-pci1: irq 10 at device 3.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pcic0: at port 0x3e0-0x3e1 on isa0 pcic0: Polling mode > > > Hope this helps. > > ed > > P.S. I did have to make some configuration changes with wicontrol to communicate with my in-talk/nokia > access point. > > "Michael I. Vasilenko" wrote: > > > Recently our firm bought Lucent wireless hardware - PCI Adapter and > > PCMCIA card. After unsucsessfull trying to get it work on 3.4+PAO, > > I've upgraded to 5.0-CURRENT. > > > > All hardware ssems to be detected, pccardc pccardmem 0xd4000 is ok, > > but after running pccardd it says: > > > > pccardd[166]: Card "Lucent Technologies"("WaveLAN/IEEE") matched "Lucent Technologies" ("WaveLAN/IEEE") > > pccardd[166]: Using I/O addr 0x100, size 64 > > pccardd[166]: Setting config reg at offs 0x3e0 to 0x41, Reset time = 50 ms > > pccardd[166]: Assigning I/O window 0, start 0x100, size 0x40 flags 0x5 > > /kernel: wi0: at port 0x100-0x13f irq 7 slot 0 on pccard0 > > /kernel: wi0: Ethernet address: 00:60:1d:f6:cc:5d > > > > and machine just hangs completly. > > > > Any help would be great. > > > > kernel config: > > > > device card > > device pcic0 at isa? > > device wi > > > > kernel.conf: > > > > config> port pcic0 0x3e0 > > config> irq pcic0 5 > > config> iomem pcic0 0xd4000 > > config> q > > > > pieces of dmesg: > > > > ... > > pcic-pci0: mem 0xea000000-0xea000fff irq 10 at device 16.0 on pci0 > > pcic-pci0: TI12XX PCI Config Reg: [pwr save][pci only] > > pcic-pci0: Legacy address set to 0x3e0 > > pcic-pci1: mem 0xea004000-0xea004fff irq 10 at device 16.1 on pci0 > > pcic-pci1: TI12XX PCI Config Reg: [pwr save][pci only] > > ... > > pcic0: at port 0x3e0 iomem 0xd4000 irq 5 drq 0 on isa0 > > pcic0: management irq 5 > > pccard0: on pcic0 > > pccard1: on pcic0 > > ... > > pccard: card inserted, slot 0 > > pccard: card inserted, slot 1 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message