Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2001 14:26:47 +0930
From:      Greg Lehey <grog@FreeBSD.org>
To:        Mario Doria <madd@tecdigital.net>
Cc:        questions@freebsd.org
Subject:   Re: Lucent WaveLAN install
Message-ID:  <20010723142647.G55779@wantadilla.lemis.com>
In-Reply-To: <000901c1132e$494cae30$0a00a8c0@Valk>; from madd@tecdigital.net on Sun, Jul 22, 2001 at 11:16:44PM -0500
References:  <000901c11305$a8e18240$0a00a8c0@Valk> <20010723094917.D18813@wantadilla.lemis.com> <000901c1132e$494cae30$0a00a8c0@Valk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, 22 July 2001 at 23:16:44 -0500, Mario Doria wrote:
> Hi,
>
> How do I install my lucent wavelan pcmcia card? I put
> pccard_enable=YES on my /etc/rc.conf file, I reboot but I don't see
> anything having to do with my card with the ifconfig -l command. I
> dont know what to do and any help is extremely appreciated.

Well, the first thing you do is not to ignore past correspondence.  If
somebody has already answered a prior question on the topic, refer to
it, quote relevant parts of it.  This isn't just being polite, people
are more likely to follow up on a question which has already been
discussed on the list.

On Monday, 23 July 2001 at  9:49:17 +0930, Greg Lehey wrote:
> On Sunday, 22 July 2001 at 18:25:52 -0500, Mario Doria wrote:
>
>> It worked under Linux, but last time I had fbsd installed on that
>> machine, it would only recognize a card had been inserted, but
>> running ifconfig -l wouldn't show it,
>
> Are you running pccardd?  You should have pccard_enable=YES in your
> /etc/rc.conf.  If you don't, put it in there, but you don't need to
> reboot: simply run pccardd.

So, why did you reboot?

Things to check:

1.  Is pccardd running?  Try:

      $ ps aux | grep pccardd

2.  If pccardd is running, look at the output of dmesg:

      $ dmesg | less
    
    You should see some messages at the end of the dmesg which relate
    to the insertion of the card.  Don't retype these messages, save
    them to a file:

      $ dmesg > /var/tmp/infofile

    Then copy them into your message.

3.  If you don't see anything useful in the dmesg output, look in
    /var/log/messages.  Again, copy anything relevant.

4.  If you don't see anything at all in (2) or (3), try the output of 

    $ pccardc dumpcis

Greg  

--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

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




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