Aunque son drivers privativos, si tenemos un modem y queremos sacarle el jugo a linux necesitamos internet.
1 bajate todo lo necesario
http://www.megaupload.com/?d=81JQQ7EQ
contiene:
a) hsfmodem.tar.gz copialo a /usr/src/mymodem
b) hsfpatch |(copiarlo a /usr/lib/hsfmodem,
despues,instalar el modem primero)
c) generator.pl |(copiarlo a /root)
2 instala los kernel headers
# uname -r // esto te da la version del kernel que usas
2.6.18-4-686
# apt-get install linux-headers-2.6.18-4-686
3 Instalación
#cd /usr/src/mymodem
#tar -zxvf hsfmodem.tar.gz
# cd hsfmodem
# make install
# hsfconfig
Cuando pregunte country? USA
Cuando pregunte email ?tux@kernel.org
Cuando pregunte key? presionar enter
modem instalado
ejecutando
# hsfconfig --info nos muestra
Config for modem unit 0: /dev/ttySHSF0
.....
Registration ID: 641B-0FE4-22E8
License owner : tux@kernel.org
License key : Free
License status : Free (14.4 kbps)
Current region : USA (T.35 code: 0085)
------------------------------------------------
Ya lo tenemos instalado
4 Patchear
copiar hsfpatch a /usr/lib/hsfmodem
#cd /usr/lib/hsfmodem
Ejecuta el patch
# chmod a+x hsfpatch
#./hsfpatch
driver patcheado
5 Generar la clave
Ahora tenemos que generar una clave para liberar la licencia
cd /root
# chmod a+x generator.pl
#./generator.pl License owner Registration ID
Ej #./generator.pl tux@kernel.org 641B-0FE4-22E8 //esto te muestra en hsfconfig --info
key 4F-A7-BE-8A-DD-DA, ahora ya puedes sonreir
6 Liberar la licencia
Primero intenta esto
#hsfconfig --license
introduce email : tux@kernel.org
introduce License key : 4FA7-BE8A-DDDA (reemplazalo con el tuyo)
ejecutando
# hsfconfig --info nos deberia muestrar
Device instance: 0-PCI-14f1:2015-14f1:2015
....
Registration ID: 641B-0FE4-22E8
License owner : tux@kernel.org
License key : 4F-A7-BE-8A-DD-DA
License status : OK
Current region : USA (T.35 code: 0085)
ahora cambia de region
#hsfconfig --region
cuando pregunte [USA]? bo (deja en USA sino te da problemas)
7 Si aun no se libera
Si el estatus te sigue mostrando
License status : Free (14.4 kbps)
haz esto
#hsfconfig
#cuando te pregunte si quieres usar los modulos antiguos, selecciona NO
#xyz/build ; presiona enter
empieza a compilar nuevos modulos
...
Registration ID: 641B-0FE4-22E8
cuando pregunte? escribe "usa" (puede que no pregunte)
cuando pregunte email , tux@kernel.org y debes generar una clave (Paso-3) con el email y el Registration ID e introducirlo.
Y listo ya deberia funcionar
NOTA:
Si no puedes descargar el software de megaupload, instalate el add-on megaupload SX para iceweasel/firefox
