Hi Aubrey, Please find the 4 files attached. CAVEAT: In the mean time, I have live upgraded to snv_107. If this is a problem, please let me know and I'll boot on snv_105 and resubmit the files.
Cheers, Douglas On Thu, Feb 12, 2009 at 6:12 AM, Li, Aubrey <aubrey.li at intel.com> wrote: > The error is caused by the incompatible Compiler and Disassembler. > That means the AML in the BIOS doesn't match the tool you are using. > Which version of iasl are you using? I didn't encounter the error. See > the attachement. > > So, now, on the same box, I need Douglas run the following command: > > # ./acpidump --addr 0x7F6912E8 --length 0x00000240 > ist0.dat > # ./acpidump --addr 0x7F691528 --length 0x000000DD > ist1.dat > > And send the two files to me. I also need some log messages: > > # dmesg > log1.txt > # kstat -m cpu_info | grep supported_frequencies_Hz > log2.txt. > > 4 files, please, :) > > Thanks, > -Aubrey > > ------------------------------ > *From:* Napanda.Pemmaiah at Sun.COM [mailto:Napanda.Pemmaiah at Sun.COM] > *Sent:* Thursday, February 12, 2009 8:18 AM > *To:* Douglas Atique > > *Cc:* Li, Aubrey; pm-discuss at opensolaris.org > *Subject:* Re: [pm-discuss] Help with battery consumption > > Tried looking into the ACPI tables. There were some method argument count > mismatch errors for methods DBGC and BCEN. > I don't know if those matters. I assume it should not, Aubrey might know > better. Also looks like the ACPI P-State related information > like PSS (which exports different supported freq's) is dynamically loaded > and may have to do another acpidump to dump P-State related > information. I would wait for Aubrey to confirm if the issues related to > some method errors is a problem or not before dumping P-State > related information. > > Thanks > Anup > > > On 02/11/09 07:38, Douglas Atique wrote: > > Hi Aubrey, > > So you can learn all about my ACPI with this tool? Cool :-) > > The output is attached. > > Regards, > Douglas > > On Wed, Feb 11, 2009 at 3:12 PM, Li, Aubrey <aubrey.li at intel.com> wrote: > >> Hi Douglas, >> >> Yeah, from cpuid info, the CPU on your box supports speedstep indeed. >> But if BIOS doesn't export any related information out to the OS, OS still >> can't do anything. So Let's go ahead to check your box: >> >> Please download and install acpidump. >> >> http://www.ibiblio.org/pub/solaris/blastwave/unstable/i386/5.9/acpidump-20071116,REV=2008.05.10-SunOS5.8-i386-CSW.pkg.gz >> And run the following command as root. >> >> # ./acpidump > dump.out >> >> Please send me the file "dump.out". >> Thanks, >> -Aubrey >> >> ------------------------------ >> *From:* Douglas Atique [mailto:d3atiq at gmail.com] >> *Sent:* Wednesday, February 11, 2009 7:35 PM >> *To:* Li, Aubrey >> *Cc:* Mark Haywood; pm-discuss at opensolaris.org >> *Subject:* Re: [pm-discuss] Help with battery consumption >> >> Hi Aubrey, >> >> Apparently it supports "Enhanced SpeedStep" (as claimed by the >> manufacturer: >> http://www.vaio.sony.co.uk/view/ShowProduct.action?product=VGN-N38Z%2FW&productFilters=retired&site=voe_en_GB_cons&pageType=Overview&category=VN+N+Series). >> Shouldn't that work? >> >> I don't recall exactly from which build on the battery would go away so >> quicky. I remember that was after ZFS boot (snv_90) and I would say it was >> in the last few builds, but I cannot recall exactly. Does that help at all? >> >> Cheers, >> Douglas >> >> On Tue, Feb 10, 2009 at 1:27 PM, Li, Aubrey <aubrey.li at intel.com> wrote: >> >>> Hi Douglas, >>> >>> As for cpu power mangement, if your laptop doesn't support Speedstep. >>> I'm afraid I can't do any further help. Can you confirm that on snv_69 so >>> that >>> we can make sure speedstep doesn't have a regression. >>> >>> There are still other components on the motherboard, the related experts >>> here might be able to help. >>> >>> Thanks, >>> -Aubrey >>> >>> ------------------------------ >>> *From:* Douglas Atique [mailto:d3atiq at gmail.com] >>> *Sent:* Tuesday, February 10, 2009 8:36 PM >>> *To:* Li, Aubrey >>> *Cc:* Mark Haywood; pm-discuss at opensolaris.org >>> *Subject:* Re: [pm-discuss] Help with battery consumption >>> >>> Looks like this last e-mail didn't make it to the list. Did you get it? >>> -- Douglas >>> >>> On Wed, Feb 4, 2009 at 11:59 AM, Douglas Atique <d3atiq at gmail.com>wrote: >>> >>>> Unfortunately, I must have a very cheap (in the worst sense) laptop... >>>> My BIOS (Phoenix R0100J4) doesn't allow me to control anything except boot >>>> order and power-on passwords. It doesn't even mention SpeedStep. >>>> >>>> Here's psrinfo output: >>>> >>>> # psrinfo -pv >>>> The physical processor has 2 virtual processors (0 1) >>>> x86 (GenuineIntel 6F2 family 6 model 15 step 2 clock 1667 MHz) >>>> Intel(r) Core(tm)2 CPU T5500 @ 1.66GHz >>>> # >>>> >>>> -- Douglas >>>> >>>> On Wed, Feb 4, 2009 at 1:18 AM, Li, Aubrey <aubrey.li at intel.com> wrote: >>>> >>>>> It looks like EIST(speedstep) is not enabled, or it's not supported. >>>>> Please check BIOS and give us "psrinfo -vp" report. >>>>> >>>>> -Aubrey >>>>> >>>>> ------------------------------ >>>>> *From:* Douglas Atique [mailto:d3atiq at gmail.com] >>>>> *Sent:* Wednesday, February 04, 2009 1:02 AM >>>>> *To:* Mark Haywood >>>>> *Cc:* Li, Aubrey; pm-discuss at opensolaris.org >>>>> *Subject:* Re: [pm-discuss] Help with battery consumption >>>>> >>>>> Looks like it was already enabled... >>>>> >>>>> -- Douglas >>>>> >>>>> # >>>>> # Copyright 1996-2002 Sun Microsystems, Inc. All rights reserved. >>>>> # Use is subject to license terms. >>>>> # >>>>> #pragma ident "@(#)power.conf 2.1 02/03/04 SMI" >>>>> # >>>>> # Power Management Configuration File >>>>> # >>>>> >>>>> device-dependency-property removable-media /dev/fb >>>>> autopm default >>>>> autoS3 default >>>>> cpu-threshold 1s >>>>> cpupm enable >>>>> # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior >>>>> autoshutdown 30 9:00 9:00 noshutdown >>>>> ~ >>>>> ~ >>>>> ~ >>>>> ~ >>>>> ~ >>>>> ~ >>>>> ~ >>>>> "power.conf" 16 lines, 411 characters >>>>> >>>>> >>>>> On Tue, Feb 3, 2009 at 4:58 PM, Mark Haywood <Mark.Haywood at >>>>> sun.com>wrote: >>>>> >>>>>> Douglas Atique wrote: >>>>>> >>>>>>> I have used this laptop with SXCE since snv_69. I have noticed this >>>>>>> high battery consumption with more recent builds (say snv_100), but I >>>>>>> am not >>>>>>> exactly sure which one. >>>>>>> I am not sure if cpupm is enabled. I didn't do anything to enable it. >>>>>>> Here is an output of powertop running on my machine. >>>>>>> >>>>>> >>>>>> Look at your /etc/power.conf file and see if you see a line like: >>>>>> >>>>>> cpupm enable >>>>>> >>>>>> Also, a line like: >>>>>> >>>>>> cpu-threshold 1s >>>>>> >>>>>> would be good. And make sure SpeedStep is enable in your BIOS setup. I >>>>>> assume that it is. >>>>>> >>>>>> Mark >>>>>> >>>>>> >>>>>>> -- Douglas >>>>>>> >>>>>>> OpenSolaris PowerTOP version 1.1 >>>>>>> >>>>>>> Cn Avg residency P-states (frequencies) >>>>>>> C0 (cpu running) (15.8%) 1662 Mhz 100.0% >>>>>>> C1 1.3ms (84.2%) >>>>>>> >>>>>>> Wakeups-from-idle per second: 660.8 interval: 5.1s >>>>>>> no ACPI power usage estimate available >>>>>>> >>>>>>> Top causes for wakeups: >>>>>>> 40.0% (264.3) <kernel> : genunix`cv_wakeup >>>>>>> 15.1% (100.0) <kernel> : genunix`clock >>>>>>> 13.4% ( 88.4) <interrupt> : ath#0 >>>>>>> 7.1% ( 47.2) <interrupt> : i8042#0 >>>>>>> 5.7% ( 37.5) sched : <cross calls> >>>>>>> 3.9% ( 26.0) <kernel> : genunix`realitexpire >>>>>>> 1.8% ( 11.7) <kernel> : >>>>>>> uhci`uhci_handle_root_hub_status_change >>>>>>> 1.5% ( 10.1) <kernel> : ata`ghd_timeout >>>>>>> 0.7% ( 4.9) <kernel> : myk`gem_mii_link_watcher >>>>>>> 0.7% ( 4.7) <kernel> : >>>>>>> genunix`lwp_timer_timeout >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Tue, Feb 3, 2009 at 1:09 PM, Li, Aubrey <aubrey.li < >>>>>>> http://aubrey.li>@intel.com <http://intel.com>> wrote: >>>>>>> >>>>>>> Douglas Atique wrote: >>>>>>> >>>>>>> > Hi, >>>>>>> > >>>>>>> > I have a Sony Vaio VGN-N38Z laptop which used to work well for >>>>>>> > about 2 hours. >>>>>>> >>>>>>> Which build did you use to make your laptop working well for about >>>>>>> 2 >>>>>>> hours? >>>>>>> >>>>>>> >However, in the latest SXCE builds (I use >>>>>>> > snv_105 now) I have noticed that once disconnected from AC >>>>>>> > power, the battery indicator in the Gnome bar starts to >>>>>>> > decrease almost like a clock and in about 20 minutes it is >>>>>>> > already asking me to recharge. I started suspecting that some >>>>>>> > power management-related change is the cause of this behavior >>>>>>> > because the laptop has been working warm all the time. >>>>>>> > >>>>>>> > Can I do something to diagnose a possible problem? If anyone >>>>>>> > wants to take a look, I offer my time for testing. Just let me >>>>>>> know >>>>>>> > what I have to do. >>>>>>> > >>>>>>> > Cheers, >>>>>>> > Douglas >>>>>>> >>>>>>> Did you enable cpupm(speedstep)? What does powertop say? >>>>>>> >>>>>>> Thanks, >>>>>>> -Aubrey >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> _______________________________________________ >>>>>>> pm-discuss mailing list >>>>>>> pm-discuss at opensolaris.org >>>>>>> http://mail.opensolaris.org/mailman/listinfo/pm-discuss >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> > ------------------------------ > > _______________________________________________ > pm-discuss mailing listpm-discuss at > opensolaris.orghttp://mail.opensolaris.org/mailman/listinfo/pm-discuss > > > > -- > Anup Pemmaiah > Sun Microsystems > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/pm-discuss/attachments/20090212/d62a1a04/attachment.html> -------------- next part -------------- Thu Feb 12 11:48:28 GMT 2009 Feb 12 11:23:17 zoetekauwer cpudrv: [ID 320089 kern.warning] WARNING: cpu_acpi: error parsing _PSD for CPU instance 0 Feb 12 11:23:17 zoetekauwer cpudrv: [ID 647322 kern.warning] WARNING: cpudrv_mach_pm_init: instance 0: unable to initialize P-state support Feb 12 11:23:17 zoetekauwer cpudrv: [ID 116326 kern.info] NOTICE: cpu_acpi: _TSD unsupported package count 5. Feb 12 11:23:17 zoetekauwer cpudrv: [ID 468684 kern.warning] WARNING: cpu_acpi: error parsing _TSD for CPU instance 0 Feb 12 11:23:17 zoetekauwer cpudrv: [ID 888440 kern.warning] WARNING: cpudrv_mach_pm_init: instance 0: unable to initialize T-state support Feb 12 11:23:18 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: dld0 Feb 12 11:23:18 zoetekauwer genunix: [ID 936769 kern.info] dld0 is /pseudo/dld at 0 Feb 12 11:23:18 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: i8042 (i8042) instance 0 vector 0x1 ioapic 0x1 intin 0x1 is bound to cpu 1 Feb 12 11:23:18 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: i8042 (i8042) instance #0 vector 0xc ioapic 0x1 intin 0xc is bound to cpu 1 Feb 12 11:23:18 zoetekauwer i8042: [ID 526150 kern.info] 8042 device: keyboard at 0, kb8042 # 0 Feb 12 11:23:18 zoetekauwer genunix: [ID 936769 kern.info] kb80420 is /isa/i8042 at 1,60/keyboard at 0 Feb 12 11:23:18 zoetekauwer i8042: [ID 526150 kern.info] 8042 device: mouse at 1, mouse8042 # 0 Feb 12 11:23:18 zoetekauwer genunix: [ID 936769 kern.info] mouse80420 is /isa/i8042 at 1,60/mouse at 1 Feb 12 11:23:19 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: pciclass,0c0320 (ehci) instance 0 vector 0x17 ioapic 0x1 intin 0x17 is bound to cpu 0 Feb 12 11:23:20 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci104d,8212 at 1d,7, ehci0 Feb 12 11:23:20 zoetekauwer genunix: [ID 936769 kern.info] ehci0 is /pci at 0,0/pci104d,8212 at 1d,7 Feb 12 11:23:20 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci104d,8212 at 1d, uhci0 Feb 12 11:23:20 zoetekauwer genunix: [ID 936769 kern.info] uhci0 is /pci at 0,0/pci104d,8212 at 1d Feb 12 11:23:20 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: pciclass,0c0300 (uhci) instance 1 vector 0x11 ioapic 0x1 intin 0x11 is bound to cpu 1 Feb 12 11:23:20 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci104d,8212 at 1d,1, uhci1 Feb 12 11:23:20 zoetekauwer genunix: [ID 936769 kern.info] uhci1 is /pci at 0,0/pci104d,8212 at 1d,1 Feb 12 11:23:20 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: pciclass,0c0300 (uhci) instance #2 vector 0x12 ioapic 0x1 intin 0x12 is bound to cpu 1 Feb 12 11:23:21 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci104d,8212 at 1d,2, uhci2 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] uhci2 is /pci at 0,0/pci104d,8212 at 1d,2 Feb 12 11:23:21 zoetekauwer unix: [ID 950921 kern.info] cpu0: x86 (chipid 0x0 GenuineIntel 6F2 family 6 model 15 step 2 clock 1667 MHz) Feb 12 11:23:21 zoetekauwer unix: [ID 950921 kern.info] cpu0: Intel(r) Core(tm)2 CPU T5500 @ 1.66GHz Feb 12 11:23:21 zoetekauwer unix: [ID 950921 kern.info] cpu1: x86 (chipid 0x0 GenuineIntel 6F2 family 6 model 15 step 2 clock 1667 MHz) Feb 12 11:23:21 zoetekauwer unix: [ID 950921 kern.info] cpu1: Intel(r) Core(tm)2 CPU T5500 @ 1.66GHz Feb 12 11:23:21 zoetekauwer unix: [ID 557827 kern.info] cpu1 initialization complete - online Feb 12 11:23:21 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci8086,2448 at 1e, pci_pci0 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] pci_pci0 is /pci at 0,0/pci8086,2448 at 1e Feb 12 11:23:21 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: pciclass,0c0010 (hci1394) instance 0 vector 0x10 ioapic 0x1 intin 0x10 is bound to cpu 0 Feb 12 11:23:21 zoetekauwer pci_pci: [ID 370704 kern.info] PCI-device: pci104d,8212 at 3,1, hci13940 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] hci13940 is /pci at 0,0/pci8086,2448 at 1e/pci104d,8212 at 3,1 Feb 12 11:23:21 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: stmf_sbd0 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] stmf_sbd0 is /pseudo/stmf_sbd at 0 Feb 12 11:23:21 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: pciexclass,060400 (pcie_pci) instance 0 vector 0x18 ioapic 0xff intin 0xff is bound to cpu 1 Feb 12 11:23:21 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci8086,27d0 at 1c, pcie_pci0 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] pcie_pci0 is /pci at 0,0/pci8086,27d0 at 1c Feb 12 11:23:21 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: pciexclass,060400 (pcie_pci) instance #1 vector 0x19 ioapic 0xff intin 0xff is bound to cpu 1 Feb 12 11:23:21 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci8086,27d2 at 1c,1, pcie_pci1 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] pcie_pci1 is /pci at 0,0/pci8086,27d2 at 1c,1 Feb 12 11:23:21 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: pciexclass,060400 (pcie_pci) instance #2 vector 0x1a ioapic 0xff intin 0xff is bound to cpu 1 Feb 12 11:23:21 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci8086,27d4 at 1c,2, pcie_pci2 Feb 12 11:23:21 zoetekauwer genunix: [ID 936769 kern.info] pcie_pci2 is /pci at 0,0/pci8086,27d4 at 1c,2 Feb 12 11:23:22 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: tzmon0 Feb 12 11:23:22 zoetekauwer genunix: [ID 936769 kern.info] tzmon0 is /pseudo/tzmon at 0 Feb 12 11:23:22 zoetekauwer unix: [ID 469452 kern.info] NOTICE: cpqhpc: 64-bit driver module not found Feb 12 11:23:22 zoetekauwer unix: [ID 954099 kern.info] NOTICE: IRQ16 is being shared by drivers with different interrupt levels. Feb 12 11:23:22 zoetekauwer This may result in reduced system performance. Feb 12 11:23:22 zoetekauwer pci_pci: [ID 370704 kern.info] PCI-device: pci104d,8212 at 3, pcic0 Feb 12 11:23:22 zoetekauwer genunix: [ID 936769 kern.info] pcic0 is /pci at 0,0/pci8086,2448 at 1e/pci104d,8212 at 3 Feb 12 11:23:22 zoetekauwer genunix: [ID 408114 kern.info] /pci at 0,0/pci8086,2448 at 1e/pci104d,8212 at 3/pcs at 0 (pcs0) online Feb 12 11:23:27 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: zfs0 Feb 12 11:23:27 zoetekauwer genunix: [ID 936769 kern.info] zfs0 is /pseudo/zfs at 0 Feb 12 11:23:28 zoetekauwer unix: [ID 469452 kern.info] NOTICE: cpqhpc: 64-bit driver module not found Feb 12 11:23:30 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: devinfo0 Feb 12 11:23:30 zoetekauwer genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo at 0 Feb 12 11:23:30 zoetekauwer rootnex: [ID 349649 kern.info] pci0 at root: isa 0x0 Feb 12 11:23:30 zoetekauwer genunix: [ID 936769 kern.info] pci0 is /pci at 1,0 Feb 12 11:23:31 zoetekauwer rootnex: [ID 349649 kern.info] iscsi0 at root Feb 12 11:23:31 zoetekauwer genunix: [ID 936769 kern.info] iscsi0 is /iscsi Feb 12 11:23:31 zoetekauwer rootnex: [ID 349649 kern.info] xsvc0 at root: space 0 offset 0 Feb 12 11:23:31 zoetekauwer genunix: [ID 936769 kern.info] xsvc0 is /xsvc at 0,0 Feb 12 11:23:31 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: pseudo1 Feb 12 11:23:31 zoetekauwer genunix: [ID 936769 kern.info] pseudo1 is /pseudo/zconsnex at 1 Feb 12 11:23:31 zoetekauwer isa: [ID 202937 kern.info] ISA-device: pit_beep0 Feb 12 11:23:31 zoetekauwer genunix: [ID 936769 kern.info] pit_beep0 is /isa/pit_beep Feb 12 11:23:32 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: pciclass,0403 (audiohd) instance 0 vector 0x16 ioapic 0x1 intin 0x16 is bound to cpu 0 Feb 12 11:23:32 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci104d,8212 at 1b, audiohd0 Feb 12 11:23:32 zoetekauwer genunix: [ID 936769 kern.info] audiohd0 is /pci at 0,0/pci104d,8212 at 1b Feb 12 11:23:32 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: ide (ata) instance 0 vector 0xe ioapic 0x1 intin 0xe is bound to cpu 1 Feb 12 11:23:32 zoetekauwer genunix: [ID 640982 kern.info] ATAPI device at targ 0, lun 0 lastlun 0x0 Feb 12 11:23:32 zoetekauwer genunix: [ID 846691 kern.info] model QSI DVD-RAM SDW-086 Feb 12 11:23:32 zoetekauwer genunix: [ID 479077 kern.info] ATA/ATAPI-7 supported, majver 0xf8 minver 0x210 Feb 12 11:23:32 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: ide at 0, ata0 Feb 12 11:23:32 zoetekauwer genunix: [ID 936769 kern.info] ata0 is /pci at 0,0/pci-ide at 1f,1/ide at 0 Feb 12 11:23:32 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: ide (ata) instance #1 vector 0xf ioapic 0x1 intin 0xf is bound to cpu 1 Feb 12 11:23:32 zoetekauwer genunix: [ID 773945 kern.info] UltraDMA mode 2 selected Feb 12 11:23:32 zoetekauwer myk: [ID 328763 kern.info] myk0: mykattach: called myk Feb 12 11:23:32 zoetekauwer myk: [ID 652800 kern.info] myk0: (vid: 0x11ab, did: 0x4351, revid: 0x16, latency timer: 0x00) Feb 12 11:23:32 zoetekauwer myk: [ID 129011 kern.info] NOTICE: myk0: Yukon2-FE (0xb7) rev 1, pcie:1 pm_cap:0x48 nport:1 Feb 12 11:23:32 zoetekauwer myk: [ID 998462 kern.info] myk0: myk_reset_port: called, GPHY:00001001, GMAC:55 Feb 12 11:23:32 zoetekauwer myk: [ID 752834 kern.info] myk0 0 Feb 12 11:23:32 zoetekauwer myk: [ID 923659 kern.info] myk0: myk_reset_port: exit, GPHY:00001002, GMAC:56 Feb 12 11:23:32 zoetekauwer myk: [ID 451511 kern.info] myk0: MII PHY (0x01410c83) found at 0 Feb 12 11:23:32 zoetekauwer myk: [ID 426109 kern.info] myk0: PHY control:0, status:7849<100_BASEX_FD,100_BASEX,10_BASE_FD,10_BASE,MFPRMBLSUPR,CANAUTONEG,EXTENDED>, advert:1e1<100BASE_TX_FD,100BASE_TX,10BASE_T_FD,10BASE_T>, lpar:0 Feb 12 11:23:32 zoetekauwer mac: [ID 469746 kern.info] NOTICE: myk0 registered Feb 12 11:23:32 zoetekauwer unix: [ID 954099 kern.info] NOTICE: IRQ16 is being shared by drivers with different interrupt levels. Feb 12 11:23:32 zoetekauwer This may result in reduced system performance. Feb 12 11:23:32 zoetekauwer myk: [ID 716252 kern.info] myk0: resetting PHY Feb 12 11:23:32 zoetekauwer myk: [ID 813759 kern.info] myk0: myk_status_desc_init: called Feb 12 11:23:32 zoetekauwer myk: [ID 338626 kern.info] myk0: myk_status_desc_init: status_le_base:0x3c10000 Feb 12 11:23:32 zoetekauwer myk: [ID 993093 kern.info] myk0: myk_status_desc_init: rx_desc_base:0x3c08000 Feb 12 11:23:32 zoetekauwer myk: [ID 232295 kern.info] myk_status_desc_init: STAT_TX_TIMER_INIT:0xf4240 Feb 12 11:23:32 zoetekauwer myk: [ID 734692 kern.info] myk0: status desc conf: fifo_wm:16, fifo_isr_wm:16, lev_timer:156us, isr_timer:4us, tx_timer:10000us Feb 12 11:23:33 zoetekauwer scsi: [ID 583861 kern.info] sd0 at ata0: target 0 lun 0 Feb 12 11:23:33 zoetekauwer genunix: [ID 936769 kern.info] sd0 is /pci at 0,0/pci-ide at 1f,1/ide at 0/sd at 0,0 Feb 12 11:23:33 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: nvidia255 Feb 12 11:23:33 zoetekauwer genunix: [ID 936769 kern.info] nvidia255 is /pseudo/nvidia at 255 Feb 12 11:23:33 zoetekauwer myk: [ID 813759 kern.info] myk0: myk_mii_config: called Feb 12 11:23:33 zoetekauwer myk: [ID 831844 kern.info] myk0: auto-negotiation started Feb 12 11:23:34 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024 Feb 12 11:23:34 zoetekauwer genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/ramdisk at 1024 Feb 12 11:23:34 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: stmf0 Feb 12 11:23:34 zoetekauwer genunix: [ID 936769 kern.info] stmf0 is /pseudo/stmf at 0 Feb 12 11:23:34 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: lockstat0 Feb 12 11:23:34 zoetekauwer genunix: [ID 936769 kern.info] lockstat0 is /pseudo/lockstat at 0 Feb 12 11:23:34 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: llc10 Feb 12 11:23:34 zoetekauwer genunix: [ID 936769 kern.info] llc10 is /pseudo/llc1 at 0 Feb 12 11:23:34 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: fct0 Feb 12 11:23:34 zoetekauwer genunix: [ID 936769 kern.info] fct0 is /pseudo/fct at 0 Feb 12 11:23:34 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: lofi0 Feb 12 11:23:34 zoetekauwer genunix: [ID 936769 kern.info] lofi0 is /pseudo/lofi at 0 Feb 12 11:23:35 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: dtrace0 Feb 12 11:23:35 zoetekauwer genunix: [ID 936769 kern.info] dtrace0 is /pseudo/dtrace at 0 Feb 12 11:23:35 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: systrace0 Feb 12 11:23:35 zoetekauwer genunix: [ID 936769 kern.info] systrace0 is /pseudo/systrace at 0 Feb 12 11:23:35 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: fbt0 Feb 12 11:23:35 zoetekauwer genunix: [ID 936769 kern.info] fbt0 is /pseudo/fbt at 0 Feb 12 11:23:35 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: sdt0 Feb 12 11:23:35 zoetekauwer genunix: [ID 936769 kern.info] sdt0 is /pseudo/sdt at 0 Feb 12 11:23:35 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: fasttrap0 Feb 12 11:23:35 zoetekauwer genunix: [ID 936769 kern.info] fasttrap0 is /pseudo/fasttrap at 0 Feb 12 11:23:36 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: power0 Feb 12 11:23:36 zoetekauwer genunix: [ID 936769 kern.info] power0 is /pseudo/power at 0 Feb 12 11:23:36 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: srn0 Feb 12 11:23:36 zoetekauwer genunix: [ID 936769 kern.info] srn0 is /pseudo/srn at 0 Feb 12 11:23:36 zoetekauwer unix: [ID 954099 kern.info] NOTICE: IRQ18 is being shared by drivers with different interrupt levels. Feb 12 11:23:36 zoetekauwer This may result in reduced system performance. Feb 12 11:23:36 zoetekauwer mac: [ID 469746 kern.info] NOTICE: ath0 registered Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: fcp0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] fcp0 is /pseudo/fcp at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: fcsm0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] fcsm0 is /pseudo/fcsm at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: ucode0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] ucode0 is /pseudo/ucode at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: vboxdrv0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] vboxdrv0 is /pseudo/vboxdrv at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: vboxflt0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] vboxflt0 is /pseudo/vboxflt at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: profile0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] profile0 is /pseudo/profile at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: ncall0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] ncall0 is /pseudo/ncall at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: nsctl0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] nsctl0 is /pseudo/nsctl at 0 Feb 12 11:23:37 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: nsctl0 Feb 12 11:23:37 zoetekauwer genunix: [ID 936769 kern.info] nsctl0 is /pseudo/nsctl at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: sdbc0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] sdbc0 is /pseudo/sdbc at 0 Feb 12 11:23:38 zoetekauwer sv: [ID 443358 kern.info] sv Jan 23 2009 17:48:00 (revision 11.11, SunOS 5.11, None) Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: sv0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] sv0 is /pseudo/sv at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: ii0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] ii0 is /pseudo/ii at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: fssnap0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] fssnap0 is /pseudo/fssnap at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: winlock0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] winlock0 is /pseudo/winlock at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: pm0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] pm0 is /pseudo/pm at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: rsm0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] rsm0 is /pseudo/rsm at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: pool0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] pool0 is /pseudo/pool at 0 Feb 12 11:23:38 zoetekauwer ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running. Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: lx_systrace0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] lx_systrace0 is /pseudo/lx_systrace at 0 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: nsmb0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] nsmb0 is /pseudo/nsmb at 0 Feb 12 11:23:38 zoetekauwer rdc: [ID 517869 kern.info] @(#) rdc: built 17:48:11 Jan 23 2009 Feb 12 11:23:38 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: rdc0 Feb 12 11:23:38 zoetekauwer genunix: [ID 936769 kern.info] rdc0 is /pseudo/rdc at 0 Feb 12 11:23:38 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: ide (ata) instance #1 vector 0xf ioapic 0x1 intin 0xf is bound to cpu 1 Feb 12 11:23:38 zoetekauwer last message repeated 1 time Feb 12 11:23:38 zoetekauwer myk: [ID 503627 kern.warning] WARNING: myk0: auto-negotiation failed: timeout Feb 12 11:23:45 zoetekauwer genunix: [ID 454863 kern.info] dump on /dev/zvol/dsk/open-solaris/dump size 1024 MB Feb 12 11:23:45 zoetekauwer pcplusmp: [ID 444295 kern.info] pcplusmp: ide (ata) instance #1 vector 0xf ioapic 0x1 intin 0xf is bound to cpu 1 Feb 12 11:23:46 zoetekauwer last message repeated 1 time Feb 12 11:23:48 zoetekauwer myk: [ID 813759 kern.info] myk0: myk_init_port: called Feb 12 11:23:48 zoetekauwer myk: [ID 508397 kern.info] myk0: myk_init_port: ram buffer 4K (rx:0K, tx:4K) Feb 12 11:23:48 zoetekauwer myk: [ID 813759 kern.info] myk0: myk_set_rx_filter: called Feb 12 11:23:50 zoetekauwer genunix: [ID 314293 kern.info] device pci8086,27a2 at 2(display#0) keeps up device sd at 0,0(sd#0), but the latter is not power managed Feb 12 11:23:51 zoetekauwer /usr/lib/power/powerd: [ID 387247 daemon.error] Able to open /dev/srn Feb 12 11:23:52 zoetekauwer mac: [ID 744254 kern.info] NOTICE: ath0 link up Feb 12 11:23:57 zoetekauwer /sbin/dhcpagent[231]: [ID 778557 daemon.warning] configure_v4_lease: no IP broadcast specified for ath0, making best guess Feb 12 11:24:22 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: devinfo0 Feb 12 11:24:22 zoetekauwer genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo at 0 Feb 12 11:24:22 zoetekauwer pcplusmp: [ID 803547 kern.info] pcplusmp: pciclass,0403 (audiohd) instance 0 vector 0x16 ioapic 0x1 intin 0x16 is bound to cpu 0 Feb 12 11:24:22 zoetekauwer npe: [ID 236367 kern.info] PCI Express-device: pci104d,8212 at 1b, audiohd0 Feb 12 11:24:22 zoetekauwer genunix: [ID 936769 kern.info] audiohd0 is /pci at 0,0/pci104d,8212 at 1b Feb 12 11:24:25 zoetekauwer rootnex: [ID 349649 kern.info] xsvc0 at root: space 0 offset 0 Feb 12 11:24:25 zoetekauwer genunix: [ID 936769 kern.info] xsvc0 is /xsvc at 0,0 Feb 12 11:24:30 zoetekauwer unix: [ID 954099 kern.info] NOTICE: IRQ16 is being shared by drivers with different interrupt levels. Feb 12 11:24:30 zoetekauwer This may result in reduced system performance. Feb 12 11:26:22 zoetekauwer gnome-session[1045]: [ID 702911 daemon.warning] EggSMClient-WARNING: Desktop file '/usr/share/gnome/autostart/desktop-print-management-applet.desktop' has malformed Icon key 'print-manager.png'(should not include extension) Feb 12 11:26:32 zoetekauwer pseudo: [ID 129642 kern.info] pseudo-device: pm0 Feb 12 11:26:32 zoetekauwer genunix: [ID 936769 kern.info] pm0 is /pseudo/pm at 0 Feb 12 11:26:36 zoetekauwer genunix: [ID 314293 kern.info] device pci8086,27a2 at 2(display#0) keeps up device sd at 0,0(sd#0), but the latter is not power managed -------------- next part -------------- A non-text attachment was scrubbed... Name: ist0.dat Type: application/octet-stream Size: 576 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/pm-discuss/attachments/20090212/d62a1a04/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: ist1.dat Type: application/octet-stream Size: 221 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/pm-discuss/attachments/20090212/d62a1a04/attachment-0001.obj> -------------- next part -------------- supported_frequencies_Hz 1662459742 supported_frequencies_Hz 1662459742