Search Linux Wireless

Re: [PATCH 0/9] rtw88: Add support for RTL8723CS/RTL8703B

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

> Ping-Ke Shih kindly offered to add the required s-o-b for the firmware
> and help get it into linux-firmware when it's time, for testing now
> please see the code I used to extract firmware from the out-of-tree
> driver [1].

Can I get you to apply this?

So far I got driver to insert, but I did not have firmware
installed. That should be ok on next reboot.

Best regards,
								Pavel

diff --git a/Makefile b/Makefile
index 1f8e8b6..fbc1f14 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@ firmware_files = rtw8703b_ap_fw.bin \
 
 all: $(firmware_files)
 
+install: $(firmware_files)
+	sudo mkdir /lib/firmware/rtw88/
+	sudo cp $(firmware_files) /lib/firmware/rtw88/
+
 %.o: %.c
 	gcc -fPIC -DCONFIG_RTL8703B -c -o $@ $<
 






[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux