Standard pain.002.001.03

Hi
We are using BCM, (Bank Communication Management) module Ban request the payment file on pain.002.001.03 format
So please tell me if there are any standard Payment format in DMEE
Regards

Hi,
pain.002.001.03 is a PSR (Payment Status Report) sent from a bank to a customer containing status information regarding a payment order.  This can be used to update payment status in the payment status monitor in SAP (BNK_MONI).
pain.001.001.03 is the format you will find in the DMEE for outgoing payment instructions.  CGI_XML_CT is the standard DMEE format tree provided by SAP.
Hope this helps,
Jack

Similar Messages

  • SEPA version pain.008.003.02 and pain.008.001.02

    Hi,
    I just end to customize the SEPA direct debit.
    I use Payment Medium SEPA_DD and the file generated was in version pain.008.003.02.
    The bank told me that should be pain.008.001.02.
    How can i change that? It is enought to use t-code OBPM4 and furfill format parameters?
    Thank you and best regards
    João Lages Fernandes

    Solved.
    This error came because creditor has no SWIFT code informed, and no mandate.
    As per requirement, those flags where not selected in payment method, so no error message was shown during the payment proposal.

  • Batch level acknowledgments from Bank not getting processed.

    We are using BCM, (Bank Communication Management) module. We send pain.001.001.03 xml files to bank for the payment and receive three levels of acknowledgments or Pain.002.001.03 files: File level (based on MsgId) , batch level (basedon PmtInfId) , transaction level (based on EndtoEndId)
    however, in the standard mapping of CPON (Collective Payment Order Notification) PmtInfId (OrgnlPmtInfId in pain.002.001.03) is mapped in
    the same place as MsgId (OrgnlPmtMsgId in pain.002.001.03)[This is as per the mapping given in note 1803299]
    So, when PmtInfId is different than MsgId (and that happens whenever there are more than one batches in a payment due to more than one payment methods or currencies) then we get an error in
    system that :
    'No batch found for the incoming header id ...'
    We've already applied note 1498987, but that makes no difference.
    So please tell us how to process the batch level acknowledgments where OrgnlPmtInfId is different than OrgnlMsgId in the inbound pain.002.001.03
    files.

    We are using BCM, (Bank Communication Management) module. We send pain.001.001.03 xml files to bank for the payment and receive three levels of acknowledgments or Pain.002.001.03 files: File level (based on MsgId) , batch level (basedon PmtInfId) , transaction level (based on EndtoEndId)
    however, in the standard mapping of CPON (Collective Payment Order Notification) PmtInfId (OrgnlPmtInfId in pain.002.001.03) is mapped in
    the same place as MsgId (OrgnlPmtMsgId in pain.002.001.03)[This is as per the mapping given in note 1803299]
    So, when PmtInfId is different than MsgId (and that happens whenever there are more than one batches in a payment due to more than one payment methods or currencies) then we get an error in
    system that :
    'No batch found for the incoming header id ...'
    We've already applied note 1498987, but that makes no difference.
    So please tell us how to process the batch level acknowledgments where OrgnlPmtInfId is different than OrgnlMsgId in the inbound pain.002.001.03
    files.

  • Dbms_xmlschema.registerschema, (ORA-31084: error while creating table )..

    Hello,
    I have some problems with dbms_xmlschema.registerschema
    My database is: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    My XSD schema is (SEPA pain.002.001.03.xsd) also available on this url: http://code.google.com/p/leontestbed/source/browse/trunk/bc2/sample/Schema/pain.002.001.03.xsd?r=241
    After
    begin
       DOK_XML_UTIL.p_vnesi_xsd_blob(401941242); -- store a XSD on file system from blob field
       dbms_xmlschema.registerschema(
        schemaurl => 'http://localhost/TEST1.XSD',
        schemadoc => bfilename('ETAX_LOAD','TEST1.XSD'),
        csid => nls_charset_id('AL32UTF8'));
    commit;
    end;I get:
    ORA-31084: error while creating table "INIS_PROD"."Document2781_TAB" for element "Document"
    ORA-02320: failure in creating storage table for nested table column "XMLDATA"."CstmrPmtStsRpt"."OrgnlPmtInfAndSts"
    ORA-01792: maximum number of columns in a table or view is 1000
    ORA-02310: exceeded maximum number of allowable columns in table
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 37
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 65
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 136
    ORA-06512: at line 4
    What I'am doing wrong or what is the reason for this error..

    Arrgghhh.....
    begin
       DOK_XML_UTIL.p_vnesi_xsd_blob(401941242);
       dbms_xmlschema.registerschema(
        schemaurl => 'http://localhost/TEST1.XSD',
        schemadoc => bfilename('ETAX_LOAD','TEST1.XSD'),
        csid => nls_charset_id('AL32UTF8')
        , local => true
      , genTypes => false
      , genTables => false);
    commit;
    end;sorry...

  • XSLT mapping not working

    Hi
    I am creating one scenario using following weblog :
    /people/community.user/blog/2006/09/08/email-report-as-attachment-excelword
    But in my I am only getting the Headings but no values which I am providing through my XML file.
    *My XSLT file is like this now ..................*
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://wwww3org/1999/XSL/Transform">
       <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
       <xsl:variable name="break">&lt;br&gt;</xsl:variable>
       <xsl:variable name="tableB">&lt;table&gt;</xsl:variable>
       <xsl:variable name="tableE">&lt;/table&gt;</xsl:variable>
       <xsl:variable name="trB">&lt;tr&gt;</xsl:variable>
       <xsl:variable name="trE">&lt;/tr&gt;</xsl:variable>
       <xsl:variable name="tdB">&lt;td&gt;</xsl:variable>
       <xsl:variable name="tdE">&lt;/td&gt;</xsl:variable>
       <xsl:variable name="nbsp">&amp;nbsp;</xsl:variable>
       <xsl:variable name="thB">&lt;tr BGCOLOR=&quot;#CCCC99&quot;&gt;</xsl:variable>
       <xsl:template match="/">
       <ns1:Mail xmlns:ns1="http://sapcom/xi/XI/Mail/30">
    <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.002.001.02" xmlns:ns0="urn:xcom:xi:A_B2B_RSE:FI:XXX">
             <Subject>File Level Status</Subject>
             <From>xxxxxxx</From>
             <To>xxxxxxx</To>
             <Content_Type>text/html</Content_Type>
             <Content>
                <xsl:text xsl:space="preserve">File Level Status:</xsl:text>
                <xsl:value-of select="$break"/>
                <xsl:value-of select="$break"/>
                <xsl:value-of select="$tableB"/>
                <xsl:value-of select="$thB"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Original File Name</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Original Creation Date and Time</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Customer ID</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">File Level Ack  Name</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">File Level Ack  Creation Date and Time</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Total Number of Trasnsactions</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Status Code</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$tdB"/>
                <xsl:text xsl:space="preserve">Error Description</xsl:text>
                <xsl:value-of select="$nbsp"/>
                <xsl:value-of select="$tdE"/>
                <xsl:value-of select="$trE"/>
                <xsl:for-each select="Document/pain.002.001.02">
               <xsl:value-of select="$trB"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgnlGrpInfAndSts/OrgnlMsgId"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgnlGrpInfAndSts/OrgnlCreDtTm"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgId"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="MsgId"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="CreDtTm"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="OrgnlNbOfTxs"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="Prtry"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$tdB"/>
                   <xsl:value-of select="AddtlStsRsnInf"/>
                   <xsl:value-of select="$nbsp"/>
                   <xsl:value-of select="$tdE"/>
                   <xsl:value-of select="$trE"/>
                </xsl:for-each>
                <xsl:value-of select="$tableE"/>
             </Content>
         </Document>
          </ns1:Mail>
       </xsl:template>
    </xsl:stylesheet>
    Notes
    1. I am using External Definition as a Source not the Message Type.
    2. There is no ns0 or ns1 in the source file.
    *Source Message*
    <?xml version='1.0' encoding='UTF-8'?>
    <Document xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02' xmlns:xsi='http://wwww3org/2001/XMLSchema-instance'>
         <pain.002.001.02>
              <GrpHdr>
                   <MsgId>20091224-PSR/1040</MsgId>
                   <CreDtTm>2009-12-24T10:42:21</CreDtTm>
              </GrpHdr>
    *Mapping Error*
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sapcom/xi/XI/Message/30" xmlns:SOAP="http://schemasxmlsoaporg/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">RESOURCE_NOT_FOUND</SAP:Code>
      <SAP:P1>d4f78d30-381b-11df-b885-debcac120353, 660e7670-68~</SAP:P1>
      <SAP:P2>urn:xx.com:xi:A_B2B_RSE:FI:XXXX</SAP:P2>
      <SAP:P3>email/test.xsl</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:Stack>Unable to find resource d4f78d30-381b-11df-b885-debcac120353, 660e7670-68~ in the following software component versions: urn:xxcom:xi:A_B2B_RSE:FI:xx/test.xsl-1</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can somebody please help me.

    first format your post understandable format

  • JAVA/ XSLT Mapping to Create a SOAP Envelope

    Hello,
    I have a File to SOAP scenario and it requires the SOAP message with a custom SOAP envelope. I have searched SDN and could only find that SOAP envelope can be created using a JAVA or XSLT mapping. However, I could not find any blog/ article which will help me understand, with an example, how this is actually coded (creating of a custom SOAP envelope).
    Can anyone please point me to a valid blog/ article/ wiki which describes the procedure?
    Thanks,
    Pankaj.
    P.S. Please no spamming of post with links on SOAP Envelope; I have already searched on SDN

    Hello,
    Here is a wiki using PI 7.1
    https://wiki.sdn.sap.com/wiki/display/XI/SampleJAVAMappingcodeusingPI7.1+API
    If you want to create a SOAP Envelope, comment out the codes
      private static final DynamicConfigurationKey KEY_FILENAME =
             DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String inParam = arg0.getInputParameters().getString("PARAM_IN1");
         getTrace().addInfo("Input Parameter: " +inParam);
         int offset = inData.indexOf(inParam);
         //7. Reader Message ID from Message Header
         InputHeader messageHeader = arg0.getInputHeader();
         String messageId = messageHeader.getMessageId();
         //8. A DynamicConfiguration is a map containing adapter specific message attributes.
         // It associates DynamicConfigurationKeys with string values. The DynamicConfiguration object is obtained using
         // method getDynamicConfiguration()of class com.sap.aii.mapping.api.TransformationInput;
         DynamicConfiguration conf = arg0.getDynamicConfiguration();
         conf.put(KEY_FILENAME, "This Test file is set by JAVA Mapping");
         String outData = "";if(offset > 0){
         int offset1 = inData.indexOf(">", offset);
         String StartString =inData.substring(0,offset1);
         String DocumentNameSpace = " xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.002.001.02\"";
         String RemainingString = inData.substring(offset1);
    lastly, instead of using
    outData = StartString + DocumentNameSpace + RemainingString;
    replace it with something like this
    String outData = "";
    outData = "<soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:tem=\"http://yournamespace/\"><soap:Header/><soap:Body>"+inData.substring(inData.indexOf("?>")+2)+"</soap:Body></soap:Envelope>";
    Hope this helps,
    Mark

  • XML "Document" tag issue

    In my data xml file, I get data like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <Document xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
    In Document tag, because of this: xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02', the rtf doesn't show any output. But if I manually go data xml file and remove xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02', then my data xml file will be like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <Document xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
    This perfectly works for me. For testing purpose, I removed it (*xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02'*). As the data file is from external source, I can't control always. Can someone pls help on this?
    Thanks,
    Mani

    I also have problem with 'Document' tag:
    My xsl is like :
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- $Header: XXMCK_FINLAND_SEPA_EFT_R51-58.xsl 2011/08/4 12:43:27 $ -->
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output omit-xml-declaration="no" />
    <xsl:output method="xml"/>
    <xsl:key name="contacts-by-LogicalGroupReference" match="OutboundPayment" use="PaymentNumber/LogicalGroupReference" />
    <xsl:template match="OutboundPaymentInstruction">
    <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02 pain.001.001.02.xsd">
              <pain.001.001.02>
    Here in Document tag 2 lines are there, but in xml output these lines get reversed as shown below:
    <Document xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02 C:\XMLSPY~1\pain.001.001.02.xsd" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    Can anybody plz help in this regard?

  • Problem in schema tranformation

    Hi,
    I am trying to tranform one object to another object by using transform activity.
    When i test the .xsl file by giving the input data in the jdeveloper transformation is successful.
    But when i deploy this object and test through bpel console, tranformed element is empty..
    Please guide me in resolving this problem.
    Please lookinto these BPEL project files.
    Transformation_1.xsl
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="TransformProcess.wsdl"/>
    <rootElement name="IFX" namespace="http://xmlns.oracle.com/TransformProcess"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="XSD">
    <schema location="BPMTestRule.xsd"/>
    <rootElement name="customerObj" namespace="http://xmlns.misys.com/jrules"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.2(build 060111.0746) AT [FRI DEC 08 14:31:15 IST 2006]. -->
    ?>
    <xsl:stylesheet version="1.0" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:ns3="urn:swift:xsd:$pain.004.001.01" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ns2="urn:swift:xsd:$pain.001.001.01" xmlns:ns0="http://xmlns.misys.com/jrules" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:client="http://xmlns.oracle.com/TransformProcess" xmlns:ns4="urn:swift:xsd:$pain.002.001.01" xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" xmlns:ns5="http://www.ifxforum.org/RemitDetailInfo/2004/07" exclude-result-prefixes="xsl plnk ns3 xsd ns2 ns0 client ns4 ns1 ns5 bpws ldap xp20 ora orcl">
    <xsl:template match="/">
    <ns0:customerObj>
    <loanAmount>
    <xsl:value-of select="/ns1:IFX/ns1:BankSvcRq/ns1:DebitAddRq/ns1:DebitInfo/ns1:CompositeCurAmt/ns1:CurAmt/ns1:Amt"/>
    </loanAmount>
    </ns0:customerObj>
    </xsl:template>
    </xsl:stylesheet>
    TransformProcess.wsdl
    <definitions
    name="TransformProcess"
    targetNamespace="http://xmlns.oracle.com/TransformProcess"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns2="http://xmlns.misys.com/jrules"
    xmlns:client="http://xmlns.oracle.com/TransformProcess"
    >
    <types>
    <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/TransformProcess"
    xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core">
    <import namespace="http://www.misys.com/ws/2006/05/myifx/core" schemaLocation="myifx_draft.xsd"/>
    <element name="IFX" type="ns1:IFX_Type"/>
    <element name="IFXDataElement">
    <complexType>
    <sequence>
    <element ref="ns1:IFX" minOccurs="0" maxOccurs="1"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://xmlns.misys.com/jrules" schemaLocation="BPMTestRule.xsd"/>
    </xsd:schema>
    </types>
    <message name="TransformProcessResponseMessage">
    <part name="payload" element="client:IFX"/>
    </message>
    <message name="CustMesaage">
    <part name="payload" element="ns2:customerObj"/>
    </message>
    <message name="TransformProcessRequestMessage">
    <part name="payload" element="client:IFX"/>
    </message>
    <portType name="TransformProcess">
    <operation name="initiate">
    <input message="client:TransformProcessRequestMessage"/>
    </operation>
    </portType>
    <portType name="TransformProcessCallback">
    <operation name="onResult">
    <input message="client:TransformProcessResponseMessage"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="TransformProcess">
    <plnk:role name="TransformProcessProvider">
    <plnk:portType name="client:TransformProcess"/>
    </plnk:role>
    <plnk:role name="TransformProcessRequester">
    <plnk:portType name="client:TransformProcessCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    TransformProcess.bpel
    <!--
    // Oracle JDeveloper BPEL Designer
    // Created: Fri Dec 08 10:17:44 IST 2006
    // Author: Rekha
    // Purpose: Asynchronous BPEL Process
    -->
    <process name="TransformProcess" targetNamespace="http://xmlns.oracle.com/TransformProcess" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xmlns.misys.com/jrules" xmlns:client="http://xmlns.oracle.com/TransformProcess" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"><!-- ================================================================= --><!-- PARTNERLINKS --><!-- List of services participating in this BPEL process --><!-- ================================================================= -->
    <partnerLinks><!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:TransformProcess" myRole="TransformProcessProvider" partnerRole="TransformProcessRequester"/>
    </partnerLinks><!-- ================================================================= --><!-- VARIABLES --><!-- List of messages and XML documents used within this BPEL process --><!-- ================================================================= -->
    <variables><!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:TransformProcessRequestMessage"/><!-- Reference to the message that will be sent back to the
    requester during callback
    -->
    <variable name="outputVariable" messageType="client:TransformProcessResponseMessage"/>
    <variable name="ruleVar" messageType="client:CustMesaage"/>
    <variable name="ruleVar1" messageType="client:CustMesaage"/>
    </variables><!-- ================================================================= --><!-- ORCHESTRATION LOGIC --><!-- Set of activities coordinating the flow of messages across the --><!-- services integrated within this business process --><!-- ================================================================= -->
    <sequence name="main"><!-- Receive input from requestor.
    Note: This maps to operation defined in TransformProcess.wsdl
    -->
    <receive name="receiveInput" partnerLink="client" portType="client:TransformProcess" operation="initiate" variable="inputVariable" createInstance="yes"/><!-- Asynchronous callback to the requester.
    Note: the callback location and correlation id is transparently handled
    using WS-addressing.
    -->
    <assign name="Transform_1">
    <copy>
    <from expression="ora:processXSLT('Transformation_1.xsl',bpws:getVariableData('inputVariable','payload'))"/>
    <to variable="ruleVar" part="payload"/>
    </copy>
    <bpelx:annotation>
    <bpelx:pattern>transformation
    </bpelx:pattern>
    </bpelx:annotation>
    </assign>
    <invoke name="callbackClient" partnerLink="client" portType="client:TransformProcessCallback" operation="onResult" inputVariable="outputVariable"/>
    </sequence>
    </process>

    Hi,
    thanks for the reply. I have modified my files.
    I have a root element in the source object IFXDataElement which is mapped to customerObj.
    But when i run the process, IFXDataElement is not having namespace . thts the reason transformation failing.
    I tried testing the xsl mapping in the jdeveloper. It fails when i remove the namespace for the root element.
    but when I copy the inputVariable to the ifxReq variable, its creating the target root IFXDataElement as the root element without namespace.
    Please let me know how to overcome this problem.
    Modified files are here:
    <!--
    // Oracle JDeveloper BPEL Designer
    // Created: Fri Dec 08 10:17:44 IST 2006
    // Author: Rekha
    // Purpose: Asynchronous BPEL Process
    -->
    <process name="TransformProcess" targetNamespace="http://xmlns.oracle.com/TransformProcess" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xmlns.misys.com/jrules" xmlns:client="http://xmlns.oracle.com/TransformProcess" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"><!-- ================================================================= --><!-- PARTNERLINKS --><!-- List of services participating in this BPEL process --><!-- ================================================================= -->
    <partnerLinks><!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:TransformProcess" myRole="TransformProcessProvider" partnerRole="TransformProcessRequester"/>
    </partnerLinks><!-- ================================================================= --><!-- VARIABLES --><!-- List of messages and XML documents used within this BPEL process --><!-- ================================================================= -->
    <variables><!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:TransformProcessRequestMessage"/><!-- Reference to the message that will be sent back to the
    requester during callback
    -->
    <variable name="outputVariable" messageType="client:TransformProcessResponseMessage"/>
    <variable name="ruleVar" messageType="client:CustMesaage"/>
    <variable name="ruleVar1" messageType="client:IFXEnvelopeMessage"/>
    <variable name="ifxReq" messageType="client:IFXDataElementMessage"/>
    <variable name="ifxEnvelopeVar" messageType="client:IFXEnvelopeMessage"/>
    <variable name="ifxElem" messageType="client:RuleMessage"/>
    <variable name="testVar" messageType="client:IFXEnvMessage"/>
    </variables><!-- ================================================================= --><!-- ORCHESTRATION LOGIC --><!-- Set of activities coordinating the flow of messages across the --><!-- services integrated within this business process --><!-- ================================================================= -->
    <sequence name="main"><!-- Receive input from requestor.
    Note: This maps to operation defined in TransformProcess.wsdl
    -->
    <receive name="receiveInput" partnerLink="client" portType="client:TransformProcess" operation="initiate" variable="inputVariable" createInstance="yes"/><!-- Asynchronous callback to the requester.
    Note: the callback location and correlation id is transparently handled
    using WS-addressing.
    -->
    <assign name="Transform_1">
    <copy>
    <from expression="ora:processXSLT('Transformation_1.xsl',bpws:getVariableData('inputVariable','payload'))"/>
    <to variable="ruleVar" part="payload"/>
    </copy>
    <bpelx:annotation>
    <bpelx:pattern>transformation
    </bpelx:pattern>
    </bpelx:annotation>
    </assign>
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload"/>
    <to variable="ifxReq" part="payload"/>
    </copy>
    </assign>
    <assign name="Transform_2">
    <copy>
    <from expression="ora:processXSLT('Transformation_2.xsl',bpws:getVariableData('ifxReq','payload'))"/>
    <to variable="ruleVar" part="payload"/>
    </copy>
    <bpelx:annotation>
    <bpelx:pattern>transformation
    </bpelx:pattern>
    </bpelx:annotation>
    </assign>
    <invoke name="callbackClient" partnerLink="client" portType="client:TransformProcessCallback" operation="onResult" inputVariable="outputVariable"/>
    </sequence>
    </process>
    <definitions
    name="TransformProcess"
    targetNamespace="http://xmlns.oracle.com/TransformProcess"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns2="http://xmlns.misys.com/jrules"
    xmlns:client="http://xmlns.oracle.com/TransformProcess"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    >
    <types>
    <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/TransformProcess"
    xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
    <import namespace="http://www.misys.com/ws/2006/05/myifx/core" schemaLocation="myifx_draft.xsd" />
    <element name="IFX" type="ns1:IFX_Type"/>
    <!-- <element name="IFXDataElement" type="ns1:IFXDataElement_Type"/> -->
    <element name="IFXDataElement" type="ns1:IFXDataElement_Type"/>
    <!-- <complexType>
    <sequence>
    <element ref="ns1:IFX" minOccurs="0" maxOccurs="1"/>
    </sequence>
    </complexType>
    </element> -->
    <element name="IFXEnvelope" >
    <complexType>
    <sequence>
    <element ref="client:IFX_new"/>
    </sequence>
    </complexType>
    </element>
    <element name="IFX_new">
    <complexType>
    <sequence>
    <element ref="ns1:IFX" minOccurs="0" maxOccurs="1"/>
    </sequence>
    </complexType>
    </element>
    <element name="ifxelem" nillable="true" type="xsd:anyType">
    <!-- <complexType>
    <sequence> <element name="ifxdata" nillable="true" type="xsd:anyType" />
    </sequence>
    </complexType> -->
    </element>
    </schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://xmlns.misys.com/jrules" schemaLocation="BPMTestRule.xsd"/>
    </xsd:schema>
    </types>
    <message name="TransformProcessResponseMessage">
    <part name="payload" element="ns1:IFX"/>
    </message>
    <message name="CustMesaage">
    <part name="payload" element="ns2:customerObj"/>
    </message>
    <message name="TransformProcessRequestMessage">
    <part name="payload" element="ns1:IFX"/>
    </message>
    <message name="RuleMessage">
    <part name="payload" element="ns1:IFX"/>
    </message>
    <message name="IFXDataElementMessage">
    <part name="payload" element="ns1:IFXDataElement"/>
    </message>
    <message name="IFXEnvelopeMessage">
    <part name="payload" element="client:IFXEnvelope"/>
    </message>
    <message name="IFXEnvMessage">
    <part name="payload" element="client:ifxelem"/>
    </message>
    <portType name="TransformProcess">
    <operation name="initiate">
    <input message="client:TransformProcessRequestMessage"/>
    </operation>
    </portType>
    <portType name="TransformProcessCallback">
    <operation name="onResult">
    <input message="client:TransformProcessResponseMessage"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="TransformProcess">
    <plnk:role name="TransformProcessProvider">
    <plnk:portType name="client:TransformProcess"/>
    </plnk:role>
    <plnk:role name="TransformProcessRequester">
    <plnk:portType name="client:TransformProcessCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="TransformProcess.wsdl"/>
    <rootElement name="IFXDataElement" namespace="http://www.misys.com/ws/2006/05/myifx/core"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="XSD">
    <schema location="BPMTestRule.xsd"/>
    <rootElement name="customerObj" namespace="http://xmlns.misys.com/jrules"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.2(build 060111.0746) AT [MON DEC 18 14:41:58 IST 2006]. -->
    ?>
    <xsl:stylesheet version="1.0"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns3="urn:swift:xsd:$pain.004.001.01"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns2="urn:swift:xsd:$pain.001.001.01"
    xmlns:ns0="http://xmlns.misys.com/jrules"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:client="http://xmlns.oracle.com/TransformProcess"
    xmlns:ns4="urn:swift:xsd:$pain.002.001.01"
    xmlns:ns1="http://www.misys.com/ws/2006/05/myifx/core"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ns5="http://www.ifxforum.org/RemitDetailInfo/2004/07"
    exclude-result-prefixes="xsl plnk ns3 xsd ns2 ns0 client ns4 ns1 ns5 bpws ldap xp20 ora orcl">
    <xsl:template match="/">
    <ns0:customerObj>
    <ns0:customerObject>
    <loanAmount>
    <xsl:value-of select="/ns1:IFXDataElement/ns1:IFX/ns1:BankSvcRq/ns1:DebitAddRq/ns1:DebitInfo/ns1:CompositeCurAmt/ns1:CurAmt/ns1:Amt"/>
    </loanAmount>
    </ns0:customerObject>
    </ns0:customerObj>
    </xsl:template>
    </xsl:stylesheet>
    ____________________________

  • ORA-19279: XPTY0004 - XQuery dynamic type mismatch: expected singleton sequence - got multi-item sequence

    Hi ,
    I executed the below query in database version 11.2.0.3.0, it throws the error like "ORA-19279: XPTY0004 - XQuery dynamic type mismatch: expected singleton sequence - got multi-item sequence"
    with PAYMENT_XML as (
          select XMLTYPE(
            '<Document>
            <pain.002.001.02>
                <GrpHdr>
                      <MsgId>CITIBANK/20091204-PSR/4274</MsgId>
                      <CreDtTm>2009-12-04T09:36:00</CreDtTm>
               </GrpHdr>
                <OrgnlGrpInfAndSts>
                <OrgnlMsgId>10002</OrgnlMsgId>
                <OrgnlMsgNmId>pain.001.001.02</OrgnlMsgNmId>
                <OrgnlNbOfTxs>20</OrgnlNbOfTxs>
                <OrgnlCtrlSum>7000</OrgnlCtrlSum>
                <GrpSts>PART</GrpSts>
                <StsRsnInf>
                  <AddtlStsRsnInf>ACK - FILE PARTIALLY SUCCESSFUL</AddtlStsRsnInf>
                </StsRsnInf>
              </OrgnlGrpInfAndSts>
              <OrgnlGrpInfAndSts>
                <OrgnlMsgId>10001</OrgnlMsgId>
                <OrgnlMsgNmId>pain.001.001.02</OrgnlMsgNmId>
                <OrgnlNbOfTxs>202</OrgnlNbOfTxs>
                <OrgnlCtrlSum>9000</OrgnlCtrlSum>
                <GrpSts>PART</GrpSts>
                <StsRsnInf>
                  <AddtlStsRsnInf>ACK - FILE PARTIALLY SUCCESSFUL</AddtlStsRsnInf>
                  <AddtlStsRsnInf>Formated</AddtlStsRsnInf>
                </StsRsnInf>
              </OrgnlGrpInfAndSts>
          </pain.002.001.02>
      </Document>') as OBJECT_VALUE1
       from dual
      select R.*
      from PAYMENT_XML,
           XMLTABLE(
           'for $COMP in $COMPANY/Document/pain.002.001.02
              for $DEPT at $DEPTIDX in $COMP/OrgnlGrpInfAndSts
               return <RESULT>
                        <NAME>{fn:data($COMP/GrpHdr/MsgId)}</NAME>
                          $DEPT/OrgnlMsgId,
                          $DEPT/OrgnlNbOfTxs,
                          $DEPT/OrgnlCtrlSum,
                          $DEPT/GrpSts,
                          $DEPT/StsRsnInf/AddtlStsRsnInf
                      </RESULT>'
           passing OBJECT_VALUE1 as "COMPANY"
           columns
             NAME            VARCHAR(10)  path 'NAME',
             OrgnlMsgId      VARCHAR2(24) path 'OrgnlMsgId',
             ORGNLNBOFTXS    VARCHAR2(24) path 'OrgnlNbOfTxs',
             ORGNLCTRLSUM    NUMBER       path 'OrgnlCtrlSum',
             GRPSTS          VARCHAR2(24) path 'GrpSts',
             ADDTLSTSRSNINF  VARCHAR2(40) path 'AddtlStsRsnInf'
         ) r
    Errors comes this part :
                <StsRsnInf>
                  <AddtlStsRsnInf>ACK - FILE PARTIALLY SUCCESSFUL</AddtlStsRsnInf>
                  <AddtlStsRsnInf>Formated</AddtlStsRsnInf>
                </StsRsnInf>
    if i put the single statement for this xml element <AddtlStsRsnInf> it works fine if more than one element comes it raised the error.
    i want the output like the below format : want to merge the element value with (, comma)  delimiter with single coloumn value
    NAME
    ORGNLMSGID
    ORGNLNBOFTXS
    ORGNLCTRLSUM
    GRPSTS
    ADDTLSTSRSNINF
    CITIBANK/2
    10002
    20
    7,000
    PART
    ACK - FILE PARTIALLY SUCCESSFUL
    CITIBANK/2
    10001
    202
    9,000
    PART
    ACK - FILE PARTIALLY SUCCESSFUL, Formated
    Thanks is advance for reply
    Thanks,
    Chidam

    Try with XQuery string-join() function :
    ADDTLSTSRSNINF  VARCHAR2(40) path 'string-join(AddtlStsRsnInf, ", ")'

  • Deprecated PI libraries

    Hi people,
    I'm porting one of my jar borned for XI 7.0 in PI 7.1 SP06.
    I've changed the reference from aii_map_api.jar to new com.sap.xpi.ib.mapping.lib.jar.
    The activation or testing in ESB fails with the message
    D:\usr\sap\PIX\DVEBMGS50\j2ee\cluster\server0\.\temp\classpath_resolver\Mapc8de3500cd2611dd87aa0050569f5322\source\com\sap\xi\tf\ MMInvokeForRFCValue_Demo_.java
    uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.
    Note: D:\usr\sap\PIX\DVEBMGS50\j2ee\cluster\server0\.\temp\classpath_resolver\Mapc8de3500cd2611dd87aa0050569f5322\source\com\sap\xi\tf\ MMInvokeForRFCValue_Demo_.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error
    What I have to do to solve the problem?
    Thanks for your support.
    Ciao. Nicola

    Sample code:
    public class PI_Template_mapping extends AbstractTransformation {
          //2. DynamicConfigurationKey denotes an adapter specific message attribute. It consists of a name and a namespace
          // class associated is com.sap.aii.mapping.api.DynamicConfigurationKey
          private static final DynamicConfigurationKey KEY_FILENAME =DynamicConfigurationKey.create(
                    "http://sap.com/xi/XI/System/File","FileName");
         //3. Each JAVA Mapping using program 7.1 API must implement the method
         //transform(TransformationInput in, TransformationOutput out)
         // as oppose to execute Method in earlier version.
         public void transform(TransformationInput arg0, TransformationOutput arg1) throws StreamTransformationException {
         // TODO Auto-generated method stub
         //4. An info message is added to trace. An instance of trace of object is obtained by calling
         // the getTrace method of class AbstractTransformation
         getTrace().addInfo("JAVA Mapping Called");
         //5. Input payload is obtained by using arg0.getInputPayload().getInputStream()
         String inData = convertStreamToString(arg0.getInputPayload().getInputStream());
         //6. Input parameter is read using from the TransformationInput class using method
         // arg0.getInputParameters().getString("<Parameter Name>"). This Paramter name should be same as interface mapping
         String inParam = arg0.getInputParameters().getString("PARAM_IN1");
         getTrace().addInfo("Input Parameter: " +inParam);
         int offset = inData.indexOf(inParam);
         //7. A DynamicConfiguration is a map containing adapter specific message attributes.
         // It associates DynamicConfigurationKeys with string values. The DynamicConfiguration object is obtained using
         // method getDynamicConfiguration()of class com.sap.aii.mapping.api.TransformationInput;
         DynamicConfiguration conf = arg0.getDynamicConfiguration();
         conf.put(KEY_FILENAME, "This Test file is set by JAVA Mapping");
         String outData = "";
         if(offset > 0){
              int offset1 = inData.indexOf(">", offset);
              String StartString =inData.substring(0,offset1);
              String DocumentNameSpace = " xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.002.001.02\"";
              String RemainingString = inData.substring(offset1);
              outData = StartString + DocumentNameSpace + RemainingString;
         try
         //8. The JAVA mapping output payload is returned using the TransformationOutput class
         // arg1.getOutputPayload().getOutputStream()
              arg1.getOutputPayload().getOutputStream().write(outData.getBytes("UTF-8"));
         catch(Exception exception1) { }

  • Use of 000  & 001

    Hello all,
    I would like to know
    1) What is the diff between clients 000 and 001?
    and what is use of 001?
    2) What is Transport domain and Domain controller?
    pls explain me
    points must be rewarde
    regards
    Gajendra

    Hi,
    We have three standard clients 000, 001 and 066.
    066 -- early watch client and is used to perform checks or corrections in other clients.
    000 -- Its a standard client and if at any point of time we need original data we copy it from client 000
    So changes are first made in client 000 and then the further client modifications are carried out by client copy.
    this is the reason why the support packages are first applied to client 000.
    If we reverse the order of applying support packages and apply it to some other client instead of 000 then the original data in client 000 is overwritten.
    Guess you got the use of client 000 and 001(used for further modifications)
    Rakesh

  • Define Warhouse number or Copy standard warehouse number?

    Hi
    I am in situation where we are in a client replication project ( two different clients move in to one already existing client ).
    Client 1 - has no WM settings ( 3 different plants for different company codes ) - US
    Client 2 - has WM settings ( plant 221 for  company code 221 ) - US
    I am reconfiguring the whole setup in the Client 1 for plant 221 for WM settings.
    I am planning to define  the warehouse number and assigning the plant/storage location (221/009) for the same.
    If i copy from standard warehouse number 001 ( Germany ) it will copy the region.
    I dont see any option of removing region Germany for my ware house if i do so...
    I know this is very trivial question but i donot want to proceed with out procedure.....
    ( Usually in case of Plant copy in MM we remove all standard settings of DE for the created one, but in case of ware house no i do not see any thing )
    Since 001 Central warehouse is not connected to any plant i can copy that so that all tables get copied but how to remove the region?
    Please suggest
    Regards
    Rudresh K
    Edited by: Ravi Rudresh on Aug 18, 2009 10:06 PM
    Edited by: Ravi Rudresh on Aug 18, 2009 10:08 PM
    Edited by: Ravi Rudresh on Aug 18, 2009 10:09 PM

    Hi Anna Durai
    It works and it removes the Region Code. Thanks for your suggestion on this...
    I have one more  question ,
    Do you copy 001Central warehouse  or we can define our own ware house number?
    We have two options in Enterprise structure - LE-Define, copy, delete, check warehouse number
    Define warehouse number
    Copy/delete/check warehouse number
    Is the Region code required only hazardous materials or it has any impact on structure ....
    As my understanding the Central Warehouse 001 is not assigned to any plant.
    Regards
    Rudresh K

  • How to get my wireless working ?

    hey guys today i had to connect using my wireless but I couldn't.
    So i follow this wiki http://wiki.archlinux.org/index.php/Wireless_Setup
    But when i typed lshwd
    lshwd
    00:00.0 Host bridge: Intel Corp.|Mobile Memory Controller Hub (intel-agp)
    00:02.0 VGA compatible controller: Intel Corp.|Mobile Integrated Graphics Controller (i810)
    00:02.1 Display controller: Intel Corp.|Mobile Integrated Graphics Controller (vesa)
    00:1b.0 Audio device: Intel Corp.|I/O Controller Hub High Definition Audio (snd-hda-intel)
    00:1c.0 PCI bridge: Intel Corp.|I/O Controller Hub PCI Express Port 1 (unknown)
    00:1c.1 PCI bridge: Intel Corp.|I/O Controller Hub PCI Express Port 2 (unknown)
    00:1d.0 USB Controller: Intel Corp.|I/O Controller Hub UHCI USB #1 (unknown)
    00:1d.1 USB Controller: Intel Corp.|I/O Controller Hub UHCI USB #2 (unknown)
    00:1d.2 USB Controller: Intel Corp.|I/O Controller Hub UHCI USB #3 (unknown)
    00:1d.3 USB Controller: Intel Corp.|I/O Controller Hub UHCI USB #4 (unknown)
    00:1e.0 PCI bridge: Intel Corp.|82801 Hub Interface to PCI Bridge (hw_random)
    00:1f.0 ISA bridge: Intel Corp.|Mobile I/O Controller Hub LPC (i8xx_tco)
    00:1f.2 IDE interface: Intel Corp.|Mobile I/O Controller Hub SATA cc=IDE (ata_piix)
    00:1f.3 SMBus: Intel Corp.|I/O Controller Hub SMBus (i2c-i801)
    01:0a.0 FireWire (IEEE 1394): Intel Corp.|I/O Controller Hub SMBus (unknown)
    01:0a.2 Generic system peripheral [0805]: Intel Corp.|I/O Controller Hub SMBus (unknown)
    01:0a.3 Mass storage controller: Intel Corp.|I/O Controller Hub SMBus (unknown)
    06:00.0 Ethernet controller: Marvell Technology Group Ltd.|88E8055 PCI-E Gigabit Ethernet Controller (sky2)
    004:001 USB Hub: Virtual|Hub (hub)
    002:001 USB Hub: Virtual|Hub (hub)
    003:002 USB Vendor Specific Class: 802.11 bg WLAN (unknown)
    003:001 USB Hub: Virtual|Hub (hub)
    001:001 USB Hub: Virtual|Hub (hub)
    ---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)
    I couldn't discover what is my Wireless card..
    So which driver should I use with my wireless ?
    Thanks
    I don't no if it can be helpful but there is my dmesg
    Linux version 2.6.22-ARCH (root@workstation64) (gcc version 4.2.1) #1 SMP PREEMPT Fri Aug 31 19:54:09 UTC 2007
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003f7d0000 (usable)
    BIOS-e820: 000000003f7d0000 - 000000003f7de000 (ACPI data)
    BIOS-e820: 000000003f7de000 - 000000003f800000 (ACPI NVS)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    119MB HIGHMEM available.
    896MB LOWMEM available.
    found SMP MP-table at 000ff780
    Entering add_active_range(0, 0, 260048) 0 entries of 256 used
    Zone PFN ranges:
    DMA 0 -> 4096
    Normal 4096 -> 229376
    HighMem 229376 -> 260048
    early_node_map[1] active PFN ranges
    0: 0 -> 260048
    On node 0 totalpages: 260048
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 4064 pages, LIFO batch:0
    Normal zone: 1760 pages used for memmap
    Normal zone: 223520 pages, LIFO batch:31
    HighMem zone: 239 pages used for memmap
    HighMem zone: 30433 pages, LIFO batch:7
    DMI 2.3 present.
    ACPI: RSDP 000F8A20, 0014 (r0 ACPIAM)
    ACPI: RSDT 3F7D0000, 0038 (r1 FSC PC 2000707 MSFT 97)
    ACPI: FACP 3F7D0200, 0084 (r2 FSC OEMFACP 2000707 MSFT 97)
    ACPI: DSDT 3F7D05B0, 43D5 (r1 X20IA X20IA005 5 INTL 2002026)
    ACPI: FACS 3F7DE000, 0040
    ACPI: APIC 3F7D0390, 005C (r1 FSC OEMAPIC 2000707 MSFT 97)
    ACPI: MCFG 3F7D03F0, 003C (r1 FSC OEMMCFG 2000707 MSFT 97)
    ACPI: SLIC 3F7D0430, 0176 (r1 FSC PC 2000707 MSFT 97)
    ACPI: OEMB 3F7DE040, 0114 (r1 FSC AMI_OEM 2000707 MSFT 97)
    ACPI: PM-Timer IO Port: 0x808
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Processor #0 6:15 APIC version 20
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Processor #1 6:15 APIC version 20
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    Allocating PCI resources starting at 40000000 (gap: 3f800000:bf600000)
    Built 1 zonelists. Total pages: 258017
    Kernel command line: root=/dev/sda4 ro
    mapped APIC to ffffd000 (fee00000)
    mapped IOAPIC to ffffc000 (fec00000)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Detected 1596.018 MHz processor.
    Console: colour VGA+ 80x25
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 1025092k/1040192k available (2393k kernel code, 14364k reserved, 783k data, 304k init, 122688k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff82000 - 0xfffff000 ( 500 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
    lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
    .init : 0xc0421000 - 0xc046d000 ( 304 kB)
    .data : 0xc035641f - 0xc041a1bc ( 783 kB)
    .text : 0xc0100000 - 0xc035641f (2393 kB)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Calibrating delay using timer specific routine.. 3195.82 BogoMIPS (lpj=5324516)
    Security Framework v1.0.0 initialized
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e39d 00000000 00000001
    monitor/mwait feature present.
    using mwait in idle threads.
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 2048K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e39d 00000000 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Compat vDSO mapped to ffffe000.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Early unpacking initramfs... done
    ACPI: Core revision 20070126
    ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
    CPU0: Intel(R) Core(TM)2 CPU T5200 @ 1.60GHz stepping 06
    SMP alternatives: switching to SMP code
    Booting processor 1/1 eip 3000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 3203.02 BogoMIPS (lpj=5337639)
    CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e39d 00000000 00000001
    monitor/mwait feature present.
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 2048K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e39d 00000000 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    CPU1: Intel(R) Core(TM)2 CPU T5200 @ 1.60GHz stepping 06
    Total of 2 processors activated (6399.84 BogoMIPS).
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    migration_cost=57
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6
    PCI: Using configuration type 1
    Setting up standard PCI resources
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: Probing PCI hardware (bus 00)
    PCI quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
    PCI quirk: region 0480-04bf claimed by ICH6 GPIO
    PCI: Transparent bridge - 0000:00:1e.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    SCSI subsystem initialized
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
    PCI: Cannot allocate resource region 7 of bridge 0000:00:1e.0
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    pnp: 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
    pnp: 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
    pnp: 00:08: iomem range 0xfed20000-0xfed8ffff has been reserved
    pnp: 00:08: iomem range 0xfff00000-0xffffffff could not be reserved
    pnp: 00:08: iomem range 0xffb00000-0xffbfffff has been reserved
    pnp: 00:09: iomem range 0xfec00000-0xfec00fff has been reserved
    pnp: 00:09: iomem range 0xfee00000-0xfee00fff could not be reserved
    pnp: 00:0a: iomem range 0xe0000000-0xefffffff has been reserved
    pnp: 00:0b: iomem range 0x0-0x9ffff could not be reserved
    pnp: 00:0b: iomem range 0xc0000-0xcffff could not be reserved
    pnp: 00:0b: iomem range 0xe0000-0xfffff could not be reserved
    pnp: 00:0b: iomem range 0x100000-0x3f7fffff could not be reserved
    Time: tsc clocksource has been installed.
    PCI: Bridge: 0000:00:1c.0
    IO window: e000-efff
    MEM window: feb00000-febfffff
    PREFETCH window: disabled.
    PCI: Bridge: 0000:00:1c.1
    IO window: d000-dfff
    MEM window: fc000000-feafffff
    PREFETCH window: f4000000-faffffff
    PCI: Bridge: 0000:00:1e.0
    IO window: disabled.
    MEM window: fb700000-fbffffff
    PREFETCH window: f2000000-f3ffffff
    ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    PCI: Enabling device 0000:00:1c.1 (0106 -> 0107)
    ACPI: PCI Interrupt 0000:00:1c.1[b] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:00:1c.1 to 64
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    checking if image is initramfs... it is
    Freeing initrd memory: 1540k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: disabled - APM is not SMP safe.
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Installing knfsd (copyright (C) 1996 [email protected]).
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    Boot video device is 0000:00:02.0
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.0:pcie00]
    Allocate Port Service[0000:00:1c.0:pcie02]
    PCI: Setting latency timer of device 0000:00:1c.1 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.1:pcie00]
    Allocate Port Service[0000:00:1c.1:pcie02]
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    loop: module loaded
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.0.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    TCP cubic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    Freeing unused kernel memory: 304k freed
    input: AT Translated Set 2 keyboard as /class/input/input1
    libata version 2.21 loaded.
    ata_piix 0000:00:1f.2: version 2.11
    ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 19 (level, low) -> IRQ 18
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ffa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001ffa8 irq 15
    ata1.00: ATA-7: WDC WD1200BEVS-22RST0, 04.01G04, max UDMA/133
    ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/133
    ata2.00: ATAPI: Slimtype DVDRW SSW-8015S, HSU1, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA WDC WD1200BEVS-2 04.0 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM Slimtype DVDRW SSW-8015S HSU1 PQ: 0 ANSI: 5
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 19, io base 0x0000c480
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    ACPI: PCI Interrupt 0000:00:1d.1[b] -> GSI 19 (level, low) -> IRQ 18
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 18, io base 0x0000c800
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000c880
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1d.3 to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000cc00
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    usb 3-2: new full speed USB device using uhci_hcd and address 2
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    usb 3-2: configuration #1 chosen from 1 choice
    ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:06:00.0 to 64
    sky2 0000:06:00.0: v1.14 addr 0xfebfc000 irq 16 Yukon-EC Ultra (0xb4) rev 2
    sky2 eth0: addr 00:03:0d:63:84:09
    ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1b.0 to 64
    fuse init (API version 7.8)
    ACPI: AC Adapter [AC0] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button (FF) as /class/input/input2
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input3
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input4
    ACPI: Sleep Button (CM) [SLPB]
    input: Power Button (CM) as /class/input/input5
    ACPI: Power Button (CM) [PWRB]
    ACPI: CPU0 (power states: C1[C1] C2[C2])
    ACPI: Thermal Zone [THRM] (53 C)
    Linux agpgart interface v0.102 (c) Dave Jones
    agpgart: Detected an Intel 945GM Chipset.
    agpgart: Detected 7932K stolen memory.
    agpgart: AGP aperture is 256M @ 0xd0000000
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    intel_rng: FWH not detected
    Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000
    input: SynPS/2 Synaptics TouchPad as /class/input/input6
    ACPI: PCI Interrupt 0000:00:1f.3[b] -> GSI 19 (level, low) -> IRQ 18
    PCI: Enabling device 0000:01:0a.0 (0015 -> 0017)
    ACPI: PCI Interrupt 0000:01:0a.0[A] -> GSI 18 (level, low) -> IRQ 20
    ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20] MMIO=[d0000-d07ff] Max Packet=[2048] IR/IT contexts=[8/8]
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    sdhci: SDHCI controller found at 0000:01:0a.2 [1217:7120] (rev 1)
    ACPI: PCI Interrupt 0000:01:0a.2[A] -> GSI 18 (level, low) -> IRQ 20
    sdhci:slot0: Unknown controller version (16). You may experience problems.
    mmc0: SDHCI at 0xf1100000 irq 20 PIO
    rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month
    input: PC Speaker as /class/input/input7
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[00030d494000e58d]
    EXT3 FS on sda4, internal journal
    Adding 499792k swap on /dev/sda3. Priority:-1 extents:1 across:499792k
    sky2 eth0: enabling interface
    sky2 eth0: ram buffer 0K
    sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver

    lspci -vv
    lspci -vv
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
    Subsystem: Uniwill Computer Corp Unknown device 9900
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
    Latency: 0
    Capabilities: <access denied>
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
    Subsystem: Uniwill Computer Corp Unknown device 9900
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at fb600000 (32-bit, non-prefetchable) [size=512K]
    Region 1: I/O ports at c400 [size=8]
    Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
    Region 3: Memory at fb680000 (32-bit, non-prefetchable) [size=256K]
    Capabilities: <access denied>
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Subsystem: Uniwill Computer Corp Unknown device 9900
    Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Region 0: Memory at 40000000 (32-bit, non-prefetchable) [disabled] [size=512K]
    Capabilities: <access denied>
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    Subsystem: Uniwill Computer Corp Unknown device 9075
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at fb6fc000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0, Cache Line Size: 32 bytes
    Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: feb00000-febfffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    Capabilities: <access denied>
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0, Cache Line Size: 32 bytes
    Bus: primary=00, secondary=03, subordinate=05, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: fc000000-feafffff
    Prefetchable memory behind bridge: 00000000f4000000-00000000faffffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    Capabilities: <access denied>
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Interrupt: pin A routed to IRQ 19
    Region 4: I/O ports at c480 [size=32]
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Interrupt: pin B routed to IRQ 18
    Region 4: I/O ports at c800 [size=32]
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Interrupt: pin C routed to IRQ 20
    Region 4: I/O ports at c880 [size=32]
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Interrupt: pin D routed to IRQ 16
    Region 4: I/O ports at cc00 [size=32]
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 01 [Subtractive decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Bus: primary=00, secondary=01, subordinate=02, sec-latency=32
    Memory behind bridge: fb700000-fbffffff
    Prefetchable memory behind bridge: 00000000f2000000-00000000f3ffffff
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR+
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    Capabilities: <access denied>
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Capabilities: <access denied>
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02) (prog-if 80 [Master])
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0
    Interrupt: pin B routed to IRQ 18
    Region 0: I/O ports at 01f0 [size=8]
    Region 1: I/O ports at 03f4 [size=1]
    Region 2: I/O ports at 0170 [size=8]
    Region 3: I/O ports at 0374 [size=1]
    Region 4: I/O ports at ffa0 [size=16]
    Capabilities: <access denied>
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    Subsystem: Uniwill Computer Corp Unknown device 9072
    Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Interrupt: pin B routed to IRQ 18
    Region 4: I/O ports at 0400 [size=32]
    01:0a.0 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02) (prog-if 10 [OHCI])
    Subsystem: Uniwill Computer Corp Unknown device 300b
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 64, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 20
    Region 0: Memory at 000d0000 (32-bit, non-prefetchable) [size=4K]
    Region 1: Memory at fb7fe000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: <access denied>
    01:0a.2 Generic system peripheral [0805]: O2 Micro, Inc. Integrated MMC/SD Controller (rev 01)
    Subsystem: Uniwill Computer Corp Unknown device 300b
    Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR+
    Interrupt: pin A routed to IRQ 20
    Region 0: Memory at f1100000 (32-bit, non-prefetchable) [size=256]
    Capabilities: <access denied>
    01:0a.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01)
    Subsystem: Uniwill Computer Corp Unknown device 300b
    Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR+
    Interrupt: pin A routed to IRQ 5
    Region 0: Memory at fb7ff000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: <access denied>
    06:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 10)
    Subsystem: Uniwill Computer Corp Unknown device 6100
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
    Region 2: I/O ports at e800 [size=256]
    Expansion ROM at febc0000 [disabled] [size=128K]
    Capabilities: <access denied>
    Now I will try some drivers and i post here my results.
    tanks

  • Arch Noodle ATI Radeon 7000 Scroll Wheel

    Hi,
    I'm at a lose here would much appreciate any help.
    I've done a new Arch installation and my screen is not nice and Scroll wheel is not working.
    I went looking for /etc/X11/xorg.conf file and it  is not there.
    I have two graphic cards: one built into MB other is ATI Radeon 7000 with TVout (this is the one I'v connected my Monitor)
    I did  xorgcfg but I cant find ATi drivers in the config list.
    I've done a lot of searches but not yet sure how to go about this.
    (I've installed Mandrake 2006 and It found ATi and due to this I think my HW is ok)
    My hwd x
    ==========
    <<sinppet>>
    # Auto-generated by Archie mkxcfg
    Section "Device"
        Identifier  "Card0"
        Driver      "sis"
        VendorName  "All"
        BoardName   "All"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 16
        SubSection "Display"
            Depth     1
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     4
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     8
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     15
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     16
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     24
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     32
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Section "DRI"
        Mode 0666
    EndSection
    ==================================================================================
    [root@localhost ~]# lshwd &
    [1] 3438
    [root@localhost ~]# 00:00.0 Host bridge: Silicon Integrated System|SiS 650 Host-to-PCI Bridge (sis-agp)
    00:01.0 PCI bridge: Silicon Integrated Systems [SiS]|5591/5592 AGP (unknown)
    00:02.0 ISA bridge: Silicon Integrated Systems [SiS]|SiS961 [MuTIOL Media IO] (unknown)
    00:02.1 SMBus: Silicon Integrated System|SiS961/962 SMBus Controller (i2c-sis96x)
    00:02.2 USB Controller: Silicon Integrated Systems [SiS]|7001 USB (ohci_hcd)
    00:02.3 USB Controller: Silicon Integrated Systems [SiS]|7001 USB (ohci_hcd)
    00:02.5 IDE interface: Silicon Integrated Systems [SiS]|5513 [IDE] (sis5513)
    00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]|SiS7012 PCI Audio Accelerator (snd-intel8x0)
    00:0e.0 Ethernet controller: Realtek|RTL-8139 (8139too)
    00:10.0 VGA compatible controller: ATI Technologies Inc|Radeon 7000/Radeon VE (radeon)
    01:00.0 VGA compatible controller: Silicon Integrated System|SiS650/651/740 GUI 2D/3D Accelerator (sis)
    002:001 USB Hub: Virtual|Hub (hub)
    001:001 USB Hub: Virtual|Hub (hub)
    ---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)
    I've done pacman -S kernel26-km  as well.
    What sould I do to get a proper xorg.conf file generated?
    Any input is much appreciated.
    Regards
    Ben

    Penguin wrote:
    did you run hwd -x for a sample config?
    add 
    Option "ZAxisMapping" "4 5"
    for the scroll wheel.
    Hi Penguin,
    I did hwd -x and renamed xorg.conf.hwd file to xorg.conf
    then startx fails complainng about SiS Display adapter
    xorg.conf.hwd
    ==============
    Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
    EndSection
    Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
    #    FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    #    FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
    EndSection
    Section "Module"
            Load  "ddc"  # ddc probing of monitor
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
            Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
    EndSection
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
            Option      "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" ""
        Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
    EndSection
    Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
    EndSection
    Section "InputDevice"
            Identifier      "USB Mouse"
            Driver          "mouse"
            Option          "Device"                "/dev/input/mice"
        Option        "SendCoreEvents"    "true"
            Option          "Protocol"              "IMPS/2"
            Option          "ZAxisMapping"          "4 5"
            Option          "Buttons"               "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
        Identifier "Monitor0"
            Option "DPMS" "true"
    #    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
        HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
        VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
    #    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
        #  Default modes distilled from
        #      "VESA and Industry Standards and Guide for Computer Display Monitor
        #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
        #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
        # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
        # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
        # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
        ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
        # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
        ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
        # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
        ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
        # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
        ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
        # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
        ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
        # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
        ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync
        # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
        ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync
        # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
        ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync
        # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
        ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
        # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
        ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync
        # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
        ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
        # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
        ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
        # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
        ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
        # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
        ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
        # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
        ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
        # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
        ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync
        # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
        ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync
        # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
        ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync
        # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
        ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
        # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
        ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
        # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
        ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
        # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
        ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
        ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
        ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
        ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
        ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
        # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
        ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync
        # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
        ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
        # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
        ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync
        # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
        ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
        # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
        ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync
        # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
        ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync
        # Additional modelines
        ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
        ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
        # Extended modelines with GTF timings
        # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
        ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
        # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
        ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
        # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
        ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
        # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
        ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
        # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
        ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
        # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
        ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
        # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
        ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
        # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
        ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
        # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
        ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
        # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
        ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
        # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
        ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
        # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
        ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
        # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
        ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
        # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
        ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
        # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
        ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
        # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
        ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
        # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
        ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
        # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
        ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
        # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
        ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
        # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
        ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
        # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
        ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
        Identifier  "Card0"
        Driver      "sis"
        VendorName  "All"
        BoardName   "All"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 16
        SubSection "Display"
            Depth     1
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     4
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     8
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     15
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     16
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     24
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
            Depth     32
            Modes "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Section "DRI"
        Mode 0666
    EndSection
    =====================================================================
    Ben

  • Queuename cannot be build with function(while creating invoice VF01) IDoc

    Hi all,
    I had a problem while posting an invoice with reference to the delivery document . we had configured partner profile with INVOIC02 and extension for that. and maintained Transfer IDocs immediately. queue processing is enabled . before implementing OSS notes it is working fine. after implementing these notes we are getting update termination message and the invoice document is not getting saved.  the notes are 0001019483 and 0001280898 .
    After implementing notes rule is enabled and in that rule we had given IDOC_QUEUE_SUS_MM. and we had done cofig for that in we85.
    the message is like this.
    Update was terminated
    System ID....   R1Q
    Client.......   100
    User.....   ABOSE
    Transaction..   VF01
    Update key...   4DF9276AC53F16E6E100800082180442
    Generated....   16.06.2011, 12:43:49
    Completed....   16.06.2011, 12:43:50
    Error Info...   B1 519: Queuename cannot be build with function:
    Please helpme out
    Thanks & regards
    sreehari p

    Dear Reddy,
    This may due to two reasons
    1.Itemcategory settings
    2.Copy control settings at item level between your sales document type and your billing type ZF3.So fallow these steps you can rectify the issue.
    -->You go to the VOV7 transaction then select item category ZAPT TAP then go in to the details of that here you can find the field Billing Relevance maintain this field "B" or "C" if you are doing order related billing.
    -->Go to VTFA transaction click on change icon (Top Left Corner)then select your billing type ZF3 and sales order type then click on the item here you select the itemcategory ZAPT TAP then go in to the details screen here you need to enter the copying requirement routines.
    Standard routine is 002-item/order related in the Copying requirements field.
    Standard routine is 001-Inv.split (sample) in the Data VBRK/VBRP field.
    And also check the Header level copy control settings
    Maintain these settings then try
    I hope it will help you
    Regards,
    Murali.

Maybe you are looking for

  • Installing update 1.0.3 on 80G classic

    I just got an 80Gig Classic yesterday and itunes recognizes my IPOD and says there's a new update(1.0.3), but when it's done downloading, it doesn't install it because it says the firmware is corrupt. I tried different USB Hubs, reconnecting and stil

  • How to see an explain plan?

    Hi all, I'm looking to tune one sql sentence of my application. To do it, I've used the sqltune package. When I see the report, I obtain the actual explain plan and, finally the suggestion to use an SQL Profile. How can I see the new explain plan of

  • AssignMessages Error

    Hi, I have a BP in which I assign (append) messages in a Multiple container. But after my Business scenario tests I receive Error: <SAP:Category>XIAdapter</SAP:Category> <SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>   <SAP:P1 />   <SAP:P2 /

  • Duplicate key errors table T7KR5CT occured during SHADOW_IMPORT_INC

    Hi, We are getting the following error during EHP4 upgrade :-  Checks after phase MAIN_SHDIMP/SUBMOD_SHDIMP/SHADOW_IMPORT_INC were negative! Last error code set: Unresolved requests in buffer SRD Check logfiles 'SHDALLIMP.ELG' and '/EHPI/EHPI/abap/lo

  • Configurator installation file not recognized

    I have installed Adobe Air 2.7.1.19610 on my Windows Vista SP1 32 bit.  Rebooted.  Download the Adobe Configurator installation file  configurator2_p1_052610.air     When I double click on it my computer does not know what program should run it.  The