PNP and HRP1000

Hi All,
According to the link below, logical database PNP can be used to read some HRP infotypes.
http://help.sap.com/saphelp_46c/helpdata/en/c6/8a15381b80436ce10000009b38f8cf/content.htm
How does this work?  Is this done within the GET PERNR event? Or this there another event that I am missing?  Thanks.
John

Example of how to acess infotype data using LDB concept
1. Create data structures for infotypes.
    INFOTYPES: 0001, "ORG ASSIGNMENT
                        0002, "PERSONAL DATA
                        0008. "BASIC PAY
2. Fill data structures with the infotype records.
    Start-of-selection.
         GET PERNR.
    End-0f-selection. 
    Read Master Data
·     Infotype structures (after GET PERNR) are internal tables loaded with data.
·     The infotype records (selected within the period) are processed sequentially by the PROVIDE - ENDPROVIDE loop.
          GET PERNR.
             PROVIDE * FROM Pnnnn BETWEEN PN/BEGDA AND PN/ENDDA
                    If Pnnnn-XXXX = ' '. write:/ Pnnnn-XXXX. endif.
             ENDPROVIDE.

Similar Messages

  • HR LDB PNP and customer infotypes in 640

    Hello,
    I encountered the following problem during an upgrade from 4.6C to SAP ERP Central Component 5.0. When using logical database PNP and customer infotypes the syntax check produces the following syntax error:
    - INCLUDE report "%_HR9731" not found
    I have added an example program below. Prerequisite for this program is that the cutomer infotype 9731 exists in the system.
    Has anyone experienced this problem before? And if so, is there a solution? I can program some workarounds, but I prefer a solution, which does not involve changing my code.
    Regards,
    Marcel
    REPORT ZTESTINFOTYPES.
    tables: pernr.
    infotypes: 0000,
    0001,
    0002,
    9731 mode n.
    start-of-selection.
    get pernr.
    write / p0002-pernr.
    end-of-selection.

    Hi all,
    "You will have to run report RPUMS40CCI (XPRA for generation of
    infotype include) for existing customer-defined infotypes.
    If you have not run this report then please do so.
    The report RPU40CCI creates the infotype include %_HRnnnn (nnnn =
    infotype number) and the additional data structure Pnnnn_AF (nnnn =
    infotype number) for the given infotype, provided that the correspondin parameter ("generate infotype include" or "generate additional data
    structure") are set on the selection screen. If the parameter "maintain only T77ID" is set, no infotype include or additional data structure is maintained, only those entered in table T77ID."
    Best Regards
    Silvio Galery

  • ABAP-HR, using two LDB ie, PNP and  PCH

    Hi friends,
    How can i use two logical database regarding to master data and organization managemnt.       if i use PNP in Attributes LDB, how can i get tables regarding to organization mangent in reports, so that i can retrieve data from PNP and PCH.
    Effecient answer will be rewarded points....
    Thanks&Regards
    Shiva Prasad

    Hi Amit,
    Thanks for yor valuable answer, i have tried it using 1st mentioned method, but i couldn't get. can u give me sample code.
    i didn't try for the 2nd method.
    i will try.

  • PNP and PNPCE

    What is the difference between PNP and PNPCE. why we are using PNP instead of PNPCE. In what situation we use PNPCE..
    Please focus on this issue.
    Regards
    vamsi.

    0712 is used in Concurrent Employment, it is for Main Assignment of a person.
    I think he wanted to mention 709 Infotype that is used to determine pernrs for a person.
    Every person in Concurrent Employment (CE) environment can hold multiple positions, each position will have one pernr, so one person can have many pernrs. (one for each job/position). These infotypes are useful while fetching data for all pernrs of a person. PNPCE is the logical database that facilitates all this process.

  • What is the main diff b/n ldb pnp and pnpce?

    hi ,
    what is the main diff b/n ldb pnp and pnpce?
    thanks.

    Hi Arun,
      PNP/PNPCE  - Both are Logical Databases for PA Module
    In PNPCE - CE stands for Concurrent Employment.
    The differnces are:
    The PNPCE logical database supports the evaluation of HR master data. It includes the functions of the PNP logical database and offers additional evaluation options. Therefore, you should use the PNPCE logical database instead of the PNP logical database for all new developments.
    The enhanced functionality of PNPCE in comparison to PNP essentially concerns the evaluation of Concurrent Employment, that is the possibility to group evaluate several assignments/personnel numbers of a person. The new events 'GET PERSON' and 'GET GROUP' as well as an enhanced syntax for the INFOTYPES statement (addition AS PERSON TABLE) for the procurement of infotype data enable you to use the new functionality. The use of these new functions is optional. You can run a PNPCE report that does not use the new events and the addition for the INFOTYPES statement in a PNP-compatible session. Since the PNPCE also has an improved selection screen, each report benefits from this even if the report does not use the functions for evaluating Concurrent Employment.
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • Difference PNP and PNPCH

    Hi Experts,
    What are major differences between logical database PNP and PNPCH.
    Thanks,
    Ankur

    Hi,
    The PNPCE logical database supports the evaluation of HR master data. It includes the functions of the PNP logical database and offers additional evaluation options. Therefore, you should use the PNPCE logical database instead of the PNP logical database for all new developments.
    The enhanced functionality of PNPCE in comparison to PNP essentially concerns the evaluation of Concurrent Employment, that is the possibility to group evaluate several assignments/personnel numbers of a person. The new events 'GET PERSON' and 'GET GROUP' as well as an enhanced syntax for the INFOTYPES statement (addition AS PERSON TABLE) for the procurement of infotype data enable you to use the new functionality. The use of these new functions is optional. You can run a PNPCE report that does not use the new events and the addition for the INFOTYPES statement in a PNP-compatible session. Since the PNPCE also has an improved selection screen, each report benefits from this even if the report does not use the functions for evaluating Concurrent Employment.

  • PNP and PNPCE databases in ESS portal

    HI,
    As all you know standard ESS works on PNP logical database.but we have a situation in our project that we should use PNPCE database instead of PNP.
    So i would like to get your inputs on the usage of PNPCE in ESS .will there be any bad impact of using that database
    helpful inputs will be rewarded
    Bala

    Hi Bala,
    It's very interesting question.
    In case of PNP we are using the employee number as the base and using the sap logon name of this user pernr.
    But if we are able to do the same with Person ID of the employee then I think we will be able to use the ESS with PNPCE.
    I am not sure that is this possible but just giving a thought.
    Regards,
    Umesh Chaudhari.

  • PNP and PNPCE databases in ESS

    HI,
    As all you know standard ESS works on PNP logical database.but we have a situation in our project that we should use PNPCE database instead of PNP.
    So i would like to get your inputs on the usage of PNPCE in ESS .will there be any bad impact of using that database
    helpful inputs will be rewarded
    Bala

    Hi Bala,
    It's very interesting question.
    In case of PNP we are using the employee number as the base and using the sap logon name of this user pernr.
    But if we are able to do the same with Person ID of the employee then I think we will be able to use the ESS with PNPCE.
    I am not sure that is this possible but just giving a thought.
    Regards,
    Umesh Chaudhari.

  • AT-GPIB/TNT PnP and Sound Blaster 16 Clashing

    Hi Group
    The Story is:
    I have had a AT-GPIB/TNT PnP on a old Pentium 75/Win 95 Machine doing some testing, and havn't had a problem with it.
    I now wanted to install a Creative Sound Blaster (Vibra) 16, also PnP ISA, card for basic audio analysis measurements.
    The problem is when the Sound Blaster card is installed the PnP BIOS doesn't recognise the GPIB card at all, even with PnP
    disabled.
    Has anybody seen this before?
    Could it be that the PC can only handle 2 ISA PnP cards (there is also a PnP network card)?
    Would I be better of with a PCI SB card.
    Any help would be gratefull
    Tim S

    Tim,
    I had similar struggles with a 1995 vintage Pentium. My ISA GPIB conflicted with PCI sound card and PCI network card. It
    tooks me hours to hit upon a sequence of installing the cards, and manually locking in the resources, in order to get them all
    working.
    Some general suggestions: get back to a configuration that works, say without the sound card. Make note of the resources for
    the network card and GPIB card. While your there, examine the other possibilities. You can select other GPIB resource
    configurations and see what the I/O range, INT and DMA settings would be. For example, some GPIB resource configurations
    don't use INT and DMA at all. Write all of this down.
    Then install the sound card, without the GPIB. See what resources it wants, and explore what other configurations it might be
    happy with. Sound cards are tricky, because they usually use a lot of resources because they have a lot of functions: wave,
    midi, mixer, etc. Some also have "legacy drivers" that mimic the older DOS based sound cards, for backwards compatibility
    with games. You may be able to install the sound card and then remove some of these "extra drivers."
    With sound card working, and the network card working, reinstall the NI488 software. Then power down and install the GPIB
    card. Reboot. You may get lucky and everything just works.
    More likely, the GPIB will work and the sound card won't. Go check the GPIB card resources and you'll probably see that the
    NI488 drivers snagged one or more of the INT or DMA channels that the sound card was using. Try a different GPIB
    configuration, or manually edit the DMA and INT settings to NONE. Also check for I/O range conflicts. (Consult your written
    list, because the conflicts won't show in Device Manger -- since the sound card's not working it's not using any resources!)
    Hopefully, by telling Device Manager to NOT use Automatic Settings, you can get the GPIB working and still leave enough
    resources available for the sound card. Which you will probably have to go back and reinstall, from scratch. Possibly a few
    times before you get everything to fit.
    How bad do you want that sound card ? :~)
    Isn't (Microsoft) plug and play wonderful?
    p.s. you might also consider using CMOS setup to disable any motherboard resources you are not using, for example a COM port
    that's not connected to anything. Remember to write down EVERYTHING, you do so you can put it back if you have to.
    Good luck!
    Best Regards,
    Mike T
    Mike Tranchemontagne
    Consulting Applications Engineer
    TeraComm, Inc.
    148 Main Street
    Building A, 3rd Floor
    North Andover, MA 01845
    877-900-TERA (8372)
    978-557-9490 (FAX)
    603-598-4773 (Direct Line and Cell)
    Timothy John Streeter wrote:
    > Hi Group
    >
    > The Story is:
    > I have had a AT-GPIB/TNT PnP on a old Pentium 75/Win 95 Machine doing some testing, and havn't had a problem with it.
    > I now wanted to install a Creative Sound Blaster (Vibra) 16, also PnP ISA, card for basic audio analysis measurements.
    > The problem is when the Sound Blaster card is installed the PnP BIOS doesn't recognise the GPIB card at all, even with PnP
    > disabled.
    >
    > Has anybody seen this before?
    > Could it be that the PC can only handle 2 ISA PnP cards (there is also a PnP network card)?
    > Would I be better of with a PCI SB card.
    >
    > Any help would be gratefull
    >
    > Tim S
    Attachments:
    miket.vcf ‏1 KB

  • Authorizations with PNP and Get Pernr.

    We have just noticed an issue with how our custom reports are working in regards to authorizations.  Our users have authorization to see Basic Pay infotype information up to the point where an associate becomes an executive.  When running our reports the latest salary shows up instead of the last one they are allowed to see or just leaving that field blank.  We are using the PNP logical database and Get Pernr.  Isn't that supposed to pick up whatever authorization is assigned to the person?
    Thanks,
    Mary

    I do not know how you come to this statement. Of course LDB checks ALL HR Authorization defined. This incoporates the personnel administration part as well as the combination to structural authorizations.
    However PNP will skip a PERNR if the user has only partial authorization by default. To get also only the restricted data what the user can see you must use the switch PNP_SW_SKIP_PERNR = 'N' at INITIALIZATION point.
    Please see the documentation available here:
      http://service.sap.com/erp-hcm
    On the left side follow the links:
      Services for mySAP ERP HCM
        Special Documentation
    Regards,
    Michael

  • Difference between PNP and PCH logical database

    WHats the difference between PNP nd PCH? When to use which??
    Tx

    Hi,
    The Difference is only with in an SAP R/3 system in which Concurrent Employment is active, reports are executed by the PNPCE logical database. The general logic of the PNPCE logical database corresponds to the PNP logical database. The PNPCE logical database can also process the concept of Concurrent Employment.
    HR Logical Databases
    In Human Resources (HR), the following logical databases can be used as a data source for HR InfoSets:
    PNP (PNPCE)
    PAP
    PCH
    By selecting a logical database, you determine the HR data that can be reported on using an InfoSet.
    Logical Database PCH
    This logical database generally enables you to report on all HR infotypes. However, you are advised not to use this logical database unless you want to report on Personnel Planning data.
    Logical Database PNP (or PNPCE)
    Use logical database PNP to report on HR master data. It is possible to use logical database PCH to access this data, but PNP meets such reporting requirements more quickly because it is best suited to the task of selecting persons.
    Logical database PNP enables you to access HR master data and infotypes from Personnel Planning. For example, you have the following options:
    Reporting on the costs, number of attendees booked, and instructor for a business event on which an employee is booked
    Reporting on working time and planned compensation for a position that an employee occupies
    Reporting on the validity and proficiency of a qualification that an employee fulfils
    From a technical perspective, this means you can use PNP to report on all of the infotypes that exist for objects (infotype 1000) that have a direct relationship (infotype 1001) with the Person object.
    The ability to access infotypes from Personnel Planning using logical database PNP is a special feature that you can only use in the context of SAP Query and Ad Hoc Query. You cannot use this functionality for ABAP reports you programmed yourself.
    You can also use logical database PNP to report on data from Personnel Time Management (infotypes 2000 to 2999) and Payroll (special payroll infotypes for the USA and customer infotypes; for more information, access Customizing for the Human Resources Information System and see Payroll Results).
    Logical Database PAP
    Logical database PAP enables you to access data from Recruitment.
    Check this link for more details
    http://help.sap.com/saphelp_erp2004/helpdata/en/e1/e1f83f6e5a11d687620000e82158f1/frameset.htm
    <b>Reward points</b>
    Regards

  • Coding ABAP using LDB PNP and authorizations problems

    This post requires a blend of ABAP and HCM skills.
    When coding my own ABAP using LDB PNP, the LDB will provide me with the employees selected but will skip those for which I do not have access (regarding Authorizations settings) to one or more of the infotypes declared in the program.
    As a programmer I would like to receive from the LDB the information that an employee is skipped so that I can handle the exception.
    Do you know how can I get this information from the LDB?
    Thanks

    I dont know if PNP can do it but PNPCE can:
    at END-OF-SELECTION call macro PNP_GET_AUTH_SKIPPED_PERNRS
    it will provide a list of skiped PERNRs
    for further info see docu PNPCE

  • PNP and Selection Screen 900 and Authorization

    We have used the combination of logical db PNP with selection screen 900 to write a few custom payroll reports.  We noticed right away that this combination seems to ignore HR authorizations.  Meaning, someone could read payroll results for employees they are not authorized to see.  We had to add our own authorization checks.
    Am I missing something or is something wrong with the 900 selection screen?

    Hi Kenneth,
    The 900 selection screen is for evaluation of Payroll Results. The system checks whether the user who started the evaluation has the correct authorization for this evaluation. Since the data retrieval is from the Payroll Results and not Master data the regular Authorization checks might not be relevant here. Even if the User has no authorization to view the Employee's Master data, he/she might still be able to view the Payroll results via this selection screen if he /she has the evaluation authorization. You are probably right in having to put in your own authorization checks. I hope I am not wrong.
    Regards,
    Suresh Datti
    Message was edited by: Suresh Datti

  • PNP and Infotypes

    Hi Folks
    Is there a way through which we can determine what and how many Infotypes data can be extracted with the help of Logical database PNP.
    Helpful answers will be rewarded.
    Regards
    Waz
    Edited by: Waz on Mar 14, 2008 2:22 PM

    Try newer version PNPCE.
    Create an infoset using SQ02 using PNPCE, in the screen infotype selection you can see all the infotypes.
    Regards,
    Somar

  • [UNSOLVED] Intense lockups, modules acpi, pnp, and pci not found.

    Hey guys. Like a lot of people with nVidia graphics cards and chipsets, I've been having serious issues with my computer freezing. Well, I was browsing through /var/log/everything.log and I came across this:
    Aug 17 12:50:21 xvarmobile logger: cannot find module dmi:bvnPhoenixTechnologiesLtd.:bvr79.12:bd05/07/2007:svnGATEWAY:pnMT3421:pvrREFERENCE:rvnGATEWAY:rn:rvrREFERENCE:cvnGateway:ct8:cvrN/A:
    Aug 17 12:50:22 xvarmobile logger: cannot find module acpi:LNXSYSTM:
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd000002F3sv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd000002FAsv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd000002FEsv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd000002F8sv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd000002F9sv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd000002FFsv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd0000027Fsv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module acpi:PNP0C01:
    Aug 17 12:50:22 xvarmobile logger: cannot find module pci:v000010DEd0000027Esv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:22 xvarmobile logger: cannot find module acpi:PNP0000:
    Aug 17 12:50:22 xvarmobile logger: cannot find module acpi:PNP0100:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0103:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0200:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0303:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0800:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0B00:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0C02:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0C02:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0C02:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:PNP0C04:
    Aug 17 12:50:23 xvarmobile logger: cannot find module acpi:SYN0B01:SYN0B00:SYN0002:PNP0F13:
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v000010DEd00000247sv0000107Bsd00000317bc03sc00i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v000010DEd00000270sv0000107Bsd00000317bc05sc00i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v000010DEd00000260sv0000107Bsd00000317bc06sc01i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v000010DEd00000271sv0000107Bsd00000317bc0Bsc40i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v000010DEd0000026Fsv00000000sd00000000bc06sc04i01
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v00001022d00001100sv00000000sd00000000bc06sc00i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v00001022d00001101sv00000000sd00000000bc06sc00i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pci:v00001022d00001102sv00000000sd00000000bc06sc00i00
    Aug 17 12:50:23 xvarmobile logger: cannot find module pnp:dPNP0a03
    Aug 17 12:50:23 xvarmobile logger: cannot find module pnp:cPNP0a03
    Aug 17 12:50:23 xvarmobile logger: cannot find module pnp:dPNP0200
    Aug 17 12:50:23 xvarmobile logger: cannot find module pnp:dPNP0c04
    Aug 17 12:50:24 xvarmobile logger: cannot find module pnp:dPNP0103
    Aug 17 12:50:24 xvarmobile logger: cannot find module pnp:cPNP0200
    Aug 17 12:50:24 xvarmobile logger: cannot find module pnp:dPNP0800
    Aug 17 12:50:24 xvarmobile logger: cannot find module pnp:cPNP0103
    Aug 17 12:50:24 xvarmobile logger: cannot find module pnp:cPNP0800
    Aug 17 12:50:24 xvarmobile logger: cannot find module pnp:cPNP0c04
    Aug 17 12:50:28 xvarmobile init: Entering runlevel: 3
    What follows before and after that is the usual booting procedure, ending with network config, etc.
    Now, I could be wrong, but that looks like that all might be something of a problem
    A test of 'modprobe acpi' resulted in:
    FATAL: Error inserting acpi_cpureq (/lib/modules/2.6.26-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
    First of all, why is it looking in the x86 kernel arch when I'm running a x86_64 kernel?
    Also (and definitely related), the daemon acpid will not run.
    Booting with pnpbios=off in menu.1st does nothing, and the freezes continue. Hope someone can help with this. I'll try blacklisting cpufreq for now.
    Edit: Just found something else interesting, but this might not be important. A run of 'pacman -Qs kernel' results in:
    local/kernel-headers 2.6.25.8-1 (base)
    Kernel headers sanitized for use in userspace
    local/kernel26 2.6.26.2-1 (base)
    The Linux Kernel and modules
    Any reason why we have kernel headers which are a version behind our kernel??
    Edit2: A quick check of /lib/modules/2.6.26-ARCH/kernel/arch reveals that I dont even HAVE a x86_64 arch directory. What is up with that?
    Last edited by l33tunderground (2008-08-17 17:38:34)

    Just for reference, I'll post some ls* stuff here
    lsmod:
    Module Size Used by
    ipv6 308744 8
    ext2 74000 1
    joydev 14208 0
    serio_raw 8324 0
    psmouse 44828 0
    pcspkr 4992 0
    ehci_hcd 40076 0
    k8temp 7296 0
    ohci_hcd 25732 0
    usbcore 154520 3 ehci_hcd,ohci_hcd
    sg 34400 0
    evdev 13568 5
    thermal 20512 0
    processor 39744 2 thermal
    fan 7176 0
    button 9504 0
    battery 14728 0
    ac 7304 0
    amd74xx 12168 0 [permanent]
    ide_core 131868 1 amd74xx
    i2c_nforce2 8960 0
    i2c_core 24352 1 i2c_nforce2
    snd_seq_oss 35712 0
    snd_seq_midi_event 9472 1 snd_seq_oss
    snd_seq 58464 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 9492 2 snd_seq_oss,snd_seq
    snd_hda_intel 459064 0
    snd_hwdep 10760 1 snd_hda_intel
    snd_pcm_oss 45696 0
    snd_pcm 82440 2 snd_hda_intel,snd_pcm_oss
    snd_timer 24848 2 snd_seq,snd_pcm
    snd_page_alloc 10768 2 snd_hda_intel,snd_pcm
    snd_mixer_oss 19072 1 snd_pcm_oss
    snd 64968 9 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    soundcore 9632 1 snd
    arc4 4224 2
    ecb 5376 2
    rtl8180 33024 0
    mac80211 184368 1 rtl8180
    eeprom_93cx6 4480 1 rtl8180
    cfg80211 30096 2 rtl8180,mac80211
    forcedeth 55952 0
    rtc_cmos 13112 0
    rtc_core 21060 1 rtc_cmos
    rtc_lib 4992 1 rtc_core
    ext3 140176 2
    jbd 55848 1 ext3
    mbcache 10372 2 ext2,ext3
    sr_mod 18884 0
    cdrom 39592 1 sr_mod
    sd_mod 27328 5
    ata_generic 8196 0
    pata_amd 15748 4
    pata_acpi 7296 0
    libata 167648 3 ata_generic,pata_amd,pata_acpi
    scsi_mod 112504 4 sg,sr_mod,sd_mod,libata
    dock 11296 1 libata
    lspci:
    00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
    00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
    00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
    00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
    00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
    00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
    00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
    00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
    00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
    00:05.0 VGA compatible controller: nVidia Corporation MCP51 PCI-X GeForce Go 6100 (rev a2)
    00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
    00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
    00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
    00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
    00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
    00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
    00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
    00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
    00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
    00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    06:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
    lshwd:
    00:00.0 Class 0500: nVidia Corp.|C51 Host Bridge (unknown)
    00:00.1 Class 0500: nVidia Corp.|C51 Memory Controller 0 (unknown)
    00:00.2 Class 0500: nVidia Corp.|C51 Memory Controller 1 (unknown)
    00:00.3 Class 0500: nVidia Corp.|C51 Memory Controller 5 (unknown)
    00:00.4 Class 0500: nVidia Corp.|C51 Memory Controller 4 (unknown)
    00:00.5 Class 0500: nVidia Corp.|C51 Host Bridge (unknown)
    00:00.6 Class 0500: nVidia Corp.|C51 Memory Controller 3 (unknown)
    00:00.7 Class 0500: nVidia Corp.|C51 Memory Controller 2 (unknown)
    00:03.0 Class 0604: nVidia Corp.|C51 PCI Express Bridge (unknown)
    00:05.0 Class 0300: nVidia Corp.|GeForce Go 6100 (nv)
    00:09.0 Class 0500: nVidia Corp.|MCP51 Host Bridge (unknown)
    00:0a.0 Class 0601: nVidia Corp.|MCP51 LPC Bridge (unknown)
    00:0a.1 Class 0c05: nVidia Corp.|MCP51 SMBus (i2c-nforce2)
    00:0a.3 Class 0b40: nVidia Corp.|MCP51 PMU (unknown)
    00:0b.0 Class 0c03: nVidia Corp.|MCP51 USB Controller (unknown)
    00:0b.1 Class 0c03: nVidia Corp.|MCP51 USB Controller (unknown)
    00:0d.0 Class 0101: nVidia Corp.|MCP51 IDE (amd74xx)
    00:10.0 Class 0604: nVidia Corp.|MCP51 PCI Bridge (unknown)
    00:10.1 Class 0403: nVidia Corp.|MCP51 High Definition Audio (snd-hda-intel)
    00:14.0 Class 0680: nVidia Corp.|MCP51 Ethernet Controller (forcedeth)
    00:18.0 Class 0600: Advanced Micro Devices|K8 [Athlon64/Opteron] HyperTransport Technology Configuration (unknown)
    00:18.1 Class 0600: Advanced Micro Devices|K8 [Athlon64/Opteron] Address Map (unknown)
    00:18.2 Class 0600: Advanced Micro Devices|K8 [Athlon64/Opteron] DRAM Controller (unknown)
    00:18.3 Class 0600: Advanced Micro Devices|K8 [Athlon64/Opteron] Miscellaneous Control (amd64-agp)
    06:09.0 Class 0200: Realtek Semiconductor|RTL8185 Realtek RTL8185 Wireless LAN (Mini-)PCI NIC (r8180)
    ---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)
    The only module I am not able to load is amd64-agp I'm not sure exactly what it does, but every other module listed there is now in my rc.conf. Some I just put there after looking at this output so we'll see what happens.
    I'll try and recreate the freeze to see if that didn't fix it, but it's very finicky. It usually only happens when firefox is open, so this all could be just some issue related to firefox or one of its dependencies. Regardless, I don't know if firefox is the issue, or if it's just creating enough CPU load to unleash the bad effects of the errors I'm getting above, so I'll continue trying to see if I can get them fixed, even if the freeze doesn't reoccur.
    Last edited by l33tunderground (2008-08-17 20:24:38)

Maybe you are looking for

  • Regarding Web Reporting

    Hai Im planning to study Web Reporting .. How can i start and from where can i start . What are prerequisties for my own system .. What are setting , i need to study web reporting .. Please guide me Thanks rizwan

  • Danish FIK (FI card) outgoing payment by Idocs

    Hello dear Sap FICO colleagues Danish affiliate wants to use FIK payment for vendors, it is a local payment in DKK. The main point is that this kind of payment is based on a code as follow : +71< 000000000000000+00000000< . First part is for the vend

  • Pricing Requirement

    Hi all, In our business the price (ZR00) of a material is calculated on the basis of cost + packing charges + agents commision.( Here the cost ZC00, packing charge ZP00 and agents commision ZA00 are maintained as statistical in our Pricing procedure)

  • My AppleCare is registered on another MacbookPro(NOT MINE)!!!!

    I bought a macbook pro (13 inch late 2011)  last year, together with the applecare protection plan, and the other day when i checked my applecare status and IT SAID THAT I WAS NOT COVERED!!! when i checked the mail sent by apple confirming the regist

  • Can you trade-in your iPhone 4s to iPhone 6 if you aren't elgible to upgrade?

    I was wondering if I would be able to trade-in my iPhone 4s for the iPhone 6? My upgrade isn't until December 2015, so is there anyway to upgrade before then? Thanks, Joseph