FAQ (Indonesia)

From ParabolaWiki
Jump to: navigation, search

Tujuan artikel ini adalah untuk menyediakan jawaban terhadap pertanyaan yang sering ditanyakan oleh pengguna yang berpindah ke Parabola dari Arch atau distro GNU/Linux non-free lain. Artikel ini mendiskusikan masalah-masalah yang muncul apabila sistem dibuat sepenuhnya bebas. Untuk penjelasan mengenai detail-detail teknis sistem silakan lihat dokumen FAQ dari Arch.

1 Paket

1.1 Mengapa paket X tidak ada, padahal X ada di Arch?

This usually means the package is non-free or has some other freedom-related issues. Since Parabola follows the GNU FSDG we don't include proprietary software and you can't get it from official repositories. To make sure the package was removed from Parabola because of that, you can check the blacklist:

$ grep package_name /usr/share/doc/your-freedom/blacklist.txt

1.2 Bagaimana X berbeda dibanding X yang sama di Arch?

Packages are typically modified for reasons such as containing non-free parts, recommending non-free software or branding. To find out how a specific package was modified check the blacklist:

$ grep package_name /usr/share/doc/your-freedom/blacklist.txt

If you're looking for more details, you'll have to clone abslibre.git repository containing PKGBUILD files used for building packages in [libre]. Grab corresponding PKGBUILD from Arch website and just run diff on both of them.

1.3 Mengapa saya mendapat pesan error mengenai shared library yang tidak ada?

Some programs need a specific version of a library they use. When the library receives an upgrade in Arch, after some time it's pulled by Parabola server and programs which depend on the previous version of the library break.

Unless you're a Parabola hacker the best you can do is to downgrade the dependency which received an upgrade and notify Parabola hackers about the issue. The preferred form is to open a new issue on the issue tracker.

1.4 Akankah paket-paket AUR non-free dihapus setelah bermigrasi ke Parabola?

No. Parabola doesn't support AUR in any way. After migrating to Parabola you'll have to verify any installed AUR package and manually remove the non-free ones. Since AUR packages are typically built and installed by user, you can identify them by running:

$ pacman -Qm

Some AUR packages find their way into official Parabola repository named [pcr]. If you can't find the package you need there, ask a hacker to add it to parabola, either on the "assist" mailing list or the "package request" section of the bug tracker, and they can help determine if it meets the FSDG standards.

Some user made a request for the AUR blacklist, but apparently little work was done on it. For more details look at the bug report and unfinished blacklist.

1.5 LaTeX menampilkan pesan error mengenai fonta-fonta yang tidak ditemukan. Bagaimana saya mengkompilasi dokumen?

Some fonts got removed from our TeX Live distribution because of freedom issues and incompatible licenses. Solution to this is to use different fonts and/or different TeX engines. For more details look at TeXLive.

1.6 Bagaimana saya bisa mengekstrak arsip RAR?

unrar command is missing in Parabola because it's non-free software. You can use bsdtar command to do the job. It should be installed on your system by default because pacman depends on libarchive which provides it. Unfortunately, it cannot handle some extra features of RAR archives in which case you may have more luck with unarchiver.

=== Mengapa saya gagal memutakhirkan paket-paket? See Pacman_troubleshooting

2 Perangkat Keras

2.1 Mengapa kartu grafis NVIDIA saya tidak bekerja?

This may be the case if you have a recent Nvidia card. Nouveau may not support your card yet. To check if your card is supported by Nouveau, first look for a code name of your card in the output of:

$ lspci | grep VGA

Next, look at CodeNames to further decode it. Finally, you can check support for your card on FeatureMatrix.

2.2 Mengapa perangkat Wi-Fi saya macet setelah migrasi?

It's common for Wi-Fi cards to require a firmware to be loaded into the card. Many cards doesn't work at all if the firmware is missing. The firmware is often proprietary, thus we don't distribute it. It's the case for almost any internal Wi-Fi card.

The usual fix to the problem is either to replace the card or use an external USB Wi-Fi dongle. You can buy one with Atheros chipset (eg. ath9k_htc for external USB dongle or ath9k for PCI and PCI-Express expansion slots) or RTL818x chipset (eg. rtl8187 for external USB dongle or rtl818x_pci for PCI and PCI-Express expansion slots) since there is a free firmware for these Wi-Fi adapters. You can also search the h-node database to find Wi-Fi adapters known to work well with free software or scripts/deblob-$ver to check Wi-Fi adapters included from Wi-Fi device blacklist known to not work with free software due which contains blobs from within exploded Linux source trees.