
NUEVO BLOG YoReparo!
Videos del Asado YoReparo 2008
Regístrate gratis para participar de los foros, o si ya estás registrado haz login.
| comentario del autor | Mar Mar 28, 2006 6:29 pm | |
|
COMO CONFIGURAR KPPP Cabe decir que un paso previo a la configuración de kppp es la correcta configuración de pppd, el daemon estándar de Linux para conexiones PPP, y que funciona en modo texto. Esta configuración previa sirve principalmente para saber si nuestro modem funciona perfectamente así como comprobar que nuestro sistema es capaz de realizar una conexión ppp estándar, un paso indispensable antes de tratar de realizar conexiones con pppd (que internamente usa a pppd). Para realizar esta configuración inicial puede consultar cualquier howto de pppd, man pppd o cualquier artículo sobre el tema, como el Artículo en castellano "Conexión a Internet en Linux", disponible en http://www.ctv.es/USERS/sromero (seccion Articulos, revista Sólo Linux, artículo 1). Siga los pasos allí detallados y tal vez cuando descubra la potencia de pppd incluso no le haga falta ya el uso de kppp (el autor lleva 2 años usando pppd sin ninguna queja Una vez sepamos que nuestro modem no es un winmodem (es decir, un modem al cual le faltan circuitos y que es simulado por software, con drivers programados exclusivamente por parte de los fabricantes para Windows, que consumen CPU para realizar la demodulación, y que no funcionan en los demás S.Operativos), podemos instalar kppp. Tras la instalación de kppp (ya sea desde tar.gz o bien al estar incluido en el paquete kde-network del escritorio KDE), al ejecutar éste mediante el comando kppp normalmente nos aparecerá un error indicando que pppd no está correctamente instalado en el sistema. Esto es así porque para que un usuario tenga permiso de uso del modem (un recurso hardware) tenemos que hacer a kppp y pppd programas propios del usuario root, y activarles el BIT SETUID, el cual dota al usuario que ejecuta el programa los permisos del propietario. Esto haria que cuando un usuario ejecute pppd o kppp, tenga los mismos permisos para este programa que el propio root, y pueda así usar el modem. Esto se hace mediante chown y chmod. Lo primero que debemos hacer es localizar kppp y pppd en nuestro árbol de directorios: > locate ppp | grep bin /usr/bin/kppp /usr/sbin/pppd Acto seguido, los hacemos propiedad de root y les activamos el bit SUID (ejecutando lo siguiente como root, y recordando que el path de los ejecutables en su sistema puede ser diferente al mio): > chown root.root /usr/bin/kppp > chown root.root /usr/sbin/pppd > chmod a+s /usr/bin/kppp > chmod a+s /usr/sbin/pppd Finalmente, debemos realizar lo siguiente para que kppp no se queje de que hay opciones no necesarias o incorrectas en los archivo de configuracion de pppd: > mv /etc/ppp/options /etc/ppp/options.bak > touch /etc/ppp/options ________________________________________ OPCIONES DE KPPP Una vez ejecutado kppp sin quejas por parte del programa, y antes de crear la nueva conexión, pasamos a configurar el dispositivo del modem en sí mismo (en las pestañas de CONFIGURACION). Voy a comentar aquí las opciones más comunes y el valor que se debe poner en cada una de ellas para que funcione correctamente para conexiones estándar, si no funciona, realice algunas pruebas con parámetros adecuados a su hardware. Dispositivo Serie - Dispositivo del modem: Aqui debe poner el dispositivo que representa a su modem, desde /dev/ttyS0 (COM1) hasta /dev/ttyS3 (COM4). También puede especificar /dev/modem si creó el correspondiente enlace de este dispositivo al que use (consulte el artículo sobre pppd). - Control de flujo: Normalmente usará CRTSCTS. - Terminación de línea: Normalmente CR/LF aunque en algunos modems puede ser sólamente CR. - Velocidad de conexión: Esto NO representa la velocidad de conexión que desea SINO la velocidad de su puerto serie, de modo que debería dejar 115200 si su UART lo soporta o bajarlo a otras (57600) si su PC es antiguo (mirelo con setserial). - Usar bloqueo de fichero: Active está casilla de verificación. - TimeOut del modem: Representa el tiempo en segundos que se debe esperar antes de considerar que el intento de conexión ha fallado. Un valor normal es 120 segundos. Modem - Esperar por línea ocupada: Seleccione 0 segundos. - Volumen del modem: Seleccione el volumen deseado del modem. - Cadenas del modem: No necesita cambiar nada aquí a menos que su modem requiera alguna cadena de inicialización extra. - Consultar el modem: Si con el modem conectado esta opción le indica que el modem no responde, siga los pasos del artículo sobre configuración de Internet en Linux (ver inicio del texto) para configurar correctamente su modem. Cerciórese asimismo de que no es un winmodem (si es externo no lo es, si es interno ISA, casi seguro que tampoco, el problema estaría en internos PCI, pero consultelo en algún newsgroup o página web). ppp - Timeout del pppd: Es el tiempo que debe esperar pppd antes de considerar que una conexión es fallida. Introduzca un valor entre 30 y 60 segundos (o cualquier otro si tiene algún motivo). El resto de opciones del programa puede seleccionarlas a su gusto, pues no afectan a la conexión en sí misma. ________________________________________ OPCIONES DE CONEXIONES KPPP Una vez configurado el modem procederemos a configurar la conexión en sí misma en la pestaña CONEXIONES. Para ello le damos al botón NUEVA e introducimos los siguientes datos: Marcar - Configuración Marcado - Nombre de la conexión: Simplemente es el nombre que le daremos a la conexión, como por ejemplo ARRAKIS, CTV, etc... - Número de teléfono: El número del nodo de Internet con los prefijos necesarios. - Atentificación: Esto es importante, y depende del servidor. Inicialmente dejadlo como "MEDIANTE PAP", y si el servidor se niega a realizar la autentificación, entonces probad con otras opciones. - Guardar contraseña: Marcad esta casilla si quereis que kppp se acuerde de vuestra contraseña de acceso a dicha cuenta para no tener que introducirla cada vez que conecteis. Dado que el propio Linux ya tiene password y no creo que nadie entre en vuestra cuenta, podeis activarla con seguridad - Opciones de "EJECUTAR programa al...": Permiten que le digais qué programas quereis lanzar al realizar la conexión. Si por ejemplo deseais que kppp lance automáticamente varios programas (como netscape, kvirc y licq) cuando la conexión se active, ponedlos aquí como: netscape; kvirc; licq También podeis especificar programas para que se ejecuten para el cierre de la conexión. Yo personalmente tengo en estas 2 casillas llamadas a mi programa (hecho por mi) para la gestión del gasto telefónico. - Editar opciones del pppd: Pinchad en esta opción y eliminad todas las opciones que aparezcan en el cuadro de diálogo, introduciendo sólo la opción debug (añadir). Dirección IP - Dirección IP asignada por el servidor: Si tu ISP te da una IP distinta en cada conexión (IP dinámica, lo más habitual si no pagas por lo contrario), marca esta casilla, y deja sin marcar las demas casillas de este cuadro de diálogo. Servidor de nombres - Nombre de dominio: Aquí puedes incluir tu nombre de dominio (o dejarlo en blanco normalmente). - Direcciones IP de los servidores de nombres: Aquí debes añadir las 2 direcciones IP de lás máquinas servidoras de nombres (DNS) de tu proveedor de Internet. Las DNS son las máquinas que convierten los nombres de internet (www.loquesea.com) en direcciones IP (129.234..) que es lo único que realmente entiende tcp/ip. Añade las (normalmente 2) dnss aqui, como por ejemplo para arrakis 195.5.64.2 y 195.5.64.6 ... (cambian para cada proveedor). Asegurate de tener vacio el fichero /etc/resolv.conf o de activar la opción de "Deshabilitar servidores de nombres existentes durante la conexión". Puerta de enlace - Puerta de enlace por defecto: Activa esta opción si tu conexión a Internet es directa vía modem, pero no a través de otra máquina por red. - Puerta de enlace asignada por el usuario: Esta opción es para aquellos que acceden a Internet a través de una red. Aquí debe ponerse la dirección del ordenador pasarela o gateway. Si usas un modem, no actives esta casilla. - Activar la ruta por defecto hacia este enlace: Marca esta casilla. Script de conexion Mediante la caja de opciones y el botón añadir, añade las siguientes opciones en el siguiente orden: EXPECT ID SEND PASSWORD SEND PAUSE SEND Esto le dice al modem paso por paso lo que tiene que hacer para realizar la conexión (1= esperar, 2 = enviar ID, etc.). Finalmente, en la ventana principal ponemos los siguientes datos: - Usuario: Usuario de la conexión. Según el proveedor de Internet, puede ser usuario@proveedor o simplemente usuario, como por ejemplo: juanperez o juanperez@arrakis . - Password: Su clave de conexión. - Mostrar ventana del log: Muestra información de lo que hace en todo momento kppp así como el modem. Ideal para nuestros primeros intentos de conexión. Cuando el programa conecte correctamente ya podemos desactivarlo para todas las futuras conexiones. |
||
| asistió a la solución | Mar Mar 28, 2006 7:35 pm | |
|
2- Después ejecutás éste comando: Código:# ln -s /dev/ttyHSF0 /dev/modem
3- Ejecutar: Código:# hcfpciconfig --region
4- Configurar correctamente kppp y CONSULTAR al modem. 5- Obtener los mensajes de los comandos: Código:# tail -f /var/log/messages
Código:# lspci
Otra cosa que quiero que mires en el directorio /dev es como se llama exactamente el dispositivo tty. Si ttySHCF0 o ttySHCF1 o ttySHCF2, porque de él depende el enlace del modem. Saludos. |
||
| comentario del autor | Mar Mar 28, 2006 11:28 pm | |
|
ERROR-KPPP ¡El demonio PPPD murió de forma inesperada! Estado de salida 2 Vea "Man PPPD" Para más explicaciones sobre los errores de codigos o mire en las PF de KPPP en HTTP://developer.kde.org/´KPP/index.html Ayudame ya casi coronamos...... |
||
| asistió a la solución | Mar Mar 28, 2006 11:46 pm | |
lunytunes.masflow.inc escribió:ERROR-KPPP Y qué te dice si presionás DETALLE?. También podrías probar editar el archivo /etc/ppp/options y COMENTAR (#) la línea "auth", cambiarla por "# auth" Después re-intentar conectar. Y por favor..,....ejecutame éste comando, quiero ver si me guía en algo: Código:# tail -f /var/log/messages
|
||
| comentario del autor | Mie Mar 29, 2006 1:57 am | |
|
1. [root@localhost ~]# tail -f /var/log/messages To change, use "hcfpciconfig --region" or "AT+GCI=<T35code>" The current region can be displayed by entering "ATI9" in a terminal program. [root@localhost ~]# tail -f /var/log/messages Mar 28 18:01:02 localhost msec: changed group of /var/log/wtmp from utmp to adm Mar 28 18:01:02 localhost msec: changed mode of /var/log/cups/error_log from 644 to 640 Mar 28 18:01:02 localhost msec: changed mode of /var/log/Xorg.0.log from 644 to 640 Mar 28 18:01:02 localhost msec: changed group of /var/log/Xorg.0.log from root to adm Mar 28 18:01:02 localhost msec: changed mode of /var/log/cups/access_log from 644 to 640 Mar 28 18:01:02 localhost msec: changed mode of /dev from 1777 to 755 Mar 28 18:01:26 localhost kernel: ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 Mar 28 18:01:27 localhost kernel: ttySHCF0 at I/O 0x1420 (irq = 11) is a Conexant HCF controllerless PCI modem (PCI-14f1:1033-1092:0abe) Mar 28 18:01:52 localhost kernel: ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 Mar 28 18:01:53 localhost kernel: ttySHCF0 at I/O 0x1420 (irq = 11) is a Conexant HCF controllerless PCI modem (PCI-14f1:1033-1092:0abe) Mar 28 18:05:00 localhost CROND[5274]: (mail) CMD (/usr/bin/python -S /usr/lib/mailman/cron/gate_news) no aparecia el prom y "no siguio y me mame de esperar y lo corte" 2. root@localhost ~]# lspci 00:00.0 Host bridge: Intel Corporation 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03) 00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02) 00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801AA IDE (rev 02) 00:1f.2 USB Controller: Intel Corporation 82801AA USB (rev 02) 00:1f.3 SMBus: Intel Corporation 82801AA SMBus (rev 02) 01:08.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller 01:0a.0 Communication controller: Conexant HCF 56k Data/Fax Modem (rev 0 01:0b.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 05) 01:0b.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 05) 3. [root@localhost ~]# 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 109760 mar 28 18:32 /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 ~]# |
||
| asistió a la solución | Mie Mar 29, 2006 2:27 pm | |
Código:# hcfpciconfig --info
Tu modem va a trabajar limitado porque tenés que PAGAR por su licencia, malditos Conexant. Y que te dice ésto: Código:# cat /tmp/hcfdiag.txt
|
||
| comentario del autor | Mie Mar 29, 2006 11:43 pm | |
|
1 CODIGO: # hcfpciconfig --info 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". Current parameters: ("hcfpciconfig --info") Config for modem unit 0: /dev/ttySHCF0 Device instance: 0-PCI-14f1:1033-1092:0abe HW revision : DP Part '74' Rev 'BA' Asic ID 0x85 HW profile name: hcfpciv90 Registration ID: 9A72-5DC1-3C5C License owner : unknown License key : FREE License status : FREE (max 14.4kbps data only) Current region : ARGENTINA (T.35 code: 0007) The /dev/modem alias (symlink) points to ttySHCF0 To enable full 56K modem and FAX functionality, enter your license information with "hcfpciconfig --license". License owner and key data must EXACTLY match the information respectively provided to and by Linuxant. Otherwise, license status will remain "FREE"! [root@localhost ~]# 2. CODIGO # cat /tmp/hcfdiag.txt [root@localhost ~]# cat /tmp/hcfdiag.txt net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_retries2 = 15 net.ipv4.tcp_retries1 = 3 net.ipv4.tcp_keepalive_intvl = 75 net.ipv4.tcp_keepalive_probes = 9 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.ipfrag_time = 30 net.ipv4.ip_dynaddr = 0 net.ipv4.ipfrag_low_thresh = 196608 net.ipv4.ipfrag_high_thresh = 262144 net.ipv4.tcp_max_tw_buckets = 16384 net.ipv4.tcp_max_orphans = 8192 net.ipv4.tcp_synack_retries = 5 net.ipv4.tcp_syn_retries = 5 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_autoconfig = 0 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_forward = 0 net.ipv4.tcp_retrans_collapse = 1 net.ipv4.tcp_sack = 1 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_timestamps = 1 net.core.somaxconn = 128 net.core.optmem_max = 10240 net.core.message_burst = 10 net.core.message_cost = 5 net.core.mod_cong = 290 net.core.lo_cong = 100 net.core.no_cong = 20 net.core.no_cong_thresh = 10 net.core.netdev_max_backlog = 300 net.core.dev_weight = 64 net.core.rmem_default = 110592 net.core.wmem_default = 110592 net.core.rmem_max = 110592 net.core.wmem_max = 110592 vm.swap_token_timeout = 0 vm.legacy_va_layout = 0 vm.vfs_cache_pressure = 100 vm.block_dump = 0 vm.laptop_mode = 0 vm.max_map_count = 65536 vm.min_free_kbytes = 1614 vm.lowmem_reserve_ratio = 256 32 vm.swappiness = 60 vm.nr_pdflush_threads = 2 vm.dirty_expire_centisecs = 3000 vm.dirty_writeback_centisecs = 500 vm.dirty_ratio = 40 vm.dirty_background_ratio = 10 vm.page-cluster = 3 vm.overcommit_ratio = 50 vm.overcommit_memory = 0 kernel.randomize_va_space = 1 kernel.bootloader_type = 2 kernel.unknown_nmi_panic = 0 kernel.ngroups_max = 65536 kernel.printk_ratelimit_burst = 10 kernel.printk_ratelimit = 5 kernel.panic_on_oops = 0 kernel.pid_max = 32768 kernel.overflowgid = 65534 kernel.overflowuid = 65534 kernel.pty.nr = 2 kernel.pty.max = 4096 kernel.random.uuid = b6770fbf-397d-41db-b38a-3cc9c13b412d kernel.random.boot_id = 254351ab-d1b7-4a65-9003-52b9e8bc4171 kernel.random.write_wakeup_threshold = 128 kernel.random.read_wakeup_threshold = 64 kernel.random.entropy_avail = 3363 kernel.random.poolsize = 4096 kernel.threads-max = 2544 kernel.cad_pid = 1 kernel.sysrq = 1 kernel.sem = 250 32000 32 128 kernel.msgmnb = 16384 kernel.msgmni = 16 kernel.msgmax = 8192 kernel.shmmni = 4096 kernel.shmall = 2097152 kernel.shmmax = 33554432 kernel.acct = 4 2 30 kernel.hotplug = /sbin/udevsend kernel.modprobe = /sbin/modprobe kernel.printk = 3 4 1 7 kernel.ctrl-alt-del = 0 kernel.real-root-dev = 256 kernel.cap-bound = -257 kernel.tainted = 1 kernel.core_pattern = core kernel.core_uses_pid = 1 kernel.panic = 0 kernel.domainname = (none) kernel.hostname = localhost kernel.version = #1 Fri Sep 9 18:15:22 CEST 2005 kernel.osrelease = 2.6.12-12mdk kernel.ostype = Linux fs.nfs.nlm_tcpport = 0 fs.nfs.nlm_udpport = 0 fs.nfs.nlm_timeout = 10 fs.nfs.nlm_grace_period = 0 fs.ntfs-debug = 0 fs.mqueue.msgsize_max = 8192 fs.mqueue.msg_max = 10 fs.mqueue.queues_max = 256 fs.quota.warnings = 1 fs.quota.syncs = 21 fs.quota.free_dquots = 0 fs.quota.allocated_dquots = 0 fs.quota.cache_hits = 0 fs.quota.writes = 0 fs.quota.reads = 0 fs.quota.drops = 0 fs.quota.lookups = 0 fs.inotify.max_queued_events = 16384 fs.inotify.max_user_watches = 8192 fs.inotify.max_user_instances = 128 fs.aio-max-nr = 65536 fs.aio-nr = 0 fs.lease-break-time = 45 fs.dir-notify-enable = 1 fs.leases-enable = 1 fs.overflowgid = 65534 fs.overflowuid = 65534 fs.dentry-state = 5086 743 45 0 0 0 fs.file-max = 15404 fs.file-nr = 2500 0 15404 fs.inode-state = 5681 525 0 0 0 0 0 fs.inode-nr = 5681 525 + modprobe -V module-init-tools version 3.2-pre8 + modprobe -l *hsf* + modprobe -l *hcf* + modprobe -l *rip* /lib/modules/2.6.12-12mdk/kernel/drivers/net/wireless/strip.ko.gz /lib/modules/2.6.12-12mdk/kernel/drivers/input/joystick/grip.ko.gz /lib/modules/2.6.12-12mdk/kernel/drivers/input/joystick/grip_mp.ko.gz + cat -v /etc/modules.conf alias /dev/ttySHCF[0-9]* /dev/ttySHCF alias /dev/modem /dev/ttySHCF alias char-major-240 /dev/ttySHCF alias /dev/cuaHCF[0-9]* /dev/ttySHCF alias char-major-241 /dev/ttySHCF options hcfpciserial serialmajor=240 calloutmajor=241 alias /dev/hcfpcidiag hcfpciosspec alias /dev/hcfpcidiag* /dev/hcfpcidiag alias char-major-242 /dev/hcfpcidiag options hcfpciosspec diagmajor=242 probeall /dev/ttySHCF hcfpcihw + cat -v /etc/modprobe.conf alias eth0 natsemi remove snd-emu10k1 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-emu10k1 install snd-emu10k1 /sbin/modprobe --first-time --ignore-install snd-emu10k1 && { /sbin/modprobe snd-pcm-oss; /bin/true; } alias sound-slot-0 snd-emu10k1 install usb-interface /sbin/modprobe uhci-hcd; /bin/true alias /dev/ttySHCF[0-9]* /dev/ttySHCF alias /dev/modem /dev/ttySHCF alias char-major-240 /dev/ttySHCF alias char-major-240-* /dev/ttySHCF options hcfpciserial serialmajor=240 alias /dev/hcfpcidiag hcfpciosspec alias /dev/hcfpcidiag* /dev/hcfpcidiag alias char-major-242 /dev/hcfpcidiag alias char-major-242-* /dev/hcfpcidiag options hcfpciosspec diagmajor=242 install /dev/ttySHCF /sbin/modprobe hcfpcihw + depmod -e -a + cat -v /proc/tty/drivers /dev/tty /dev/tty 5 0 system:/dev/tty /dev/console /dev/console 5 1 system:console /dev/ptmx /dev/ptmx 5 2 system /dev/vc/0 /dev/vc/0 4 0 system:vtmaster hcfpciserial /dev/ttySHCF 240 64-71 serial serial /dev/ttyS 4 64-71 serial pty_slave /dev/pts 136 0-1048575 pty:slave pty_master /dev/ptm 128 0-1048575 pty:master pty_slave /dev/ttyp 3 0-255 pty:slave pty_master /dev/pty 2 0-255 pty:master unknown /dev/tty 4 1-63 console + cat -v /proc/tty/driver/hcfpciserial serinfo:1.0 driver revision: 0: uart:Conexant HCF controllerless PCI modem (PCI-14f1:1033-1092:0abe) port:00001420 irq:11 tx:0 rx:0 CTS|DSR 1: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 2: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 3: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 4: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 5: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 6: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 7: uart:Conexant HCF controllerless PCI modem port:00000000 irq:0 + cat -v /proc/tty/driver/serial serinfo:1.0 driver revision: 0: uart:16550A port:000003F8 irq:4 tx:0 rx:0 1: uart:unknown port:000002F8 irq:3 2: uart:unknown port:000003E8 irq:4 3: uart:unknown port:000002E8 irq:3 4: uart:unknown port:00000000 irq:0 5: uart:unknown port:00000000 irq:0 6: uart:unknown port:00000000 irq:0 7: uart:unknown port:00000000 irq:0 + ls -l /dev/modem* lrwxrwxrwx 1 root root 8 mar 28 18:32 /dev/modem -> ttySHCF0 + ls -l /dev/*HCF[0-9]* crw-rw---- 1 root root 240, 64 mar 28 18:32 /dev/ttySHCF0 crw-rw---- 1 root root 240, 65 mar 28 18:32 /dev/ttySHCF1 crw-rw---- 1 root root 240, 66 mar 28 18:32 /dev/ttySHCF2 crw-rw---- 1 root root 240, 67 mar 28 18:32 /dev/ttySHCF3 crw-rw---- 1 root root 240, 68 mar 28 18:32 /dev/ttySHCF4 crw-rw---- 1 root root 240, 69 mar 28 18:32 /dev/ttySHCF5 crw-rw---- 1 root root 240, 70 mar 28 18:32 /dev/ttySHCF6 crw-rw---- 1 root root 240, 71 mar 28 18:32 /dev/ttySHCF7 + ls -l /dev/ttyS* crw-rw---- 1 root uucp 4, 64 mar 28 2006 /dev/ttyS0 crw-rw---- 1 root uucp 4, 65 mar 28 2006 /dev/ttyS1 crw-rw---- 1 root uucp 4, 66 mar 28 2006 /dev/ttyS2 crw-rw---- 1 root uucp 4, 67 mar 28 2006 /dev/ttyS3 crw-rw---- 1 root uucp 4, 68 mar 28 2006 /dev/ttyS4 crw-rw---- 1 root uucp 4, 69 mar 28 2006 /dev/ttyS5 crw-rw---- 1 root uucp 4, 70 mar 28 2006 /dev/ttyS6 crw-rw---- 1 root uucp 4, 71 mar 28 2006 /dev/ttyS7 crw-rw---- 1 root root 240, 64 mar 28 18:32 /dev/ttySHCF0 crw-rw---- 1 root root 240, 65 mar 28 18:32 /dev/ttySHCF1 crw-rw---- 1 root root 240, 66 mar 28 18:32 /dev/ttySHCF2 crw-rw---- 1 root root 240, 67 mar 28 18:32 /dev/ttySHCF3 crw-rw---- 1 root root 240, 68 mar 28 18:32 /dev/ttySHCF4 crw-rw---- 1 root root 240, 69 mar 28 18:32 /dev/ttySHCF5 crw-rw---- 1 root root 240, 70 mar 28 18:32 /dev/ttySHCF6 crw-rw---- 1 root root 240, 71 mar 28 18:32 /dev/ttySHCF7 + ls -l /dev/tts* total 0 lrwxrwxrwx 1 root root 8 mar 28 2006 0 -> ../ttyS0 lrwxrwxrwx 1 root root 8 mar 28 2006 1 -> ../ttyS1 lrwxrwxrwx 1 root root 8 mar 28 2006 2 -> ../ttyS2 lrwxrwxrwx 1 root root 8 mar 28 2006 3 -> ../ttyS3 lrwxrwxrwx 1 root root 8 mar 28 2006 4 -> ../ttyS4 lrwxrwxrwx 1 root root 8 mar 28 2006 5 -> ../ttyS5 lrwxrwxrwx 1 root root 8 mar 28 2006 6 -> ../ttyS6 lrwxrwxrwx 1 root root 8 mar 28 2006 7 -> ../ttyS7 + cat -v /proc/asound/cards 0 [Live ]: EMU10K1 - SB PCI512 [CT4790] SB PCI512 [CT4790] (rev.5, serial:0x80231102) at 0x1400, irq 11 + ls /proc/asound/card* /proc/asound/cards /proc/asound/card0: codec97#0 emu10k1 fx8010_acode fx8010_code fx8010_gpr fx8010_tram_addr fx8010_tram_data id midi0 oss_mixer pcm0c pcm0p pcm1c pcm2c pcm2p pcm3p voices + cat -v /proc/asound/card0/codec97#0 cat: /proc/asound/card0/codec97#0: Es un directorio + cd /etc/hcfpcimodem/nvm && find . -maxdepth 2 -ls 1769423 4 drwxr-xr-x 8 root root 4096 mar 27 13:13 . 1769459 4 drwxr-xr-x 3 root root 4096 feb 20 06:25 ./hcfpciv90 1769460 4 -rw-r--r-- 5 root root 56 feb 20 06:25 ./hcfpciv90/ATPLUSID_GOI 1769461 4 -rw-r--r-- 5 root root 360 feb 20 06:25 ./hcfpciv90/VOICE_CACHED_MISC_PARAMS 1769462 4 -rw-r--r-- 5 root root 4 feb 20 06:25 ./hcfpciv90/OEM_DAATYPE 1769464 4 -rw-r--r-- 1 root root 53 feb 20 06:25 ./hcfpciv90/ATPLUSID_FMM 1769465 4 -rw-r--r-- 2 root root 12 feb 20 06:25 ./hcfpciv90/OEM_FLAGS2 1769467 4 -rw-r--r-- 5 root root 22 feb 20 06:25 ./hcfpciv90/ATPLUSID_GCAP 1769471 4 -rw-r--r-- 5 root root 8 feb 20 06:25 ./hcfpciv90/ATMESSAGE_I0 1769472 4 -rw-r--r-- 5 root root 49 feb 20 06:25 ./hcfpciv90/ATPLUSID_GSN 1769473 4 -rw-r--r-- 5 root root 44 feb 20 06:25 ./hcfpciv90/ATPLUSID_FMR 1769474 4 -rw-r--r-- 5 root root 144 feb 20 06:25 ./hcfpciv90/CADENCE 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv90/ATMESSAGE_I1 1769476 4 -rw-r--r-- 1 root root 12 feb 20 06:25 ./hcfpciv90/OEM_FLAGS 1769477 4 -rw-r--r-- 1 root root 49 feb 20 06:25 ./hcfpciv90/ATPLUSID_GMM 1769478 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv90/AT_MISC_DEF 1769480 4 -rw-r--r-- 5 root root 23 feb 20 06:25 ./hcfpciv90/ATMESSAGE_I3 1769481 4 -rw-r--r-- 2 root root 194 feb 20 06:25 ./hcfpciv90/MOD_THRESHOLD 1769482 4 -rw-r--r-- 2 root root 1371 feb 20 06:25 ./hcfpciv90/OEM_FILTERS 1769483 4 -rw-r--r-- 1 root root 38 feb 20 06:25 ./hcfpciv90/ATMESSAGE_I4 1769484 4 -rw-r--r-- 5 root root 7 feb 20 06:25 ./hcfpciv90/OEM_SPKR_MUTE_DELAY 1769485 4 -rw-r--r-- 5 root root 733 feb 20 06:25 ./hcfpciv90/V25TER 1769486 4 -rw-r--r-- 5 root root 40 feb 20 06:25 ./hcfpciv90/ATPLUSID_GMR 1769487 4 -rw-r--r-- 5 root root 378 feb 20 06:25 ./hcfpciv90/OEM_SMARTDAA_PARAMS 1769488 4 -rw-r--r-- 5 root root 111 feb 20 06:25 ./hcfpciv90/DTMF_COMP_LEVEL 1769490 4 -rw-r--r-- 5 root root 183 feb 20 06:25 ./hcfpciv90/AUDIO_AEC 1769491 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv90/ATPLUSID_GMI 1769492 4 -rw-r--r-- 5 root root 59 feb 20 06:25 ./hcfpciv90/ATPLUSID_FMI 1769494 4 -rw-r--r-- 5 root root 83 feb 20 06:25 ./hcfpciv90/MS_PARAMS 1769495 4 -rw-r--r-- 5 root root 127 feb 20 06:25 ./hcfpciv90/SREG 1769496 4 -rw-r--r-- 5 root root 6 feb 20 06:25 ./hcfpciv90/AT+MSSTR 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv90/ATMESSAGE_I7 1769497 4 drwxr-xr-x 84 root root 4096 feb 20 06:25 ./hcfpciv90/Region 1769892 4 -rw-r--r-- 5 root root 248 feb 20 06:25 ./hcfpciv90/COUNTRY_CODE_LIST 1769893 4 drwxr-xr-x 2 root root 4096 feb 20 06:25 ./hcfpciv90lan 1769460 4 -rw-r--r-- 5 root root 56 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_GOI 1769461 4 -rw-r--r-- 5 root root 360 feb 20 06:25 ./hcfpciv90lan/VOICE_CACHED_MISC_PARAMS 1769462 4 -rw-r--r-- 5 root root 4 feb 20 06:25 ./hcfpciv90lan/OEM_DAATYPE 1769894 4 -rw-r--r-- 1 root root 63 feb 20 05:52 ./hcfpciv90lan/ATPLUSID_FMM 1769465 4 -rw-r--r-- 2 root root 12 feb 20 06:25 ./hcfpciv90lan/OEM_FLAGS2 1769467 4 -rw-r--r-- 5 root root 22 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_GCAP 1769471 4 -rw-r--r-- 5 root root 8 feb 20 06:25 ./hcfpciv90lan/ATMESSAGE_I0 1769472 4 -rw-r--r-- 5 root root 49 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_GSN 1769473 4 -rw-r--r-- 5 root root 44 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_FMR 1769474 4 -rw-r--r-- 5 root root 144 feb 20 06:25 ./hcfpciv90lan/CADENCE 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv90lan/ATMESSAGE_I1 1769895 4 -rw-r--r-- 1 root root 12 feb 20 05:52 ./hcfpciv90lan/OEM_FLAGS 1769896 4 -rw-r--r-- 1 root root 59 feb 20 05:52 ./hcfpciv90lan/ATPLUSID_GMM 1769478 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv90lan/AT_MISC_DEF 1769480 4 -rw-r--r-- 5 root root 23 feb 20 06:25 ./hcfpciv90lan/ATMESSAGE_I3 1769481 4 -rw-r--r-- 2 root root 194 feb 20 06:25 ./hcfpciv90lan/MOD_THRESHOLD 1769482 4 -rw-r--r-- 2 root root 1371 feb 20 06:25 ./hcfpciv90lan/OEM_FILTERS 1769897 4 -rw-r--r-- 1 root root 48 feb 20 05:52 ./hcfpciv90lan/ATMESSAGE_I4 1769484 4 -rw-r--r-- 5 root root 7 feb 20 06:25 ./hcfpciv90lan/OEM_SPKR_MUTE_DELAY 1769485 4 -rw-r--r-- 5 root root 733 feb 20 06:25 ./hcfpciv90lan/V25TER 1769486 4 -rw-r--r-- 5 root root 40 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_GMR 1769487 4 -rw-r--r-- 5 root root 378 feb 20 06:25 ./hcfpciv90lan/OEM_SMARTDAA_PARAMS 1769488 4 -rw-r--r-- 5 root root 111 feb 20 06:25 ./hcfpciv90lan/DTMF_COMP_LEVEL 1769490 4 -rw-r--r-- 5 root root 183 feb 20 06:25 ./hcfpciv90lan/AUDIO_AEC 1769491 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_GMI 1769492 4 -rw-r--r-- 5 root root 59 feb 20 06:25 ./hcfpciv90lan/ATPLUSID_FMI 1769494 4 -rw-r--r-- 5 root root 83 feb 20 06:25 ./hcfpciv90lan/MS_PARAMS 1769495 4 -rw-r--r-- 5 root root 127 feb 20 06:25 ./hcfpciv90lan/SREG 1769496 4 -rw-r--r-- 5 root root 6 feb 20 06:25 ./hcfpciv90lan/AT+MSSTR 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv90lan/ATMESSAGE_I7 1769898 0 lrwxrwxrwx 1 root root 19 mar 27 13:13 ./hcfpciv90lan/Region -> ../hcfpciv90/Region 1769892 4 -rw-r--r-- 5 root root 248 feb 20 06:25 ./hcfpciv90lan/COUNTRY_CODE_LIST 1769899 4 drwxr-xr-x 2 root root 4096 feb 20 06:25 ./hcfpciv92 1769460 4 -rw-r--r-- 5 root root 56 feb 20 06:25 ./hcfpciv92/ATPLUSID_GOI 1769900 4 -rw-r--r-- 1 root root 53 feb 20 05:52 ./hcfpciv92/ATPLUSID_FMM 1769901 4 -rw-r--r-- 2 root root 12 feb 20 06:25 ./hcfpciv92/OEM_FLAGS2 1769472 4 -rw-r--r-- 5 root root 49 feb 20 06:25 ./hcfpciv92/ATPLUSID_GSN 1769474 4 -rw-r--r-- 5 root root 144 feb 20 06:25 ./hcfpciv92/CADENCE 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv92/ATMESSAGE_I1 1769902 4 -rw-r--r-- 3 root root 12 feb 20 06:25 ./hcfpciv92/OEM_FLAGS 1769478 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv92/AT_MISC_DEF 1769903 4 -rw-r--r-- 3 root root 202 feb 20 06:25 ./hcfpciv92/MOD_THRESHOLD 1769904 4 -rw-r--r-- 1 root root 38 feb 20 05:52 ./hcfpciv92/ATMESSAGE_I4 1769485 4 -rw-r--r-- 5 root root 733 feb 20 06:25 ./hcfpciv92/V25TER 1769491 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv92/ATPLUSID_GMI 1769492 4 -rw-r--r-- 5 root root 59 feb 20 06:25 ./hcfpciv92/ATPLUSID_FMI 1769495 4 -rw-r--r-- 5 root root 127 feb 20 06:25 ./hcfpciv92/SREG 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv92/ATMESSAGE_I7 1769905 4 -rw-r--r-- 3 root root 3 feb 20 06:25 ./hcfpciv92/DEFAULT_CID 1769906 4 -rw-r--r-- 3 root root 55 feb 20 06:25 ./hcfpciv92/MOH 1769461 4 -rw-r--r-- 5 root root 360 feb 20 06:25 ./hcfpciv92/VOICE_CACHED_MISC_PARAMS 1769462 4 -rw-r--r-- 5 root root 4 feb 20 06:25 ./hcfpciv92/OEM_DAATYPE 1769471 4 -rw-r--r-- 5 root root 8 feb 20 06:25 ./hcfpciv92/ATMESSAGE_I0 1769467 4 -rw-r--r-- 5 root root 22 feb 20 06:25 ./hcfpciv92/ATPLUSID_GCAP 1769473 4 -rw-r--r-- 5 root root 44 feb 20 06:25 ./hcfpciv92/ATPLUSID_FMR 1769907 4 -rw-r--r-- 3 root root 83 feb 20 06:25 ./hcfpciv92/CALL_WAITING 1769908 4 -rw-r--r-- 1 root root 49 feb 20 05:52 ./hcfpciv92/ATPLUSID_GMM 1769480 4 -rw-r--r-- 5 root root 23 feb 20 06:25 ./hcfpciv92/ATMESSAGE_I3 1769909 4 -rw-r--r-- 3 root root 12 feb 20 06:25 ./hcfpciv92/PCMUPSTREAM 1769910 4 -rw-r--r-- 3 root root 1567 feb 20 06:25 ./hcfpciv92/OEM_FILTERS 1769484 4 -rw-r--r-- 5 root root 7 feb 20 06:25 ./hcfpciv92/OEM_SPKR_MUTE_DELAY 1769486 4 -rw-r--r-- 5 root root 40 feb 20 06:25 ./hcfpciv92/ATPLUSID_GMR 1769488 4 -rw-r--r-- 5 root root 111 feb 20 06:25 ./hcfpciv92/DTMF_COMP_LEVEL 1769487 4 -rw-r--r-- 5 root root 378 feb 20 06:25 ./hcfpciv92/OEM_SMARTDAA_PARAMS 1769490 4 -rw-r--r-- 5 root root 183 feb 20 06:25 ./hcfpciv92/AUDIO_AEC 1769494 4 -rw-r--r-- 5 root root 83 feb 20 06:25 ./hcfpciv92/MS_PARAMS 1769496 4 -rw-r--r-- 5 root root 6 feb 20 06:25 ./hcfpciv92/AT+MSSTR 1769911 0 lrwxrwxrwx 1 root root 19 mar 27 13:13 ./hcfpciv92/Region -> ../hcfpciv90/Region 1769892 4 -rw-r--r-- 5 root root 248 feb 20 06:25 ./hcfpciv92/COUNTRY_CODE_LIST 1769912 4 drwxr-xr-x 3 root root 4096 feb 20 06:25 ./hcfpciv92smart 1769460 4 -rw-r--r-- 5 root root 56 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_GOI 1769913 4 -rw-r--r-- 1 root root 67 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_FMM 1769901 4 -rw-r--r-- 2 root root 12 feb 20 06:25 ./hcfpciv92smart/OEM_FLAGS2 1769472 4 -rw-r--r-- 5 root root 49 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_GSN 1769474 4 -rw-r--r-- 5 root root 144 feb 20 06:25 ./hcfpciv92smart/CADENCE 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv92smart/ATMESSAGE_I1 1769902 4 -rw-r--r-- 3 root root 12 feb 20 06:25 ./hcfpciv92smart/OEM_FLAGS 1769478 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv92smart/AT_MISC_DEF 1769903 4 -rw-r--r-- 3 root root 202 feb 20 06:25 ./hcfpciv92smart/MOD_THRESHOLD 1769914 4 -rw-r--r-- 1 root root 52 feb 20 06:25 ./hcfpciv92smart/ATMESSAGE_I4 1769485 4 -rw-r--r-- 5 root root 733 feb 20 06:25 ./hcfpciv92smart/V25TER 1769491 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_GMI 1769492 4 -rw-r--r-- 5 root root 59 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_FMI 1769495 4 -rw-r--r-- 5 root root 127 feb 20 06:25 ./hcfpciv92smart/SREG 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciv92smart/ATMESSAGE_I7 1769905 4 -rw-r--r-- 3 root root 3 feb 20 06:25 ./hcfpciv92smart/DEFAULT_CID 1769906 4 -rw-r--r-- 3 root root 55 feb 20 06:25 ./hcfpciv92smart/MOH 1769461 4 -rw-r--r-- 5 root root 360 feb 20 06:25 ./hcfpciv92smart/VOICE_CACHED_MISC_PARAMS 1769462 4 -rw-r--r-- 5 root root 4 feb 20 06:25 ./hcfpciv92smart/OEM_DAATYPE 1769471 4 -rw-r--r-- 5 root root 8 feb 20 06:25 ./hcfpciv92smart/ATMESSAGE_I0 1769467 4 -rw-r--r-- 5 root root 22 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_GCAP 1769473 4 -rw-r--r-- 5 root root 44 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_FMR 1769907 4 -rw-r--r-- 3 root root 83 feb 20 06:25 ./hcfpciv92smart/CALL_WAITING 1769915 4 -rw-r--r-- 1 root root 63 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_GMM 1769480 4 -rw-r--r-- 5 root root 23 feb 20 06:25 ./hcfpciv92smart/ATMESSAGE_I3 1769909 4 -rw-r--r-- 3 root root 12 feb 20 06:25 ./hcfpciv92smart/PCMUPSTREAM 1769910 4 -rw-r--r-- 3 root root 1567 feb 20 06:25 ./hcfpciv92smart/OEM_FILTERS 1769484 4 -rw-r--r-- 5 root root 7 feb 20 06:25 ./hcfpciv92smart/OEM_SPKR_MUTE_DELAY 1769486 4 -rw-r--r-- 5 root root 40 feb 20 06:25 ./hcfpciv92smart/ATPLUSID_GMR 1769488 4 -rw-r--r-- 5 root root 111 feb 20 06:25 ./hcfpciv92smart/DTMF_COMP_LEVEL 1769487 4 -rw-r--r-- 5 root root 378 feb 20 06:25 ./hcfpciv92smart/OEM_SMARTDAA_PARAMS 1769490 4 -rw-r--r-- 5 root root 183 feb 20 06:25 ./hcfpciv92smart/AUDIO_AEC 1769494 4 -rw-r--r-- 5 root root 83 feb 20 06:25 ./hcfpciv92smart/MS_PARAMS 1769496 4 -rw-r--r-- 5 root root 6 feb 20 06:25 ./hcfpciv92smart/AT+MSSTR 1769916 4 drwxr-xr-x 84 root root 4096 feb 20 06:25 ./hcfpciv92smart/Region 1769892 4 -rw-r--r-- 5 root root 248 feb 20 06:25 ./hcfpciv92smart/COUNTRY_CODE_LIST 1770022 4 drwxr-xr-x 2 root root 4096 feb 20 06:25 ./hcfpciriptide 1769460 4 -rw-r--r-- 5 root root 56 feb 20 06:25 ./hcfpciriptide/ATPLUSID_GOI 1770023 4 -rw-r--r-- 1 root root 61 feb 20 05:52 ./hcfpciriptide/ATPLUSID_FMM 1770024 4 -rw-r--r-- 1 root root 12 feb 20 05:52 ./hcfpciriptide/OEM_FLAGS2 1769472 4 -rw-r--r-- 5 root root 49 feb 20 06:25 ./hcfpciriptide/ATPLUSID_GSN 1769474 4 -rw-r--r-- 5 root root 144 feb 20 06:25 ./hcfpciriptide/CADENCE 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciriptide/ATMESSAGE_I1 1769902 4 -rw-r--r-- 3 root root 12 feb 20 06:25 ./hcfpciriptide/OEM_FLAGS 1769478 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciriptide/AT_MISC_DEF 1769903 4 -rw-r--r-- 3 root root 202 feb 20 06:25 ./hcfpciriptide/MOD_THRESHOLD 1770025 4 -rw-r--r-- 1 root root 46 feb 20 05:52 ./hcfpciriptide/ATMESSAGE_I4 1769485 4 -rw-r--r-- 5 root root 733 feb 20 06:25 ./hcfpciriptide/V25TER 1769491 4 -rw-r--r-- 5 root root 55 feb 20 06:25 ./hcfpciriptide/ATPLUSID_GMI 1769492 4 -rw-r--r-- 5 root root 59 feb 20 06:25 ./hcfpciriptide/ATPLUSID_FMI 1769495 4 -rw-r--r-- 5 root root 127 feb 20 06:25 ./hcfpciriptide/SREG 1769475 4 -rw-r--r-- 10 root root 6 feb 20 06:25 ./hcfpciriptide/ATMESSAGE_I7 1769905 4 -rw-r--r-- 3 root root 3 feb 20 06:25 ./hcfpciriptide/DEFAULT_CID 1769906 4 -rw-r--r-- 3 root root 55 feb 20 06:25 ./hcfpciriptide/MOH 1769461 4 -rw-r--r-- 5 root root 360 feb 20 06:25 ./hcfpciriptide/VOICE_CACHED_MISC_PARAMS 1769462 4 -rw-r--r-- 5 root root 4 feb 20 06:25 ./hcfpciriptide/OEM_DAATYPE 1769471 4 -rw-r--r-- 5 root root 8 feb 20 06:25 ./hcfpciriptide/ATMESSAGE_I0 1769467 4 -rw-r--r-- 5 root root 22 feb 20 06:25 ./hcfpciriptide/ATPLUSID_GCAP 1769473 4 -rw-r--r-- 5 root root 44 feb 20 06:25 ./hcfpciriptide/ATPLUSID_FMR 1769907 4 -rw-r--r-- 3 root root 83 feb 20 06:25 ./hcfpciriptide/CALL_WAITING 1770026 4 -rw-r--r-- 1 root root 57 feb 20 05:52 ./hcfpciriptide/ATPLUSID_GMM 1769480 4 -rw-r--r-- 5 root root 23 feb 20 06:25 ./hcfpciriptide/ATMESSAGE_I3 1769909 4 -rw-r--r-- 3 root root 12 feb 20 06:25 ./hcfpciriptide/PCMUPSTREAM 1769910 4 -rw-r--r-- 3 root root 1567 feb 20 06:25 ./hcfpciriptide/OEM_FILTERS 1769484 4 -rw-r--r-- 5 root root 7 feb 20 06:25 ./hcfpciriptide/OEM_SPKR_MUTE_DELAY 1769486 4 -rw-r--r-- 5 root root 40 feb 20 06:25 ./hcfpciriptide/ATPLUSID_GMR 1769488 4 -rw-r--r-- 5 root root 111 feb 20 06:25 ./hcfpciriptide/DTMF_COMP_LEVEL 1769487 4 -rw-r--r-- 5 root root 378 feb 20 06:25 ./hcfpciriptide/OEM_SMARTDAA_PARAMS 1769490 4 -rw-r--r-- 5 root root 183 feb 20 06:25 ./hcfpciriptide/AUDIO_AEC 1769494 4 -rw-r--r-- 5 root root 83 feb 20 06:25 ./hcfpciriptide/MS_PARAMS 1769496 4 -rw-r--r-- 5 root root 6 feb 20 06:25 ./hcfpciriptide/AT+MSSTR 1770027 0 lrwxrwxrwx 1 root root 19 mar 27 13:13 ./hcfpciriptide/Region -> ../hcfpciv90/Region 1769892 4 -rw-r--r-- 5 root root 248 feb 20 06:25 ./hcfpciriptide/COUNTRY_CODE_LIST 1770039 4 drwxr-xr-x 3 root root 4096 mar 27 13:13 ./dynamic 1770040 4 drwx------ 2 root root 4096 mar 27 13:13 ./dynamic/0-PCI-14f1:1033-1092:0abe + cd /etc/hcfpcimodem/nvm && find dynamic -follow -print -type f -exec cat {} \; dynamic dynamic/0-PCI-14f1:1033-1092:0abe dynamic/0-PCI-14f1:1033-1092:0abe/PCI_DEVICE_ID 1033 dynamic/0-PCI-14f1:1033-1092:0abe/PCI_VENDOR_ID 14F1 dynamic/0-PCI-14f1:1033-1092:0abe/HARDWARE_ID 5DC13C5C dynamic/0-PCI-14f1:1033-1092:0abe/LICENSE_STATUS "FREE (max 14.4kbps data only)" dynamic/0-PCI-14f1:1033-1092:0abe/PREVIOUS_COUNTRY_CODE FFFF dynamic/0-PCI-14f1:1033-1092:0abe/COUNTRY_CODE 0007 dynamic/0-PCI-14f1:1033-1092:0abe/QC_PROFILE 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00 dynamic/0-PCI-14f1:1033-1092:0abe/PROFILE_STORED 01,01,01,00,00,01,03,00,01,02,00,00,2B,0D,0A,08, 02,32,02,0E,5F,32,00,00,46 dynamic/0-PCI-14f1:1033-1092:0abe/POUND_UD 01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,02,02,1D,00, 00,00,43,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,A7,AD,0C,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 dynamic/0-PCI-14f1:1033-1092:0abe/BLACK_LIST 00,00,00,00 dynamic/0-PCI-14f1:1033-1092:0abe/VRID_CRC 00 dynamic/0-PCI-14f1:1033-1092:0abe/VRID_TYPE 00 dynamic/0-PCI-14f1:1033-1092:0abe/VRID_LENGTH 00 dynamic/0-PCI-14f1:1033-1092:0abe/VRID_DATA 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 dynamic/0-PCI-14f1:1033-1092:0abe/.region_set + ls -lR /usr/lib/hcfpcimodem/. /usr/lib/hcfpcimodem/.: total 12 -r--r--r-- 1 root root 3702 feb 20 06:25 LICENSE drwxr-xr-x 4 root root 4096 mar 27 13:13 modules -r-xr-xr-x 1 root root 1009 feb 20 06:25 rchcfpci /usr/lib/hcfpcimodem/./modules: total 8 drwxr-xr-x 3 root root 4096 mar 27 13:13 binaries drwxr-xr-x 2 root root 4096 mar 27 13:13 GPL /usr/lib/hcfpcimodem/./modules/binaries: total 4 drwxr-xr-x 2 root root 4096 mar 27 13:13 linux-2.6.12-12mdk /usr/lib/hcfpcimodem/./modules/binaries/linux-2.6.12-12mdk: total 1068 -r--r--r-- 1 root root 974008 feb 20 06:25 hcfpciengine.ko -r--r--r-- 1 root root 16316 feb 20 06:25 hcfpcihw.ko -r--r--r-- 1 root root 75388 feb 20 06:25 hcfpciosspec.ko -r--r--r-- 1 root root 15760 feb 20 06:25 hcfpciserial.ko /usr/lib/hcfpcimodem/./modules/GPL: total 20 -r--r--r-- 1 root root 18860 ago 23 2003 COPYING + ls -lR /lib/modules/2.6.12-12mdk/misc /lib/modules/2.6.12-12mdk/extra ls: /lib/modules/2.6.12-12mdk/misc: No existe el fichero o el directorio /lib/modules/2.6.12-12mdk/extra: total 16 lrwxrwxrwx 1 root root 72 mar 27 13:13 hcfpciengine.ko -> /usr/lib/hcfpcimodem/modules/binaries/linux-2.6.12-12mdk/hcfpciengine.ko lrwxrwxrwx 1 root root 68 mar 27 13:13 hcfpcihw.ko -> /usr/lib/hcfpcimodem/modules/binaries/linux-2.6.12-12mdk/hcfpcihw.ko lrwxrwxrwx 1 root root 72 mar 27 13:13 hcfpciosspec.ko -> /usr/lib/hcfpcimodem/modules/binaries/linux-2.6.12-12mdk/hcfpciosspec.ko lrwxrwxrwx 1 root root 72 mar 27 13:13 hcfpciserial.ko -> /usr/lib/hcfpcimodem/modules/binaries/linux-2.6.12-12mdk/hcfpciserial.ko [root@localhost ~]# 3. SE ME OLVIDABA DECIRTE LO QUE ME ARROJABA EL DETALLE DEL DEMONIO DETENIDO INESPERADAMENTE SALIDA:2 dice lo siguiente: Registro PPP Mar 29 17:28:16 localhost pppd[5029]: unrecognized option 'callback' Diagnostico Kppp (Solo Adivinando) Ha pasado una opción incorrecta a pppd. Mire 'man pppd' para ver una lista completa de argumentos válidos. |
||
| sin valorar | Jue Mar 30, 2006 2:14 am | |
|
Y lamentablemente pienso que si querés salir a internet con un modem PCI va a ser muy difícil, los Intel 536 y 537 andan bien pero para dial up lo mejor es un modem externo para puerto COM o SERIAL. |
||
| comentario del autor | Jue Mar 30, 2006 2:23 am | |
|
|
||
| solución | Jue Mar 30, 2006 2:26 am | |
|
Pero ojo, antes debés desinstalar TODO lo anterior, desde borrar el .rpm hasta eliminar los enlaces simbólicos. Y ese driver lamentablemente es propietario de Conexant y para usarlo en modo FULL debés pagar una licencia, son unos hijos de p***!!. |
||
| comentario del autor | Jue Mar 30, 2006 2:40 am | |
|
|
||
| sin valorar | Jue Mar 30, 2006 2:46 am | |
lunytunes.masflow.inc escribió:aja...bueno gracias voy a empezar de cero y si son unos putos Pero no tenías porque cerrar el tema con la solución, si verdaderamente no lo solucionaste. No me molesta ayudarte, al contrario, así aprendo yo también, pero lo hubiésemos seguido intentando master. Saludos. |
||
| comentario del autor | Jue Mar 30, 2006 2:00 pm | |
|
|
||
| sin valorar | Vie Ago 17, 2007 10:15 am | |
|
Atte. |
||