All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Roman Krylov <volyrkr@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: rtl8192* wifi driver
Date: Fri, 12 Aug 2011 22:27:44 -0500	[thread overview]
Message-ID: <4E45EF30.3070103@lwfinger.net> (raw)
In-Reply-To: <4E45EA54.5010500@gmail.com>

On 08/12/2011 10:07 PM, Roman Krylov wrote:
>
>> What do you see in the NM log file? It should be at /var/log/NetworkManager?
>>
>> I would also like to see the output of the 'iwlist scan' command when run as
>> root.
>>
>> Larry
> Aug 12 21:26:11 volyrkr NetworkManager: <info> Activation (wlan3/wireless):
> connection 'Auto bhn 310' has security, and secrets exist. No new secrets needed.
> Aug 12 21:26:11 volyrkr NetworkManager: <info> Config: added 'ssid' value 'bhn 310'

What is your ESSID? Two lines up, I see 'Auto bhn 310' and one line up I see 
'bhn 310'. Based on my logs, those two should be the same. I'll set one of my 
APs to the first ESSID and see if I can connect.

I found the problem in the driver you sent. One needs to add

#include <linux/interrupt.h>

to file include/osdep_service.h. Once I did that, it built and works.

Larry


  reply	other threads:[~2011-08-13  3:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-12 22:30 rtl8192* wifi driver Roman Krylov
2011-08-12 22:56 ` Larry Finger
     [not found]   ` <4E45D65F.6000306@gmail.com>
2011-08-13  2:08     ` Larry Finger
2011-08-13  3:07       ` Roman Krylov
2011-08-13  3:27         ` Larry Finger [this message]
2011-08-13  3:38           ` Roman Krylov
2011-08-13  3:38         ` Larry Finger

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=4E45EF30.3070103@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=volyrkr@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.