There are more Mageia tools than those that can be started in the Mageia Control Center. Click on a link below to learn more, or continue reading the next pages.

Kutime, ĉi tiu ilo[50] komenciĝas aŭtomate kiam Mageia ilo kraŝas. Tamen, ankaŭ eblas ke, post arkivado de cimraporto, vi estas petita komenci ĉi tiun ilon por kontroli iujn el la informoj, kiujn ĝi donas, kaj poste provizi tion en tiu ekzistanta cimraporto.
Se nova cimraporto devas esti arkivita kaj vi ne kutimas fari tion, tiam bonvolu legi Kiel raporti cimraporton ĝuste antaŭ alklaki la butonon "Raporti".
Se la cimo jam estas registrita de iu alia (la erarmesaĝo kiun drakbug donis estos la sama, do), estas utile aldoni komenton al tiu ekzistanta raporto, ke ankaŭ vi vidis la cimon.
Ĉi tiu ilo[51] nur povas esti komencita kaj uzata sur la komandlinio.
It is advised to write the output of this command to a file, for instance by doing drakbug_report > drakbugreport.txt, but make sure you have enough disk space first: the file can easily be several GBs large.
Rimarko
La eligo estas tro granda por alkroĉi al cimraporto sen unue forigi la nebezonatajn partojn.
Ĉi tiu komando kolektas la jenajn informojn pri via sistemo:
lspci
pci_devices
dmidecode
fdisk
scsi
/sys/bus/scsi/devices
lsmod
cmdline
pcmcia: stab
usb
partitions
cpuinfo
syslog
Xorg.log
monitor_full_edid
stage1.log
ddebug.log
install.log
fstab
modprobe.conf
lilo.conf
grub: menu.lst
grub: install.sh
grub: device.map
xorg.conf
urpmi.cfg
modprobe.preload
sysconfig/i18n
/proc/iomem
/proc/ioport
mageia versio
rpm -qa
df
Rimarko
At the time this help page was written, the "syslog" part of this command's output was empty, because this tool had not yet been adjusted to our switch to systemd. If it is still empty, you can retrieve the "syslog" by doing (as root) journalctl -a > journalctl.txt. If you don't have a lot of diskspace, you can, for instance, take the last 5000 lines of the log instead with: journalctl -a | tail -n5000 > journalctl5000.txt.
This tool [52] can only be started and used on the command line.
This page hasn't been written yet for lack of resources. If you think you can write this help, please contact the Documentation team. Thanking you in advance.
This tool [53] can only be started and used on the command line. It will give some more information if used under root.
lspcidrake gives the list of all the connected devices to the computer (USB, PCI and PCMCIA) and the used drivers. It needs the ldetect and ldetect-lst packages to work.

With the -v option, lspcidrake adds the vendor and device identifications.
lspcidrake often generates very long lists, so, to find an information, it is often used in a pipeline with the grep command, like in these examples:
Information about the graphic card;
lspcidrake | grep VGA
Information about the network
lspcidrake | grep -i network
-i to ignore case distinctions.
In this screenshot below, you can see the action of the -v option for lspcidrake and the -i option for grep.

There is another tool that gives information about the hardware, it is called dmidecode (under root)
[50] Vi povas komenci ĉi tiun ilon de la komandlinio, tajpante drakbug.
[51] Vi povas komenci ĉi tiun ilon de la komandlinio, tajpante drakbug_reportkiel radikon.
[52] You can start this tool from the command line, by typing lsnetdrake.
[53] You can start this tool from the command line, by typing lspcidrake.







