Page 1 of 2

Porteus 5 WiFi not working

Posted: 14 Apr 2020, 16:23
by B@ktery
Hello,

Porteus installed on a physical computer, does not display a list of available wifi networks.
lspci | grep Network - Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

iwconfig
eth0 no wireless extensions
lo no wireless extensions

How can I fix it?

Porteus 5 WiFi not working

Posted: 14 Apr 2020, 16:42
by Blaze
Hi B@ktery.
How about this https://github.com/tomaspinho/rtl8821ce ?

Porteus 5 WiFi not working

Posted: 14 Apr 2020, 16:49
by B@ktery
I tried to install it, I launch dkms-install.sh, getting an error: can't create directory '/usr/src/rtl8821ce-v5.5.2_34066.20200325': No such file or directory.
Perhaps it is not compatible, which operating system is used in Porteus 5 ?

Porteus 5 WiFi not working

Posted: 14 Apr 2020, 17:04
by B@ktery
how to install the driver on Porteus ?

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 06:09
by Ed_P
Porteus or Porteus Kiosk? Two vary different systems with two different parts of the forum.

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 07:57
by B@ktery
Porteus Kiosk

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 08:41
by beny
hi B@ktery the link that blaze give you work, but you have to install the dkms software first:

bash-5.0# ./dkms-install.sh
About to run dkms install steps...

Creating symlink /var/lib/dkms/rtl8821ce/v5.5.2_34066.20200325/source ->
/usr/src/rtl8821ce-v5.5.2_34066.20200325

DKMS: add completed.

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
'make' -j6 KVER=5.5.17-zen................
cleaning build area...

DKMS: build completed.

8821ce.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.5.17-zen/updates/dkms/

depmod.....

DKMS: install completed.
Finished running dkms install steps.
bash-5.0#

modprobe load the module and lsmod show the module loaded so you can try if work for you..

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 09:04
by B@ktery
I do not have a folder dkms in /var/lib/
And folders src in /usr/
What to do in this case?

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 09:14
by beny
hi, is better to mail fanthom ,kiosk isn't based on slackware, and maybe you can find a module for your wifi card without make all this...

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 10:54
by B@ktery
I am getting this error now https://github.com/tomaspinho/rtl8821ce/issues/49
But I can not apply the solution for this article https://github.com/tomaspinho/rtl8821ce#ubuntu--debian
How can I fix the error in the Porteus kiosk - -bash: sudo: not found ?

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 11:38
by fanthom
B@ktery,

Its not worth the hassle - better use wifi dongle with "N" speed.

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 12:42
by B@ktery
Please tell me how to do this in Porteus Kiosk?

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 13:39
by fanthom
You need to recreate kiosk kernel sources first:
http://www.porteus.org/component/conten ... ernel.html

then compile the wifi driver against them.

Moving the thread to appropriate forum category.

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 14:48
by B@ktery
..i don’t understand if there is no way to install -tar -apt Kiosk in Porteus Kiosk, how to use such documentation?

Porteus 5 WiFi not working

Posted: 15 Apr 2020, 18:10
by fanthom
You need to use another linux system which has all development tools included.