linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: David Cozatt <olbrannon@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: SMC 2802W -status unsupported
Date: Sun, 01 Aug 2010 15:34:46 -0500	[thread overview]
Message-ID: <4C55DA66.3090507@lwfinger.net> (raw)
In-Reply-To: <AANLkTinU74hoPQ9tfZp12n_rQQX38OYy2qaETON-qGAu@mail.gmail.com>

On 08/01/2010 02:59 PM, David Cozatt wrote:
> ----snip--
> If I understand correctly, the device is working - only the wiki is wrong.
> 
> For my info, what does 'lspci -nnk | grep 2802' show?
> 
> Larry
> 
> ----/snip--
> random david # lspci -nnk | grep 2802
> 	Subsystem: Standard Microsystems Corp [SMC] SMC2802W Wireless PCI
> Adapter [10b8:2802]
> 
> One thing only bothers me not sure of wpa2 enough to know if it
> matters since I don't use the
> wireless-tools to connect but iwconfig reports-
> 
> wlan0     IEEE 802.11bg  ESSID:"Davespace"
>           Mode:Managed  Frequency:2.437 GHz  Access Point: 00:1C:10:9C:32:87
>           Bit Rate=48 Mb/s   Tx-Power=20 dBm
>           Retry  long limit:7   RTS thr:off   Fragment thr:off
>           Encryption key:off
>           Power Management:off
>           Link Quality=70/70  Signal level=-1 dBm
>           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>           Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> 
> doesn't care? sinde we use wpa? on the enc off?

The encryption is being handled by mac80211, wpa_supplicant, and the device. The
"encryption key:off" should be ignored. The wireless extension tools such as
iwconfig are being phased out and do not always have the best information.

Looking at the driver code, we need the patch below to enable the device:

Index: wireless-testing/drivers/net/wireless/p54/p54pci.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/p54/p54pci.c
+++ wireless-testing/drivers/net/wireless/p54/p54pci.c
@@ -43,6 +43,8 @@ static DEFINE_PCI_DEVICE_TABLE(p54p_tabl
        { PCI_DEVICE(0x1260, 0x3886) },
        /* Intersil PRISM Xbow Wireless LAN adapter (Symbol AP-300) */
        { PCI_DEVICE(0x1260, 0xffff) },
+       /* Standard Microsystems Corp SMC2802W Wireless PCI */
+       { PCI_DEVICE(0x10b8, 0x2802) },
        { },
 };


I will do a formal submission of the patch and edit the wiki.

Larry

  reply	other threads:[~2010-08-01 20:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-01 19:59 SMC 2802W -status unsupported David Cozatt
2010-08-01 20:34 ` Larry Finger [this message]
2010-08-02  6:17   ` Geoff Simmons
  -- strict thread matches above, loose matches on Subject: below --
2010-08-01 16:17 David Cozatt
2010-08-01 16:35 ` Larry Finger
2010-08-02  8:46 ` Christian Lamparter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C55DA66.3090507@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=olbrannon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).