Monitoring dual core (Supervisor Engine 7-E) through EEM Script.

Hi,
I have a Cisco Catalyst 4500E Supervisor Engine 7-E and configured an EEM Script to monitor the dual core CPU Utilization through PRTG Network Monitor.
event manager applet dualcore authorization bypass
event timer cron cron-entry "* * * * 0-6"
action 100 cli command "en"
action 120 cli command "show process cpu | include five"
action 220 regexp "Core 0: CPU utilization for five seconds: ([^%]+)%; one minute: ([^%]+)%; five minutes: ([^%]+)%.*" $_cli_result result c0cpu5sec c0cpu1min c0cpu5min
action 240 if $_regexp_result eq 1
action 260 end
action 320 regexp "Core 1: CPU utilization for five seconds: ([^%]+)%; one minute: ([^%]+)%; five minutes: ([^%]+)%.*" $_cli_result result c1cpu5sec c1cpu1min c1cpu5min
action 340 if $_regexp_result eq 1
action 360 end
action 440 cli command "config t"
action 441 cli command "snmp mib expression owner cisco name c0cpu5sec"
action 442 cli command "expression $c0cpu5sec"
action 443 cli command "snmp mib expression owner cisco name c0cpu1min"
action 444 cli command "expression $c0cpu1min"
action 445 cli command "snmp mib expression owner cisco name c0cpu5min"
action 446 cli command "expression $c0cpu5min"
action 550 cli command "config t"
action 551 cli command "snmp mib expression owner cisco name c1cpu5sec"
action 552 cli command "expression $c1cpu5sec"
action 553 cli command "snmp mib expression owner cisco name c1cpu1min"
action 554 cli command "expression $c1cpu1min"
action 555 cli command "snmp mib expression owner cisco name c1cpu5min"
action 556 cli command "expression $c1cpu5min"
action 600 cli command "end"
end
It works fine but on the logging buffer there are a lot of %SYS-5-CONFIG_I: Configured from console by  on vty0 (EEM:moncores) messages   -one per minute-   here an example:
Oct 29 17:54:01: %SYS-5-CONFIG_I: Configured from console by  on vty0 (EEM:dualcore)
Oct 29 17:55:01: %SYS-5-CONFIG_I: Configured from console by  on vty0 (EEM:dualcore)
Oct 29 17:56:01: %SYS-5-CONFIG_I: Configured from console by  on vty0 (EEM:dualcore)
Oct 29 17:57:01: %SYS-5-CONFIG_I: Configured from console by  on vty0 (EEM:dualcore)
I considered to use the logging suppress duplicates command to prevent the consecutive logging of more than one copy of the same system logging (syslog) message but it is only available to the Cisco IOS XR.
Someone could help me to determine if it is possible to avoid this messages through Embedded Syslog Manager, I tried to do that but
I was not successful.
Regards,
~Sergio

Hi,
I did transitioned CLI actions to the EXPRESSION-MIB SNMP but I could not receive anything information about the dualcore utilization on the PRTG Network Monitor and received a lot of  %HA_EM-7-FMFD_SNMP_ERRCODE: fh_fd_snmp_errcode: Error status: 6 NO_ACCESS_ERROR: 1. messages on the WS-C4507.
Considering the initial EEM script, could ypu help me to avoid the  %SYS-5-CONFIG_I: Configured from console by  on vty0 (EEM:moncores)
messages using Embedded Syslog Manager.
Here some snmpwalk to validate that I could not get the OIDs to monitor both cores.
STEP 1     Only one value is given because there is only one physical cpu.
cpmCPUTotalPhysicalIndex
1.3.6.1.4.1.9.9.109.1.1.1.1.2
C:\usr>snmpwalk -v 2c -c m4nc4rc0 10.20.91.2 1.3.6.1.4.1.9.9.109.1.1.1.1.2
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.4000 = INTEGER: 4000
STEP 2
entPhysicalName
1.3.6.1.2.1.47.1.1.1.1.7
C:\usr>
C:\usr>snmpwalk -v 2c -c m4nc4rc0 10.20.91.2 1.3.6.1.2.1.47.1.1.1.1.7.4000
SNMPv2-SMI::mib-2.47.1.1.1.1.7.4000 = STRING: "Linecard(slot 4)"
#sh mod
Chassis Type : WS-C4507R+E
Power consumed by backplane : 40 Watts
Mod Ports Card Type                              Model              Serial No.
---+-----+--------------------------------------+------------------+-----------
1    18  10GE (X2), 1000BaseX (SFP)             WS-X4606-X2-E      JAE151904JC
2    24  1000BaseX (SFP)                        WS-X4624-SFP-E     JAE152001AE
4     4  Sup 7-E 10GE (SFP+), 1000BaseX (SFP)   WS-X45-SUP7-E      CAT1522L0G1
5    48  10/100/1000BaseT (RJ45)V, Cisco/IEEE   WS-X4548-GB-RJ45V  JAE12067N8K
M MAC addresses                    Hw  Fw           Sw               Status
--+--------------------------------+---+------------+----------------+---------
1 e8b7.4880.e5db to e8b7.4880.e5ec 1.2                               Ok      
2 e8b7.48cc.6167 to e8b7.48cc.617e 1.2                               Ok      
4 4055.39d7.76c4 to 4055.39d7.76c7 1.0 15.0(1r)SG2  03.01.01.SG      Ok      
5 001e.f7da.d290 to 001e.f7da.d2bf 4.1                               Ok      
Mod  Redundancy role     Operating mode      Redundancy status
----+-------------------+-------------------+----------------------------------
4   Active Supervisor   SSO                 Active                           
STEP 3
cpmCPUTotal1minRev
1.3.6.1.4.1.9.9.109.1.1.1.1.7
C:\usr>snmpwalk -v 2c -c m4nc4rc0 10.20.91.2 1.3.6.1.4.1.9.9.109.1.1.1.1.7
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.7.4000 = Gauge32: 9
C:\usr>
ADDITIONAL INFORMATION
C:\usr>
C:\usr>snmpwalk -v 2c -c m4nc4rc0 10.20.91.2 1.3.6.1.2.1.90
SNMPv2-SMI::mib-2.90.1.1.1.0 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.1.2.0 = Gauge32: 0
SNMPv2-SMI::mib-2.90.1.1.3.0 = Gauge32: 0
SNMPv2-SMI::mib-2.90.1.1.4.0 = Gauge32: 0
SNMPv2-SMI::mib-2.90.1.1.5.0 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.3.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = STRING: "9"
SNMPv2-SMI::mib-2.90.1.2.1.1.3.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = STRING: "11"
SNMPv2-SMI::mib-2.90.1.2.1.1.3.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = STRING: "8"
SNMPv2-SMI::mib-2.90.1.2.1.1.3.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = STRING: "13"
SNMPv2-SMI::mib-2.90.1.2.1.1.3.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = STRING: "13"
SNMPv2-SMI::mib-2.90.1.2.1.1.3.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = STRING: "11"
SNMPv2-SMI::mib-2.90.1.2.1.1.4.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.2.1.1.4.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.2.1.1.4.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.2.1.1.4.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.2.1.1.4.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.2.1.1.4.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = INTEGER: 1
SNMPv2-SMI::mib-2.90.1.2.1.1.5.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = ""
SNMPv2-SMI::mib-2.90.1.2.1.1.5.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = ""
SNMPv2-SMI::mib-2.90.1.2.1.1.5.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = ""
SNMPv2-SMI::mib-2.90.1.2.1.1.5.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = ""
SNMPv2-SMI::mib-2.90.1.2.1.1.5.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = ""
SNMPv2-SMI::mib-2.90.1.2.1.1.5.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = ""
SNMPv2-SMI::mib-2.90.1.2.1.1.6.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = INTEGER: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.6.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = INTEGER: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.6.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = INTEGER: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.6.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = INTEGER: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.6.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = INTEGER: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.6.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = INTEGER: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.7.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::mib-2.90.1.2.1.1.7.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::mib-2.90.1.2.1.1.7.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::mib-2.90.1.2.1.1.7.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::mib-2.90.1.2.1.1.7.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::mib-2.90.1.2.1.1.7.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = OID: SNMPv2-SMI::zeroDotZero
SNMPv2-SMI::mib-2.90.1.2.1.1.8.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.8.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.8.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.8.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.8.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.8.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = Counter32: 0
SNMPv2-SMI::mib-2.90.1.2.1.1.9.5.99.105.115.99.111.9.99.48.99.112.117.49.109.105.110 = INTEGER: 2
SNMPv2-SMI::mib-2.90.1.2.1.1.9.5.99.105.115.99.111.9.99.48.99.112.117.53.109.105.110 = INTEGER: 2
SNMPv2-SMI::mib-2.90.1.2.1.1.9.5.99.105.115.99.111.9.99.48.99.112.117.53.115.101.99 = INTEGER: 2
SNMPv2-SMI::mib-2.90.1.2.1.1.9.5.99.105.115.99.111.9.99.49.99.112.117.49.109.105.110 = INTEGER: 2
SNMPv2-SMI::mib-2.90.1.2.1.1.9.5.99.105.115.99.111.9.99.49.99.112.117.53.109.105.110 = INTEGER: 2
SNMPv2-SMI::mib-2.90.1.2.1.1.9.5.99.105.115.99.111.9.99.49.99.112.117.53.115.101.99 = INTEGER: 2
C:\usr>
C:\usr>snmpwalk -v 2c -c m4nc4rc0 10.20.91.2 1.3.6.1.2.1.47.1.1.1.1.2
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1 = STRING: "Cisco Systems, Inc. WS-C4507R+E 7 sl
ot switch "
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.3 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.4 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.6 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.7 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.8 = STRING: "WS-C4507R+E 7 slot switch chassis sl
ot"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.9 = STRING: " WS-C4507R+E 7 slot switch backplane
SNMPv2-SMI::mib-2.47.1.1.1.1.2.10 = STRING: "Container of Fan Tray"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.11 = STRING: "FanTray"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.12 = STRING: "Container of Container of Power Sup
ply"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.13 = STRING: "Container of Power Supply"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.14 = STRING: "Power Supply ( AC 2800W )"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.15 = STRING: "Power Supply Fan Sensor"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.16 = STRING: "Container of Power Supply"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.19 = STRING: "Clock Module"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.20 = STRING: "Mux Buffers for Redundancy Logic"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21 = STRING: "Mux Buffers for Redundancy Logic"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.22 = STRING: "Mux Buffers for Redundancy Logic"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.23 = STRING: "Mux Buffers for Redundancy Logic"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.24 = STRING: "Mux Buffers for Redundancy Logic"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1000 = STRING: "10GE (X2), 1000BaseX (SFP) with 6
10GE X2 ports"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1001 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1002 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1003 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1004 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1005 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.1006 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2000 = STRING: "1000BaseX (SFP) with 24 SFP Ports
Jumbo Frame Support"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2001 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2002 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2003 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2004 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2005 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2006 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2007 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2008 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2009 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2010 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2011 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2012 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2013 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2014 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2015 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2016 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2017 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2018 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2019 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2020 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2021 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2022 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2023 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2024 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2047 = STRING: "1000BaseSX"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.2048 = STRING: "1000BaseSX"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.4000 = STRING: "Sup 7-E 10GE (SFP+), 1000BaseX (S
FP) with 4 SFP+ Ports"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.4001 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.4002 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.4003 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.4004 = STRING: "Port Container"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5000 = STRING: "10/100/1000BaseT (RJ45)V with 48
10/100/1000 baseT voice power ports (Cisco/IEEE)"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5001 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5002 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5003 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5004 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5005 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5006 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5007 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5008 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5009 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5010 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5011 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5012 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5013 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5014 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5015 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5016 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5017 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5018 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5019 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5020 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5021 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5022 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5023 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5024 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5025 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5026 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5027 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5028 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5029 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5030 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5031 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5032 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5033 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5034 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5035 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5036 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5037 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5038 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5039 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5040 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5041 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5042 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5043 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5044 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5045 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5046 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5047 = STRING: "Gigabit Ethernet Port"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.5048 = STRING: "Gigabit Ethernet Port"
C:\usr>

Similar Messages

  • Need help finding a good monitor for a Power Macintosh G5 Dual Core (2.0)

    Hi
    I've owned Macs since the 90's - the past 7 years have been using Imacs...  I'm going to purchase a Power Macintosh G5 Dual Core (2.0) with the Nvidia 6600LE card.  Whats a decent monitor for it?  It's DVI output only as far as I can tell - I want at least a 22 or 24 inch monitor and want a fairly inexpensive one as I'm a poor man (Social Security disability).  Can anyone suggest one - I can't tell what screen resolutions are optimal for the card (googled till my eyes hurt) if I knew that I could start hunting CompUSA, Sams Club, etc.

    Check out newegg.com. I just got the same G5 you have this past summer and a couple months ago finally decided it was time to ditch the old 21" CRT Viewsonic Ive been using for years.
    I picked up a 21" Acer widescreen HD LCD on sale for $119.00 from newegg and could not have been happier..
    Ive never bought anything from Acer before but its so far got no complaints from me other then, the DVI cable they give you is the wrong type to use with your G5's video card. Lucky for me it had a DVI-VGA adapter so I could get running. Its running just fine at 1900x1200 without any dual link DVI connecter.
    One thing I like about newegg is you get to read user reviews and they are not afraid to tell you if something is bad. Theyve always got different models and brands rotating on and off sale so check em out and make sure you check the reviews and you can find a killer deal.
    I think the Viewsonics I looked at in the same size were around $199 or so.. I wouldve got one but Im a broke and jobless kinda guy nowadays so had to get one as cheap as I could..

  • An adapter for connecting a 2.5 GHz dual-core Mac Mini to a VGA CRT monitor?

    This question concerns the 2.5 GHz dual-core Mac Mini from Mid 2011 (Intel Core i5-2520M) (Macmini5,2).  Is there an adapter for connecting it to a VGA CRT monitor?

    store.apple.com/us/product/MB572Z/A
    Thunderbolt port is physically identical the miniDisplay port and can pass video for a monitor.

  • Is there any way to monitor CPU temp without Dual Core Center

    I hate Dual Core Center it has done nothing but lock my system up is there any alteranative to monitor CPU temp/Fan speed

    Quote from: Maesus on 21-March-07, 23:34:06
    I use speedfan... but for Core 2 Duo, I don't think I have to worry about the CPU temp anymore... they are really coooooooooooooll
    Does anybody have an idea what the optimal temperature range for core duo cpu:s are? I used to have an Athlon XP, which was typically 65 °, now the my E6600 is running at 35-40 ° [celsius]. But where's the critical temperature where it burns?

  • Redundant Supervisors in a Dual-Core Catalyst 6500 network

    Read the PDF doc called:
    Designing a Campus Network for High Availability.
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns432/c649/cdccont_0900aecd801a8a2d.pdf
    It essentially recommends that dual supervisors only be used in SPOF points - not in dual-distribution or dual-core switches.
    The rationale is that a layer three routing protocol convergence (EIGRP for instance) only takes 60-200ms, but a supervisor failover using NSF and SSO takes up to 3 seconds.
    In practice, I almost always see dual supervisors recommended in the core (and that's what I've recommended as well).
    I can see keeping dual supervisors in the core because the customer may place a higher value on redundant hardware capability than an up to three second convergence, but I'd like to hear other rationales why dual supervisors should be used in a redundant core given the definite speed advantage of routing protco convergence over convergence following NSF/SSO failover.
    Thanks,

    In a completely clean textbook design where the cores are mirrors of each other and only provide transit between distribuition layers, NO, dual sups are not needed and will only slow convergence as the document indicates.
    However, in some live environments this is not always the case, where the textbook does not reflect reality. One core switch can have a configuration or connection that the other core cannot backup. As much as people try to keep their cores clean and symetrical, a fast growing and underfunded network can quickly get messy with one-offs and bandaids that get forgotten about a few months later. In situations like these, having dual sups in the core provides the peace of mind and assurance that 3 seconds can buy (if you can afford it).
    Please rate this post.
    Thanks,
    Brad

  • Dedicated supervisor engine slot numbers for cisco core switches

    I want to know why there is  Dedicated supervisor engine slot numbers in core switch.
    Feature
    Cisco Catalyst WS-C4503-E Chassis
    Cisco Catalyst WS-C4506-E Chassis
    Cisco Catalyst WS-C4507R+E Chassis
    Cisco Catalyst WS-C4510R+E Chassis
    Dedicated supervisor engine slot numbers
    1
    1
    3 and 4
    5 and 6 
    Please make it clear why its dedicated slot alocate for supervisor engine slot

    Hi,
    I think the reason behind a dedicated slots for Supervisors of 4500/6500 chasis is due to the architectural constraints.
    For example the Sup 720 in 6500 has 18 fabric channel (18 connections to the fabric), the line cards have only 1/2 fabric channels depending on their version. So if you have to make a supervisor independent of the slot you need to have 18 backplane  fabric channels in each slot of the chassis for the SUP to work in all slots as compared to 1/2 backplane fabric channels per slot as we have right now for the line cards. Almost same should go for the 4500. And this might come across as an architectural constraint. This is the best explanation i can think of.
    Thanks
    "Please rate the post if found useful"

  • Can older dual core iMac be external monitor to new (lion) imac

    If yes, how do they need to be connected and configured?

    Thanks, classic II for the reply.  You are right--I should consider configuring my old Mac to be a wireless device if/when I get a new iMac, however I still would need my flash drive to have embroidery designs on it in order to get the designs into xp under bootcamp.
    It was painful for me to get my dual core iMac upgraded to 1 meg for snow leopard.  I could drive 50 miles to an authorized apple person, leave my iMac and he would order and install the 2 gig memory and in addition charge me $300 to fix the cd drive that was barely off warranty or do what I did.  Local apple store would install a half Meg of memory but couldn't do the ordering.  So I ordered 500 meg memory from on line apple store, had it shipped to my house, and then had apple store install it--to get me to 1 Gig, so I could install snow leopard--I think the apple store installed it for no charge since I ordered the memory from on line apple store, and didn't have to drive 50 miles, one way--twice.
    What I have is working for me, so I guess I'll just watch what happens with lion and icloudI and apple tv (and bernina v6 software which only runs under windows7 on macs) and move on to new iMac when things are settled.

  • Dual Core, but just one recognized [SOLVED]

    In the last days I had problems with my computer just going off randomly after some time... As I found out the CPU fan was too loose... Now I somehow fastened it so it seems to work normally now.
    Today I noticed (I'm not sure whether it's now the first time or I just didn't see it) that on booting I see just one Arch logo, although I have a Dual Core processor and normally there are 2 logos... I checked whether GRUB has the option nosmp set which was not the case. cat /proc/cpuinfo gave me just one core.. Then I tried to boot the arch live cd (the 2008.06) and cpuinfo had both there!
    The BIOS says that there are still 2 as well... so my first idea, that one core is broken because of overheating seems to be wrong, it's impossible that just one core breaks, doesn't it?
    So my question is - how do I get my core to be recognized again? I have the new 2.6.29 kernel.. could this be the problem?
    My second question is - the information about launching daemons on booting appears AFTER showing the login prompt (I login via tty) [EDIT: This had to do with the OpenNTPD daemon...]
    Last edited by icetonic (2009-04-16 15:46:27)

    Linux version 2.6.29-ARCH (root@T-POWA-LX) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007ffc0000 (usable)
    BIOS-e820: 000000007ffc0000 - 000000007ffce000 (ACPI data)
    BIOS-e820: 000000007ffce000 - 000000007fff0000 (ACPI NVS)
    BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
    BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
    DMI present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    last_pfn = 0x7ffc0 max_arch_pfn = 0x100000
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007ffc0000 (usable)
    modified: 000000007ffc0000 - 000000007ffce000 (ACPI data)
    modified: 000000007ffce000 - 000000007fff0000 (ACPI NVS)
    modified: 000000007fff0000 - 0000000080000000 (reserved)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fef00000 (reserved)
    modified: 00000000ffb80000 - 0000000100000000 (reserved)
    kernel direct mapping tables up to 377fe000 @ 10000-15000
    RAMDISK: 7ff24000 - 7ffafb9e
    Allocated new RAMDISK: 00011000 - 0009cb9e
    Move RAMDISK from 000000007ff24000 - 000000007ffafb9d to 00011000 - 0009cb9d
    ACPI: RSDP 000FB800, 0024 (r2 ACPIAM)
    ACPI: XSDT 7FFC0100, 0054 (r1 HYRSLP HYRSLPTB 9000706 MSFT 97)
    ACPI: FACP 7FFC0290, 00F4 (r3 A_M_I_ OEMFACP 9000706 MSFT 97)
    FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
    ACPI: DSDT 7FFC05C0, 659A (r1 A0904 A0904000 0 INTL 20051117)
    ACPI: FACS 7FFCE000, 0040
    ACPI: MCFG 7FFC0400, 003C (r1 A_M_I_ OEMMCFG 9000706 MSFT 97)
    ACPI: SLIC 7FFC0440, 0176 (r1 HYRSLP HYRSLPTB 9000706 MSFT 97)
    ACPI: OEMB 7FFCE040, 0060 (r1 A_M_I_ AMI_OEM 9000706 MSFT 97)
    ACPI: HPET 7FFC6B60, 0038 (r1 A_M_I_ OEMHPET0 9000706 MSFT 97)
    ACPI: SSDT 7FFC6BA0, 0206 (r1 A_M_I_ POWERNOW 1 AMD 1)
    1159MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 00000000 - 377fe000
    bootmap 005ac000 - 005b2f00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 00005a8584] TEXT DATA BSS ==> [0000100000 - 00005a8584]
    #4 [00005a9000 - 00005ac000] INIT_PG_TABLE ==> [00005a9000 - 00005ac000]
    #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #7 [0000011000 - 000009cb9e] NEW RAMDISK ==> [0000011000 - 000009cb9e]
    #8 [00005ac000 - 00005b3000] BOOTMAP ==> [00005ac000 - 00005b3000]
    found SMP MP-table at [c00ff780] 000ff780
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0007ffc0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007ffc0
    On node 0 totalpages: 524111
    free_area_init_node: node 0, pgdat c0431600, node_mem_map c1000200
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3951 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 2320 pages used for memmap
    HighMem zone: 294578 pages, LIFO batch:31
    Detected use of extended apic ids on hypertransport bus
    ACPI: PM-Timer IO Port: 0x508
    ACPI: No APIC-table, disabling MPS
    ACPI: HPET id: 0x10de8201 base: 0xfed00000
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Found and enabled local APIC!
    nr_irqs_gsi: 16
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at 88000000 (gap: 80000000:7ec00000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Allocating 36864 bytes of per cpu data
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520015
    Kernel command line: root=/dev/disk/by-uuid/206cc51d-0ece-4693-a6cc-156428ba637f resume=/dev/sda5 ro vga=792 noapic
    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)
    Extended CMOS year: 2000
    Fast TSC calibration using PIT
    Detected 2109.362 MHz processor.
    spurious 8259A interrupt: IRQ7.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 2073012k/2096896k available (2369k kernel code, 22620k reserved, 1056k data, 356k init, 1187592k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee8000 - 0xfffff000 (1116 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc045f000 - 0xc04b8000 ( 356 kB)
    .data : 0xc03507cf - 0xc0458a88 (1056 kB)
    .text : 0xc0100000 - 0xc03507cf (2369 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4220.50 BogoMIPS (lpj=7031206)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    using C1E aware idle routine
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 10k freed
    ACPI: Core revision 20081204
    ACPI: Checking initramfs for custom DSDT
    ACPI Error (dswload-0239): Invalid type (Alias) for target of Scope operator [\._P] (Cannot override) [20081204]
    ACPI Exception (psloop-0227): AE_AML_OPERAND_TYPE, During name lookup/catalog [20081204]
    ACPI: setting ELCR to 0200 (from 8c00)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (4220.50 BogoMIPS).
    net_namespace: 1016 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:01.0: reg 10 io port: [0x900-0x9ff]
    pci 0000:00:01.1: reg 10 io port: [0xdc00-0xdc3f]
    pci 0000:00:01.1: reg 20 io port: [0x600-0x63f]
    pci 0000:00:01.1: reg 24 io port: [0x700-0x73f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:02.0: reg 10 32bit mmio: [0xdbfff000-0xdbffffff]
    pci 0000:00:02.0: supports D1 D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    pci 0000:00:02.1: reg 10 32bit mmio: [0xdbffec00-0xdbffecff]
    pci 0000:00:02.1: supports D1 D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    pci 0000:00:05.0: reg 10 32bit mmio: [0xdbff8000-0xdbffbfff]
    pci 0000:00:05.0: PME# supported from D3hot D3cold
    pci 0000:00:05.0: PME# disabled
    pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
    pci 0000:00:07.0: reg 10 32bit mmio: [0xdbffd000-0xdbffdfff]
    pci 0000:00:07.0: reg 14 io port: [0xd480-0xd487]
    pci 0000:00:07.0: supports D1 D2
    pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:08.0: reg 10 io port: [0xd400-0xd407]
    pci 0000:00:08.0: reg 14 io port: [0xd080-0xd083]
    pci 0000:00:08.0: reg 18 io port: [0xd000-0xd007]
    pci 0000:00:08.0: reg 1c io port: [0xcc00-0xcc03]
    pci 0000:00:08.0: reg 20 io port: [0xc880-0xc88f]
    pci 0000:00:08.0: reg 24 32bit mmio: [0xdbffc000-0xdbffcfff]
    pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:09.0: PME# disabled
    pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0b.0: PME# disabled
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:04.0: transparent bridge
    pci 0000:02:00.0: reg 10 32bit mmio: [0xdf000000-0xdfffffff]
    pci 0000:02:00.0: reg 14 64bit mmio: [0xc0000000-0xcfffffff]
    pci 0000:02:00.0: reg 1c 64bit mmio: [0xdc000000-0xddffffff]
    pci 0000:02:00.0: reg 24 io port: [0xec00-0xec7f]
    pci 0000:02:00.0: reg 30 32bit mmio: [0xdefe0000-0xdeffffff]
    pci 0000:00:09.0: bridge io port: [0xe000-0xefff]
    pci 0000:00:09.0: bridge 32bit mmio: [0xdc000000-0xdfffffff]
    pci 0000:00:09.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
    pci_bus 0000:00: on NUMA node 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.BR11._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNKB] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNKD] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNEA] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNEB] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNEC] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNED] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LUB0] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LUB2] (IRQs 7 *10 11 14)
    ACPI: PCI Interrupt Link [LMAC] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LAZA] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LACI] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LMC9] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 7 *10 11 14)
    ACPI: PCI Interrupt Link [LPMU] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LSA0] (IRQs *15)
    ACPI: PCI Interrupt Link [LSA1] (IRQs 5) *0, disabled.
    ACPI: PCI Interrupt Link [LATA] (IRQs 7 10 11 14) *0, disabled.
    ACPI Warning (tbutils-0242): Incorrect checksum in table [OEMB] - 08, should be 03 [20081204]
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:06: io resource (0x900-0x97f) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
    pnp 00:06: io resource (0x980-0x9ff) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
    pnp: PnP ACPI: found 15 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:06: ioport range 0xa30-0xa37 has been reserved
    system 00:06: ioport range 0x4d0-0x4d1 has been reserved
    system 00:06: ioport range 0x800-0x80f has been reserved
    system 00:06: ioport range 0x500-0x57f has been reserved
    system 00:06: ioport range 0x580-0x5ff has been reserved
    system 00:06: ioport range 0x800-0x87f could not be reserved
    system 00:06: ioport range 0x880-0x8ff has been reserved
    system 00:06: ioport range 0xd00-0xd7f has been reserved
    system 00:06: ioport range 0xd80-0xdff has been reserved
    system 00:06: ioport range 0x2000-0x207f has been reserved
    system 00:06: ioport range 0x2080-0x20ff has been reserved
    system 00:06: iomem range 0xfefe0000-0xfefe01ff has been reserved
    system 00:06: iomem range 0xfefe1000-0xfefe1fff has been reserved
    system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
    system 00:06: iomem range 0xffb80000-0xffffffff has been reserved
    system 00:06: iomem range 0xff300000-0xff3fffff has been reserved
    system 00:08: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:08: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0b: ioport range 0x230-0x23f has been reserved
    system 00:0b: ioport range 0x290-0x29f has been reserved
    system 00:0b: ioport range 0xa00-0xa0f has been reserved
    system 00:0b: ioport range 0xa10-0xa1f has been reserved
    system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:0e: iomem range 0x0-0x9ffff could not be reserved
    system 00:0e: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
    system 00:0e: iomem range 0xff780000-0xffffffff could not be reserved
    pci 0000:00:04.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:04.0: IO window: disabled
    pci 0000:00:04.0: MEM window: disabled
    pci 0000:00:04.0: PREFETCH window: disabled
    pci 0000:00:09.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:09.0: IO window: 0xe000-0xefff
    pci 0000:00:09.0: MEM window: 0xdc000000-0xdfffffff
    pci 0000:00:09.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
    pci 0000:00:0b.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:0b.0: IO window: disabled
    pci 0000:00:0b.0: MEM window: disabled
    pci 0000:00:0b.0: PREFETCH window: disabled
    pci 0000:00:0c.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:0c.0: IO window: disabled
    pci 0000:00:0c.0: MEM window: disabled
    pci 0000:00:0c.0: PREFETCH window: disabled
    pci 0000:00:04.0: setting latency timer to 64
    pci 0000:00:09.0: setting latency timer to 64
    pci 0000:00:0b.0: setting latency timer to 64
    pci 0000:00:0c.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 0 mem: [0x0-0x0]
    pci_bus 0000:01: resource 1 mem: [0x0-0x0]
    pci_bus 0000:01: resource 2 mem: [0x0-0x0]
    pci_bus 0000:01: resource 3 io: [0x00-0xffff]
    pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
    pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    pci_bus 0000:02: resource 1 mem: [0xdc000000-0xdfffffff]
    pci_bus 0000:02: resource 2 mem: [0xc0000000-0xcfffffff]
    pci_bus 0000:02: resource 3 mem: [0x0-0x0]
    pci_bus 0000:03: resource 0 mem: [0x0-0x0]
    pci_bus 0000:03: resource 1 mem: [0x0-0x0]
    pci_bus 0000:03: resource 2 mem: [0x0-0x0]
    pci_bus 0000:03: resource 3 mem: [0x0-0x0]
    pci_bus 0000:04: resource 0 mem: [0x0-0x0]
    pci_bus 0000:04: resource 1 mem: [0x0-0x0]
    pci_bus 0000:04: resource 2 mem: [0x0-0x0]
    pci_bus 0000:04: resource 3 mem: [0x0-0x0]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 558k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1239902785.206:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1732
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:02:00.0: Boot video device
    pcieport-driver 0000:00:09.0: setting latency timer to 64
    pcieport-driver 0000:00:09.0: irq 16 for MSI/MSI-X
    pcieport-driver 0000:00:0b.0: setting latency timer to 64
    pcieport-driver 0000:00:0b.0: irq 17 for MSI/MSI-X
    pcieport-driver 0000:00:0c.0: setting latency timer to 64
    pcieport-driver 0000:00:0c.0: irq 18 for MSI/MSI-X
    vesafb: framebuffer at 0xdd000000, mapped to 0xf8080000, using 6144k, total 14336k
    vesafb: mode is 1024x768x32, linelength=4096, pages=1
    vesafb: protected mode interface info at c000:b470
    vesafb: pmi: set display start = c00cb4d3, set palette = c00cb52e
    vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    IO APIC resources could be not be allocated.
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 356k freed
    SCSI subsystem initialized
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    libata version 3.00 loaded.
    pata_acpi 0000:00:06.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 15
    PCI: setting IRQ 15 as level-triggered
    pata_acpi 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 15 (level, low) -> IRQ 15
    pata_acpi 0000:00:08.0: setting latency timer to 64
    pata_acpi 0000:00:08.0: PCI INT A disabled
    pata_amd 0000:00:06.0: version 0.4.1
    pata_amd 0000:00:06.0: setting latency timer to 64
    scsi0 : pata_amd
    scsi1 : pata_amd
    ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    ata1.00: ATAPI: PHILIPS SPD6005T, P1.0, max UDMA/66
    ata1: nv_mode_filter: 0x1f39f&0x1f01f->0x1f01f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:900:0x11)
    ata1.00: limited to UDMA/33 due to 40-wire cable
    ata1.00: configured for UDMA/33
    scsi 0:0:0:0: CD-ROM PHILIPS SPD6005T P1.0 PQ: 0 ANSI: 5
    ata2: port disabled. ignoring.
    sata_nv 0000:00:08.0: version 3.5
    sata_nv 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 15 (level, low) -> IRQ 15
    sata_nv 0000:00:08.0: setting latency timer to 64
    scsi2 : sata_nv
    scsi3 : sata_nv
    ata3: SATA max UDMA/133 cmd 0xd400 ctl 0xd080 bmdma 0xc880 irq 15
    ata4: SATA max UDMA/133 cmd 0xd000 ctl 0xcc00 bmdma 0xc888 irq 15
    ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata3.00: ATA-8: WDC WD3200AAJS-00VWA0, 12.01B02, max UDMA/133
    ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata3.00: configured for UDMA/133
    scsi 2:0:0:0: Direct-Access ATA WDC WD3200AAJS-0 12.0 PQ: 0 ANSI: 5
    Driver 'sd' needs updating - please use bus_type methods
    sd 2:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 2:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda4 < sda5 sda6 sda7 >
    sd 2:0:0:0: [sda] Attached SCSI disk
    PM: Starting manual resume from disk
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    rtc_cmos 00:02: RTC can wake from S4
    rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 141
    loop: module loaded
    cfg80211: Using static regulatory domain info
    cfg80211: Regulatory domain: US
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
    (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
    cfg80211: Calling CRDA for country: US
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    usbcore: registered new interface driver rt73usb
    fuse init (API version 7.11)
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 1 processor cores.
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 2.2.0 (interface 0x000a0009).
    input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button (FF) [PWRF]
    input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button (CM) [PWRB]
    processor ACPI_CPU:00: registered as cooling_device0
    IT8712 SuperIO detected.
    parport_pc 00:05: reported by Plug and Play ACPI
    parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 10 (level, low) -> IRQ 10
    ehci_hcd 0000:00:02.1: setting latency timer to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:02.1: debug port 1
    ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:02.1: irq 10, io mem 0xdbffec00
    ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    i2c-adapter i2c-0: nForce2 SMBus adapter at 0x600
    i2c-adapter i2c-1: nForce2 SMBus adapter at 0x700
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:02.0: setting latency timer to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
    ohci_hcd 0000:00:02.0: irq 11, io mem 0xdbfff000
    Driver 'sr' needs updating - please use bus_type methods
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 8 ports detected
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.62.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11
    forcedeth 0000:00:07.0: PCI INT A -> Link[LMAC] -> GSI 11 (level, low) -> IRQ 11
    forcedeth 0000:00:07.0: setting latency timer to 64
    sr0: scsi3-mmc drive: 16x/16x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:0:0: Attached scsi CD-ROM sr0
    sr 0:0:0:0: Attached scsi generic sg0 type 5
    sd 2:0:0:0: Attached scsi generic sg1 type 0
    Linux agpgart interface v0.103
    usb 1-4: new high speed USB device using ehci_hcd and address 2
    input: PC Speaker as /devices/platform/pcspkr/input/input4
    lp0: using parport0 (interrupt-driven).
    usb 1-4: configuration #1 chosen from 1 choice
    hub 1-4:1.0: USB hub found
    hub 1-4:1.0: 4 ports detected
    usb 1-5: new high speed USB device using ehci_hcd and address 3
    forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x1374 @ 1, addr 00:1b:fc:fc:c3:29
    forcedeth 0000:00:07.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3
    k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    usb 1-5: configuration #1 chosen from 1 choice
    usb 1-4.1: new high speed USB device using ehci_hcd and address 4
    usb 1-4.1: configuration #1 chosen from 1 choice
    nvidia: module license 'NVIDIA' taints kernel.
    ppdev: user-space parallel port driver
    Initializing USB Mass Storage driver...
    scsi4 : SCSI emulation for USB Mass Storage devices
    Error: Driver 'pcspkr' is already registered, aborting...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    wmaster0 (rt73usb): not using net_device_ops yet
    phy0: Selected rate control algorithm 'minstrel'
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 11
    HDA Intel 0000:00:05.0: PCI INT B -> Link[LAZA] -> GSI 11 (level, low) -> IRQ 11
    HDA Intel 0000:00:05.0: setting latency timer to 64
    psmouse serio1: ID: 10 00 64<6>wlan0 (rt73usb): not using net_device_ops yet
    Registered led device: rt73usb-phy0:radio
    Registered led device: rt73usb-phy0:assoc
    Registered led device: rt73usb-phy0:quality
    usb 1-4.3: new high speed USB device using ehci_hcd and address 5
    ACPI: PCI Interrupt Link [LNED] enabled at IRQ 11
    nvidia 0000:02:00.0: PCI INT A -> Link[LNED] -> GSI 11 (level, low) -> IRQ 11
    nvidia 0000:02:00.0: setting latency timer to 64
    NVRM: loading NVIDIA UNIX x86 Kernel Module 180.44 Mon Mar 23 14:59:10 PST 2009
    usb 1-4.3: configuration #1 chosen from 1 choice
    Linux video capture interface: v2.00
    usbcore: registered new interface driver snd-usb-audio
    uvcvideo: Found UVC 1.00 device USB Video Camera (0471:0334)
    input: USB Video Camera as /devices/pci0000:00/0000:00:02.1/usb1/1-4/1-4.3/1-4.3:1.0/input/input5
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
    EXT3 FS on sda7, internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda6, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda1, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 3919820k swap on /dev/sda5. Priority:-1 extents:1 across:3919820k
    scsi 4:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    sd 4:0:0:0: Attached scsi generic sg2 type 0
    scsi 4:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    sd 4:0:0:1: [sdc] Attached SCSI removable disk
    sd 4:0:0:1: Attached scsi generic sg3 type 0
    scsi 4:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    sd 4:0:0:2: [sdd] Attached SCSI removable disk
    sd 4:0:0:2: Attached scsi generic sg4 type 0
    scsi 4:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    sd 4:0:0:3: [sde] Attached SCSI removable disk
    sd 4:0:0:3: Attached scsi generic sg5 type 0
    usb-storage: device scan complete
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    rt73usb 1-4.1:1.0: firmware: requesting rt73.bin
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    wlan0: authenticate with AP 00:14:7f:83:b1:bb
    wlan0: authenticated
    wlan0: associate with AP 00:14:7f:83:b1:bb
    wlan0: RX AssocResp from 00:14:7f:83:b1:bb (capab=0x411 status=0 aid=1)
    wlan0: associated
    ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    wlan0: no IPv6 routers present
    IRQ 11/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs

  • Getting the most out of my dual core cpu

    hi all, i have written an app which loops through a for loop within a for loop to send out tasks
    i.e.
    for( int i = 0; i < train.length; i++)
    //load training file
    for( int j = 0; j < test.length; j++ )
    //load testing file
    //train vs test
    now that i have purchased aintel dual core e6600, what should i do to make the most out of it, system monitor currently tells me that one cpu is maxed out nad say 10% of the second cpu is in use so basically one cpu is idle, i would much rather be doing two of these tests at once, one by each cpu...i was thinking of making the tarin vs test part a thread and just keep calling start, but i am worried that as once the start has been made, another will be started and so on...and i dont want hundreds waiting to go as i ahve millions of these tests to do and i wont be able to hold it all in memory so i only want two running at a time, can anyone please help by offering some suggestions
    thanks
    Danny =)

    i dont think you can control this from java.
    Chances are that there is either a java version for that CPU + OS, in which case the JVM knowns what it is running on and how to make the system calls to manage the CPUs it uses. I really have 'doubt' that this is the case.
    Most likely the JVM knows nothing about the dual core and the OS takes care of it, and even more likely the OS doesnt know anything about dual core and the hardware takes care of it.
    i would think that its done mostly in hardware and a little bit on the OS level. I dont think applications should care about schedueling and let the OS/HW take care of that.

  • Can 2 supervisor engine's ports both work at same time?

    As I know that, when 1 supervisor engine is working, another engine's ports are totally down in redundancy mode .
    Is there any way to let 2 supervisor engine's ports are both working at same time?

    The two supervisor engines in a redundant supervisor engine configuration have different responsibilities. The active supervisor engine is responsible for controlling the system bus and all line cards. All protocols are running on the active supervisor engine and it performs all packet forwarding. The standby supervisor engine does not communicate with the line cards. It receives packets from the network and populates its forwarding tables with this information, but does not participate in any packet forwarding. The relevant protocols on the system are initialized, but not active, on the standby supervisor engine. The Cisco Catalyst 6500 Series supervisor engines are hot-swappable and the standby supervisor engine can be installed in a running, active system. Also please note that redundant supervisor engines do not perform load sharing. The active supervisor engine is providing the entire packet-forwarding intelligence for the system (N+1 redundancy). If the active supervisor engine fails, the standby supervisor engine can still maintain the same system load.
    The standby supervisor engine polls the active supervisor engine through the Ethernet out-of-band channel (EOBC) every 5 to10 milliseconds to monitor the online status of the active supervisor engine. The active supervisor engine might go offline for a variety of reasons such as hardware failures, system overload conditions, memory corruption issues, removal from chassis, being reset by the operator, or real-time diagnostics-driven supervisor switchover (also known as Generic Online Diagnostics) 1. The standby supervisor engine detects this type of failure and becomes the new active supervisor engine. The Catalyst OS software on the supervisor engine is responsible for restoring the protocols, line cards, and forwarding engines to normal operation. This restoration takes place through a fast switchover or a high-availability switchover.
    HTH

  • Problem with mac pro 2x2.93 GHZ Dual Core and Mini Display Port

    Finally I see the button to create new post!
    I would like to explain a problem I have with my mac pro 2x2.93 GHZ Dual Core Intel Xeon processors and the ATI Radeon HD 4870.
    I have two 30 "Apple. After buying the new Mac Pro is one of the two monitors, only with the monitor all black, small horizontal lines.
    This happens only to the monitor connected to the mini display port... So if you reverse it monitors the problem always moves on the board connected to the Mini Display Port.
    Apple has already changed my video card and the adapter but the problem is still there.
    Someone can tell me if it is the ATI Radeon HD 4870 that has problems to have two monitors 30 "? Or it could be that the mini display port that is hard to read the two monitors and when the background is black (RGB-255-255-255) makes these lines?
    Through the Apple store I then bought a new card (EVGA GeForce GTX 285 "). Unfortunately, after three weeks of waiting is not yet arrived. Proof that I want to do before returning to telephone assistance is whether on a card that has two dual-link DVI ports normal all goes well.
    Sorry for the repetition of messages, but my English is very bad. This is the first time I connect to this site support
    Mario
    Message was edited by: marioart

    In any case, this system does not support two 30".
    I honestly don't think the 4870 with that adapter can support two 30". Just using the adapter itself would not give me the normal resolutions on my 30, where as the DVI port did. Luckily for me the adapter worked fine on my 20".
    Truly I don't know why Apple would sell a card and not say just what displays it can power.
    So I worked around my problem fine but I chose to get the 285 also. My question to you though is, did Apple make you pay for it? Was it part of a deal with them because the Radeon didn't work? You might want to talk to them about that. That is one expensive card.

  • P6N platinum and Dual Core Center

    Hi,
    When I attempt to use the Dual Core Center I get an error:
    0xc0000005 Program failed to start, press OK to end.
    I have updated the BIOS, Dual Core Center, Nvidea drivers, .NET framework etc no change.
    Tech support told me that the Dual Core Cell chip on the board was bad so I got a second board without change.
    I really don't care about the OC'ing features, I want to monitor temps and control fans.
    I have tried Speedfan, it does not control the fans plugged to the mobo headers. Neither does Nvideas tool (Nview).
    Infact nothing I have tried will control the fans.
    Suggestions?
    (Aside from returning both boards and going with a different brand)
    Components List:
    MSI P6N SLI Platinum LGA 775 NVIDIA nForce 650i SLI ATX
    EVGA 256-P2-N740-LR GeForce 8500GT 256MB GDDR2 PCI Express x16
    FSP Group (Fortron Source) AX450-PN ATX12V 450W Power Supply
    Intel Core 2 Duo E6600 Conroe 2.4GHz LGA 775 Processor
    Crucial 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 667
    SAMSUNG SpinPoint T Series HD403LJ 400GB 7200 RPM SATA 3.0Gb/s
    SAMSUNG DVD burner
    MAXTOR 40GB HDD (PATA, moved frmo old PC for transfer of files)
    USB Wireless Network
    Windowx XP Home, SP2

    Quote from: Maverick0984 on 20-July-07, 22:44:21
    I think the program is horrible...don't waste your time with it.
    If it works, good! It doesn't tend to fuss.
    But if it doesn't work, uninstall it.
    CoreTemp and Everest like Jack says are the best.
    Fan speeds however your out of luck with. You can submit a report through Speedfan to the author however.

  • Power Mac G5 Dual Core Screen Goes Black Randomly But Seems To Still Be Running. I have to Force Quit

    I totally just typed way to much info in the title.
    In any event, my G5 Dual Core's(late 2005) screen will randomly go black with out notice. Its happend while designing in illistrator and also while browsing google(primarly the use of my comp is graphic design). The fans stay on and it sounds to still be fully running however the screen will not wake up and if i tap the power button it doesnt wake up either. I reset the "PRAM" while booting up, i toggled my screen saver/power saver also so its "never".
    I thought the HD was faulty cause it sounds like a light saber at times... I figured the OS was crashing(im ingorant) so I bought a new one and more ram as well. I've installed the HD and am waiting for 10.3 OS to get here in hopes that the new HD and OS will not crash(again that was my educated guess as to what the issue was).
    Is it a video card issue? faulty cable you think(VGA to DVI 17" Samsung)?
    Thanks so much in advance for any and all feed back along with the patience of a newbie to the forum/community world.
    -KRAWSH

    Hello,
    Have you blown the dust out of it lately, especially the Video card, Power Supply, & RAM areas?
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/
    If you have any temps in the 70°C/160°F range, that's likely it.

  • Power Mac G5 Dual Core freezing

    Hi,
    Everything works fine with my G5 with 4GB RAM, except one thing:
    Sometimes when I work for a long time, my mouse justs freeze,
    The red light near the RAM slots appears and the fans start being noisy ! (LED 7—Checkstop: red—contact Apple or an Apple Authorized Service Provider)
    I reboot and all just works fine until the next freeze
    I ran Hardware test and apple diagnotics many times but all the tests including the ram test passed successfully.
    It happens like 1 or 2 time by day. I couldn't identify the cause or the frequency of the problem (maybe Eyetv usb box, or a spécific app that causes the computer freezing ??? !)
    Thanks for the help !
    Power Mac G5 Dual Core 2,3 Ghz   Mac OS X (10.4.8)  

    Curiously - we have two new Dual 2.3 G5s and they exhibit this same behavior. Suddenly freezing - and not necessarily while we have a lot of apps running. iTunes is always going in the background though. I'll start monitoring the temps on these machines and we'll see what happens. Does anyone know of a menubar app that might display CPU temp on the fly? Could be useful if we see a spike in temperature and then a crash.
    One notable thing though, when it does crash, it crashes hard. Everything freezes, the audio (since iTunes is usually running) begins to skip on the last section of the track it was playing, sort of like a skipping record - only much faster. It also appears to have happened to one of the machines last night while it was asleep. I came in the morning the the fans were going crazy - and yes, the little red LED was on. What does that mean?
    Dual 2.3 PM G5 Mac OS X (10.4.8) 4 GB RAM, etc.
    iMac Intel Core Duo 20"   Mac OS X (10.4.6)   iBook G4, iBook G3, iPod Video 30GB, iPod Nano 2GB, iPod Mini, 2G iPod 20G

  • Jagged wavy lines edge of CRT display with Dual Core Mac mini

    My friend recently bought a Dual Core Intel Mac mini and when hooking it up to a 19 inch MAG monitor there are often wavy lines on the edges of the screen. They go up and down both sides, are jagged, and also are not static but moving quickly. Sometimes it seems to behave normally while other times if it doesn't show up on the boot screen it will show up after a little bit of use.
    At first it seems that the more stuff I opened the worse it got, so I thought it could be the shared video RAM as he did not upgrade from the original 512 , but that should only slow the computer down anyway. Now I think rather than the RAM I think it could be related to the Apple DVI to VGA adapter, resloution/refresh rate, or just bad video hardware. I can't rule out that it just won't play nice with the majority of CRT monitors out there either. Sometimes changing the resolution/refresh rate helps and other time it doesn't. From what I heard my friend experienced wavy lines somewhat on his own monitor but I don't think it did it when using a DVI to HDMI cable to his Sony 50 LCD (and I didn't see it when hooking it up to mine either).
    If anyone has any idea what could be going on I would greatly appreciate it. The reason it is so important is that my friend decided that the Mac mini was kind of an impulse buy and didn't need his iBook and another computer for his TV so he is going to sell it to my brother who is in need of a computer. So I don't want him to get into something that will give him problems right away.
    Thanks in advance,
    Robert

    So is the MAG monitor your brother's monitor? That wasn't clear.
    What you are seeing will most likely be limited to the MAG monitor. The MAG is experiencing some kind of noise coupling in to horizontal sync, likely from it's own power supply. You are correct that this will be related to the sync rate. Changing the vertical refresh to something higher, like 85 Hz or higher if available, might help to mask the noise. Also, power supply loading will affect how the noise manifests, so you weren't imagining when you thought that opening more applications made it worse. It didn't have anything to do with the mini but rather the different average picture level on the screen was changing the monitor's power supply loading and hence changing the beat frequency between hsync and the power supply's switching frequency.
    I think it is safe to say most of what you see is bound to the monitor and not the mini. Furthermore, if you are stuck with this monitor, you can probably lessen the appearance of the noise by mucking with the refresh rate out of the mini.

Maybe you are looking for

  • Transfer devices between lines.

    I have a family plan with smartphone and basic phone, basic phone's contract is up so can I buy Iphone for it and transfer it to smartphone's line (therefore starting new contract on basic phone) without hassles?

  • SDM Dictionary Deployment Error.

    Hi, All this my deployment of Java Dictionary Project was working fine, out of sudden, i'm getting error while deploying from NWDS and RemoteGui.bat. <b>NWDS deployment log:</b> Nov 14, 2006 7:58:11 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threadi

  • Iphoto file name / title problem

    Trying to figure out why titles are not consistent. Some batches show the .JPG or .CRW extension in the title and some batches do not. What is the cause, and is there a way to force the extension to either display or not for all photos in the library

  • Role?????

    can anyone explain me how this function module "bupa_role_change" works and what it do????

  • Edited Discussions Posts Don't Show the Edits

    I edit a comment I made, and press Save Reply My edit doesn't appear! This has happened to me numerous times. Minutes later, I shut down the browser, the edit still isn't there. I try a different browser, it still isn't there