tar -xpvzf <tar-file-name>
This creates under the current directory the directory having the same name as the <tar-file-name> file, but without the .tar.gz suffix and extracts all files into it.
Example:
tar -xpvzf
HSFLinuxV40600.tar.gz
creates the HSFLinuxV40600 directory and extract modem driver files into it.
Example:
cd HSFLinuxV40600
HSF Linux modem driver contains support for several countries/regions.
Currently Linux modem driver has support for the following countries/regions:
Country/Region |
T.35 code (hexadecimal) |
Australia |
09 |
Austria |
0A |
Belgium |
0F |
Canada |
20 |
China |
26 |
Czech |
2E |
Denmark |
31 |
Finland |
3C |
France |
3D |
Germany |
42 |
Greece |
46 |
Hong Kong |
50 |
Hungary |
51 |
Iceland |
52 |
India |
53 |
Indonesia |
54 |
Ireland |
57 |
Israel |
58 |
Italy |
59 |
Japan |
00 |
Korea |
61 |
Luxembourg |
69 |
Malaysia |
6C |
Mexico |
73 |
Netherlands |
7B |
New Zealand |
7E |
Norway |
82 |
Philippines |
89 |
Portugal |
8B |
Singapore |
9C |
South
Africa |
9F |
Spain |
A0 |
Sweden |
A5 |
Switzerland |
A6 |
Taiwan |
FE |
Thailand |
A9 |
UK |
B4 |
USA |
B5 |
The default country is set to USA.
To change country/region before modem installation (just before the first install) run from the directory to where modem driver package was extracted
perl hsf_linstall.pl -c <country name/country
id>
To get the help message use
perl hsf_linstall.pl -h