Δημοσιεύτηκε: 13 Ιουν 2010, 19:41
από fik
Καλησπέρα σας! προσπαθώντας να βρώ έναν οδηγό για να εγκαταστήσω την μη επισήμως υποστηριζόμενη κάρτα ήχογράφησης της line6, βρήκα αυτό το project: http://www.tanzband-scream.at/line6/ κ έτσι κατέβασα το συμπιεσμένο αρχείο, το αποσυμπίεσα κ βρέθηκα στο πρόβλημα του ότι δεν μπορούσα να το εγκαταστήσω γιατί δεν καταλαβαίνω τι ακριβώς πρέπει να κάνω. Όχι από θέμα γλώσσας, αλλά από θέμα διαδικασίας. ορίστε το σχετικό gedit:
Κώδικας: Επιλογή όλων
RPM installation
----------------

The cleanest way to install the driver is to build and install an RPM package.
This takes care of removal of old versions and proper loading of the driver.
Type the commands

rpmbuild -tb line6usb-0.8.1.tar.bz2
rpm -U /usr/src/packages/RPMS/i586/line6usb-0.8.1-1.i586.rpm

The second command requires root privileges. You might need to change the path
if you are using a system different from SuSE for the i586 platform.


Source installation
-------------------

If you are not familiar with RPM or prefer manual compilation, you can use the
following procedure. Unpack the archive, change to the newly created directory,
and compile/install the driver:

tar xjf line6usb-0.8.1.tar.bz2
cd line6usb-0.8.1
make install

This will compile the driver and install it in the module directory, so the
driver should be loaded automatically as soon as the Line6 device is connected.
If it doesn't, you can load it manually with

modprobe line6usb

You need root privileges to install and manually load the driver.