Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4358020ybf; Wed, 4 Mar 2020 02:22:26 -0800 (PST) X-Google-Smtp-Source: ADFU+vt9xKNaOKbvogU4rHHqlnbt64IVqt3Aa7N8N0HN7T6Nz9h8U6VHTxGEBsgDe41iUngO3VT7 X-Received: by 2002:aca:1c01:: with SMTP id c1mr1241126oic.18.1583317345894; Wed, 04 Mar 2020 02:22:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583317345; cv=none; d=google.com; s=arc-20160816; b=KhyqRENq3BoCD4uhEJ39bxiru5Ay1aZPj40ZuDDhzVO6cl9/K3mAFIOs0o0oE3MEhL RLF34ncojRjG0uBm6KTSY/BupfuqZ2uSYjDcFgYBYb8BrsBWPFPzOrSnTS+8fbF7vu4k QBQwooQeesPwJ91xD+9oBTnQ/MVM/z48D1duCcIO0pMkEuV7808+sTTjRLad1TbIfhNQ MM1eMvNLjhO+X7ecmnCHZuWyHLm3hjUlalHU/RKMkG9O+XPeip6DWCGIKuximi9EpnBy whTJMxFq5yuQbwCbPxFH2IdlRED5Ek4CNhv8C9PRnzYVf2mx85wAb7UpB93jHfq4hxVg ORIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=cvQocWixZF5VOniLQJepuwot/f2mIEez2dXYOJQ99ZE=; b=E4WJutbCwozWznggJRw15azJ4SOULAgcHkuv6t4n9L1xUWNPhD5KNWmCTT11f3q8wV tK5lfBCFjQKRut7IVkuuFl6u7ktDTEElM6v1U1AF0O67vq1sa2f0vVY0KAJyocjtmB1R t+BlDzIrpBmOpanBXwa/LMDH9KvYKu5BQYak7cNrtAZtAltNiXVGcs58bJga/8MmpHO0 Rv0Sa529S0UnfjGoOaZZDyX56CgpXiwpvF60+iHSS2oGLfqjfXhrSOqAY0J80aDDwhZh Kb4z7/El2b7DL9up2EkSMLYIoYExSIIamrRHx9Igx/fOa7f0az3l0U7GQH6EFkrut2xQ X+kg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q2si935652otm.54.2020.03.04.02.22.01; Wed, 04 Mar 2020 02:22:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728946AbgCDKVy (ORCPT + 99 others); Wed, 4 Mar 2020 05:21:54 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:46571 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728301AbgCDKVy (ORCPT ); Wed, 4 Mar 2020 05:21:54 -0500 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1j9RA0-0000XK-BK; Wed, 04 Mar 2020 11:21:52 +0100 Date: Wed, 4 Mar 2020 11:21:52 +0100 From: Sebastian Andrzej Siewior To: Larry Finger Cc: linux-wireless@vger.kernel.org Subject: Re: Support for RTL8188FU Message-ID: <20200304102152.a25cczvat2mujxwa@linutronix.de> References: <20191001160305.qrl4nt2jmdsogaaz@linutronix.de> <3af284c7-ee46-dd42-9549-de55feae2528@lwfinger.net> <20191001174612.4kj3mt3h5epidyyk@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2019-10-01 13:52:30 [-0500], Larry Finger wrote: > The first thing I would do is clone the v5.2.2.4 branch of > lwfinger/rtl8188eu at GitHub, add the USB ID for your device, and see if > that works. I expect it will. If so, that would get you quite a ways toward > the changes needed to get that driver into staging. Adding the id didn't help. I added "hal/Hal8188FPwrSeq.o" next to "hal/Hal8188EPwrSeq.o". Some parts were different. After loading the firmware the driver said that the firmware wasn't active. So I tweaked the firmware loading part a little. The signature of the firmware in my driver is 0x88F0 instead of 0x88E0 and the "normal-nic" firmware has 20306 bytes. By loading the "other" firmware the firmware and driver says that it is "alive". I disabled the "IOL" bits (like rtw_IOL_applied() which returns false). It took long and didn't seem to succeed. My driver lacks most of the code, rtw_IOL_applied() isn't referenced anyway and the ifdef isn't set. I would continue to add more pieces in order to get it working unless you have a different advice. > Larry Sebastian