All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: "Gábor Stefanik" <netrolller.3d@gmail.com>
Cc: Paul Thomas <pthomas8589@gmail.com>, linux-wireless@vger.kernel.org
Subject: Re: Realtek rtl8188 support?
Date: Sun, 07 Mar 2010 03:16:22 -0500	[thread overview]
Message-ID: <1267949782.15192.13.camel@mj> (raw)
In-Reply-To: <69e28c911003061007y258ec349laa802810e0517de4@mail.gmail.com>

On Sat, 2010-03-06 at 19:07 +0100, Gábor Stefanik wrote: 
> Doesn't the RTL8192SU driver handle this chipset already?

Yes, I was able to test it.  I followed instructions from this site:
http://blog.xff.lt/2009/12/28/canyon-cnp-wf518n2-usb-wireless-linux/

I added the ID

diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
index 6f424fe..bec729f 100644
--- a/drivers/staging/rtl8192su/r8192U_core.c
+++ b/drivers/staging/rtl8192su/r8192U_core.c
@@ -130,6 +130,7 @@ static struct usb_device_id rtl8192_usb_id_tbl[] = {
 	{USB_DEVICE(0x06f8, 0xe031)},
 	//92SU
 	{USB_DEVICE(0x0bda, 0x8172)},
+	{USB_DEVICE(0x0bda, 0x8171)},
 	{}
 };
 

Then I downloaded the driver from
http://xff.lt/stuff/canyon-wifi/rtl8192se_linux_2.6.0013.1204.2009.tar.gz

I took rtl8192sfw.bin from it and put it to /lib/firmware/RTL8192SU (not
RTL8192SE as in the archive).

I was able to load the driver, bring the interface up and scan.  I could
not connect to an AP with CCMP for some reason:

# wpa_supplicant -c /etc/wpa_supplicant/mike1.conf -i wlan29 -D wext
ioctl[SIOCSIWPMKSA]: Invalid argument
ioctl[SIOCSIWPMKSA]: Invalid argument
CTRL-EVENT-SCAN-RESULTS 
CTRL-EVENT-SCAN-RESULTS 
Trying to associate with 00:25:9c:28:15:62 (SSID='mike1' freq=2437 MHz)
ioctl[SIOCSIWFREQ]: Operation not supported
Association request to the driver failed

But I was able to connect to an unsecured AP:

wlan29    802.11b/g/n  li  ESSID:"mike2"  
          Mode:Managed  Frequency=2.437 GHz  Access Point: 00:26:5A:C2:4C:3D   
          Bit Rate=130 Mb/s   
          Retry min limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=89/100  Signal level=-56 dBm  Noise level=-114 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

I could also use the firmware called rtl8192sfw492.bin by renaming it to
rtl8192sfw.bin.

-- 
Regards,
Pavel Roskin

  reply	other threads:[~2010-03-07  8:16 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-06 17:45 Realtek rtl8188 support? Paul Thomas
2010-03-06 18:07 ` Gábor Stefanik
2010-03-07  8:16   ` Pavel Roskin [this message]
2010-03-07 15:36     ` Gábor Stefanik
2010-03-10  1:59       ` Pavel Roskin
2010-03-10  3:16       ` Pavel Roskin
2010-03-29 22:19         ` Paul Thomas
2010-03-29 23:32           ` Gábor Stefanik
2010-05-25  0:16           ` Paul Thomas
2010-05-25 23:00             ` Frederic Leroy
2010-05-26 22:06           ` Pavel Roskin
2010-05-26 22:21             ` Gábor Stefanik
2010-05-28 16:35               ` Pavel Roskin
2010-09-10 11:29         ` Claus Ried
2010-09-18  3:37           ` Hin-Tak Leung
2010-09-18 13:43             ` Stefan Lippers-Hollmann
     [not found]               ` <AANLkTimz6bR7mLnEgeBzBZrbKC+jp2bx3VTya=YL2KjV@mail.gmail.com>
     [not found]                 ` <201009212120.07914.s.L-H@gmx.de>
2010-10-28 18:26                   ` Larry Finger
2010-10-28 21:48                     ` Stefan Lippers-Hollmann
2010-10-28 22:10                       ` Larry Finger
2010-10-29 20:02                         ` Stefan Lippers-Hollmann
2010-10-29 20:03                           ` staging: r8712u: Fix external firmware loading Stefan Lippers-Hollmann
2010-10-29 20:26                           ` Realtek rtl8188 support? Walter Goldens
2010-10-29 21:27                             ` Gábor Stefanik
2010-10-30  4:06                               ` Larry Finger
2010-10-30 14:49                                 ` John W. Linville
2010-10-30 18:11                                   ` Gábor Stefanik
2010-10-31  3:44                                     ` Larry Finger
2010-10-31 11:30                                       ` Walter Goldens
2010-10-31 15:04                                         ` Larry Finger
2010-12-16 13:25                                           ` Walter Goldens
2010-12-16 14:10                                             ` Larry Finger
2011-01-25  7:57                                               ` Brian Prodoehl
2010-09-18 23:02             ` Paul Thomas

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=1267949782.15192.13.camel@mj \
    --to=proski@gnu.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netrolller.3d@gmail.com \
    --cc=pthomas8589@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.