Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 1998 21:49:19 -0400
From:      "Jim Flowers" <jflowers@ezo.net>
To:        "Bill Paul" <wpaul@FreeBSD.ORG>, "Bill Trost" <trost@cloud.rain.com>
Cc:        <javierg@comet.columbia.edu>, <freebsd-mobile@FreeBSD.ORG>
Subject:   Re: PCMCIA waveLAN driver.
Message-ID:  <01bdc7ee$eb1f8fe0$858266ce@violet.ezo.net>

next in thread | raw e-mail | index | archive | help
I had sufficient trouble with the ISA version that I did what you did but
assuming that it was timing (at the suggestion of Mike Smith I had a go at
working through the various functions.  Basically came up with the modem
controller not initializing and had to add three lines of code to get it to
initialize properly.  Not very proud of them as I don't understand why they
are necessary but it worked for me and the best I could do with zero
documentation.  You're welcome to them.

-----Original Message-----
From: Bill Paul <wpaul@FreeBSD.ORG>
To: Bill Trost <trost@cloud.rain.com>
Cc: javierg@comet.columbia.edu <javierg@comet.columbia.edu>;
freebsd-mobile@FreeBSD.ORG <freebsd-mobile@FreeBSD.ORG>
Date: Friday, August 14, 1998 7:11 PM
Subject: Re: PCMCIA waveLAN driver.


>
>> Javier Gomez-Castellanos writes:
>>     I am trying to install a 2.4 GHz PCMCIA waveLAN card on my laptop
>>     running freeBSD 2.2.6. I got a driver for the 915 MHz card from the
>>     monarch group web site at CMU plus the PCMCIA package by Tatsumi
>>     Hosokawa. So far we can make the 915 MHz cards work but not the 2.4
>>     GHz cards.
>>
>> You shouldn't need the CMU stuff at all -- as I recall, there are some
>> ifdef's in wlp0 for the 2.4 GHz cards.  All you need to do is define the
>> right option when you config the kernel.
>>
>> Then again, I have never actually used a 2.4 GHz card.
>>
>> To Unsubscribe: send mail to majordomo@FreeBSD.org
>> with "unsubscribe freebsd-mobile" in the body of the message
>>
>
>Actually, Javier isn't describing the problem correctly.
>
>The PAO stuff for FreeBSD 2.2.6 detects and configures the card. You can
>select the 2.4 GHz mode either through the /etc/pccard.conf file or by
>#defining something when you compile the kernel.
>
>This _almost_ works, but not quite. The card is detected and it does
>receive packets from other stations, as evidenced by monitoring the
>interface with tcpdump. However, it doesn't transmit correctly. By
>enabling some of the debug flags in the driver, it appears that packet
>transmission fails: the card seems to return status code indicating
>that a collision has occured. The 'transmit' light on the antenna unit
>never seems to blink.
>
>I fiddled with it for a while, but without the tech manuals for this
>unit, I'm not sure what to do with it. We tried several times to force
>the NWID value but that doesn't seem to help.
>
>-Bill
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-mobile" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01bdc7ee$eb1f8fe0$858266ce>