aircrack-ng / rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
926 stars 397 forks source link

Kernel 6.2.7 make error #233

Closed Masrkai closed 4 months ago

Masrkai commented 1 year ago

Screenshot from 2023-03-07 00-32-23

adarshaketh commented 1 year ago

same here

gglluukk commented 1 year ago

try this for 6.2 kernel (still in pull requests, not merged yet): https://github.com/gglluukk/rtl8188eus

Masrkai commented 1 year ago

try this for 6.2 kernel (still in pull requests, not merged yet): https://github.com/gglluukk/rtl8188eus @gglluukk it worked for me in 6.1 thanks to your fork and until 6.2.6 kernel with no errors now 6.2.7 have a problem that the device not even showing

gglluukk commented 1 year ago

it works:

lab ~/wifi # uname -a
Linux lab 6.2.7-LAB #1 SMP PREEMPT_DYNAMIC Mon Mar 20 18:53:55 MSK 2023 aarch64 GNU/Linux
lab ~/wifi # iwlist wlan scan | grep Freq | head
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.422 GHz (Channel 3)
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.417 GHz (Channel 2)
                    Frequency:2.412 GHz (Channel 1)
                    Frequency:2.422 GHz (Channel 3)
lab ~/wifi # ethtool -i wlan
driver: 8188eu
version: 6.2.7-LAB
firmware-version: 
expansion-rom-version: 
bus-info: 2-3:1.0
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

make sure you did:

make clean && make && make install
Masrkai commented 1 year ago

@gglluukk you are my hero TwT thank youuu but i am a little curious... what breaks every kernel update.. how can i fix this problem myself if it ever happens again @-@