linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: "petter@technux.se" <petter@technux.se>
Cc: "Larry.Finger@lwfinger.net" <Larry.Finger@lwfinger.net>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"kvalo@kernel.org" <kvalo@kernel.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"linux@ulli-kroll.de" <linux@ulli-kroll.de>,
	"morrownr@gmail.com" <morrownr@gmail.com>,
	"petter.mabacker@esab.se" <petter.mabacker@esab.se>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>
Subject: RE: Linux mainline support for RTL8811AU/RTL8821AU
Date: Mon, 26 Jun 2023 01:25:37 +0000	[thread overview]
Message-ID: <128d43c8d0134b5ea18cbb4497e03a6c@realtek.com> (raw)
In-Reply-To: <20230623063528.472664-1-petter@technux.se>



> -----Original Message-----
> From: petter@technux.se <petter@technux.se>
> Sent: Friday, June 23, 2023 2:35 PM
> To: Ping-Ke Shih <pkshih@realtek.com>
> Cc: Larry.Finger@lwfinger.net; kernel@pengutronix.de; kvalo@kernel.org; linux-wireless@vger.kernel.org;
> linux@ulli-kroll.de; morrownr@gmail.com; petter.mabacker@esab.se; petter@technux.se;
> s.hauer@pengutronix.de
> Subject: RE: Linux mainline support for RTL8811AU/RTL8821AU
> 
> 
> >> -----Original Message-----
> >> From: Larry Finger <larry.finger@gmail.com> On Behalf Of Larry Finger
> >> Sent: Wednesday, June 14, 2023 2:29 AM
> >> To: petter@technux.se; linux-wireless@vger.kernel.org
> >> Cc: Ping-Ke Shih <pkshih@realtek.com>; morrownr@gmail.com; kernel@pengutronix.de; kvalo@kernel.org;
> >> linux@ulli-kroll.de; petter.mabacker@esab.se; s.hauer@pengutronix.de
> >> Subject: Re: Linux mainline support for RTL8811AU/RTL8821AU
> >>
> >> On 6/13/23 03:09, petter@technux.se wrote:
> >> > Hi,
> >> >
> >> > I'm investigating a wifi dongle (LM808) that is based on the RTL8811AU chipset.
> >> >
> >> > $ lsusb
> >> > ..
> >> > Bus 003 Device 066: ID 0bda:a811 Realtek Semiconductor Corp. RTL8811AU 802.11a/b/g/n/ac WLAN Adapter
> >> > ..
> >> >
> >> > I cannot find any driver support in mainline for that chipset (8811cu/8821cu, seems to exists). Just
> curious
> >> if anyone knows if there are any ongoing efforts to get this driver included in mainline?
> >> >
> >> > I can see that both:
> >> >
> >> > https://www.lm-technologies.com/product/wifi-usb-adapter-433mbps-lm808/?template=driver
> >> >
> >> > and
> >> >
> >> > https://github.com/morrownr/8821au-20210708
> >> >
> >> > exists for non-mainline support, so will play a bit with them. But for maintenance etc I'm interested
> >> to learn about possible mainline efforts within this area.
> >>
> >> It seems that the RTW8821AE has never been built or released. If it had been,
> >> then extending that driver to the 8821AU would be easy as there would be a file
> >> rtw8821a.c that contained all the details of that chip. Without that, there is
> >> little that anyone outside Realtek can do. The vendor driver, which is the one
> >> in the link you posted, will likely work.
> >>
> 
> >rtlwifi can support RTL8821AE/RTL8812AE and basic USB infrastructure, so it looks
> >like possible to support 8821AU by rtlwifi.
> >
> >Ping-Ke
> 
> So since no rtw8821a.c is available, like Larry pointed out in another response. Then it sounds like
> investigating
> rtlwifi is the best way forward then. Do you mean that it should be possible to get the 8821AU up-and-running
> just by
> making use of the info in ./drivers/net/wireless/realtek/rtlwifi/rtl8821ae then? Are there any plans to
> release a rtl8821au fw through linux-firmware, since
> I guess that will be needed also.

Yes, rtlwifi/rtl8821ae + rtlwifi/usb.c should be possible to get 8821AU work, and
the firmware is the same as 8821AE.

Ping-Ke


      reply	other threads:[~2023-06-26  1:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-13  8:09 Linux mainline support for RTL8811AU/RTL8821AU petter
2023-06-13 18:29 ` Larry Finger
2023-06-14  7:17   ` Ping-Ke Shih
2023-06-23  6:35     ` petter
2023-06-26  1:25       ` Ping-Ke Shih [this message]

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=128d43c8d0134b5ea18cbb4497e03a6c@realtek.com \
    --to=pkshih@realtek.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=kernel@pengutronix.de \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linux@ulli-kroll.de \
    --cc=morrownr@gmail.com \
    --cc=petter.mabacker@esab.se \
    --cc=petter@technux.se \
    --cc=s.hauer@pengutronix.de \
    /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).