Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 13:35:03 +0200
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        freebsd-mobile@FreeBSD.org
Cc:        Warner Losh <imp@harmony.village.org>
Subject:   Re: PLX PCI9052 /Intel PRO/Wireless 2011 LAN PC Card 
Message-ID:  <E16RAox-0008so-00@pampa.cs.huji.ac.il>
In-Reply-To: Your message of Wed, 20 Jun 2001 22:46:06 %2B0300 .

next in thread | raw e-mail | index | archive | help
the fix made it int 4.5 but i get:

 : wi0: mac read failed 5

to be honest, i don't remember if this card ever worked under FreeBSD :-(.
- the card is ok, since it does work under MS.

danny

> In message <20010620135825.A494@solikus.sumy.net> Sergey Solyanik writes:
> : wi0: mac read failed 5
> : device_probe_and_attach: wi0 attach returned 5
> 
> In current there's a fix for this.  Basically, you need to add a
> second read of the mac. This fix should go into stable soon. At least
> one other person hit this problem:
> 
> 	/* Read the station address. */
> 	mac.wi_type = WI_RID_MAC_NODE;
> 	mac.wi_len = 4;
> +	wi_read_record(sc, (struct wi_ltv_gen *)&mac);
> 	if ((error = wi_read_record(sc, (struct wi_ltv_gen *)&mac)) != 0) {
> 		device_printf(dev, "mac read failed %d\n", error);
> 		wi_free(dev);
> 		return (error);
> 	}
> 



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?E16RAox-0008so-00>