linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
       [not found] <AANLkTi=1NaRKc8QrQBGwU+c_17D86_Cqu9MopR_rso0H@mail.gmail.com>
@ 2010-08-12 16:06 ` Linus Torvalds
  2010-08-12 16:19   ` Greg KH
  2010-08-12 16:36   ` Larry Finger
  0 siblings, 2 replies; 8+ messages in thread
From: Linus Torvalds @ 2010-08-12 16:06 UTC (permalink / raw)
  To: Gauss Frank
  Cc: linux-wireless, Greg Kroah-Hartman, Bartlomiej Zolnierkiewicz,
	Jerry chuang, Florian Schilhabel

On Thu, Aug 12, 2010 at 3:24 AM, Gauss Frank <gaussfrank@gmail.com> wrote:
> I'm using Debian and Ubuntu.
>
> In Ubuntu, I compiled Linux 2.6.35-1,which contains RealTek 8192U Wireless
> Driver. I'd installed firmware for r8192u, and I tried to connect to
> wireless.
>
> However, whenever I connect to a wireless-network, The Linux System freezes.
> And the computer can keep only a few time and it must freezes without
> connecting to a wireless network.
>
> I'm using Debian Lenny with an old version of Linux Kernel,2.6.26-2. I
> downloaded the old driver(2008) in www.d-link.com, and compiled, which can't
> be compiled in new Linux Kernel because of some struct or union redefined.
> and it runs well.
>
> So I make sure that the problem is from Linux Kernel or The Driver.

Please don't send reports like this to me privately, there's no point.
I won't be able to fix individual drivers that I don't know. Make a
public report, and try to figure out who is in charge of that driver.

I've added the most active rtl8192 authors/people to the Cc, along
with linux-wireless. Hopefully that includes somebody who can help.

                                        Linus

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
  2010-08-12 16:06 ` Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel Linus Torvalds
@ 2010-08-12 16:19   ` Greg KH
       [not found]     ` <76C6BFFEAAA24679B55CBB186C084833@cnfaec24b87a3f>
  2010-08-12 16:36   ` Larry Finger
  1 sibling, 1 reply; 8+ messages in thread
From: Greg KH @ 2010-08-12 16:19 UTC (permalink / raw)
  To: Gauss Frank
  Cc: Linus Torvalds, linux-wireless, Bartlomiej Zolnierkiewicz,
	Jerry chuang, Florian Schilhabel

On Thu, Aug 12, 2010 at 09:06:07AM -0700, Linus Torvalds wrote:
> On Thu, Aug 12, 2010 at 3:24 AM, Gauss Frank <gaussfrank@gmail.com> wrote:
> > I'm using Debian and Ubuntu.
> >
> > In Ubuntu, I compiled Linux 2.6.35-1,which contains RealTek 8192U Wireless
> > Driver. I'd installed firmware for r8192u, and I tried to connect to
> > wireless.

Can you try a kernel.org kernel release, and not a Ubuntu kernel?  If
not, you're going to have to report this to the Ubuntu developers, not
much we can do here.

If so, can you see if the in-kernel version of the driver has ever
worked for your system?  Try an older release, like 2.6.34 or 2.6.32 and
see if that works.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
  2010-08-12 16:06 ` Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel Linus Torvalds
  2010-08-12 16:19   ` Greg KH
@ 2010-08-12 16:36   ` Larry Finger
  2010-09-18  4:58     ` Paul Thomas
  1 sibling, 1 reply; 8+ messages in thread
From: Larry Finger @ 2010-08-12 16:36 UTC (permalink / raw)
  To: Gauss Frank
  Cc: Linus Torvalds, linux-wireless, Greg Kroah-Hartman,
	Bartlomiej Zolnierkiewicz, Jerry chuang, Florian Schilhabel

Gauss,

What is the USB ID for your device. The reason I'm asking is that Florian and I
have been working on porting a new vendor driver for the 8192u devices. The plan
is to submit this to staging. At the moment, it has been tested with big- and
little-endian, and 32- and 64-bit systems. Everything is working except for
suspend and resume.

If your device is one of those that Realtek says works with this driver, and you
are willing to build a kernel from scratch, I will send you the URL for a git
tree containing it. That will have to be done privately as I'm still waiting for
Realtek to approve the copyright statements in the code. It is GPL'ed, so I do
not expect any difficulties, but their lawyers have to sign off.

Larry


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
       [not found]     ` <76C6BFFEAAA24679B55CBB186C084833@cnfaec24b87a3f>
@ 2010-08-20  0:15       ` Greg KH
  2010-08-20  2:58         ` Larry Finger
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2010-08-20  0:15 UTC (permalink / raw)
  To: Jerry-RealtekFAE
  Cc: Gauss Frank, Linus Torvalds, linux-wireless,
	Bartlomiej Zolnierkiewicz, wlanfae, Florian Schilhabel

On Mon, Aug 16, 2010 at 05:37:09PM +0800, Jerry-RealtekFAE wrote:
> Dear Sir/Madam
> 
> Please find the RTL8192U latest Linux driver in the attachment.
> Please try it on Kernel 2.6.35-1 again.

Could you send patches updating the in-kernel version of this driver to
your latest version?  That would help everyone out in the end.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
  2010-08-20  0:15       ` Greg KH
@ 2010-08-20  2:58         ` Larry Finger
  2010-08-20  3:31           ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Larry Finger @ 2010-08-20  2:58 UTC (permalink / raw)
  To: Greg KH
  Cc: Jerry-RealtekFAE, Gauss Frank, Linus Torvalds, linux-wireless,
	Bartlomiej Zolnierkiewicz, wlanfae, Florian Schilhabel

On 08/19/2010 07:15 PM, Greg KH wrote:
> On Mon, Aug 16, 2010 at 05:37:09PM +0800, Jerry-RealtekFAE wrote:
>> Dear Sir/Madam
>>
>> Please find the RTL8192U latest Linux driver in the attachment.
>> Please try it on Kernel 2.6.35-1 again.
> 
> Could you send patches updating the in-kernel version of this driver to
> your latest version?  That would help everyone out in the end.

I have a copy of the driver that Realtek calls the r8712 for the RTL8192 USB
devices. All of the dead code and the unneeded configuration sections have been
removed. It will be submitted to staging as soon as Realtek signs off on the
copyright info. For some reason, it has taken them several weeks and I still
have no answer. This new driver is stable - the connection stays up for days. I
expect that it will replace the current one in staging.

Larry

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
  2010-08-20  2:58         ` Larry Finger
@ 2010-08-20  3:31           ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2010-08-20  3:31 UTC (permalink / raw)
  To: Larry Finger
  Cc: Jerry-RealtekFAE, Gauss Frank, Linus Torvalds, linux-wireless,
	Bartlomiej Zolnierkiewicz, wlanfae, Florian Schilhabel

On Thu, Aug 19, 2010 at 09:58:26PM -0500, Larry Finger wrote:
> On 08/19/2010 07:15 PM, Greg KH wrote:
> > On Mon, Aug 16, 2010 at 05:37:09PM +0800, Jerry-RealtekFAE wrote:
> >> Dear Sir/Madam
> >>
> >> Please find the RTL8192U latest Linux driver in the attachment.
> >> Please try it on Kernel 2.6.35-1 again.
> > 
> > Could you send patches updating the in-kernel version of this driver to
> > your latest version?  That would help everyone out in the end.
> 
> I have a copy of the driver that Realtek calls the r8712 for the RTL8192 USB
> devices. All of the dead code and the unneeded configuration sections have been
> removed. It will be submitted to staging as soon as Realtek signs off on the
> copyright info. For some reason, it has taken them several weeks and I still
> have no answer. This new driver is stable - the connection stays up for days. I
> expect that it will replace the current one in staging.

Wonderful, that's great news.

Jerry, any word on getting the copyright sign off moved along?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
  2010-08-12 16:36   ` Larry Finger
@ 2010-09-18  4:58     ` Paul Thomas
       [not found]       ` <AANLkTi=SL_tCO4k071KZxawch90NqdnGFMaqy_uqPTHA@mail.gmail.com>
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Thomas @ 2010-09-18  4:58 UTC (permalink / raw)
  To: Larry Finger
  Cc: Gauss Frank, Linus Torvalds, linux-wireless, Greg Kroah-Hartman,
	Bartlomiej Zolnierkiewicz, Jerry chuang, Florian Schilhabel

> If your device is one of those that Realtek says works with this driver, and you
> are willing to build a kernel from scratch, I will send you the URL for a git
> tree containing it. That will have to be done privately as I'm still waiting for
> Realtek to approve the copyright statements in the code. It is GPL'ed, so I do
> not expect any difficulties, but their lawyers have to sign off.
>
> Larry

Larry,

I'd be interested in trying your driver version. I don't think it's in
the main tree yet because the change I see for the rtl8192su is on
2010-08-11, but there is a bunch of stuff from Florian from July.

I'm trying to get the rtl8188su chip to work, and more specifically to
get it to work without depending on PCI on arm.

thanks,
Paul

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel.
       [not found]       ` <AANLkTi=SL_tCO4k071KZxawch90NqdnGFMaqy_uqPTHA@mail.gmail.com>
@ 2010-09-18 20:18         ` Paul Thomas
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Thomas @ 2010-09-18 20:18 UTC (permalink / raw)
  To: Larry Finger
  Cc: Gauss Frank, Linus Torvalds, linux-wireless, Greg Kroah-Hartman,
	Bartlomiej Zolnierkiewicz, Jerry chuang, Florian Schilhabel

> It is not in the main tree until 2.6.37. You can get it from my r8712u tree
> at kernel.org, or from the linux-next tree.

Yeah, that works! This is great because most of the "mini" wifi cards
use the rtl8188su. This is on an Atmel at91sam9g20 arm processor, it
only has 12Mbps USB. I haven't tested wpa yet.

thanks,
Paul

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-18 20:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AANLkTi=1NaRKc8QrQBGwU+c_17D86_Cqu9MopR_rso0H@mail.gmail.com>
2010-08-12 16:06 ` Hi,Linus Torvalds. There's a problem in r8192u driver in Linux new kernel Linus Torvalds
2010-08-12 16:19   ` Greg KH
     [not found]     ` <76C6BFFEAAA24679B55CBB186C084833@cnfaec24b87a3f>
2010-08-20  0:15       ` Greg KH
2010-08-20  2:58         ` Larry Finger
2010-08-20  3:31           ` Greg KH
2010-08-12 16:36   ` Larry Finger
2010-09-18  4:58     ` Paul Thomas
     [not found]       ` <AANLkTi=SL_tCO4k071KZxawch90NqdnGFMaqy_uqPTHA@mail.gmail.com>
2010-09-18 20:18         ` Paul Thomas

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).