rtl8189ES_linux icon indicating copy to clipboard operation
rtl8189ES_linux copied to clipboard

Results 13 rtl8189ES_linux issues
Sort by recently updated
recently updated
newest added

The following kernel `WARNING` splats are seen on Linux 6.7.0: ``` [ 30.551232] ------------[ cut here ]------------ [ 30.551242] WARNING: CPU: 3 PID: 555 at net/wireless/nl80211.c:19298 cfg80211_ch_switch_notify+0x148/0x1a8 [cfg80211] [ 30.551367]...

See 5.11 at https://github.com/LuckfoxTECH/luckfox-pico/blob/1e160dee559c6cb638e3d078b543fbcd2fab9699/sysdrv/drv_ko/wifi/rtl8189fs/os_dep/linux/ioctl_cfg80211.c#L442

https://github.com/LuckfoxTECH/luckfox-pico/tree/main/sysdrv/drv_ko/wifi/rtl8189fs https://github.com/LuckfoxTECH/luckfox-pico/blob/main/sysdrv/drv_ko/wifi/rtl8189fs/include/rtw_version.h `#define DRIVERVERSION "v5.11.6.0-2-gb9aa73b62.20211117"`

I started getting the warning below with Kernel 6.3.1. I am using NanoPi A64 board. WiFi still works but it would be really nice to get rid of the warning....

Can you provide a `README.md` or so describing how to actually build and configure (in the `Makefile`, I see many options, but undocumented) this driver? I am trying to get...

Hi , when i run : ` modprob 8189fs.ko` and run dmesg and i find 8189 message ` module verification failed: signature and/or required key missing - tainting kernel` shown...

I'm trying to use WiFi P2P group owner on this driver, but my p2p access point looks like regular access point and not listed in "WiFi Direct" list on Android...

The sdio card is not properly unpowered when device is down. Expectation would be that regulator is powered down when iface isis down. Removing the module helps. ``` pmos-shine3:/sys/bus/platform/devices/2198000.mmc/supplier:regulator:regulator.2# ifconfig...

This is an conservative fix to avoid RT kernel crashes. It simply substitutes all spinlocks with raw_spinlocks. There might be a more genius fix of this and thus making the...

I compiled the rtl8189fs in concurrent mode. To compile in Concurrent mode, I uncommented [this line](https://github.com/jwrdegoede/rtl8189ES_linux/blob/0ba46e2434eec6f67d0712ed119a4ef8e05ccf91/include/autoconf.h#L95) on include/autoconf.h Concurrent mode creates 2 interfaces, wlan0, wlan1. However, only wlan1 could connect...