Entrar
¿Usuario nuevo? Regístrate
os2-esp · Lista de usuarios de OS/2 de lengua española
? ¿Ya estás suscrito? Entrar en Yahoo!

Consejos de Yahoo! Grupos

¿Sabías que...?
Puedes buscar mensajes antiguos en un grupo.

Mensajes

  Mensajes Ayuda
Avanzado
Mensajes 11698 - 11727 de 11923   Primero  |  < Anterior  |  Siguiente >  |  Último
Mensajes: Mostrar resúmenes de los mensajes   (Agrupar por tema) Ordenar por fecha v  
#11727 De: Xavier Navarro Ferrer <xavier.navarro@...>
Fecha: Lun, 14 de Ene, 2008 8:21 am
Asunto: Re: CGI en web/2
xnavarroferrer
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Perdona, Roberto.

No había leído tu atuorespuesta.

Un saludo,

En/na Xavier Navarro Ferrer ha escrit:
> Hola, Roberto.
>
> Has probado algún cgi del servidor de web para confirmar que funcionan
> los cgis en el servidor de web?
>
> Has mirado que en el sistema donde no funciona webmail/2 tenga la
> libreria vrobj.dll en algun directorio de tu path?
>
> Cuentanos que tal lo tienes todo.
>
> Cordialmente,
>
> En/na Roberto Calzavara ha escrit:
>> Buenas
>> Me estoy yendo de vacaciones y para leer los mails que recibo a travez
>> de weasel decidí montar webmail2.
>> Para probar  en un ordenador con eCS,o copié todo el directorio web2 y
>> weasel desde el ordenador que da servicio de mi sitio web y servicio de
>> correo, en el ordenador de prueba y lo aislé de la red, instalé webmail2
>> y funcionó correctamente
>> En el servidor donde funciona web/2 weasel y me da acceso a internet via
>> safefire, todo ello funcionando correctamente, instalo el webmail igual
>> que lo hice antes y no logra cargar el webmail2.cmd o exe. Intuyendo que
>> en este ordenador no esta funcionando correctamente la parte de CGI.
>> instalé el ejemplo que viene con el web/2 y tampoco funciona.
>> Me sugerirían que revisar?
>> Recalco que la configuración del web2 es idéntica en ambos ordenadores.
>> Desde ya muchas gracias
>>
>>
>> ---
>> Para suscribirte   envia un e-mail a: os2-esp-subscribe@yahoogroups.com
>> Para desuscribirte envia un e-mail a: os2-esp-unsubscribe@yahoogroups.com
>> Lista de mensajes: http://es.groups.yahoo.com/group/os2-esp/
>>
>> TeamOS/2 España
>> ---
>>
>> Enlaces a Yahoo! Grupos
>>
>>
>>
>>
>>     http://es.docs.yahoo.com/info/utos.html
>>
>>
>>
>
>


--
---------------------------------

Xavier Navarro Ferrer
Escola d'Idiomes Moderns
Universitat de Barcelona


xavier.navarro@...

Mòbil: 636 98 17 54
Telèfon oficina: 93 403 53 45



[Se han eliminado los trozos de este mensaje que no contenían texto]

#11726 De: Xavier Navarro Ferrer <xavier.navarro@...>
Fecha: Lun, 14 de Ene, 2008 8:00 am
Asunto: Re: CGI en web/2
xnavarroferrer
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola, Roberto.

Has probado algún cgi del servidor de web para confirmar que funcionan
los cgis en el servidor de web?

Has mirado que en el sistema donde no funciona webmail/2 tenga la
libreria vrobj.dll en algun directorio de tu path?

Cuentanos que tal lo tienes todo.

Cordialmente,

En/na Roberto Calzavara ha escrit:
> Buenas
> Me estoy yendo de vacaciones y para leer los mails que recibo a travez
> de weasel decidí montar webmail2.
> Para probar  en un ordenador con eCS,o copié todo el directorio web2 y
> weasel desde el ordenador que da servicio de mi sitio web y servicio de
> correo, en el ordenador de prueba y lo aislé de la red, instalé webmail2
> y funcionó correctamente
> En el servidor donde funciona web/2 weasel y me da acceso a internet via
> safefire, todo ello funcionando correctamente, instalo el webmail igual
> que lo hice antes y no logra cargar el webmail2.cmd o exe. Intuyendo que
> en este ordenador no esta funcionando correctamente la parte de CGI.
> instalé el ejemplo que viene con el web/2 y tampoco funciona.
> Me sugerirían que revisar?
> Recalco que la configuración del web2 es idéntica en ambos ordenadores.
> Desde ya muchas gracias
>
>
> ---
> Para suscribirte   envia un e-mail a: os2-esp-subscribe@yahoogroups.com
> Para desuscribirte envia un e-mail a: os2-esp-unsubscribe@yahoogroups.com
> Lista de mensajes: http://es.groups.yahoo.com/group/os2-esp/
>
> TeamOS/2 España
> ---
>
> Enlaces a Yahoo! Grupos
>
>
>
>
>     http://es.docs.yahoo.com/info/utos.html
>
>
>


--
---------------------------------

Xavier Navarro Ferrer
Escola d'Idiomes Moderns
Universitat de Barcelona


xavier.navarro@...

Mòbil: 636 98 17 54
Telèfon oficina: 93 403 53 45



[Se han eliminado los trozos de este mensaje que no contenían texto]

#11725 De: "robertocalzavara" <roberto@...>
Fecha: Vie, 11 de Ene, 2008 10:55 pm
Asunto: RE: CGI en web/2
robertocalza...
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Me contesto solo
Leyendo en los log de errores de CGI del web/2, daba un erro REX0043
en la línea 21
---------------Transcribo webmail2.cmd
/* WebMail/2 beta 102 Dimitrios 'sehh' Michelinakis
<dimitris@...> */

Globals.!serv=127.0.0.1 /* IP address of the machine running WebManager */
Globals.!port=3511      /* Port that WebManager listens to */
Globals.!WMPath="y:\Lispre\hTm\WebmailHtml\"      /* Path to .WM
files, default is %etc%\webmailhtml\ */
                         /* the ending backslash is required */
Globals.!PrefixPath=""  /* Optional variable for custom image/CSS
location */
Globals.!MaxEmails=10   /* Maximum emails listed per page */
Globals.!CharSet="iso-8859-1" /* Default charater set */
Globals.!TagLine="NO"   /* Experimental tag lines */
Globals.!MaxAttachSize="2097152" /* Max attachment size (2MB default) */

/* WebMail/2 */
parse SOURCE Globals.!myinfo .
if Globals.!myinfo="OS/2" then do
  call RxFuncAdd 'SysLoadFuncs','RexxUtil','SysLoadFuncs'
  call SysLoadFuncs
  call RxFuncAdd 'SockLoadFuncs','RxSock','SockLoadFuncs'
  call SockLoadFuncs(1)
  call RxFuncAdd 'DCLoadFuncs','rxDCplus','DCLoadFuncs'
  call DCLoadFuncs
-------------------- fin transcripción

por lo que deduje que RexxUtil o RxSock o rxDCplus del warp están
desactualizados con respecto al eCS.

En la carpeta de CG-BIN del warp puse las dll del eCS y listo.
Gracias de todas maneras, y espero que les sea util

Saludos, y les escribiré desde Playa del Carmen, Mexico

PD
No dejo de sorprenderme ni dejo de sorprender a los winusers de todo
lo que se puede hacer con OS/2

--- En os2-esp@yahoogroups.com, Roberto Calzavara <roberto@...> escribió:
>
> Buenas
> Me estoy yendo de vacaciones y para leer los mails que recibo a travez
> de weasel decidí montar webmail2.
> Para probar  en un ordenador con eCS,o copié todo el directorio web2 y
> weasel desde el ordenador que da servicio de mi sitio web y servicio de
> correo, en el ordenador de prueba y lo aislé de la red, instalé
webmail2
> y funcionó correctamente
> En el servidor donde funciona web/2 weasel y me da acceso a internet
via
> safefire, todo ello funcionando correctamente, instalo el webmail igual
> que lo hice antes y no logra cargar el webmail2.cmd o exe. Intuyendo
que
> en este ordenador no esta funcionando correctamente la parte de CGI.
> instalé el ejemplo que viene con el web/2 y tampoco funciona.
> Me sugerirían que revisar?
> Recalco que la configuración del web2 es idéntica en ambos ordenadores.
> Desde ya muchas gracias
>

#11724 De: Roberto Calzavara <roberto@...>
Fecha: Vie, 11 de Ene, 2008 4:11 pm
Asunto: CGI en web/2
robertocalza...
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Buenas
Me estoy yendo de vacaciones y para leer los mails que recibo a travez
de weasel decidí montar webmail2.
Para probar  en un ordenador con eCS,o copié todo el directorio web2 y
weasel desde el ordenador que da servicio de mi sitio web y servicio de
correo, en el ordenador de prueba y lo aislé de la red, instalé webmail2
y funcionó correctamente
En el servidor donde funciona web/2 weasel y me da acceso a internet via
safefire, todo ello funcionando correctamente, instalo el webmail igual
que lo hice antes y no logra cargar el webmail2.cmd o exe. Intuyendo que
en este ordenador no esta funcionando correctamente la parte de CGI.
instalé el ejemplo que viene con el web/2 y tampoco funciona.
Me sugerirían que revisar?
Recalco que la configuración del web2 es idéntica en ambos ordenadores.
Desde ya muchas gracias

#11723 De: "cidmail@..." <cidmail@...>
Fecha: Mié, 9 de Ene, 2008 10:35 am
Asunto: WPS-Wizard V0.6.0
cidmail@...
Enviar mensaje Enviar mensaje
 
Hola, estoy intentado instalar este programa WPS-Wizard V0.6.0  y
siempre me da el error en los ini,  use el checkini  como indica, nada,
cree de nuevo los ini con makeini el mismo error... vamos no ahi manera,
alguien logro instalarlo? uso la RC1,  quiero instalar este programa ya
que en la URL
http://www.os2world.com/content/view/16352/2/ crearon unos iconos del
KDE, que usa ese programa.... si alguien sabe como instarlo..... Saludos

#11722 De: Alfredo Fernández Díaz <mrwarper@...>
Fecha: Do, 6 de Ene, 2008 7:17 pm
Asunto: Re: No funciona la pagina de Sundialsystems
mrwarper
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola,

--- roberto <roberto@...> escribió:

> Hola,
> Un dia triste para los usuarios de sus productos.

bueno, parece que al final no han cerrado
definitivamente pero aún están viendo cómo salir de su
bache particular...

> El open office parace mejor, pero en mi opinion es
> demasiado complejo.

No uso ningún procesador de textos...

> Habia encontrado un bug en el dbexpert, y estaba
> pensando en reportarles
> el error. Pero aquien se lo envio?

Pues parece que el dbexpert en realidad no era de
ellos, sino que se lo habían hecho unos tíos de otra
empresa... espera un poco a que se calmen las aguas e
intenta contactar con Carla.

Saludos,
Alfredo.




______________________________________________
Web Revelación Yahoo! 2007:
Premio Favorita del Público.
http://es.promotions.yahoo.com/revelacion2007/favoritos/

#11721 De: roberto <roberto@...>
Fecha: Do, 6 de Ene, 2008 7:12 pm
Asunto: Re: No funciona la pagina de Sundialsystems
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola,
Un dia triste para los usuarios de sus productos.
El open office parace mejor, pero en mi opinion es demasiado complejo.
Habia encontrado un bug en el dbexpert, y estaba pensando en reportarles
el error. Pero aquien se lo envio?

Saludos
Roberto
> http://www.os2world.com/component/option,com_smf/Itemid,63/topic,454.0/
>
> han cerrado.
>
> Saludos,
>

#11720 De: Alfredo Fernández Díaz <mrwarper@...>
Fecha: Do, 6 de Ene, 2008 6:43 pm
Asunto: RE: No funciona la pagina de Sundialsystems
mrwarper
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola Roberto y todos,

feliz año :)


--- roberto <roberto@...> escribió:

> Hola
> Sabria alguien decirme si Sundialsystems a cerrado,
> o sera que estan
> actualizando la web?
> http:\\www.sundialsystems.com

Según el comienzo de

http://www.os2world.com/component/option,com_smf/Itemid,63/topic,454.0/

han cerrado.

Saludos,
Alfredo.




______________________________________________
Web Revelación Yahoo! 2007:
Premio Favorita del Público.
http://es.promotions.yahoo.com/revelacion2007/favoritos/

#11719 De: roberto <roberto@...>
Fecha: Do, 6 de Ene, 2008 4:22 pm
Asunto: No funciona la pagina de Sundialsystems
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola
Sabria alguien decirme si Sundialsystems a cerrado, o sera que estan
actualizando la web?
http:\\www.sundialsystems.com

Saludos
Roberto

#11718 De: roberto <roberto@...>
Fecha: Sáb, 5 de Ene, 2008 3:39 pm
Asunto: ECS 2.0 RC4 Primeras impresiones
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Holassss y feliz año
Queria comentar que parece que funciona bastante bien, por lo menos es
operativo.
El Lvm a mejorado, tenia un disco externo que no podia configurar y
ahora lo he podido configurar como 114gb en jfs sin problemas.
El wifi esta actualizado, y funciona, en un portatil actual.
La instalacion sobre el anterior sistema ecs1.2beta3 en jfs, me fallo al
no poder arrancar el jfs. No se si arrancaria instalandolo todo nuevo en
jfs, si alguien lo tiene probado y le funciona el arranque en jfs, que
lo comente.
Al estar instalado junto con w-vista, despues de ejecutar el w-vista, en
una ocasion pero no en todas las ocasiones, no arrancaba al primer
intento, pero al segundo sin problemas.
Algunos programas como el dfsee95, se cierra de forma inesperada, el
programa.
Muchos juegos, no funcionan, pero no se si es por la resolucion de la
pantalla, o por algun otro motivo.
En una semana se ha colgado dos veces, fallando en una ocasion, el c+a+d.
El icono de arranque del wifi, debria estar en uno de las carpetas del
sistema, pues me costo encontrarla en el disco.
El firefox y el thunderbird perfecto.
En general me a gustado mucho teniendo en cuenta que no es una version
definitiva.
Me falta la actualizacion del driver de sonido, pero eso no es vital.

Saludos
Roberto

#11717 De: "gmjimen" <gmjimen@...>
Fecha: Mar, 4 de Dic, 2007 12:50 pm
Asunto: Petición por un OS/2 Libre (Segundo asalto)
gmjimen
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola.

Seguramente muchos ya lo habéis recibido, pero para aquellos que no
estén apuntados a OS/2 World deciros que se ha creado una nueva
campaña para conseguir que OS/2 sea un sistema abierto y libre, al
estilo de FreeBSD, que pertenece a una empresa privada pero es libre y
abierto, aceptando colaboraciones del exterior.

Uno de los cambios de estrategia (por lo que he entendido) es que sólo
se va a pedir que se libere el código de IBM, lo cual ya es mucho ya
que creo que incluye el núcleo (kernel) completo o casi completo. Lo
que se pretende es rodear a Microsoft, que fue la mayor opositora a la
liberación de código en la anterior campaña.

La dirección de la campaña, con información y el formulario de apoyo, es
http://www.os2world.com/petition

Saludos.

Guillermo "Ñuño" Martínez

#11716 De: David Mediavilla <davidme@...>
Fecha: Vie, 30 de Nov, 2007 9:30 pm
Asunto: Re: Ejecutar programa a una hora determinada
davidme@...
Enviar mensaje Enviar mensaje
 
Roberto Calzavara escribió:
> Necesito ejecutar un cmd en OS/2 para que copie todos los archivos que
> quiero respaldar a una hora determinada. Y no se me ocurre como

	 En eCS 2.0 en la carpeta Utilities hay un Task Planner que es parte de
eClock.
	 Por otra parte, me parece que DragText tenía un chisme semejante que
incluso funcionaba cuando no estabas registrado.

> Roberto Calzavara

--
--
	 David Mediavilla Ezquibela <davidme@...>
		 [es/en/ro/eo/it/eu]

#11715 De: Carlos de Luna Saenz <cdelunasaenz@...>
Fecha: Vie, 30 de Nov, 2007 2:39 pm
Asunto: Rv: Resumen nº 1922
cdelunasaenz
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
En OS/2 3 y OS/2 Warp 4 viene el IBM Works que tiene un programador de tareas
automáticas, de igual manera puedes bajar el demonio de cron para OS/2 o muchas
utilerías en Hobbes que hagan eso.
Saludos

----- Mensaje original ----
De: "os2-esp@yahoogroups.com" <os2-esp@yahoogroups.com>
Para: os2-esp@yahoogroups.com
Enviado: viernes, 30 de noviembre, 2007 8:31:35
Asunto: [os2-esp] Resumen nº 1922

Hay 2 mensajes en este resumen.

Temas de este resumen:

1.1. Ejecutar programa a una hora determinada
     De: Roberto Calzavara
1.2. Re: Ejecutar programa a una hora determinada
     De: msnyder1@...


Mensajes
________________________________________________________________________

1..1. Ejecutar programa a una hora determinada
     Enviado por: "Roberto Calzavara" roberto@... robertocalzavara
     Fecha: Jue, 29 de Nov, 2007 6:27 pm

Buenas.
Es una preguntonta que salvo que use rexx no se me ocurre como.
Necesito ejecutar un cmd en OS/2 para que copie todos los archivos que
quiero respaldar a una hora determinada. Y no se me ocurre como
Les agradezco desde ya
Saludos
Roberto Calzavara


Mensajes con este tema (2)
________________________________________________________________________

1.2. Re: Ejecutar programa a una hora determinada
     Enviado por: "msnyder1@..." msnyder1@... mike_snyder1948
     Fecha: Jue, 29 de Nov, 2007 6:40 pm

On 11/29/07 at 02:05 PM, Roberto Calzavara <roberto@...>
said:


>Buenas.
>Es una preguntonta que salvo que use rexx no se me ocurre como. Necesito
>ejecutar un cmd en OS/2 para que copie todos los archivos que  quiero
>respaldar a una hora determinada. Y no se me ocurre como Les agradezco
>desde ya

http://hobbes.nmsu.edu/cgi-bin/h-search?key=cron2&pushbutton=Search

Utilizo el programa cron2 para esas cosas.

--
_________________________________________________________________________
Regards from the Space Coast.

Mike Snyder
msnyder1@...
The strength of a people is inversely proportional to the scope of their
government.
Anthropogenic global warming:  Yet another Al Gore lie.
Crash Often?  Not with eCS.
As of 12:05am this eComStation system had been up for 3 days, 5 hours, and 23
minutes.  It's running 53 processes with 198 threads.

MR/2 Internet Cruiser Edition for OS/2 v3.00 beta 08
   The Venona Project - Just Another Right-Wing Conspiracy
_________________________________________________________________________



Mensajes con este tema (2)
________________________________________________________________________
________________________________________________________________________

---
Para suscribirte  envia un e-mail a: os2-esp-subscribe@yahoogroups.com
Para desuscribirte envia un e-mail a: os2-esp-unsubscribe@yahoogroups.com
Lista de mensajes: http://es.groups.yahoo.com/group/os2-esp/

TeamOS/2 España
---


------------------------------------------------------------------------
Enlaces a Yahoo! Grupos





------------------------------------------------------------------------


       Comparte video en la ventana de tus mensajes (y también tus fotos de
Flickr). Usa el nuevo Yahoo! Messenger versión Beta.
http://e1.beta.messenger.yahoo.com/


       Comparte video en la ventana de tus mensajes (y también tus fotos de
Flickr). Usa el nuevo Yahoo! Messenger versión Beta.
http://e1.beta.messenger.yahoo.com/

#11714 De: msnyder1@...
Fecha: Jue, 29 de Nov, 2007 5:39 pm
Asunto: Re: Ejecutar programa a una hora determinada
mike_snyder1948
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
On 11/29/07 at 02:05 PM, Roberto Calzavara <roberto@...>
said:


>Buenas.
>Es una preguntonta que salvo que use rexx no se me ocurre como. Necesito
>ejecutar un cmd en OS/2 para que copie todos los archivos que  quiero
>respaldar a una hora determinada. Y no se me ocurre como Les agradezco
>desde ya

http://hobbes.nmsu.edu/cgi-bin/h-search?key=cron2&pushbutton=Search

Utilizo el programa cron2 para esas cosas.

--
_________________________________________________________________________
Regards from the Space Coast.

Mike Snyder
msnyder1@...
The strength of a people is inversely proportional to the scope of their
government.
Anthropogenic global warming:  Yet another Al Gore lie.
Crash Often?  Not with eCS.
As of 12:05am this eComStation system had been up for 3 days, 5 hours, and 23
minutes.  It's running 53 processes with 198 threads.

MR/2 Internet Cruiser Edition for OS/2 v3.00 beta 08
    The Venona Project - Just Another Right-Wing Conspiracy
_________________________________________________________________________

#11713 De: Roberto Calzavara <roberto@...>
Fecha: Jue, 29 de Nov, 2007 2:05 pm
Asunto: Ejecutar programa a una hora determinada
robertocalza...
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Buenas.
Es una preguntonta que salvo que use rexx no se me ocurre como.
Necesito ejecutar un cmd en OS/2 para que copie todos los archivos que
quiero respaldar a una hora determinada. Y no se me ocurre como
Les agradezco desde ya
Saludos
Roberto Calzavara

#11712 De: "roberto" <roberto@...>
Fecha: Lun, 29 de Oct, 2007 7:40 am
Asunto: Re: frankie34 y red en un portatil asus z83c
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola
On Sun, 28 Oct 2007 22:50:49 +0100, Delfi Reinoso wrote:

>Lo que explicas no deja de ser raro. Pero est s hablando de las betas
>de eCS 2.0. Has probado eCS 1.2?
Si, con este sistema instale la rtl8169 y fallaba la red. Pero por lo menos se
dejaba instalar. Tambien se instala el ecs20beta3,
el es el que estoy usando en otros pcs y funciona muy bien. Salvo cuando cambias
de drivers de red, el smtp se pone loco.

>
>Por favor mandame el resultado de ejecutar Pcidev y lo transmitir‚ a
>los desarrolladores.

==============inicio================================
Craig Hart's PCI+AGP bus sniffer, Version 1.04vkA, freeware made in 1996-2005.
Loaded Vendor Data : "This is version 573 of this file; 10-10-2005 (D-M-Y)."

PCI BIOS Version 3.00 found!
Number of PCI Busses : 8
PCI Characteristics  : Config Mechanism 1

Searching for PCI Devices using the OEMHLP$ driver

  Bus 0 (PCI Express), Device Number 0, Device Function 0
  Vendor 8086h Intel Corporation
  Device 27A0h Unknown
  Command 0006h (Memory Access, BusMaster)
  Status 2090h (Has Capabilities List, Supports Back-To-Back Trans.,
    Received Master Abort, Fast Timing)
  Revision 03h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Bridge, type PCI to HOST
  Subsystem ID 11671043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  New Capabilities List Present:
    Vendor-Dependant Capability

  Hex-Dump of device configuration space follows:
   0000  86 80 A0 27 06 00 90 20 03 00 00 06 00 00 00 00    †€ '.. ........
   0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 67 11    ............C.g.
   0030  00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00    .... ...........
   0040  01 90 D1 FE 01 40 D1 FE 05 00 00 E0 01 80 D1 FE    . þ.@ þ... .€ þ
   0050  00 00 02 00 03 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  01 30 D1 FE 00 00 00 00 00 00 00 00 00 00 00 00    .0 þ............
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  10 11 11 00 00 33 33 00 FF 03 00 00 40 1A 38 00    .....33.ÿ...@.8.
   00A0  08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 04 01 00 00    ................
   00E0  09 00 09 51 4A 00 4A B0 0E 00 00 00 00 00 00 00    ...QJ.J°........
   00F0  00 00 00 00 00 00 00 00 86 0F 05 00 10 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 1, Device Function 0
  Vendor 8086h Intel Corporation
  Device 27A1h Unknown
  Command 0107h (I/O Access, Memory Access, BusMaster, System Errors)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 03h, Header Type 01h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Bridge, type PCI to PCI
  Subsystem ID 27A18086h Unknown (Generic ID)
  Subsystem Vendor 8086h Intel Corporation
  System IRQ 11, INT# A
  PCI Bridge Information:
    Primary Bus Number 0, Secondary Bus Number 7, Subordinate Bus number 7
    Secondary Bus Command 000Ah (CSERR forwarded, VGA mapping)
    Secondary Bus Status  2000h (Received Master Abort, Fast Timing)
    Secondary Bus Latency 00h
    I/O Port Range Passed to Secondary Bus : B000h..DFFFh (16-bit)
    Memory   Range Passed to Secondary Bus : FE000000h..FE0FFFFFh
    Prefetchable Memory Range Passed to Secondary Bus : BFF00000h..DFEFFFFFh
  New Capabilities List Present:
    Subsystem ID & Subsystem Vendor ID Capability
      SSVID : 8086h
      SSID  : 27A1h
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 32-bit addresses
    PCI Express Capability, Version 1
      Device/Port Type :
        Root port of PCI Express Root Complex
      Port Type :
        Port is an Expansion Slot
        Unsupported Request Severity is Non-Fatal
      Device Status :
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x16
        Link Port Number   : 2
      Link Control :
        Common Clock Configuration In Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x16
      Slot Capabilities :
        Slot Power Limit Value :   4.000 Watts
        Physical slot Number 0

  Hex-Dump of device configuration space follows:
   0000  86 80 A1 27 07 01 10 00 03 00 04 06 08 00 01 00    †€¡'............
   0010  00 00 00 00 00 00 00 00 00 07 07 00 B0 D0 00 20    ............° .
   0020  00 FE 00 FE F1 BF E1 DF 00 00 00 00 00 00 00 00    .þ.þñ¿áß........
   0030  00 00 00 00 88 00 00 00 00 00 00 00 0B 01 0A 00    ....ˆ...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02    ................
   0080  01 90 02 C8 00 00 00 00 0D 80 00 00 86 80 A1 27    ..È.....€..†€¡'
   0090  05 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00    . ..............
   00A0  10 00 41 01 00 00 00 00 00 00 00 00 01 25 01 02    ..A..........%..
   00B0  40 00 01 11 00 00 00 00 C0 01 48 00 00 00 00 00    @.......À.H.....
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 01 0F 00 00 00 00 86 0F 05 00 00 00 00 80    ........†......€

  Bus 0 (PCI Express), Device Number 27, Device Function 0
  Vendor 8086h Intel Corporation
  Device 27D8h 82801G (ICH7 Family) High Definition Audio
  Command 0006h (Memory Access, BusMaster)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Multimedia, type Unknown!
  Subsystem ID 13C41043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (64-bit) : FE1F8000h
  System IRQ 11, INT# A
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 55 mA
      Current Power State : D0 (Device operational, no power saving)
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 64-bit addresses
    PCI Express Capability, Version 1
      Device/Port Type :
        Root Complex Integrated Endpoint Device
        Unsupported Request Severity is Non-Fatal
      Device Status :
        AUX Power Detected
      Link Capabilities :
        Maximum Link speed : Unknown (00h)!!
        Maximum Link Width : xReserved
        Link Port Number   : 0
      Link Control :
        Asynchronous Clocking in Use
      Link Status :
        Current Link speed : Unknown (00)!!
        Current Link Width : x0

  Hex-Dump of device configuration space follows:
   0000  86 80 D8 27 06 00 10 00 02 00 03 04 08 00 00 00    †€ '............
   0010  04 80 1F FE 00 00 00 00 00 00 00 00 00 00 00 00    .€.þ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C4 13    ............C.Ä.
   0030  00 00 00 00 50 00 00 00 00 00 00 00 0B 01 00 00    ....P...........
   0040  03 00 00 03 07 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  01 60 42 C8 00 00 00 00 00 00 00 00 00 00 00 00    .`BÈ............
   0060  05 70 80 00 00 00 00 00 00 00 00 00 00 00 00 00    .p€.............
   0070  10 00 91 00 00 00 00 00 00 08 10 00 00 00 00 00    ..‘.............
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 28, Device Function 0
  Vendor 8086h Intel Corporation
  Device 27D0h 82801G (ICH7 Family) PCI Express Root Port
  Command 0107h (I/O Access, Memory Access, BusMaster, System Errors)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 02h, Header Type 81h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Bridge, type PCI to PCI
  Subsystem ID 27D08086h Unknown (Generic ID)
  Subsystem Vendor 8086h Intel Corporation
  System IRQ 11, INT# A
  PCI Bridge Information:
    Primary Bus Number 0, Secondary Bus Number 6, Subordinate Bus number 6
    Secondary Bus Command 0002h (CSERR forwarded)
    Secondary Bus Status  2000h (Received Master Abort, Fast Timing)
    Secondary Bus Latency 00h
    I/O Port Range Passed to Secondary Bus : A000h..AFFFh (16-bit)
    Memory   Range Passed to Secondary Bus : FDF00000h..FDFFFFFFh
    Prefetchable Memory Range Passed to Secondary Bus : None
  New Capabilities List Present:
    PCI Express Capability, Version 1
      Device/Port Type :
        Root port of PCI Express Root Complex
      Port Type :
        Port is an Expansion Slot
        Unsupported Request Severity is Non-Fatal
      Device Status :
        AUX Power Detected
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x1
        Link Port Number   : 1
      Link Control :
        Common Clock Configuration In Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x1
      Slot Capabilities :
        Hot Plug Surprise is Possible
        Hot Plug Capable
        Slot Power Limit Value :   2.000 Watts
        Physical slot Number 0
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 32-bit addresses
    Subsystem ID & Subsystem Vendor ID Capability
      SSVID : 8086h
      SSID  : 27D0h
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)

  Hex-Dump of device configuration space follows:
   0000  86 80 D0 27 07 01 10 00 02 00 04 06 08 00 81 00    †€ '...........
   0010  00 00 00 00 00 00 00 00 00 06 06 00 A0 A0 00 20    ............  .
   0020  F0 FD F0 FD F1 FF 01 00 00 00 00 00 00 00 00 00     ý ýñÿ..........
   0030  00 00 00 00 40 00 00 00 00 00 00 00 0B 01 02 00    ....@...........
   0040  10 80 41 01 C0 0F 00 00 00 00 10 00 11 2C 11 01    .€A.À........,..
   0050  40 00 11 30 60 05 38 00 28 00 40 00 00 00 00 00    @..0`.8.(.@.....
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ...............
   0090  0D A0 00 00 86 80 D0 27 00 00 00 00 00 00 00 00    . ..†€ '........
   00A0  01 00 02 C8 00 00 00 00 00 00 00 00 00 00 00 00    ...È............
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 80 00 11 00 00 00 00 00    ........€.......
   00E0  00 00 C7 00 06 07 08 00 00 00 00 00 00 00 00 00    .. .............
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 28, Device Function 1
  Vendor 8086h Intel Corporation
  Device 27D2h 82801G (ICH7 Family) PCI Express Root Port
  Command 0106h (Memory Access, BusMaster, System Errors)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 02h, Header Type 81h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Bridge, type PCI to PCI
  Subsystem ID 27D28086h Unknown (Generic ID)
  Subsystem Vendor 8086h Intel Corporation
  System IRQ 7, INT# B
  PCI Bridge Information:
    Primary Bus Number 0, Secondary Bus Number 5, Subordinate Bus number 5
    Secondary Bus Command 0002h (CSERR forwarded)
    Secondary Bus Status  2000h (Received Master Abort, Fast Timing)
    Secondary Bus Latency 00h
    I/O Port Range Passed to Secondary Bus : None
    Memory   Range Passed to Secondary Bus : FDE00000h..FDEFFFFFh
    Prefetchable Memory Range Passed to Secondary Bus : None
  New Capabilities List Present:
    PCI Express Capability, Version 1
      Device/Port Type :
        Root port of PCI Express Root Complex
      Port Type :
        Port is an Integrated Device
        Unsupported Request Severity is Non-Fatal
      Device Status :
        AUX Power Detected
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x1
        Link Port Number   : 2
      Link Control :
        Common Clock Configuration In Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x1
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 32-bit addresses
    Subsystem ID & Subsystem Vendor ID Capability
      SSVID : 8086h
      SSID  : 27D2h
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)

  Hex-Dump of device configuration space follows:
   0000  86 80 D2 27 06 01 10 00 02 00 04 06 08 00 81 00    †€ '...........
   0010  00 00 00 00 00 00 00 00 00 05 05 00 F0 00 00 20    ............ ..
   0020  E0 FD E0 FD F1 FF 01 00 00 00 00 00 00 00 00 00     ý ýñÿ..........
   0030  00 00 00 00 40 00 00 00 00 00 00 00 07 02 02 00    ....@...........
   0040  10 80 41 00 C0 0F 00 00 00 00 10 00 11 2C 11 02    .€A.À........,..
   0050  40 00 11 30 60 00 00 00 00 00 48 01 00 00 00 00    @..0`.....H.....
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ...............
   0090  0D A0 00 00 86 80 D2 27 00 00 00 00 00 00 00 00    . ..†€ '........
   00A0  01 00 02 C8 00 00 00 00 00 00 00 00 00 00 00 00    ...È............
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 80 00 11 00 00 00 00 00    ........€.......
   00E0  00 00 C7 80 06 07 08 00 00 00 00 00 00 00 00 00    .. €............
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 28, Device Function 2
  Vendor 8086h Intel Corporation
  Device 27D4h 82801G (ICH7 Family) PCI Express Root Port
  Command 0107h (I/O Access, Memory Access, BusMaster, System Errors)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 02h, Header Type 81h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Bridge, type PCI to PCI
  Subsystem ID 27D48086h Unknown (Generic ID)
  Subsystem Vendor 8086h Intel Corporation
  System IRQ 5, INT# C
  PCI Bridge Information:
    Primary Bus Number 0, Secondary Bus Number 2, Subordinate Bus number 4
    Secondary Bus Command 0002h (CSERR forwarded)
    Secondary Bus Status  2000h (Received Master Abort, Fast Timing)
    Secondary Bus Latency 00h
    I/O Port Range Passed to Secondary Bus : 8000h..9FFFh (16-bit)
    Memory   Range Passed to Secondary Bus : F9E00000h..FDDFFFFFh
    Prefetchable Memory Range Passed to Secondary Bus : 9FF00000h..BFEFFFFFh
  New Capabilities List Present:
    PCI Express Capability, Version 1
      Device/Port Type :
        Root port of PCI Express Root Complex
      Port Type :
        Port is an Expansion Slot
        Unsupported Request Severity is Non-Fatal
      Device Status :
        AUX Power Detected
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x1
        Link Port Number   : 3
      Link Control :
        Asynchronous Clocking in Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x0
      Slot Capabilities :
        Hot Plug Surprise is Possible
        Hot Plug Capable
        Slot Power Limit Value :   6.000 Watts
        Physical slot Number 0
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 32-bit addresses
    Subsystem ID & Subsystem Vendor ID Capability
      SSVID : 8086h
      SSID  : 27D4h
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)

  Hex-Dump of device configuration space follows:
   0000  86 80 D4 27 07 01 10 00 02 00 04 06 08 00 81 00    †€ '...........
   0010  00 00 00 00 00 00 00 00 00 02 04 00 80 90 00 20    ............€.
   0020  E0 F9 D0 FD F1 9F E1 BF 00 00 00 00 00 00 00 00       ýñŸá¿........
   0030  00 00 00 00 40 00 00 00 00 00 00 00 05 03 02 00    ....@...........
   0040  10 80 41 01 C0 0F 00 00 00 00 10 00 11 4C 11 03    .€A.À........L..
   0050  00 00 01 10 E0 0C 38 00 28 00 00 00 00 00 00 00    .... .8.(.......
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ...............
   0090  0D A0 00 00 86 80 D4 27 00 00 00 00 00 00 00 00    . ..†€ '........
   00A0  01 00 02 C8 00 00 00 00 00 00 00 00 00 00 00 00    ...È............
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 80 00 11 00 00 00 00 00    ........€.......
   00E0  00 00 C7 00 06 07 08 00 00 00 00 00 00 00 00 00    .. .............
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 29, Device Function 0
  Vendor 8086h Intel Corporation
  Device 27C8h 82801G (ICH7 Family) USB Universal Host Controller
  Command 0005h (I/O Access, BusMaster)
  Status 0280h (Supports Back-To-Back Trans., Medium Timing)
  Revision 02h, Header Type 80h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Serial, type USB (UHCI)
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is not present or not configured!
  Address 1 is not present or not configured!
  Address 2 is not present or not configured!
  Address 3 is not present or not configured!
  Address 4 is an I/O Port : E480h..E493h
  System IRQ 6, INT# A

  Hex-Dump of device configuration space follows:
   0000  86 80 C8 27 05 00 80 02 02 00 03 0C 00 00 80 00    †€È'..€.......€.
   0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0020  81 E4 00 00 00 00 00 00 00 00 00 00 43 10 C7 13     ..........C. .
   0030  00 00 00 00 00 00 00 00 00 00 00 00 06 01 00 00    ................
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 2F 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ./..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 29, Device Function 1
  Vendor 8086h Intel Corporation
  Device 27C9h 82801G (ICH7 Family) USB Universal Host Controller
  Command 0005h (I/O Access, BusMaster)
  Status 0280h (Supports Back-To-Back Trans., Medium Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Serial, type USB (UHCI)
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is not present or not configured!
  Address 1 is not present or not configured!
  Address 2 is not present or not configured!
  Address 3 is not present or not configured!
  Address 4 is an I/O Port : E800h..E813h
  System IRQ 7, INT# B

  Hex-Dump of device configuration space follows:
   0000  86 80 C9 27 05 00 80 02 02 00 03 0C 00 00 00 00    †€É'..€.........
   0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0020  01 E8 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    . ..........C. .
   0030  00 00 00 00 00 00 00 00 00 00 00 00 07 02 00 00    ................
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 2F 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ./..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 29, Device Function 2
  Vendor 8086h Intel Corporation
  Device 27CAh 82801G (ICH7 Family) USB Universal Host Controller
  Command 0005h (I/O Access, BusMaster)
  Status 0280h (Supports Back-To-Back Trans., Medium Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Serial, type USB (UHCI)
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is not present or not configured!
  Address 1 is not present or not configured!
  Address 2 is not present or not configured!
  Address 3 is not present or not configured!
  Address 4 is an I/O Port : E880h..E893h
  System IRQ 5, INT# C

  Hex-Dump of device configuration space follows:
   0000  86 80 CA 27 05 00 80 02 02 00 03 0C 00 00 00 00    †€Ê'..€.........
   0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0020  81 E8 00 00 00 00 00 00 00 00 00 00 43 10 C7 13     ..........C. .
   0030  00 00 00 00 00 00 00 00 00 00 00 00 05 03 00 00    ................
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 2F 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ./..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 29, Device Function 3
  Vendor 8086h Intel Corporation
  Device 27CBh 82801G (ICH7 Family) USB Universal Host Controller
  Command 0005h (I/O Access, BusMaster)
  Status 0280h (Supports Back-To-Back Trans., Medium Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Serial, type USB (UHCI)
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is not present or not configured!
  Address 1 is not present or not configured!
  Address 2 is not present or not configured!
  Address 3 is not present or not configured!
  Address 4 is an I/O Port : EC00h..EC13h
  System IRQ 11, INT# D

  Hex-Dump of device configuration space follows:
   0000  86 80 CB 27 05 00 80 02 02 00 03 0C 00 00 00 00    †€Ë'..€.........
   0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0020  01 EC 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    . ..........C. .
   0030  00 00 00 00 00 00 00 00 00 00 00 00 0B 04 00 00    ................
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 2F 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ./..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 29, Device Function 7
  Vendor 8086h Intel Corporation
  Device 27CCh 82801G (ICH7 Family) USB 2.0 Enhanced Host Controller
  Command 0006h (Memory Access, BusMaster)
  Status 0290h (Has Capabilities List, Supports Back-To-Back Trans.,
    Medium Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Serial, type USB 2.0 (EHCI)
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB) : FE1FFC00h..FE1FFC93h
  System IRQ 6, INT# A
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 375 mA
      Current Power State : D0 (Device operational, no power saving)
    USB 2.0 EHCI Debug Port Capability

  Hex-Dump of device configuration space follows:
   0000  86 80 CC 27 06 00 90 02 02 20 03 0C 00 00 00 00    †€Ì'.... ......
   0010  00 FC 1F FE 00 00 00 00 00 00 00 00 00 00 00 00    . .þ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   0030  00 00 00 00 50 00 00 00 00 00 00 00 06 01 00 00    ....P...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  01 58 C2 C9 00 00 00 00 0A 00 A0 20 00 00 00 00    .XÂÉ......  ....
   0060  20 20 FF 01 00 00 00 00 01 00 01 01 00 20 08 00      ÿ.......... ..
   0070  00 00 DF 3F 00 00 00 00 00 00 00 00 00 00 00 00    ..ß?............
   0080  00 00 00 00 11 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 AA FF 00 FF 00 FF 00 20 00 00 88    .....ªÿ.ÿ.ÿ. ..ˆ
   00E0  00 00 00 00 DB B6 6D 00 00 00 00 00 00 00 00 00    ....Û m.........
   00F0  00 80 00 09 88 85 40 00 86 0F 02 00 06 17 02 20    .€..ˆ…@.†......

  Bus 0 (PCI Express), Device Number 30, Device Function 0
  Vendor 8086h Intel Corporation
  Device 2448h 82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge
  Command 0106h (Memory Access, BusMaster, System Errors)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision E2h, Header Type 01h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Bridge, type PCI to PCI (Subtractive Decode)
  Subsystem ID 24488086h Unknown (Generic ID)
  Subsystem Vendor 8086h Intel Corporation
  PCI Bridge Information:
    Primary Bus Number 0, Secondary Bus Number 1, Subordinate Bus number 1
    Secondary Bus Command 0002h (CSERR forwarded)
    Secondary Bus Status  2280h (Supports Back-To-Back Trans.,
      Received Master Abort, Medium Timing)
    Secondary Bus Latency 20h
    I/O Port Range Passed to Secondary Bus : None
    Memory   Range Passed to Secondary Bus : F9D00000h..F9DFFFFFh
    Prefetchable Memory Range Passed to Secondary Bus : None
  New Capabilities List Present:
    Subsystem ID & Subsystem Vendor ID Capability
      SSVID : 8086h
      SSID  : 2448h

  Hex-Dump of device configuration space follows:
   0000  86 80 48 24 06 01 10 00 E2 01 04 06 00 00 01 00    †€H$.... .......
   0010  00 00 00 00 00 00 00 00 00 01 01 20 F0 00 80 22    ...........  .€"
   0020  D0 F9 D0 F9 F1 FF 01 00 00 00 00 00 00 00 00 00        ñÿ..........
   0030  00 00 00 00 50 00 00 00 00 00 00 00 FF 00 02 00    ....P.......ÿ...
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 12 00 00    ................
   0050  0D 00 00 00 86 80 48 24 00 00 00 00 00 00 00 00    ....†€H$........
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 0 (PCI Express), Device Number 31, Device Function 0
  Vendor 8086h Intel Corporation
  Device 27B9h 82801GBM (ICH7-M) LPC Interface Controller
  Command 0007h (I/O Access, Memory Access, BusMaster)
  Status 0210h (Has Capabilities List, Medium Timing)
  Revision 02h, Header Type 80h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Bridge, type PCI to ISA
  Subsystem ID 27B98086h Unknown (Generic ID)
  Subsystem Vendor 8086h Intel Corporation
  New Capabilities List Present:
    Vendor-Dependant Capability

  Hex-Dump of device configuration space follows:
   0000  86 80 B9 27 07 00 10 02 02 00 01 06 00 00 80 00    †€¹'..........€.
   0010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0020  00 00 00 00 00 00 00 00 00 00 00 00 86 80 B9 27    ............†€¹'
   0030  00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00    .... ...........
   0040  01 08 00 00 80 00 00 00 81 04 00 00 10 00 00 00    ....€..........
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  0B 07 05 07 90 00 00 00 80 80 80 06 00 00 00 00    .......€€€.....
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  10 00 07 3C 00 00 00 00 00 00 00 00 51 02 0C 00    ...<........Q...
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  28 02 00 00 39 00 00 00 13 1C 0A 00 00 03 00 00    (...9...........
   00B0  00 00 F0 00 00 00 00 00 00 00 01 00 00 00 00 00    .. .............
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  33 22 11 00 67 45 00 00 C0 80 00 00 00 00 00 00    3"..gE..À€......
   00E0  09 00 0C 10 B4 02 24 17 00 00 00 00 00 00 00 00    ....´.$.........
   00F0  01 C0 D1 FE 00 00 00 00 86 0F 02 00 00 00 00 00    .À þ....†.......

  Bus 0 (PCI Express), Device Number 31, Device Function 2
  Vendor 8086h Intel Corporation
  Device 27C4h 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller
  Command 0005h (I/O Access, BusMaster)
  Status 02B8h (Signalled Interrupt, Has Capabilities List, Supports 66MHz,
    Supports Back-To-Back Trans., Medium Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class Storage, type IDE (ATA)
  PCI EIDE Controller Features :
    BusMaster EIDE is supported
    Primary   Channel is at I/O Port 01F0h and IRQ 14
    Secondary Channel is at I/O Port 0170h and IRQ 15
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is an I/O Port : 0000h (unconfigured)
  Address 1 is an I/O Port : 0000h (unconfigured)
  Address 2 is an I/O Port : 0000h (unconfigured)
  Address 3 is an I/O Port : 0000h (unconfigured)
  Address 4 is an I/O Port : FFA0h..FFA7h
  System IRQ (disabled), INT# B
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D3hot
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)

  Hex-Dump of device configuration space follows:
   0000  86 80 C4 27 05 00 B8 02 02 80 01 01 00 00 00 00    †€Ä'.. ..€......
   0010  01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00    ................
   0020  A1 FF 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ¡ÿ..........C. .
   0030  00 00 00 00 70 00 00 00 00 00 00 00 00 02 00 00    ....p...........
   0040  07 A3 03 A3 00 00 00 00 05 00 01 02 00 00 00 00    .£.£............
   0050  00 00 00 00 30 10 00 00 00 00 00 00 00 00 00 00    ....0...........
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  01 00 02 40 00 00 00 00 00 00 00 00 00 00 00 00    ...@............
   0080  05 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00    .p..............
   0090  02 00 15 00 80 01 80 4A 00 00 00 00 00 00 00 00    ....€.€J........
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 0D 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 86 0F 02 00 00 00 00 00    ........†.......

  Bus 1 (PCI), Device Number 1, Device Function 0
  Vendor 1180h Ricoh Co Ltd
  Device 0832h Unknown
  Command 0006h (Memory Access, BusMaster)
  Status 0210h (Has Capabilities List, Medium Timing)
  Revision 00h, Header Type 80h, Bus Latency Timer 20h
  Minimum Bus Grant 02h, Maximum Bus Latency 04h
  Self test 00h (Self test not supported)
  PCI Class Serial, type OHCI FireWire
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB) : F9DFE800h..F9DFEFFFh
  System IRQ 11, INT# A
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
        720 mW D0 power consume
        720 mW D0 power dissipate
        640 mW D1 power consume
        640 mW D1 power dissipate
         10 mW D2 power consume
         10 mW D2 power dissipate
         10 mW D3 power consume
         10 mW D3 power dissipate
          0 mW common logic power consume

  Hex-Dump of device configuration space follows:
   0000  80 11 32 08 06 00 10 02 00 10 00 0C 00 20 80 00    €.2.......... €.
   0010  00 E8 DF F9 00 00 00 00 00 00 00 00 00 00 00 00    . ß ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   0030  00 00 00 00 DC 00 00 00 00 00 00 00 0B 01 02 04    ....Ü...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 80 A0 16 00 00 04 00 00 20 00 00 66 66 32 12    .€ ...... ..ff2.
   0090  48 60 66 10 00 00 02 00 03 00 00 00 00 01 18 00    H`f.............
   00A0  00 00 00 00 00 00 00 00 30 00 00 00 43 10 C7 13    ........0...C. .
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 04    ................
   00C0  00 30 00 00 00 00 00 00 0C 00 00 00 00 00 00 00    .0..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 01 00 02 C8    ...............È
   00E0  00 40 00 48 00 00 00 00 00 00 00 00 00 00 00 00    .@.H............
   00F0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................

  Bus 1 (PCI), Device Number 1, Device Function 1
  Vendor 1180h Ricoh Co Ltd
  Device 0822h SD Bus Host Adapter
  Command 0006h (Memory Access, BusMaster)
  Status 0210h (Has Capabilities List, Medium Timing)
  Revision 19h, Header Type 80h, Bus Latency Timer 40h
  Self test 00h (Self test not supported)
  PCI Class System, type SD Host Controller (Without DMA)
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB) : F9DFF000h..F9DFF0FFh
  System IRQ 7, INT# B
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Supports low power State D1
      Supports low power State D2
      Supports PME# signalling from mode(s) D0, D1, D2, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
        720 mW D0 power consume
        720 mW D0 power dissipate
        640 mW D1 power consume
        640 mW D1 power dissipate
         10 mW D2 power consume
         10 mW D2 power dissipate
         10 mW D3 power consume
         10 mW D3 power dissipate
          0 mW common logic power consume

  Hex-Dump of device configuration space follows:
   0000  80 11 22 08 06 00 10 02 19 00 05 08 00 40 80 00    €."..........@€.
   0010  00 F0 DF F9 00 00 00 00 00 00 00 00 00 00 00 00    . ß ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   0030  00 00 00 00 80 00 00 00 00 00 00 00 07 02 00 00    ....€...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  01 00 02 FE 00 40 00 48 00 00 00 00 00 00 00 00    ...þ.@.H........
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   00B0  00 00 02 00 00 00 00 00 00 00 00 00 A0 00 00 00    ............ ...
   00C0  00 30 00 00 00 00 00 00 0C 00 00 00 00 00 00 00    .0..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  A1 21 80 01 00 00 00 00 40 00 00 00 00 00 00 00    ¡!€.....@.......
   00F0  00 00 00 00 00 00 00 00 C0 00 20 00 00 00 00 00    ........À. .....

  Bus 1 (PCI), Device Number 1, Device Function 2
  Vendor 1180h Ricoh Co Ltd
  Device 0843h Unknown
  Command 0006h (Memory Access, BusMaster)
  Status 0210h (Has Capabilities List, Medium Timing)
  Revision 01h, Header Type 80h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class System, type Other
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB) : F9DFF400h..F9DFF4FFh
  System IRQ 7, INT# B
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Supports low power State D1
      Supports low power State D2
      Supports PME# signalling from mode(s) D0, D1, D2, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
        720 mW D0 power consume
        720 mW D0 power dissipate
        640 mW D1 power consume
        640 mW D1 power dissipate
         10 mW D2 power consume
         10 mW D2 power dissipate
         10 mW D3 power consume
         10 mW D3 power dissipate
          0 mW common logic power consume

  Hex-Dump of device configuration space follows:
   0000  80 11 43 08 06 00 10 02 01 00 80 08 00 00 80 00    €.C.......€...€.
   0010  00 F4 DF F9 00 00 00 00 00 00 00 00 00 00 00 00    . ß ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   0030  00 00 00 00 80 00 00 00 00 00 00 00 07 02 00 00    ....€...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  01 00 02 FE 00 40 00 48 00 00 00 00 00 00 00 00    ...þ.@.H........
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   00B0  00 00 02 00 00 00 00 00 00 00 00 00 A0 00 00 00    ............ ...
   00C0  00 30 00 00 00 00 00 00 0C 00 00 00 00 00 00 00    .0..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  80 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00    €...............
   00F0  00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00    ........À.......

  Bus 1 (PCI), Device Number 1, Device Function 3
  Vendor 1180h Ricoh Co Ltd
  Device 0592h Memory Stick Bus Host Adapter
  Command 0002h (Memory Access)
  Status 0210h (Has Capabilities List, Medium Timing)
  Revision 0Ah, Header Type 80h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class System, type Other
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB) : F9DFF800h..F9DFF8FFh
  System IRQ 7, INT# B
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Supports low power State D1
      Supports low power State D2
      Supports PME# signalling from mode(s) D0, D1, D2, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
        720 mW D0 power consume
        720 mW D0 power dissipate
        640 mW D1 power consume
        640 mW D1 power dissipate
         10 mW D2 power consume
         10 mW D2 power dissipate
         10 mW D3 power consume
         10 mW D3 power dissipate
          0 mW common logic power consume

  Hex-Dump of device configuration space follows:
   0000  80 11 92 05 02 00 10 02 0A 00 80 08 00 00 80 00    €.’.......€...€.
   0010  00 F8 DF F9 00 00 00 00 00 00 00 00 00 00 00 00    .øß ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   0030  00 00 00 00 80 00 00 00 00 00 00 00 07 02 00 00    ....€...........
   0040  00 00 02 00 00 00 00 00 00 00 02 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  01 00 02 FE 00 40 00 48 00 00 00 00 00 00 00 00    ...þ.@.H........
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 30 00 00 00 00 00 00 0C 00 00 00 00 00 00 00    .0..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00    ........À.......

  Bus 1 (PCI), Device Number 1, Device Function 4
  Vendor 1180h Ricoh Co Ltd
  Device 0852h Unknown
  Command 0002h (Memory Access)
  Status 0210h (Has Capabilities List, Medium Timing)
  Revision 05h, Header Type 80h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  PCI Class System, type Other
  Subsystem ID 13C71043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB) : F9DFFC00h..F9DFFCFFh
  System IRQ 7, INT# B
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Supports low power State D1
      Supports low power State D2
      Supports PME# signalling from mode(s) D0, D1, D2, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
        720 mW D0 power consume
        720 mW D0 power dissipate
        640 mW D1 power consume
        640 mW D1 power dissipate
         10 mW D2 power consume
         10 mW D2 power dissipate
         10 mW D3 power consume
         10 mW D3 power dissipate
          0 mW common logic power consume

  Hex-Dump of device configuration space follows:
   0000  80 11 52 08 02 00 10 02 05 00 80 08 00 00 80 00    €.R.......€...€.
   0010  00 FC DF F9 00 00 00 00 00 00 00 00 00 00 00 00    . ß ............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   0030  00 00 00 00 80 00 00 00 00 00 00 00 07 02 00 00    ....€...........
   0040  00 00 02 00 00 00 00 00 00 00 02 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  01 00 02 FE 00 40 00 48 00 00 00 00 00 00 00 00    ...þ.@.H........
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 43 10 C7 13    ............C. .
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 30 00 00 00 00 00 00 0C 00 00 00 00 00 00 00    .0..............
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00    ........À.......

  Bus 5 (PCI Express), Device Number 0, Device Function 0
  Vendor 8086h Intel Corporation
  Device 4222h Unknown
  Command 0006h (Memory Access, BusMaster)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 02h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Network, type Other
  Subsystem ID 10028086h Unknown
  Subsystem Vendor 8086h Intel Corporation
  Address 0 is a Memory Address (0-4GiB) : FDEFF000h..FDEFFFFFh
  System IRQ 7, INT# A
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Does not support low power State D1 or D2
      Supports PME# signalling from mode(s) D0, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 0 mA (Self powered)
      Current Power State : D0 (Device operational, no power saving)
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 64-bit addresses
    PCI Express Capability, Version 1
      Device/Port Type :
        Legacy PCI Express Endpoint Device
      Device Capabilities :
        Unsupported Request Severity is Fatal
      Device Status :
        Non-Fatal Error Detected
        Unsupported Request Detected
        AUX Power Detected
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x1
        Link Port Number   : 0
      Link Control :
        Common Clock Configuration In Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x1

  Hex-Dump of device configuration space follows:
   0000  86 80 22 42 06 00 10 00 02 00 80 02 08 00 00 00    †€"B......€.....
   0010  00 F0 EF FD 00 00 00 00 00 00 00 00 00 00 00 00    .  ý............
   0020  00 00 00 00 00 00 00 00 00 00 00 00 86 80 02 10    ............†€..
   0030  00 00 00 00 C8 00 00 00 00 00 00 00 07 01 00 00    ....È...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 01 D0 22 C8 00 00 00 0D    ......... "È....
   00D0  05 E0 80 00 00 00 00 00 00 00 00 00 00 00 00 00    . €.............
   00E0  10 00 11 00 C0 0E 00 00 10 08 1A 00 11 1C 07 00    ....À...........
   00F0  40 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00    @...............

  Bus 6 (PCI Express), Device Number 0, Device Function 0
  Vendor 10ECh Realtek Semiconductor
  Device 8168h Unknown
  Command 0007h (I/O Access, Memory Access, BusMaster)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 01h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Network, type Ethernet
  Subsystem ID 11F51043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is an I/O Port : A800h..A8FFh
  Address 1 is not present or not configured!
  Address 2 is a Memory Address (64-bit) : FDFFF000h
  System IRQ 11, INT# A
  Expansion ROM of 128 KiB decoded by this card, currently disabled
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Supports low power State D1
      Supports low power State D2
      Supports PME# signalling from mode(s) D1, D2, D3hot, D3cold
      PME# signalling is currently disabled
      3.3v AUX Current required : 375 mA
      Current Power State : D0 (Device operational, no power saving)
    Vital Product Data Capability
      VPD Data not present
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 64-bit addresses
    PCI Express Capability, Version 1
      Device/Port Type :
        PCI Express Endpoint Device
      Device Capabilities :
        Attention Button Present on Device
        Attention Indicator Present on Device
        Power Indicator Present on Device
        Unsupported Request Severity is Fatal
      Device Status :
        Non-Fatal Error Detected
        Unsupported Request Detected
        AUX Power Detected
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x1
        Link Port Number   : 0
      Link Control :
        Common Clock Configuration In Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x1
    Vendor-Dependant Capability

  Hex-Dump of device configuration space follows:
   0000  EC 10 68 81 07 00 10 00 01 00 00 02 08 00 00 00     .h............
   0010  01 A8 00 00 00 00 00 00 04 F0 FF FD 00 00 00 00    .¨....... ÿý....
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 F5 11    ............C. .
   0030  00 00 FC FD 40 00 00 00 00 00 00 00 0B 01 00 00    .. ý@...........
   0040  01 48 C2 F7 00 00 00 00 03 50 00 80 00 00 00 00    .HÂ .....P.€....
   0050  05 60 82 00 00 00 00 00 00 00 00 00 00 00 00 00    .`‚.............
   0060  10 84 01 00 23 7F 00 00 10 28 1A 00 11 F4 03 00    .„..#...(... ..
   0070  40 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00    @...............
   0080  00 00 00 00 09 00 4C 01 01 1C 02 00 FB FF FF 11    ......L..... ÿÿ.
   0090  08 30 00 00 C2 10 04 00 99 10 00 00 BF 00 00 00    .0..Â...™...¿...
   00A0  02 28 FF 01 00 00 00 00 00 08 00 00 03 00 03 00    .(ÿ.............
   00B0  00 00 00 00 FF 3F FF 3F FF FF 00 00 00 00 00 00    ....ÿ?ÿ?ÿÿ......
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................

  Bus 7 (AGP), Device Number 0, Device Function 0
  Vendor 1002h ATI Technologies Inc
  Device 7186h Unknown
  Command 0007h (I/O Access, Memory Access, BusMaster)
  Status 0010h (Has Capabilities List, Fast Timing)
  Revision 00h, Header Type 00h, Bus Latency Timer 00h
  Self test 00h (Self test not supported)
  Cache line size 32 Bytes (8 DWords)
  PCI Class Display, type VGA
  Subsystem ID 12311043h Unknown
  Subsystem Vendor 1043h ASUSTeK Computer Inc
  Address 0 is a Memory Address (0-4GiB, Prefetchable) : C0000000h..CFFFFFFFh
  Address 1 is an I/O Port : D000h..D0FFh
  Address 2 is a Memory Address (0-4GiB) : FE0F0000h..FE0FFFFFh
  System IRQ 11, INT# A
  Expansion ROM of 128 KiB decoded by this card, currently disabled
  New Capabilities List Present:
    Power Management Capability, Version 1.1
      Supports low power State D1
      Supports low power State D2
      Does not support PME# signalling
      Current Power State : D0 (Device operational, no power saving)
    PCI Express Capability, Version 1
      Device/Port Type :
        Legacy PCI Express Endpoint Device
      Device Capabilities :
        Unsupported Request Severity is Fatal
      Device Status :
      Link Capabilities :
        Maximum Link speed : 2.5Gb/s
        Maximum Link Width : x16
        Link Port Number   : 0
      Link Control :
        Common Clock Configuration In Use
      Link Status :
        Current Link speed : 2.5Gb/s
        Current Link Width : x16
    Message Signalled Interrupt Capability
      MSI is disabled
      MSI function can generate 64-bit addresses

  Hex-Dump of device configuration space follows:
   0000  02 10 86 71 07 00 10 00 00 00 00 03 08 00 00 00    ..†q............
   0010  08 00 00 C0 01 D0 00 00 00 00 0F FE 00 00 00 00    ...À. .....þ....
   0020  00 00 00 00 00 00 00 00 00 00 00 00 43 10 31 12    ............C.1.
   0030  00 00 0C FE 50 00 00 00 00 00 00 00 0B 01 00 00    ...þP...........
   0040  00 00 00 00 00 00 00 00 00 00 00 00 43 10 31 12    ............C.1.
   0050  01 58 02 06 00 00 00 00 10 80 11 00 A0 0F 00 00    .X.......€.. ...
   0060  10 08 00 00 01 0D 00 00 40 00 01 11 00 00 00 00    ........@.......
   0070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   0080  05 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00    ..€.............
   0090  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00A0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00B0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00C0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00D0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00E0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
   00F0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................

ROM PCI IRQ routing table Tests....
  ROM IRQ routing table found at F000h:55B0h
  Table Version 1.0 - OK
  Table size 256 bytes - OK
  Table Checksum AAh - OK
  PCI Interrupt Router: 82801GBM (ICH7-M) LPC Interface Controller
  IRQ's dedicated to PCI : None
  The ROM PCI IRQ routing table appears to be OK.

IRQ Summary: IRQs 5,6,7,11,14,15 are used by PCI devices
Shared IRQs: IRQ 5 is shared by 2 PCI Devices
              IRQ 6 is shared by 2 PCI Devices
              IRQ 7 is shared by 7 PCI Devices
              IRQ 11 is shared by 7 PCI Devices
=============fin==z83c.txt==============================================
  >De todos modos es posible que se tate de widows
>Vista y esos ordenadores que en realidad no se apagan, sino que tienen
>una RAM no volatil donde guardan cosas.
>
>La tarjeta de Red que mencionas deber¡a funcionar pefectamente con eCS 1.2
Las dos deberian funcionar!!!
Pero de echo la wifi, con w-vista, habia que instalarla, desinstalarla, y
instalarla de nuevo para que funcionase.

Saludos
Roberto

>2007/10/28, roberto <roberto@...>:
>>
>>  Antes de comprarlo me pasee por las tiendas con el Frankie34, y probe muchos
>>  portatiles y en muchos les fallaba el frankie con un error en doscall1 (no
los compre)
>>  y finalmente me quede con este z83C que no me dio ningun error y que tenia
una
>>  targeta de red RTL8169 y una wifi Intel 3945 a/b/g ambas compatiples con
ecs, en
>>  teoria.
>>  El problema es que no puedo hacer que funcionen ninguna de las dos targetas
de
>>  red. Pero lo mas sorprendente es que el frankie me falla en ocasiones y no
arranca.
>>  Mi pregunta es Porque no arranca? No sera que en la memoria del vicho quedan
>>  cosas aunque apagues el ordenador ? y Si es asi, que puedo hacer para que
quede
>>  limpio en cada arranque.
>>
>>  Tambien he probado el ecs20rc2, y ni siquiera se deja instalar, despues de
la primera
>>  fase de la instalacion, cuando se reinicia se queda en un punto que no
avanza.
>
>
>--
>Saludos
>
>Delf¡ Reinoso
>http://bitacora.kcslot.com
>
>
>---
>Para suscribirte   envia un e-mail a: os2-esp-subscribe@yahoogroups.com
>Para desuscribirte envia un e-mail a: os2-esp-unsubscribe@yahoogroups.com
>Lista de mensajes: http://es.groups.yahoo.com/group/os2-esp/
>
>TeamOS/2 Espa¤a
>---
>
>Enlaces a Yahoo! Grupos
>
>
>
>
>

#11711 De: "Delfi Reinoso" <delfi.reinoso@...>
Fecha: Do, 28 de Oct, 2007 9:50 pm
Asunto: Re: frankie34 y red en un portatil asus z83c
delfi_r
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Lo que explicas no deja de ser raro. Pero estás hablando de las betas
de eCS 2.0. Has probado eCS 1.2?

Por favor mandame el resultado de ejecutar Pcidev y lo transmitiré a
los desarrolladores. De todos modos es posible que se tate de widows
Vista y esos ordenadores que en realidad no se apagan, sino que tienen
una RAM no volatil donde guardan cosas.

La tarjeta de Red que mencionas debería funcionar pefectamente con eCS 1.2

2007/10/28, roberto <roberto@...>:
>
>  Antes de comprarlo me pasee por las tiendas con el Frankie34, y probe muchos
>  portatiles y en muchos les fallaba el frankie con un error en doscall1 (no
los compre)
>  y finalmente me quede con este z83C que no me dio ningun error y que tenia
una
>  targeta de red RTL8169 y una wifi Intel 3945 a/b/g ambas compatiples con ecs,
en
>  teoria.
>  El problema es que no puedo hacer que funcionen ninguna de las dos targetas
de
>  red. Pero lo mas sorprendente es que el frankie me falla en ocasiones y no
arranca.
>  Mi pregunta es Porque no arranca? No sera que en la memoria del vicho quedan
>  cosas aunque apagues el ordenador ? y Si es asi, que puedo hacer para que
quede
>  limpio en cada arranque.
>
>  Tambien he probado el ecs20rc2, y ni siquiera se deja instalar, despues de la
primera
>  fase de la instalacion, cuando se reinicia se queda en un punto que no
avanza.


--
Saludos

Delfí Reinoso
http://bitacora.kcslot.com

#11710 De: "roberto" <roberto@...>
Fecha: Do, 28 de Oct, 2007 8:48 pm
Asunto: frankie34 y red en un portatil asus z83c
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola
Recientemente compre un nuevo portatil, que traia windows vista, el cual lo deje
instalado, y el puse el bootmanager y el ecs20beta3.

Antes de comprarlo me pasee por las tiendas con el Frankie34, y probe muchos
portatiles y en muchos les fallaba el frankie con un error en doscall1 (no los
compre)
y finalmente me quede con este z83C que no me dio ningun error y que tenia una
targeta de red RTL8169 y una wifi Intel 3945 a/b/g ambas compatiples con ecs, en
teoria.
El problema es que no puedo hacer que funcionen ninguna de las dos targetas de
red. Pero lo mas sorprendente es que el frankie me falla en ocasiones y no
arranca.
Mi pregunta es Porque no arranca? No sera que en la memoria del vicho quedan
cosas aunque apagues el ordenador ? y Si es asi, que puedo hacer para que quede
limpio en cada arranque.

Tambien he probado el ecs20rc2, y ni siquiera se deja instalar, despues de la
primera
fase de la instalacion, cuando se reinicia se queda en un punto que no avanza.


Saludos
Roberto

#11709 De: "Delfi Reinoso" <delfi.reinoso@...>
Fecha: Mié, 10 de Oct, 2007 1:47 pm
Asunto: Re: Sea Monkey congelador
delfi_r
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Las aplicaciones Mozilla se comen la memoria disponible sin avisar,
produciendo ese efecto. Las que menos lo hacen son las versiones  PM no
oficiales.



2007/10/10, Roberto Calzavara <roberto@...>: Buenas.
En el eCS 1.2:
Me pasa que cuando dejo abierto un período prolongado el sea monkey y en
su momento Mozilla, se me congela el ordenador,
--
Saludos

Delfí Reinoso
http://bitacora.kcslot.com


[Se han eliminado los trozos de este mensaje que no contenían texto]

#11708 De: Roberto Calzavara <roberto@...>
Fecha: Mié, 10 de Oct, 2007 9:56 am
Asunto: Sea Monkey congelador
robertocalza...
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Buenas.
En el eCS 1.2:
Me pasa que cuando dejo abierto un período prolongado el sea monkey y en
su momento Mozilla, se me congela el ordenador, no pudiendo hacer otra
cosa que apagar el equipo. El popuplog no me da ningún reporte al respecto.
Por otro lado trabajando en una sesión de DOS  en ventana (usando por
ejemplo el qbasic que viene en eCS), y conmuto a aplicaciones como el
e.exe, pega un "1" ( el número uno ) en la ventana a la que conmuto, y
viceversa si conmuto nuevamente a la ventana DOS me pega el "1" en la
ventana DOS. Aclaro que en la ventana del DOS, uso el command.com
original de eCS.
Agradezco todo comentario que me envíen.
Saludos
Roberto

#11707 De: David Mediavilla <davidme@...>
Fecha: Do, 7 de Oct, 2007 9:52 pm
Asunto: Envelope from diferente del campo From:
davidme@...
Enviar mensaje Enviar mensaje
 
En smtp2.adsl.ya.com han decidido no admitir correo con un From que
no sea de ya.com. Como veis yo prefiero usar una dirección de
bigfoot.com. Probando he descubierto que puedo seguir usando el campo
From: davidme@... mientras el Envelope From (que se envía al
principio del diálogo SMTP) sea de ya.com. En Thunderbird el Envelope
  From es propio de la cuenta que se ha configurado y el campo From: se
puede cambiar manualmente utilizando extensiones como  TB Change From
and Fcc on Compose Extension. El problema es que la extensión no
funciona muy bien, no va en Thunderbird 2.0 y hay que acordarse de
cambiar el valor en cada mensaje. Además no siempre quiero que sea
bigfoot.com.

     He escrito a Peter Moylan que me ha confirmado que Weasel no permite
modificar el Envelope from mediante filtros aunque sí el campo From:
Me sugiere meter el correo directamente en el directorio Forward pero no
parece una cosa fácil de hacer desde Thunderbird.

     Creo que podría arreglarme usando el SMTP que ofrece ahora Google
Mail pero no me hace gracia que Google lea todo lo que envío.

     ¿Se le ocurre a alguien cómo usar cómodamente un Envelope From
diferente del campo From?

--
--
	 David Mediavilla Ezquibela <davidme@...>
		 [es/en/ro/eo/it/eu]

#11706 De: "robertoyah00" <roberto@...>
Fecha: Sáb, 6 de Oct, 2007 12:17 pm
Asunto: RE: era:problema airboot - ahora ecs+xp
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
--- En os2-esp@yahoogroups.com, "roberto" <roberto@...> escribió:

> se paraba durante el arranque con error en ACPI driver power manager
Pues fue sencillo, al cambiarle las letras de unidad, de C: xp a C:en
ecs se soluciono todo.

Saludos
Roberto

#11705 De: "roberto" <roberto@...>
Fecha: Vie, 5 de Oct, 2007 11:39 pm
Asunto: era:problema airboot - ahora ecs+xp
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola
El problema del airboot lo solucione con el Dfsee, gracias a todos.

Pero despues de un monton de instalaciones e intentos, me encuentro con el
bootmanager del ecs 2.0 beta 3, que
puede arrancar los dos sistemas, pero.... el ecs que al instalarlo arrancaba
perfectamente, despues de instalar el xp,
se paraba durante el arranque con error en ACPI driver power manager y un
mensaje mas o menos asi: este driver
solo es valido con ecs, y se para el arranque.
Si pulso alt+f1, y selecciono f2 hace lo mismo.
Si desde el frankie intento acceder al ecs para modificar el config.sys no me
deja, al no mostrarme la unidad jfs del
ecs que no tiene letra. Pero si me muestra la unidad C: que contiene el xp.
Si intento instalar de nuevo el ecs, no me deja porque no puedo definir la uniad
jfs del ecs como instalable.(cosa que
antiguamente si se podia)
Asi que casi esta, pero no esta.
Alguna ayudita, idea, truco, trampa, o magia seran bienvenidas.

Saludos
Roberto

#11704 De: Alfredo Fernández Díaz <mrwarper@...>
Fecha: Vie, 5 de Oct, 2007 9:13 am
Asunto: RE: problema airboot no arranca y no se borra
mrwarper
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Buenas,

--- roberto <roberto@...> escribió:
> Hola
> Estaba intentando poner un ecs + xp en un portatil y
> aparte de que en principio me
> esta costando un monton. Se agradeceria algun
> comentario.
> Le puse el airboot, me decia que correcto, pero al
> reiniciar no reinicia, y se queda un
> mensaje en pantalla del airboot sin iniciarse. Al
> ejecutar de nuevo el airboot para
> quitarlo, me dice que esta quitado, pero ni lo quita
> ni arranca. ¨Como lo puedo
> eliminar?
> El disco lo puedo borrar todo, pero el problema es
> que donde se instala creo que no
> tengo acceso.

AirBoot se instala en el MBR. Para eliminarlo hay dos
opciones principales:
-Ejecutar el instalador de AirBoot con la opción (D)
Delete, ya sea desde un disquete de arranque de
AirBoot o desde un sistema OS/2. Sólo funcionará si
AirBoot está en el primer disco duro.
+Reescribir el MBR con algún programa estilo FDisk /
DFSee / Etc. P.ej. con LVM, existe el mandato
específico "LVM /NEWMBR:N", donde N es el número del
disco donde está AirBoot. "Fdisk /mbr" en DOS creo que
sólo sirve para el primer disco también.

En fin, intenta esto y vuelve a la carga si hace
falta.

Saludos,
Alfredo.




________________________________________________________________________________\
____
Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html

#11703 De: Castillo Sebastián, Luis <lcastillo@...>
Fecha: Vie, 5 de Oct, 2007 6:05 am
Asunto: RE: problema airboot no arranca y no se borra
lcastilloseb...
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Mi experiencia fue cargar WinNT en vez de XP, recargar el gestor de arranque,
posteriormente actualizar NT a XP. Se que no es lo mismo, pero es lo máximo que
conseguí.
Un saludo
Luis Castillo
________________________________

De: os2-esp@yahoogroups.com [mailto:os2-esp@yahoogroups.com] En nombre de Delfi
Reinoso
Enviado el: jueves, 04 de octubre de 2007 23:08
Para: os2-esp@yahoogroups.com
Asunto: Re: [os2-esp] problema airboot no arranca y no se borra



Airboot se instala en el boot record del disco, coge un disco o CD con el
airboot y ejecútalo desde ahi.

Lo que pasa es que XP se carga esa parte del disco y no se puede instalar
después de eCS.

Alguien más experto que yo acaso te dé mejor solución

Saludos

Delfí

2007/10/4, roberto <roberto@... <mailto:roberto%40zikonyl.com> >:
>
>
> Hola
> Estaba intentando poner un ecs + xp en un portatil y aparte de que en
> principio me
> esta costando un monton. Se agradeceria algun comentario.
> Le puse el airboot, me decia que correcto, pero al reiniciar no reinicia,
> y se queda un
> mensaje en pantalla del airboot sin iniciarse. Al ejecutar de nuevo el
> airboot para
> quitarlo, me dice que esta quitado, pero ni lo quita ni arranca. ¨Como lo
> puedo
> eliminar?
> El disco lo puedo borrar todo, pero el problema es que donde se instala
> creo que no
> tengo acceso.
>
> Saludos
> Roberto
>
>
Saludos

Delfí Reinoso
http://bitacora.kcslot.com <http://bitacora.kcslot.com>

[Se han eliminado los trozos de este mensaje que no contenían texto]






--------------------------------------------------------------------------
Advertencia / Confidentiality Notice

Este envío es confidencial y está destinado únicamente a la persona a la que ha
sido enviado. Puede contener información privada y confidencial. Si usted no es
el destinatario al que ha sido remitida, no puede copiarla, distribuirla ni
emprender con ella ningún tipo de acción. Si cree que lo ha recibido por error,
por favor, notifíquelo al remitente.

This transmission is confidential and intended solely for the person to whom it
is addressed. It may contain privileged and confidential information. If you are
not the intended recipient, you should not copy, distribute or take any action
in reliance on it. If you believe that you have received this transmission in
error, please notify the sender.

Aeropuertos Españoles y Navegación Aérea


[Se han eliminado los trozos de este mensaje que no contenían texto]

#11702 De: "Delfi Reinoso" <delfi.reinoso@...>
Fecha: Jue, 4 de Oct, 2007 9:07 pm
Asunto: Re: problema airboot no arranca y no se borra
delfi_r
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Airboot se instala en el boot record del disco, coge un disco o CD con el
airboot y ejecútalo desde ahi.

Lo que pasa es que XP se carga esa parte del disco y no se puede instalar
después de eCS.

Alguien más experto que yo acaso te dé mejor solución

Saludos

Delfí

2007/10/4, roberto <roberto@...>:
>
>
> Hola
> Estaba intentando poner un ecs + xp en un portatil y aparte de que en
> principio me
> esta costando un monton. Se agradeceria algun comentario.
> Le puse el airboot, me decia que correcto, pero al reiniciar no reinicia,
> y se queda un
> mensaje en pantalla del airboot sin iniciarse. Al ejecutar de nuevo el
> airboot para
> quitarlo, me dice que esta quitado, pero ni lo quita ni arranca. ¨Como lo
> puedo
> eliminar?
> El disco lo puedo borrar todo, pero el problema es que donde se instala
> creo que no
> tengo acceso.
>
> Saludos
> Roberto
>
>
Saludos

Delfí Reinoso
http://bitacora.kcslot.com


[Se han eliminado los trozos de este mensaje que no contenían texto]

#11701 De: "roberto" <roberto@...>
Fecha: Jue, 4 de Oct, 2007 8:12 pm
Asunto: problema airboot no arranca y no se borra
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
Hola
Estaba intentando poner un ecs + xp en un portatil y aparte de que en principio
me
esta costando un monton. Se agradeceria algun comentario.
Le puse el airboot, me decia que correcto, pero al reiniciar no reinicia, y se
queda un
mensaje en pantalla del airboot sin iniciarse. Al ejecutar de nuevo el airboot
para
quitarlo, me dice que esta quitado, pero ni lo quita ni arranca. ¨Como lo puedo
eliminar?
El disco lo puedo borrar todo, pero el problema es que donde se instala creo que
no
tengo acceso.

Saludos
Roberto

#11700 De: Delfi Reinoso <delfi@...>
Fecha: Mar, 2 de Oct, 2007 9:24 pm
Asunto: Re: RE: Unidades extra¡bles USB (MSD): c¢mo usar y formatear (tambi,n en FAT32)
delfi_r
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
roberto wrote:
> On Tue, 02 Oct 2007 18:52:45 -0000, Delfi Reinoso wrote:
>
>> Lo he puesto en el blog, http://noticias.e-espai.com, cuando tenga un
>> momento pondr‚ capturas de pantalla
> Te corrijo, lo pusiste en esta pagina:
> http://blog.e-espai.org/
>

Gracias, uno tiene lapsus.

>
> Con referencia a la FAT32 en dfsee, me salen dos opciones de FAT32, una de
1023 bloques y otra opcion de 1024
> bloques cual es mejor seleccionar?
>

   La que viene por defecto resulta que funciona en mi cámara y todos las
unidades que he probado.

Saludos

Delfí

#11699 De: "roberto" <roberto@...>
Fecha: Mar, 2 de Oct, 2007 7:56 pm
Asunto: Re: RE: Unidades extra¡bles USB (MSD): c¢mo usar y formatear (tambi‚n en FAT32)
robertoyah00
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
On Tue, 02 Oct 2007 18:52:45 -0000, Delfi Reinoso wrote:

>
>Lo he puesto en el blog, http://noticias.e-espai.com, cuando tenga un
>momento pondr‚ capturas de pantalla
Te corrijo, lo pusiste en esta pagina:
http://blog.e-espai.org/

1- con DFSee

     * Formatear _la partici¢n_ con DFSee.
     * Mandato 'eject Z:'
     * Reiniciar el sistema (no es necesario con la versi¢n buena del driver
FAT32 instalado, pero mejor hacerlo por si
acaso).

Con referencia a la FAT32 en dfsee, me salen dos opciones de FAT32, una de 1023
bloques y otra opcion de 1024
bloques cual es mejor seleccionar?

Saludos
Roberto

#11698 De: "Delfi Reinoso" <delfi@...>
Fecha: Mar, 2 de Oct, 2007 6:52 pm
Asunto: RE: Unidades extraíbles USB (MSD): cómo usar y formatear (también en FAT32)
delfi_r
Sin conexión Sin conexión
Enviar mensaje Enviar mensaje
 
--- En os2-esp@yahoogroups.com, Alfredo Fernández Díaz <mrwarper@...>
escribió:
>
> Hola,
>
> hace tiempo que empecé a preparar este documento ya
> que de cuando en cuando sale la cuestión. Lo dejo aquí
> para futura referencia y para que vayamos puliéndolo
> si salen más dificultades.
>
> Ya diréis lo que sea; quien quiera republicarlo por
> ahí, pues que lo haga.
>
> Saludos,
> Alfredo.
>
>

Lo he puesto en el blog, http://noticias.e-espai.com, cuando tenga un
momento pondré capturas de pantalla

Me ha sido de gran utilidad para poder leer en eCS las tarjetas de las
cámaras de fotos, tanto las SD que deben ir en FAT16 y las SHDC que sí
necesitan ir en FAT32.

Mensajes 11698 - 11727 de 11923   Primero  |  < Anterior  |  Siguiente >  |  Último
Avanzado
Añadir a Mi Yahoo!      XML ¿Qué es esto?

Copyright © 2009 Yahoo! Todos los derechos reservados.
Política de Privacidad Actualizada - Condiciones del servicio - Directrices - Ayuda