Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2000 14:27:55 -0700
From:      Edwin Culp <eculp@EnContacto.Net>
To:        "Michael I. Vasilenko" <acid@cn.ua>
Cc:        "current@FreeBSD.ORG" <current@FreeBSD.ORG>
Subject:   Re: PCI-CardBus bridge + PCMCIA Lucent WaveLAN IEEE troubles
Message-ID:  <38F78D5A.FBC13546@EnContacto.Net>
References:  <Pine.BSF.4.21.0004141931270.33533-100000@wicket.ci.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <PC Card bus -- kludge version> on pcic0
pccard: card inserted, slot 0
pccard: card removed, slot 0
pccard: card inserted, slot 0
wi0: <WaveLAN/IEEE 802.11> at port 0x240-0x27f irq 9 slot 0 on pccard0
wi0: Ethernet address: 00:60:1d:03:f4:08

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: <WaveLAN/IEEE 802.11> 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: <TI PCI-1225 PCI-CardBus Bridge> 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: <TI PCI-1225 PCI-CardBus Bridge> mem 0xea004000-0xea004fff irq 10 at device 16.1 on pci0
> pcic-pci1: TI12XX PCI Config Reg: [pwr save][pci only]
> ...
> pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd4000 irq 5 drq 0 on isa0
> pcic0: management irq 5
> pccard0: <PC Card bus -- kludge version> on pcic0
> pccard1: <PC Card bus -- kludge version> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38F78D5A.FBC13546>