Regístrate gratis para participar de los foros, o si ya estás registrado haz login.
| comentario del autor | Sab Mar 25, 2006 12:51 am | |
|
|
||
| asistió a la solución | Sab Mar 25, 2006 1:16 am | |
|
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. |
||
| comentario del autor | Sab Mar 25, 2006 1:54 am | |
|
|
||
| asistió a la solución | Sab Mar 25, 2006 2:02 am | |
|
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. |
||
| comentario del autor | Sab Mar 25, 2006 2:07 am | |
|
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. |
||
| comentario del autor | Sab Mar 25, 2006 2:11 am | |
|
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. |
||
| asistió a la solución | Sab Mar 25, 2006 2:23 am | |
|
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. 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 |
||
| comentario del autor | Sab Mar 25, 2006 3:08 am | |
|
|
||
| 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. Salux. |
||
| comentario del autor | Sab Mar 25, 2006 1:25 pm | |
|
# 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 |
||
| comentario del autor | Sab Mar 25, 2006 4:24 pm | |
|
# 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... |
||
| 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. 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...... Si te falla de nuevo, empezá con el comando hcfpciconfig de cero nuevamente. Y seguí así, ya falta poco. |
||
| comentario del autor | Sab Mar 25, 2006 5:07 pm | |
|
|
||
| comentario del autor | Sab Mar 25, 2006 10:13 pm | |
|
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 |
||
| 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. |
||
| comentario del autor | Dom Mar 26, 2006 1:48 am | |
|
|
||
| comentario del autor | Dom Mar 26, 2006 9:02 pm | |
|
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]# |
||
| comentario | Lun Mar 27, 2006 12:04 am | |
|
Por favor te lo pido. Instalaste o no las fuentes de tu kernel?. Hablo del paquete kernel-sources. |
||
| comentario del autor | Lun Mar 27, 2006 1:40 am | |
|
|
||
| comentario del autor | Lun Mar 27, 2006 1:45 am | |
|
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). |
||
| asistió a la solución | Lun Mar 27, 2006 2:24 pm | |
|
Es probable que te esté faltando crear el enlace simbólico, por ejemplo: Código:# cd /usr/src
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.... |
||
| comentario del autor | Lun Mar 27, 2006 2:44 pm | |
|
1. Linux 2. linux-2.6.12-12mdk 3. RPM |
||
| asistió a la solución | Lun Mar 27, 2006 4:10 pm | |
|
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
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
|
||
| comentario del autor | Lun Mar 27, 2006 6:10 pm | |
|
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 |
||
| asistió a la solución | Lun Mar 27, 2006 6:20 pm | |
|
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. Saludos. |
||
| comentario del autor | Lun Mar 27, 2006 6:44 pm | |
|
|
||
| comentario del autor | Lun Mar 27, 2006 7:31 pm | |
|
|
||
| asistió a la solución | Lun Mar 27, 2006 9:55 pm | |
|
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. |
||
| comentario del autor | Mar Mar 28, 2006 3:45 pm | |
|
|
||
| asistió a la solución | Mar Mar 28, 2006 4:19 pm | |
|
Ejecutá por lo pronto el comando: Código:# hcfpciconfig --dumpdiag
|
||