Networking Forums

Networking Forums > Computer Networking > Linux Networking > recommened 802.11 adapter

Reply
Thread Tools Display Modes

recommened 802.11 adapter

 
 
Jesus Arango
Guest
Posts: n/a

 
      12-26-2003, 11:47 PM
Hi,

Can somebody recommend a well-known 802.11b adapter that is well supported
by the kernel. It needs to be something that is easy to get, like at
best-buy, circuit city.

Thanks
Jesus

 
Reply With Quote
 
 
 
 
wesley
Guest
Posts: n/a

 
      12-27-2003, 12:47 AM
On Fri, 26 Dec 2003 17:47:05 -0700, Jesus Arango wrote:

> Hi,
>
> Can somebody recommend a well-known 802.11b adapter that is well supported
> by the kernel. It needs to be something that is easy to get, like at
> best-buy, circuit city.


The Netgear MA401 PCMCIA wireless network card is well regarded, works
well in my setup (Redhat 9) and should be widely available. (I got mine at
CompUSA.) Of the 3 or 4 cards I've tried on my laptop, it won the ease
of install contest hands down.

 
Reply With Quote
 
Peteris Krumins
Guest
Posts: n/a

 
      12-28-2003, 01:42 AM
"Jesus Arango" <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> Hi,
>
> Can somebody recommend a well-known 802.11b adapter that is well
> supported by the kernel. It needs to be something that is easy to get,
> like at best-buy, circuit city.
>


A card with prism2 chipset only. Not only because it can be used as
WDS/Bridge and Accesspoint but also as a fair 802.11b monitor.
You will have to download and instal drivers manually since they
dont come with the kernel.
http://hostap.epitest.fi/


P.Krumins
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      12-28-2003, 01:44 PM
Peteris Krumins wrote:

> A card with prism2 chipset only. Not only because it can be used as
> WDS/Bridge and Accesspoint but also as a fair 802.11b monitor.
> You will have to download and instal drivers manually since they
> dont come with the kernel.


Actually, that may depend on the distro. My Thinkpad has the Prism chipset
and SuSE 9 works fine with it.

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
Peteris Krumins
Guest
Posts: n/a

 
      12-28-2003, 07:50 PM
James Knott <(E-Mail Removed)> wrote in
news:V_BHb.220405$%(E-Mail Removed) .cable.rogers.com:

> Peteris Krumins wrote:
>
>> A card with prism2 chipset only. Not only because it can be used as
>> WDS/Bridge and Accesspoint but also as a fair 802.11b monitor.
>> You will have to download and instal drivers manually since they
>> dont come with the kernel.

>
> Actually, that may depend on the distro. My Thinkpad has the Prism
> chipset and SuSE 9 works fine with it.
>


With Orinoco drivers i suppose? They neither support wds nor ap modes.


P.Krumins
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      12-28-2003, 08:14 PM
Peteris Krumins wrote:

>> Actually, that may depend on the distro. My Thinkpad has the Prism
>> chipset and SuSE 9 works fine with it.
>>

>
> With Orinoco drivers i suppose? They neither support wds nor ap modes.
>


No. It's using the HostAP drivers.

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
NeCrOS
Guest
Posts: n/a

 
      12-28-2003, 10:58 PM
Other option, it's PCI CARD 2802w ...

Read document :
http://bulma.net/body.phtml?nIdNoticia=1921

Only, WDS it's I+D

thanks.




James Knott <(E-Mail Removed)> wrote in
news:iJHHb.190631$ea%.(E-Mail Removed) le.rogers.com:

> Peteris Krumins wrote:
>
>>> Actually, that may depend on the distro. My Thinkpad has the Prism
>>> chipset and SuSE 9 works fine with it.
>>>

>>
>> With Orinoco drivers i suppose? They neither support wds nor ap
>> modes.
>>

>
> No. It's using the HostAP drivers.
>




--
--------------------------
FreE wOrlD = FrEe cOdE
By NeCrOS.
-------------------------
---------------------
------------------
---------------
------------
--------
-----
--
 
Reply With Quote
 
news@roaima.freeserve.co.uk
Guest
Posts: n/a

 
      01-07-2004, 03:09 PM
Jesus Arango <(E-Mail Removed)> wrote:
> Can somebody recommend a well-known 802.11b adapter that is well supported
> by the kernel. It needs to be something that is easy to get, like at
> best-buy, circuit city.


What about recommendations for 802.11g? Over here they're getting on
for being as cheap as 11b adapters. PCI and PC Card suggestions gratefully
received.

Cheers,
Chris
 
Reply With Quote
 
Karl-Heinz Herrmann
Guest
Posts: n/a

 
      01-09-2004, 04:08 PM
(E-Mail Removed) writes:

> Jesus Arango <(E-Mail Removed)> wrote:
> > Can somebody recommend a well-known 802.11b adapter that is well supported
> > by the kernel. It needs to be something that is easy to get, like at
> > best-buy, circuit city.

>
> What about recommendations for 802.11g? Over here they're getting on
> for being as cheap as 11b adapters. PCI and PC Card suggestions gratefully
> received.



Have a look at www.prism54.org which supports the intersil chipset for
802.11g cards. Examples are SMC2835W or Netgear WG511 but there are
many more. Standard kernels do *not* support them out of the box, but
the drivers are getting pretty stable by now. Two options: kernel
patch or external compiled module as decribed in the readme. Following
the requirements/instructions for the hotplug subsystem are important,
the regular pcmcia mechanisms are not covering this driver.


K.-H.

 
Reply With Quote
 
news@roaima.freeserve.co.uk
Guest
Posts: n/a

 
      01-12-2004, 09:08 AM
Karl-Heinz Herrmann <(E-Mail Removed)> wrote:
> Have a look at www.prism54.org which supports the intersil chipset for
> 802.11g cards. Examples are SMC2835W or Netgear WG511 but there are
> many more.


Great, thanks for the pointer.

> Standard kernels do *not* support them out of the box, but
> the drivers are getting pretty stable by now. Two options: kernel
> patch or external compiled module as decribed in the readme.


That's fine by me. I already run custom kernels on my boxen.

Cheers,
Chris
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ExpressCard wireless adapter vs PC card wireless adapter kevinla Wireless Networks 6 12-21-2008 07:18 PM
Trendnet wireless USB adapter installed on Win98SE, but winipcfg not seeing adapter Captain@BigWheelRally.com Windows Networking 1 10-07-2007 08:57 PM
Can't start internal wireless adapter after installing a buffalo adapter Knight Wireless Internet 8 08-14-2007 03:10 AM
mimo XR 802.115 cardbus adapter vs. non-mimo XR adapter aaronep@pacbell.net Wireless Internet 3 08-02-2006 06:11 PM
Belkin PCI Ethernet adapter not in adapter list Paul Plummer Windows Networking 0 11-17-2003 01:21 AM



1 2 3 4 5 6 7 8 9 10 11