Thanks Silvan I could wait for the next iso to make a proprer installation.
I have reinstalled the distro with the recent ISO and the network is fonctionnal thanks 🙂
I have two more little problems now :
- my sound card is not initialized by the kernel with this error in journalctl "openmamba kernel: skl_hda_dsp_generic skl_hda_dsp_generic: unsupported HDAudio / iDisp configuration found" I tested several solutions found on the web but none was successfull (my sound card is 00:1f.3 Audio device: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 30) )
- the Plasma interface is not fully translated in french my native language and I can select the lang in the configuration center
Thanks for advance for you ideas 🙂
Hi,
for the sound card problem I've looked for the different solutions proposed on the web and wonder if you have tried this:
sudo su
echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/snd_intel_dspcfg.conf
(then reboot).
About the french language, a method would have been to start by using the livedvd ISO image which provides support for french by selecting the language at boot.
Instead, switching language on a system installed from livecd requires some manual changes:
1) make sure that the system-wide LANG environment is set to french, this can be done by editing as root the file /etc/locale.conf and replace the existing line with:
LANG=fr_FR.UTF-8
2) install the french langpack:
sudo dnf install langpacks-fr
3) configure the rpm %install_langs macro in file /etc/rpm/macros.lang:
%_install_langs en:fr:fr_FR
4) packages need to be updated or reinstalled so that translation files for the languages specified in 3) will be kept on local installation
Hi Silvan,
Thank you very much for all your help. I will try your different options as soon as possible and let you know if things have improved.
Hello Silvan,
Unfortunately your modprobe option was not successful, I still do not have my sound card recognized on my system, I continue to look for the solution on my side.
Thanks a lot for your support.

