Buscador
YoReparo.com La Web 

Regístrate gratis para participar de los foros, o si ya estás registrado haz login.

instalar modem conexant en mandriva

comentario del autor Sab Mar 25, 2006 12:51 am
   
hola amigos sera que me pueden a ayudar a instalar mi modem conexant pci en mandriva 2006 gracias...

lunytunes.masflow.inc

Reputación

asistió a la solución Sab Mar 25, 2006 1:16 am
   
Muy buena página para empezar:
http://www.starlinux.net/staticpages/index.php?page=20020720161439985

http://www.geocities.com/oliverhrangel/conexant_rockwell.html


http://www.faqs.org/docs/Linux-HOWTO/Conexant+Rockwell-modem-HOWTO.html

Ahí está absolutamente todo, lo que si vas a tener que LEER muchísimo para sacarlo adelante. No debe ser complicado, pero sin apuro y leyendo toda la documentación que te dejé tenés grandes chances.

Saludos.

El-NoXa

Reputación

comentario del autor Sab Mar 25, 2006 1:54 am
   
pero como hago para descomprimir la carpeta si no doy la ubicacion hazme entender esa parte , que es ay donde no se.

lunytunes.masflow.inc

Reputación

asistió a la solución Sab Mar 25, 2006 2:02 am
   
Bajate el driver correspondiente.
Después me posteás acá que dice el README.TXT o INSTALL que suele incluir ese archivo del controlador.
Y tranquilo, LEE las webs que te dejé.

Otro tip más: aprovechá e imprimite el post importante del foro Linux con los COMANDOS BASICOS bajo Linux.

El-NoXa

Reputación

comentario del autor Sab Mar 25, 2006 2:07 am
   
AVANT D'INSTALLER :

Désinstaller les anciens drivers HSF manuellement ou avec "make uninstall" si vous utilisez une version tar de ce package.


INSTRUCTIONS CONCERNANT L'INSTALLATION :


METHODE TAR PACKAGE (*.tar.gz)


1. Décompactez le package avec "tar -xzf hsflinmodem-<version>.tar.gz"

2. Placez vous dans le dossier du package avec "cd hsflinmodem-<version>"

3. Lancez "make install" à partir de la racine du dossier du package.

4. Lancez "hsfconfig" pour compléter l'installation et configurer le modem.


APRES L'INSTALLATION :

Si une erreur survient pendant l'installation, voir la section 'BUGS' et 'RAPPORT DE PROBLEMES' ci-dessous.

Une fois que le modem est installé et configuré, vous pouvez y accéder sur /dev/ttyHSF0 ou /dev/cuaHSF0 (call-out device).
De plus, vous pouvez l'utiliser avec le lien symbolique /dev/modem (équivalent à /dev/ttyHSF0).

Vérifiez les permissions d'accès sur le device avec "ls -l".

La commande "hsfconfig" peut être utilisée pour changer les options de configuration ou
recompiler les modules après l'installation du package.

Lancez "hsfconfig --help" pour obtenir une aide.


CHANGER LE PARAMETRE COUNTRY (PAYS) :

Avec "hsfconfig --country" vous pouvez sélectionner un autre pays supporté par le modem.


DECHARGER MANUELLEMENT LE DRIVER :

Le driver du modem peut-être déchargé de la mémoire en utilisant la commande "hsfstop".


DESINSTALLER LE DRIVER :

Si vous souhaitez désinstaller le driver HSF de votre système, placez vous dans le dossier
où vous avez décompacter le package puis tapez "make uninstall"
.


RAPPORT DE PROBLEMES :

Pour plus d'informations : savlinux@olitec.com

Inclure le résultat de "hsfconfig --dumpdiag" dans votre rapport faciliterais grandement la résolution des problèmes.

lunytunes.masflow.inc

Reputación

comentario del autor Sab Mar 25, 2006 2:11 am
   
BEFORE INSTALLING

Remove any old HCF modem drivers, either manually or by
running "rpm -e hcfpcimodem" ("rpm -e hcfusbmodem" for the USB version)
or "make uninstall" if using the RPM or tar versions of this
package respectively.

Note: if you had an older version of this package, it might have been
installed under the previous "hcflinmodem" name. In that case,
run "rpm -e hcflinmodem" (or "make uninstall" in the *old* package tree).


INSTALLATION INSTRUCTIONS

If your Linux distribution supports the RPM Package Manager,
it is easiest to install the binary RPM package with METHOD A.
If your system is based on Debian (DPKG), METHOD B is for you.
METHOD C is for distributions without RPM or DPKG support,
or those who prefer not to use packages.

If you obtained the driver as a ".zip" file, extract it
first with "unzip <filename>.zip".


METHOD A: BINARY RPM PACKAGE (*.{arch}.rpm)

If you have obtained the driver package in RPM format:

1. install the rpm with "rpm -i hcfpcimodem-{version}.{arch}.rpm"
("rpm -i hcfusbmodem-{version}.{arch}.rpm" for the USB version)

2. if necessary, run "hcfpciconfig" ("hcfusbconfig" for the USB version)
to complete the installation, enter license information, or to change your
modem's configuration.

If you need to rebuild the binary RPM from source, you
can get the TAR package and run: "rpmbuild -tb hcf*modem-{version}.tar.gz"
(if rpmbuild is not found, you might have to install the rpm-build
package or if you have an older RPM version, try "rpm --rebuild ...")


METHOD B: DEBIAN PACKAGE (*.deb)

If you have obtained the driver package in DEBIAN format:

1. install the package with "dpkg -i hcfpcimodem_{version}_{arch}.deb",
("dpkg -i hcfusbmodem_{version}_{arch}.deb" for the USB version)
if apt-get or some other tool hasn't already done it for you.

2. if necessary, run "hcfpciconfig" ("hcfusbconfig" for the USB version)
to complete the installation, enter license information, or to change your
modem's configuration.

If you need to rebuild the Debian package from source, you can get
the TAR package, and from the top directory run: "make debdist"


METHOD C: TAR PACKAGE (*.tar.gz)

If you have obtained the driver package in tar format:

1. extract the package with "tar -xzf hcfpcimodem-{version}.tar.gz"
("tar -xzf hcfusbmodem-{version}.tar.gz" for the USB version)

2. change to the package directory with "cd hcfpcimodem-{version}"
("cd hcfusbmodem-{version}" for the USB version)

3. run "make install" from the top of the package directory.

4. run "hcfpciconfig" ("hcfusbconfig" for the USB version) to complete
the installation and configure your modem.

(Alternatively to this whole procedure you may generate RPMS from the tar
package using rpmbuild -ta hcf{pci|usb}modem-{version}.tar.gz")


AFTER INSTALLATION

If an error occurred during installation, please see the sections 'BUGS'
and 'REPORTING PROBLEMS' below.

Once the modem is installed and configured, you may access it
as /dev/ttySHCF0 (or ttySHCFUSB0 for the USB version).
Additionally, you can use it via the symbolic link /dev/modem
(equivalent to ttySHCF0 / ttySHCFUSB0). If you have more than one HCF
modem, the second will be available as /dev/ttySHCF1, the third
as /dev/ttySHCF2 and so forth.

Please review the permissions on the device nodes with "ls -l" to ensure
that they are adequate for your system.

The "hcfpciconfig" command ("hcfusbconfig" for the USB version) can be used
to change certain modem configuration options or recompile (generic packages
only) the kernel modules after installation. Run "hcfpciconfig --help"
("hcfusbconfig --help" for the USB version) for usage information.


LICENSE KEYS / REGISTRATION

To enable your modem's full functionality (high-speed 56k data and FAX),
a license registration key must be obtained from Linuxant and entered with
"hcfpciconfig --license" ("hcfusbconfig --license" for the USB version).

Without a proper license key, the modem can only operate in FREE mode,
limited to a maximum speed of 14.4Kbps (V.32bis) and the FAX
functionality will not be available.


CHANGING REGIONAL SETTINGS

With "hcfpciconfig --region" ("hcfusbconfig --region" for the USB version)
you may select another region (country) supported by your modem.


MANUALLY UNLOADING THE DRIVERS

The modem drivers can be manually unloaded using the "hcfpcistop"
("hcfusbstop" for the USB version) command.


USING ALTERNATIVE VENDOR AND DEVICE IDS

If your modem uses a chipset supported by the drivers but isn't
recognized by the driver, please contact modem.support@linuxant.com.


DOCUMENTATION

See the included document 100498D_RM_HxF_Released.pdf (viewable with
Adobe Acrobat reader or other PDF readers).


REMOVING THE DRIVER

If for any reason you wish to un-install the HCF drivers from your
system, the proper way to proceed depends on how they were initially
installed.

If you used an RPM installation method, execute "rpm -e hcfpcimodem"
("rpm -e hcfusbmodem" for the USB version) to remove the package.
If you used the DEBIAN package method, run "dpkg -r hcfpcimodem"
("dpkg -r hcfusbmodem" for the USB version).
If you used the tar method, change your current directory to where
you extracted the archive, and execute "make uninstall"


MORE INFORMATION AND HELP

If you require license keys, assistance or need more information, go to:
http://www.linuxant.com

Conexant Systems neither distributes nor maintains this package.
PLEASE DO NOT CONTACT CONEXANT REGARDING THIS SOFTWARE!!!


BUGS

A list of currently known problems is included in the file "BUGS".


BAD CONNECTIONS

If you experience sudden disconnects or bad connections, please check
the last call status information, which can be obtained with the
AT#UG command or "cat /proc/driver/hcf/0/lastcallstatus".
Alternatively the driver can be configured to automatically log
this data upon carrier loss by adding the "loglastcallstatus=1" parameter
to the "options hcfserial" line in /etc/modules.conf or /etc/modprobe.conf.


REPORTING PROBLEMS

Additional problem reports or patches may be sent to:
modem.support@linuxant.com

Enclosing the output of "hcfpciconfig --dumpdiag"
("hcfusbconfig --dumpdiag" for the USB version) and the last call status
information if pertinent (see above) in your report can greatly
facilitate problem resolution.

lunytunes.masflow.inc

Reputación

asistió a la solución Sab Mar 25, 2006 2:23 am
   
Juajua...justo en francés me lo posteaste, voy a hacer lo posible por ayudarte lo mejor que pueda.

1- Bajaste el driver.
2- Tenés que descomprimirlo.
Abrís una consola (konsole se llama en KDE) y te logueás como root en lo posible. Vas hasta el directorio donde está el driver y lo descomprimís:
Código:# tar -xzf hsflinmodem-<version>.tar.gz
3- Te vas hasta ese directorio:
Código:# cd hsflinmodem-*
4- Ejecutás
Código:# make install
5- Luego en la misma consola y también como root corrés el comando:
Código:# hsfconfig

Después dice el texto:
"Una vez que su modem está instalado y configurado tenés que acceder al dispositivo /dev/ttyHSF0 o /dev/cuaHSF0".
Posteriormente tenés que CREARLE el enlace simbólico:
Código:# ln -s /dev/ttyHSF0 /dev/modem


Por último te sugiero ejecutar también como root éste comando:
Código:# hsfconfig --country

Listo, con eso ya deberás tener tu modem vivito y coleando, solo falta que ejecutes kppp en KDE y listo.
Botón derecho sobre el escritorio ---- ejecutar comando ---- kppp
Acá debés cargar TODOS los datos de tu proveedor de internet y cuando elijas el dispositivo de tu modem tenés que seleccionar la pestaña /dev/modem
El resto sale configurado por lógica.Wink

Me costó un poco traducir del francés....¿en inglés no venía el readme?.

Te dejo imágenes que te pueden guiar con kppp.
http://images.google.com.ar/images?q=kppp&hl=es&btnG=B%C3%BAsqueda+de+im%C3%A1genes

El-NoXa

Reputación

comentario del autor Sab Mar 25, 2006 3:08 am
   
bueno te dire como me fue bracias noxa...ah oye tengo otro error aparte del de kfile es que cuando se apaga falla el comando STOPING NFS LOCKING

lunytunes.masflow.inc

Reputación

asistió a la solución Sab Mar 25, 2006 12:51 pm
   
lunytunes.masflow.inc escribió:bueno te dire como me fue bracias noxa...ah oye tengo otro error aparte del de kfile es que cuando se apaga falla el comando STOPING NFS LOCKING

Si, algo estuve leyendo y me parece que es un BUG de Mandriva que aún no ha podido solucionar.
Fijate si en el directorio /etc/init.d/ tenés un archivo de color verde o parecido llamado nfslock. Si lo encontrás ejecutá en una terminal como root:
Código:# chmod -x nfslock

Otro modo es ir a Sistema y a la parte de su panel de control para buscar algo llamado SERVICIOS, ahí DESHABILITA NFS o servicio similar.
Si encontrás otros servicios que se te carguen al inicio posteámelos acá y los vemos. Así ganás recursos y lográs un arranque más rápido.Wink

Salux.

El-NoXa

Reputación

comentario del autor Sab Mar 25, 2006 1:25 pm
   
hola noxa gracias de nuevo, mira en la instalacion del modem quede en el paso numero 5... todo iba rebien cuando termino de instalar quedo a lo ultimo en DONE sin prom y sin nada entonces le meti el comando hsfconfig y no me arrojaba nada..entonces segui y arroje este

# ln -s /dev/ttyHSF0 /dev/modem

me dijo que el fichero si existe pero nose no quiso abrir el hsf config como hago..gracias de nuevo

lunytunes.masflow.inc

Reputación

comentario del autor Sab Mar 25, 2006 4:24 pm
   
ya instala se me olvidaba que mi modem es hcf y no hsf..bueno eso lo cuadre en la instalacion del hcf modem le doy

# hcfpciconfig

bueno hace lo que tiene que hacer y mire vien lo que me arrojo : me dice

Trying to automatically build the driver modules...

(This requires a C compiler and proper kernel sources to be installed)

please install the kernel- source-2.6-2.6-12-12 mdk package.
you can install it with the "urpmi kernel-source -2.3-2.3.12-12 mdk command.

where is the linux source build directory that matches your running kernel? [/usr/src/linux]y -YO LE DIJE YES-

me arrojo lo siguiente:

warning:missin fle y/include/linux/autoconf.h etc




luego termino sesion de root inicio la KDE y pruebo el kppp

checo el modem y me aparece el modem esta ocupado, revisando sus valores en configurar no se que hacer...

lunytunes.masflow.inc

Reputación

asistió a la solución Sab Mar 25, 2006 5:00 pm
   
lunytunes.masflow.inc escribió:please install the kernel- source-2.6-2.6-12-12 mdk package.
you can install it with the "urpmi kernel-source -2.3-2.3.12-12 mdk command.


Te está faltando de instalar el paquete Kernel-source.
Buscalo en los cds de instalación y luego instalalo.
Código:# rpm -i kernel-source-*
O hacele doble click de ratón al archivo como root.....creo que Mandriva los instala como si fuera Windows...... Rolling Eyes

Si te falla de nuevo, empezá con el comando hcfpciconfig de cero nuevamente.

Y seguí así, ya falta poco.Wink

El-NoXa

Reputación

comentario del autor Sab Mar 25, 2006 5:07 pm
   
listo gracias noxa de hecho el cd2 lo volvi a bajar lo estoy quemando porque la iso anterior me habia quedado mal y ya quedo bien bajandola de nuevo la mire en mds y concuerda..y de nuevo gracias

lunytunes.masflow.inc

Reputación

comentario del autor Sab Mar 25, 2006 10:13 pm
   
nooooooooooooooooooooahora es lo siguiente:

trying to automatically buid the driver modules...
(this requires a C compiler and prper kernel sources to be intalled)
mandriva 2006.0 linux -2.6.12-12mdk i686

dice que falta algo en /lib/modules/2.6.12-12mdk/build

where is the linux source build directory that matches ypur running kernel?
[/lib/modules/2.6.12-12mdk/build]


oye otra cosa en el inicio donde aparece windows y linux aparece tambien la instalacion del tal kernel-source -2.6 es cuando inicia como hago para quitar esa mierda del inicio..y gracias nuevamente

lunytunes.masflow.inc

Reputación

asistió a la solución Dom Mar 26, 2006 12:35 am
   
Cita:oye otra cosa en el inicio donde aparece windows y linux aparece tambien la instalacion del tal kernel-source -2.6 es cuando inicia como hago para quitar esa mierda del inicio..y gracias nuevamente

Edita el archivo /etc/lilo.conf si tu cargador es LILO.

Raynor

Reputación

comentario del autor Dom Mar 26, 2006 1:48 am
   
osea que cualquier paquete que instale adicional me va a aparecer en el inicio? y que si selecciono cualquiera paquete del inicio me a llevar al mismo linux y que si modifico eso no hay proble?

lunytunes.masflow.inc

Reputación

comentario del autor Dom Mar 26, 2006 9:02 pm
   
esto es lo que hago y me aparece errores o que no se puede completar la instalacion por el Kernel:





To complete the installation and configuration of your modem,
please run "hcfpciconfig" (or "/usr/sbin/hcfpciconfig")
[root@localhost hcfpcimodem-1.10full]# hcfpciconfig
Conexant HCF controllerless PCI modem driver, version 1.10full

If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: Mandriva-2006.0 linux-2.6.12-12mdk i686

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.12-12mdk/build] y

WARNING: missing file y/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).

First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.

The Linux kernel can then be reconfigured by running "make menuconfig"
under the kernel source directory (usually /usr/src/linux).

Verify that the proper options for your system are selected.

Then compile and install your new kernel (for more information about
this procedure, see the README file under the kernel source directory),
reboot the system using the new kernel, and re-run "hcfpciconfig".
[root@localhost hcfpcimodem-1.10full]# hcfpciconfig --dumpdiag
Conexant HCF controllerless PCI modem driver, version 1.10full

If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

Probing "/dev/ttySHCF"...

Dumping system diagnostic information...

System diagnostic information has been saved to the file:

-rw-r--r-- 1 root root 77574 mar 26 14:40 /tmp/hcfdiag.txt

As it could contain private information about this system, we recommend that
you verify its contents before sending it to third parties.
[root@localhost hcfpcimodem-1.10full]# hcfpciconfig
Conexant HCF controllerless PCI modem driver, version 1.10full

If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: Mandriva-2006.0 linux-2.6.12-12mdk i686

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.12-12mdk/build] y

WARNING: missing file y/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).

First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.

The Linux kernel can then be reconfigured by running "make menuconfig"
under the kernel source directory (usually /usr/src/linux).

Verify that the proper options for your system are selected.

Then compile and install your new kernel (for more information about
this procedure, see the README file under the kernel source directory),
reboot the system using the new kernel, and re-run "hcfpciconfig".
[root@localhost hcfpcimodem-1.10full]# make menuconfig
make: *** No hay ninguna regla para construir el objetivo `menuconfig'. Alto.
[root@localhost hcfpcimodem-1.10full]# hcfpciconfig
Conexant HCF controllerless PCI modem driver, version 1.10full

If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: Mandriva-2006.0 linux-2.6.12-12mdk i686

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.12-12mdk/build] hcfpciconfig --dumpdiag

WARNING: missing file hcfpciconfig --dumpdiag/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).

First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.

The Linux kernel can then be reconfigured by running "make menuconfig"
under the kernel source directory (usually /usr/src/linux).

Verify that the proper options for your system are selected.

Then compile and install your new kernel (for more information about
this procedure, see the README file under the kernel source directory),
reboot the system using the new kernel, and re-run "hcfpciconfig".
[root@localhost hcfpcimodem-1.10full]#

lunytunes.masflow.inc

Reputación

comentario Lun Mar 27, 2006 12:04 am
   
Please y antes que nada, SACA esa imagen de la firma, atenta totalmente contra las sanas normas de los foros en el sentido que AFECTA sensiblemente la lectura de los posts.
Por favor te lo pido.

Instalaste o no las fuentes de tu kernel?. Hablo del paquete kernel-sources.

El-NoXa

Reputación

comentario del autor Lun Mar 27, 2006 1:40 am
   
si claro que la instale instale el kernel-source sino que me presenta otro error que no leistes la konsola que te mande, ay esta todo lo que hice....

lunytunes.masflow.inc

Reputación

comentario del autor Lun Mar 27, 2006 1:45 am
   
disculapme, se me olvidaba, sera que la puedo colocar pequeña como la tengo ahora

aqui esta el error:

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: Mandriva-2006.0 linux-2.6.12-12mdk i686

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.12-12mdk/build] y

WARNING: missing file y/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).

First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.

The Linux kernel can then be reconfigured by running "make menuconfig"
under the kernel source directory (usually /usr/src/linux).

lunytunes.masflow.inc

Reputación

asistió a la solución Lun Mar 27, 2006 2:24 pm
   
Fijate que carpetas tenés dentro de tu directorio /usr/src.
Es probable que te esté faltando crear el enlace simbólico, por ejemplo:
Código:# cd /usr/src
# ln -s 2.6.12-12mdk /usr/src/linux

Esto es solo un ejemplo, vos mostrame exactamente que carpetas hay dentro de esa ubicación (/usr/src).

El tema es que te puede estar pidiendo re-compilar el kernel y eso ya es mucho quilombo.... Rolling Eyes

El-NoXa

Reputación

comentario del autor Lun Mar 27, 2006 2:44 pm
   
mira las carpetas que tengo son:

1. Linux
2. linux-2.6.12-12mdk
3. RPM

lunytunes.masflow.inc

Reputación

asistió a la solución Lun Mar 27, 2006 4:10 pm
   
Ok, si tenés esos archivos dentro del directorio del kernel te sugiero empezar todo el proceso de instalación del driver de cero.

1- Bajaste el driver.
2- Tenés que descomprimirlo.
Abrís una consola (konsole se llama en KDE) y te logueás como root en lo posible. Vas hasta el directorio donde está el driver y lo descomprimís:
Código:# tar -xzf hsflinmodem-<version>.tar.gz

3- Te vas hasta ese directorio:
# cd hsflinmodem-*

4- Ejecutás
# make install

5- Luego en la misma consola y también como root corrés el comando:
# hsfconfig


Vamos a ver que errores te presenta ahora.
Quiero además que me digas que te dice éste comando:
Código:# tail -f /var/log/messages

El-NoXa

Reputación

comentario del autor Lun Mar 27, 2006 6:10 pm
   
ya hice ,al menos que elimine el archivo descomprimido ,eso pero me aparece la misma chingada

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: Mandriva-2006.0 linux-2.6.12-12mdk i686

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.12-12mdk/build] y

lunytunes.masflow.inc

Reputación

asistió a la solución Lun Mar 27, 2006 6:20 pm
   
http://www.linuxant.com/drivers/hcf/full/archive/hcfpcimodem-1.10full/hcfpcimodem-1.10full_k2.6.12_12mdk-1mdk.i586.rpm.zip
Bajate ese driver para tu kernel, pero primero hacés ésto.

Entrá a la carpeta hsflinmodem-* que no se donde la tendrás. Abrí una terminal dentro y ejecutá:
Código:# make uninstall && make clean
Posteriormente instalá el archivo .rpm que te dejé que es para tu versión del kernel.

Y acá está todo bien explicadito.Wink Y me parece que te habías equivocado en la elección del driver.....


Saludos.

El-NoXa

Reputación

comentario del autor Lun Mar 27, 2006 6:44 pm
   
listo todo bien hermano...probare a ver luego te cuento como me fue

lunytunes.masflow.inc

Reputación

comentario del autor Lun Mar 27, 2006 7:31 pm
   
LISTO HERMANO YA ME APARECE MARCANDO PERO cuando acede al sonido de conexion con la empresa de comunicacion vuelve y reinicia al marcado....sera configuracion del kppp..ayudame en esta ultima para valorarte y cerrar el caso...de ante mano gracias

lunytunes.masflow.inc

Reputación

asistió a la solución Lun Mar 27, 2006 9:55 pm
   
Si ya pudiste instalar correctamente el driver decime que te dice cuando lo DIAGNOSTICAS en kppp.
Fijate que cuando lo configurás a kppp, te dá esa opción de DIAGNOSTICAR el modem, lo hacés y como resultado te tira los comandos Hayes que soporta.
Y ojo eh? En kppp el dispositivo del modem se llama /dev/modem.


Y no cierres el tema si NO lo pudiste solucionar. Estamos cerca, así que no desesperes.
También mostrame que te dice el comando:
Código:# tail -f /var/log/messages


Saludos.

El-NoXa

Reputación

comentario del autor Mar Mar 28, 2006 3:45 pm
   
nada amigo noxa , no me conecta suena marcando "tiene tono y todo, ya revise lo que me dijistes de los comando y sale todo bien revise el modem y aparece preparando el modem luego carga y aparecen los comandos, el comando que muestra el reinicio de la marcacion es un tal busy que significa respuesta ocupado, pense que era depronto la linea telefonico, asi que coloque otro numero telefonico y pasa lo mismo "Marcando" y ya casi pasa conectando ala red y vuelve otra vez a marcando y de ay no pasa....ya quedo bien pero creo que es configuracion del kppp yo seleccione una vaina que dice CR/LF algo asi esta bien eso o que ay otra que es chap/pap no recuerdo bien , pero probe con cada una de ellas y sigue lo mismo

lunytunes.masflow.inc

Reputación

asistió a la solución Mar Mar 28, 2006 4:19 pm
   
Si después de haber hecho todo eso y el modem diagnosticado te dá bien ya no me quedan ideas por donde buscar.
Ejecutá por lo pronto el comando:
Código:# hcfpciconfig --dumpdiag

El-NoXa

Reputación



Hacer una pregunta

Boletín de Noticias

Reciba noticias de tecnología, tips de reparación y ofertas exclusivas.



Reglamento / P+F

Foros

Miembros / Expertos