Aby to nebolo komplikovane, ten subor otvor v archive manageri. Nasledne ho rozbal niekam.
Otvor si terminal a chod do adresara kde si to rozbalil.
A potom uz ako je to na stranke:
How to install
If you have an earlier version installed, de-installation is recommended ("make uninstall"). Several file locations changed in 1.1.0 and after, old ones might be orphaned if not taken care of.
Important: you need "tcl" for the wrapper script to work; if you enter "tclsh" and you get a "%" prompt, you are set (to exit enter "exit"). The "tcl" package is part of all distributions I know.
Unpack the source file of the program (who might have thought!). In the newly created directory run as root or superuser:
# make install
This installs the wrapper script for udev, a config file, the man page and the freshly compiled binary.
Now do the same for the data package. It will install the config files in /etc/usb_modeswitch.d and the udev rule file in /lib/udev/rules.d.
You are set already; if your device is known, you should be able to just plug it and use it. If it doesn't work right away we'll find out why.
For manual use just install the program. Work with the command line interface or with the original setup reference file. To do the latter you put "usb-modeswitch.setup" into "/etc" and edit it according to your hardware. It's heavily commented and should tell you what to do.
The setup file can have any name and place; just tell usb_modeswitch how to find it with the -c parameter.
Manual use is intended for testing and analyzing. See next paragraph.