docs: update distribution/releases/omlxrolling/errata

This commit is contained in:
ru ru 2023-01-07 01:19:32 +00:00 committed by omakuta
parent 597d480c50
commit dbc35e5ff0
1 changed files with 10 additions and 17 deletions

View File

@ -2,7 +2,7 @@
title: OpenMandriva ROME Errata title: OpenMandriva ROME Errata
description: description:
published: true published: true
date: 2023-01-05T21:31:19.308Z date: 2023-01-07T01:19:29.634Z
tags: rolling, rome tags: rolling, rome
editor: markdown editor: markdown
dateCreated: 2021-04-24T05:57:30.543Z dateCreated: 2021-04-24T05:57:30.543Z
@ -46,9 +46,7 @@ If you installed ROME znver1 replace `x86_64` with `znver1`. Known issues:
NVME SSDs are normally recognized by ROME Live ISO. If for some reason they are not we have couple of workarounds under 'Troubleshooting' in the ISO Grub2 Menu that may work. They are (PCIE ASPM=OFF) and (NVME APST=OFF). We hope this works for most peoples hardware. NVME SSDs are normally recognized by ROME Live ISO. If for some reason they are not we have couple of workarounds under 'Troubleshooting' in the ISO Grub2 Menu that may work. They are (PCIE ASPM=OFF) and (NVME APST=OFF). We hope this works for most peoples hardware.
This issue is of course very hardware specific. This issue is of course very hardware specific.
On installed system user may wish to add this workaround to /etc/default/grub and On installed system user may wish to add this workaround to /etc/default/grub and run update-grub2 to make workaround global. You would use the one that you found to work on the Live ISO.
run update-grub2 to make workaround global. You would use the one that you found to
work on the Live ISO.
If (PCIE ASPM=OFF) worked for you then add: If (PCIE ASPM=OFF) worked for you then add:
`pcie=aspm=off` `pcie=aspm=off`
@ -63,8 +61,7 @@ and then run:
If (NVME APST=OFF) worked then add instead: If (NVME APST=OFF) worked then add instead:
`nvme_core.default_ps_max_latency_us=0` `nvme_core.default_ps_max_latency_us=0`
As always users are encouraged to ask questions about anything you do not understand As always users are encouraged to ask questions about anything you do not understand on our [forum](https://forum.openmandriva.org/).
on our [forum](https://forum.openmandriva.org/).
<br> <br>
### GEOIP ### GEOIP
@ -79,9 +76,7 @@ Users may choose from 2 workarounds:
•Add or remove applications you wish to Favorites column in Application Launcher. Then logout and login. •Add or remove applications you wish to Favorites column in Application Launcher. Then logout and login.
### How to configure printer ### How to configure printer
Turn your printer on and see if it is automatically configured. Pay attention to whether the Turn your printer on and see if it is automatically configured. Pay attention to whether the right driver was installed. If printer was auto configured and you have correct driver then great, you are all set.
right driver was installed. If printer was auto configured and you have correct driver then
great, you are all set.
If it was not, turn off your printer. Open System Settings>Hardware>Printers or from terminal (Konsole) run: If it was not, turn off your printer. Open System Settings>Hardware>Printers or from terminal (Konsole) run:
`kcmshell5 kcm_printer_manager` `kcmshell5 kcm_printer_manager`
@ -89,21 +84,20 @@ If it was not, turn off your printer. Open System Settings>Hardware>Printers or
and remove your printer. and remove your printer.
If the correct driver was not installed by default we will need to add a software package. If the correct driver was not installed by default we will need to add a software package.
The next step is to determine what software to add for your printer. The next step is to determine what software to add for your printer.
In OpenMandriva Lx this is most likely to be a 'task-printing' package specific to your In OpenMandriva Lx this is most likely to be a 'task-printing' package specific to your printer brand. The packages are:
printer brand. The packages are:
•task-printing-canon •task-printing-canon
•task-printing-epson •task-printing-epson
•task-printing-hp •task-printing-hp
•task-printing-lexmark •task-printing-lexmark
•task-printing-okidata •task-printing-okidata
•task-printing-misc •task-printing-misc
Install the package that matches your brand or the misc package if none do. Example
using okidata: Install the package that matches your brand or the misc package if none do. Example using okidata:
`sudo dnf install task-printing-okidata` `sudo dnf install task-printing-okidata`
Now turn printer on again and it should then automatically configure itself (sometimes you Now turn printer on again and it should then automatically configure itself (sometimes you might need to reboot for auto config to work). If it doesn't you can configure it with System Settings>Hardware>Printers or run from terminal (Konsole):
might need to reboot for auto config to work). If it doesn't you can configure it with System Settings>Hardware>Printers or run from terminal (Konsole):
`kcmshell5 kcm_printer_manager`. `kcmshell5 kcm_printer_manager`.
@ -115,8 +109,7 @@ If not seek help [here](https://forum.openmandriva.org/c/en/support).
<br> <br>
### Discover new software ### Discover new software
If you want to explore also additional repositories packages you will need to enable them If you want to explore also additional repositories packages you will need to enable them by means of Software Repository Selector and to refresh cache. To refresh cache you can use `--refresh` option like this:
by means of Software Repository Selector and to refresh cache. To refresh cache you can use `--refresh` option like this:
`sudo dnf --refresh install foo_package` `sudo dnf --refresh install foo_package`