2011.0 Errata

Da Wiki italiano Mandriva.


Indice

Errata di Mandriva 2011

Blocco durante l'installazione di Mandriva Desktop 2011 su alcune macchine

(see bug 63845).

Installazione da una chiavetta usb

  • If you started install from flash drive, made with dd, you may encounter warning messages that your partitions of the flash drive may be destroyed. It is not the error, just a warning, as installer does not like block device with iso file format.
  • During network check error at discovering network may be displayed, while network is ok.
  • Flash drives written by livecd-tools may be not able to install itself. Use dd insted.

Lingue e driver non usati non vengono rimosse durante l'installazione di Mandriva Linux 2011

Run this commands in console by root step by step:

remove-unused-packages
urpmi xorg-x11
urpme --auto-orphans

Problemi del Kernel

L'attuale kernel ufficialmente incluso in Mandriva 2011 (2.6.38.7) non supporta i dispositivi IDE (PATA)

Fixed in the newer mandriva kernel releases (>2.6.39.x).

Problemi Hardware

I nuovi dirver video Nvidia per i chipset Nvidia non funzionano con alcune serie degli stessi

(see bug 63499).

Alcune sistemi dotati di GPU ATI si avviano mostrando una schermata nera

Solution: add "nomodeset" to kernel command line after "quiet splash", boot/install the system, then install proprietary fglrx drivers, enable it and remove nomodeset from cmdline. - If you receive any graphical issues with ATI card you can always try free radeon driver.

If "nomodeset" options not affect propetly result, try add this in the end of kernel boot line

nomodeset ati.modeset=0 radeon.modeset=0

P.S. For adding string press ESC in first creen, then press e, select kernel line and press e again. Modify line, then press b.

Gli hard disk aggiuntivi (tipicamente Windows NTFS) non vengono montati automaticamente e necessitano di password per essere aperti dagli utenti =

Mandriva 2011 has broken mechanism finding internal drive and add it to /fstab. You may use two way for avoid this.

First we may let user mount this drive in file manager such dolphin or pcmanfm (not in mc). For this you need create file /var/lib/polkit-1/localauthority/10-vendor.d/org.freedesktop.udisks.filesystem-mount-system-internal.pkla with entry

[org.freedesktop.udisks.filesystem-mount-system-internal]
Identity=unix-group:*
Action=org.freedesktop.udisks.filesystem-mount-system-internal
ResultAny=auth_admin
ResultInactive=auth_admin
ResultActive=yes

Second you need use ntfs-config-root utility.

Run it and select which drive you need add to fstab and set write mode (on advanced tab you may set read/write permission to selected partitions).

Problemi di aggiornamento

Problemi con il software

Alsamixer non salva i settaggi ad ogni avvio se PulseAudio è disabilitato

Run this command in console by root:

ln -s /var/lib/alsa/asound.state /etc/asound.state

Drakguard e drakguard-policy packages si sostituiscono a vicenda se si effettua un aggiornamento con urpmi --auto-update

Solution is (run this command in console by root):

urpmi drakguard-policy-0.7.7-6

CD-ROM in Dolphin si apre e si chiude all'istante

You need to add

dev.cdrom.autoclose=0 

in /etc/sysctl.conf

Clementine utilizza il 100% CPU dopo la chiusura del programma

In some machines (usually with NVidia proprietary drivers enabled) Clementine will remain in memory after it is closed and try to use 100% CPU. The problem is known to developers, and will be fixed in the new upstream version.

Now for the workaround you need to fix some string in /usr/share/applications/clementine.desktop. Find and replace

Exec=clementine

with

Exec=env __GL_NO_DSO_FINALIZER=1 clementine

RPM-DataBase occasionalmente non può essere aperto

Run this command in console by root:

db51_recover -vh /var/lib/rpm
Strumenti personali