Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Well supported wireless card for Lenovo T520

81 views
Skip to first unread message

John Baldwin

unread,
Jun 19, 2011, 8:16:32 AM6/19/11
to
On 6/17/11 11:44 PM, Kevin Oberman wrote:
> I'm looking for a Half-height mini-PCIe card that works well with
> 8-stable. Any suggestions? My laptop has a RealTek card and I MIGHT be
> able to use ndis, but I'd prefer one that just worked.
>
> Any suggestions?

You might want to make sure that your laptop will accept a different
wireless adapter. I tried to replace the Broadcom WIFI adapter in an HP
netbook and the system refused to POST with an Atheros WIFI adapter.
Apparently the BIOS would check the PCI ID of the adapter and only
booted if it was the Broadcom adapter. (The message it output during
POST actually said "restore valid WIFI nic" or some such.) I resorted
to using ndis(4) (though it looks like the Linux equivalent of bwn(4)
supports my adapter now, so maybe someday I'll get to use bwn(4)).

--
John Baldwin
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "freebsd-mobil...@freebsd.org"

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de

Maciej Milewski

unread,
Jun 19, 2011, 10:24:46 AM6/19/11
to
On Sunday 19 of June 2011 14:16:32 John Baldwin wrote:
> You might want to make sure that your laptop will accept a different
> wireless adapter. I tried to replace the Broadcom WIFI adapter in an HP
> netbook and the system refused to POST with an Atheros WIFI adapter.
> Apparently the BIOS would check the PCI ID of the adapter and only
> booted if it was the Broadcom adapter. (The message it output during
> POST actually said "restore valid WIFI nic" or some such.) I resorted
> to using ndis(4) (though it looks like the Linux equivalent of bwn(4)
> supports my adapter now, so maybe someday I'll get to use bwn(4)).

In such case there are options to find a card which was made specific to
manufacturer or find the patched bios(or do this by self but that may be very
dangerous). I had such situation and went the whitelist way with my Lenovo
laptop and I have no more problem with incompatible wireless(wwan and wlan)
devices. The two computer manufacturers who are doing such security of their
profit are HP and Lenovo. I don't know if others are doing that too.

Maciek

Warner Losh

unread,
Jun 19, 2011, 12:13:26 PM6/19/11
to

On Jun 19, 2011, at 8:24 AM, Maciej Milewski wrote:

> On Sunday 19 of June 2011 14:16:32 John Baldwin wrote:
>> You might want to make sure that your laptop will accept a different
>> wireless adapter. I tried to replace the Broadcom WIFI adapter in an HP
>> netbook and the system refused to POST with an Atheros WIFI adapter.
>> Apparently the BIOS would check the PCI ID of the adapter and only
>> booted if it was the Broadcom adapter. (The message it output during
>> POST actually said "restore valid WIFI nic" or some such.) I resorted
>> to using ndis(4) (though it looks like the Linux equivalent of bwn(4)
>> supports my adapter now, so maybe someday I'll get to use bwn(4)).
>
> In such case there are options to find a card which was made specific to
> manufacturer or find the patched bios(or do this by self but that may be very
> dangerous). I had such situation and went the whitelist way with my Lenovo
> laptop and I have no more problem with incompatible wireless(wwan and wlan)
> devices. The two computer manufacturers who are doing such security of their
> profit are HP and Lenovo. I don't know if others are doing that too.

The other option is to change the ID in the BIOS (hardish) or get a atheros card that you can change the ID for (less hard: google is your friend ehre).

Warner

Doug Ambrisko

unread,
Jun 21, 2011, 1:37:42 PM6/21/11
to
Kevin Oberman writes:
| I'm looking for a Half-height mini-PCIe card that works well with
| 8-stable. Any suggestions? My laptop has a RealTek card and I MIGHT be
| able to use ndis, but I'd prefer one that just worked.
|
| Any suggestions?

ThinkPads generic wireless adapter seems to have switched from Atheros
to Realtek :-( It wouldn't be bad if driver support existed. I couldn't
get ndis to work with that card. I have with others.

The other option for ThinkPads is Intel. They seem to work fairly well
with iwn(4), older Intel cards used iwi(4). With ThinkPad Intel cards
they usually list the chip number then you can look at the driver/man
page to see if it is supported.

The Intel stuff works okay, but Atheros seemed faster. The Intel will
stall at times on some large transfers. It recovers.

Doug A.

Adrian Chadd

unread,
Jun 20, 2011, 10:33:22 PM6/20/11
to
FYI, There's documentation and code out there for doing this to the
pre-11n NICs. This hasn't been done for the 11n NICs.


Adrian

On 20 June 2011 00:13, Warner Losh <i...@bsdimp.com> wrote:
>
> On Jun 19, 2011, at 8:24 AM, Maciej Milewski wrote:
>

>> On Sunday 19 of June 2011 14:16:32 John Baldwin wrote:

>>> You might want to make sure that your laptop will accept a different
>>> wireless adapter.  I tried to replace the Broadcom WIFI adapter in an HP
>>> netbook and the system refused to POST with an Atheros WIFI adapter.
>>> Apparently the BIOS would check the PCI ID of the adapter and only
>>> booted if it was the Broadcom adapter.  (The message it output during
>>> POST actually said "restore valid WIFI nic" or some such.)  I resorted
>>> to using ndis(4) (though it looks like the Linux equivalent of bwn(4)
>>> supports my adapter now, so maybe someday I'll get to use bwn(4)).
>>

>> In such case there are options to find a card which was made specific to
>> manufacturer or find the patched bios(or do this by self but that may be very
>> dangerous). I had such situation and went the whitelist way with my Lenovo
>> laptop and I have no more problem with incompatible wireless(wwan and wlan)
>> devices. The two computer manufacturers who are doing such security of their
>> profit are HP and Lenovo. I don't know if others are doing that too.
>

> The other option is to change the ID in the BIOS (hardish) or get a atheros card that you can change the ID for (less hard: google is your friend ehre).
>
> Warner
>

Kevin Oberman

unread,
Jun 21, 2011, 7:27:58 PM6/21/11
to
> Sender: adrian...@gmail.com
> Date: Tue, 21 Jun 2011 10:33:22 +0800
> From: Adrian Chadd <adr...@freebsd.org>

>
> FYI, There's documentation and code out there for doing this to the
> pre-11n NICs. This hasn't been done for the 11n NICs.
>

But, are there any pre-N NICs that are half-height PCIe format? I
suspect not. if there was a way to make an Atheros "look" like an Intel,
that would be great, but I suspect not (and I'd have to modify the
Atheros driver to recognize the "Intel" wireless card as an Atheros.)

I am now leaning toward looking for an Intel Centrino NIC as it should be
one that Lenovo will accept. At least in the past, they have not sold
cards with non-standard IDs, so any card that is one they sell should
work. that means Intel Wireless-N 1000, 6205, or 6300. I have no idea if
any of these is supported by any current driver, though.

Can anyone confirm that any of these three cards will work or an way to
find out what PCI IDs the BIOS will accept?

Thanks, Adrian, imp, jhb and all the others who have made suggestions.
--
R. Kevin Oberman, Network Engineer, Retired
E-mail:
kob...@gmail.com

Bernhard Schmidt

unread,
Jun 22, 2011, 2:15:06 AM6/22/11
to
On Wednesday, June 22, 2011 01:27:58 Kevin Oberman wrote:
> > Sender: adrian...@gmail.com
> > Date: Tue, 21 Jun 2011 10:33:22 +0800
> > From: Adrian Chadd <adr...@freebsd.org>
> >
> > FYI, There's documentation and code out there for doing this to the
> > pre-11n NICs. This hasn't been done for the 11n NICs.
> >
>
> But, are there any pre-N NICs that are half-height PCIe format? I
> suspect not. if there was a way to make an Atheros "look" like an Intel,
> that would be great, but I suspect not (and I'd have to modify the
> Atheros driver to recognize the "Intel" wireless card as an Atheros.)
>
> I am now leaning toward looking for an Intel Centrino NIC as it should be
> one that Lenovo will accept. At least in the past, they have not sold
> cards with non-standard IDs, so any card that is one they sell should
> work. that means Intel Wireless-N 1000, 6205, or 6300. I have no idea if
> any of these is supported by any current driver, though.

The Lenovo BTO page provides 4 Intel cards to choose from, those 3
above + the 6250, all of those are supported by iwn(4). I'm currently
typing this over a 6205.

> Can anyone confirm that any of these three cards will work or an way to
> find out what PCI IDs the BIOS will accept?

No clue, but given that those are available to choose from on the
Lenovo shop..



> Thanks, Adrian, imp, jhb and all the others who have made suggestions.
> >

--
Bernhard

0 new messages