Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 13:10:51 -0700
From:      Michelle Brownsworth <michelle@primelogic.com>
To:        freebsd-mobile@freebsd.org
Cc:        "Arun Welch" <welch@igillc.com>
Subject:   RE: Boot hangs on mounting root with wireless card inserted.
Message-ID:  <a05001905b7934ea4f69f@[192.168.1.1]>
In-Reply-To: <NDBBIHADDPAMAJLBPGCHGENADKAA.welch@igillc.com>
References:  <NDBBIHADDPAMAJLBPGCHGENADKAA.welch@igillc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--============_-1215080242==_ma============
Content-Type: text/plain; charset="us-ascii" ; format="flowed"

>  >  The SMC card works flawlessly,
>>  even in DHCP mode.
>
>Interesting. Is this with WEP? What did you do?
>
>...arun

Arun,

Not with WEP, unfortunately.  It's my understanding (perhaps flawed) 
that WEP is currently fully functional only with the WaveLAN 
(Lucent/Orinoco) cards, so I have two Gold 128-bit WEP cards on the 
way to me ($106.50 at http://www.techstore.com).  But in the 
meantime, I was glad to get the SMC2632W working great (without WEP) 
in my Toshiba Portege and in my buddy's ThinkPad X20, thanks to your 
excellent suggestions.  BTW, perhaps you or some of the other folks 
on the list can answer a couple of questions for me.  Note the 
following from my configuration:

/etc/pccard.conf:

card "SMC" "SMC2632W"
	config 0x1 "wi" 3 0x10000
	insert /etc/pccard_ether $device
	insert /etc/start_wi0
	remove /sbin/ifconfig $device delete


/etc/start_wi0:

#!/bin/sh
wicontrol -i wi0 -p 1

The first question is, is it correct to place the second insert for 
the start_wi0 shell script in pccard.conf?  If not, where should the 
script be executed?  If so, should it precede the insert for 
pccard_ether?  I've seen folks stick multiple inserts in pccard.conf, 
so I'm assuming it's okay to have more than one.  I've even seen 
wicontrol statements placed directly in pccard.conf instead of in a 
separate script, the way I'm doing it.  I guess what I'm getting at 
is, what is the standard, kosher, USDA-approved method of adding 
wicontrol commands?

As for the second question, the example pccard.conf you sent me had the line:

config 0x1 "wi" 10 0x10000

I changed 10 to 3, since that was the interrupt that the card seemed 
to be set at by default.  However, I did not change the 0x10000 
address, even though dmesg reports the SMC's address range as 
0x0240-0x024f.  I've seen some entries in pccard.conf with

config 0x1 "wi" ?

I have also seen this:

config auto "wi" ?

But the SMC works nonetheless with 0x1 and 0x10000, so I guess I'm a 
little confused about this address issue in the config statement, and 
I can't seem to dig up an explanation in the docs.

Thanks for your invaluable help.

.\\ichelle
---------------------
Michelle Brownsworth
System Administrator
PrimeLogic Communications
http://www.primelogic.com
--============_-1215080242==_ma============
Content-Type: text/html; charset="us-ascii"

<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { margin-top: 0 ; margin-bottom: 0 }
 --></style><title>RE: Boot hangs on mounting root with wireless card
ins</title></head><body>
<blockquote type="cite" cite>&gt;&nbsp; The SMC card works
flawlessly,<br>
&gt; even in DHCP mode.<br>
<br>
Interesting. Is this with WEP? What did you do?<br>
</blockquote>
<blockquote type="cite" cite>...arun</blockquote>
<div><br></div>
<div>Arun,<br>
</div>
<div>Not with WEP, unfortunately.&nbsp; It's my understanding (perhaps
flawed) that WEP is currently fully functional only with the WaveLAN
(Lucent/Orinoco) cards, so I have two Gold 128-bit WEP cards on the
way to me ($106.50 at http://www.techstore.com).&nbsp; But in the
meantime, I was glad to get the SMC2632W working great (without WEP)
in my Toshiba Portege and in my buddy's ThinkPad X20, thanks to your
excellent suggestions.&nbsp; BTW, perhaps you or some of the other
folks on the list can answer a couple of questions for me.&nbsp; Note
the following from my configuration:</div>
<div><br></div>
<div>/etc/pccard.conf:</div>
<div><br>
card &quot;SMC&quot; &quot;SMC2632W&quot;</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>config
0x1 &quot;wi&quot; 3 0x10000<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>insert
/etc/pccard_ether $device<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>insert
/etc/start_wi0<br>
<x-tab>&nbsp;&nbsp; </x-tab>remove /sbin/ifconfig $device delete<br>
<br>
<br>
/etc/start_wi0:<br>
</div>
<div>#!/bin/sh<br>
wicontrol -i wi0 -p 1</div>
<div><br></div>
<div>The first question is, is it correct to place the second insert
for the start_wi0 shell script in pccard.conf?&nbsp; If not, where
should the script be executed?&nbsp; If so, should it precede the
insert for pccard_ether?&nbsp; I've seen folks stick multiple inserts
in pccard.conf, so I'm assuming it's okay to have more than one.&nbsp;
I've even seen wicontrol statements placed directly in pccard.conf
instead of in a separate script, the way I'm doing it.&nbsp; I guess
what I'm getting at is, what is the standard, kosher, USDA-approved
method of adding wicontrol commands?</div>
<div><br></div>
<div>As for the second question, the example pccard.conf you sent me
had the line:</div>
<div><br></div>
<div>config 0x1 &quot;wi&quot; 10 0x10000</div>
<div><br></div>
<div>I changed 10 to 3, since that was the interrupt that the card
seemed to be set at by default.&nbsp; However, I did not change the
0x10000 address, even though dmesg reports the SMC's address range as
0x0240-0x024f.&nbsp; I've seen some entries in pccard.conf with</div>
<div><br></div>
<div>config 0x1 &quot;wi&quot; ?</div>
<div><br></div>
<div>I have also seen this:</div>
<div><br></div>
<div>config auto &quot;wi&quot; ?</div>
<div><br></div>
<div>But the SMC works nonetheless with 0x1 and 0x10000, so I guess
I'm a little confused about this address issue in the config
statement, and I can't seem to dig up an explanation in the
docs.</div>
<div><br></div>
<div>Thanks for your invaluable help.</div>
<div><br></div>
<div>.\\ichelle</div>
<div>---------------------<br>
Michelle Brownsworth<br>
System Administrator<br>
PrimeLogic Communications<br>
http://www.primelogic.com</div>;
</body>
</html>
--============_-1215080242==_ma============--

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?a05001905b7934ea4f69f>