Search found 4 matches
- 17. Dec 2017, 19:05
- Forum: Problems
- Topic: [SOLVED] RTL8192EU Driver
- Replies: 20
- Views: 14213
Re: [SOLVED] RTL8192EU Driver
I returned to kernel 4.4.19, which is default after install Salix OS.
- 17. Dec 2017, 17:35
- Forum: Problems
- Topic: [SOLVED] RTL8192EU Driver
- Replies: 20
- Views: 14213
Re: RTL8192EU Driver
Problem solved.
I downloaded kernel source from https://www.kernel.org/pub/linux/kernel/v4.x/ and unpacked archive into /usr/src. Then:
cd /usr/src/linux-4.4.19
make mrproper
zcat /proc/config.gz> .config
make prepare
make scripts
And finally:
cd /usr/src/rtl8192eu-linux-driver
make clean ...
I downloaded kernel source from https://www.kernel.org/pub/linux/kernel/v4.x/ and unpacked archive into /usr/src. Then:
cd /usr/src/linux-4.4.19
make mrproper
zcat /proc/config.gz> .config
make prepare
make scripts
And finally:
cd /usr/src/rtl8192eu-linux-driver
make clean ...
- 17. Dec 2017, 12:50
- Forum: Problems
- Topic: [SOLVED] RTL8192EU Driver
- Replies: 20
- Views: 14213
Re: RTL8192EU Driver
I used the same method, make && make install. But i identify a problem in kernel and kernel-source. I must use kernel-huge for i586, but kernel-source installing kernel with smp sufix.
- 17. Dec 2017, 09:48
- Forum: Problems
- Topic: [SOLVED] RTL8192EU Driver
- Replies: 20
- Views: 14213
[SOLVED] RTL8192EU Driver
Hello,
I have install SalixOS on old HP T5700 ThinClient (Transmeta Crusoe i586). And it's work good. But i also need driver for rtl8192eu from https://github.com/Mange/rtl8192eu-linux-driver .
Driver compiles, but when i want to modprobe module it was an error in dmesg:
version magic '4.4.88-smp ...
I have install SalixOS on old HP T5700 ThinClient (Transmeta Crusoe i586). And it's work good. But i also need driver for rtl8192eu from https://github.com/Mange/rtl8192eu-linux-driver .
Driver compiles, but when i want to modprobe module it was an error in dmesg:
version magic '4.4.88-smp ...