Date: Fri, 6 Apr 2012 08:45:33 +0200 From: Jaroslav Suchanek <jaroslav.suchanek@avg.com> To: Alexander Motin <mav@FreeBSD.org> Cc: Yuri Pankov <yuri.pankov@gmail.com>, freebsd-multimedia@freebsd.org, FreeBSD current <freebsd-current@freebsd.org> Subject: Re: [RFT] Major snd_hda rewrite Message-ID: <20120406064533.GA47184@jardas.grisoft.cz> In-Reply-To: <4F7E1B88.3040200@FreeBSD.org> References: <4F0DE3FD.2020203@FreeBSD.org> <20120112121853.GC1429@procyon.xvoid.org> <4F0ED8D0.8080403@FreeBSD.org> <20120112130404.GD1429@procyon.xvoid.org> <4F16ED05.4060604@FreeBSD.org> <20120123180547.GB13410@sirius.xvoid.org> <1333660807.8137.81.camel@jardell> <4F7E1B88.3040200@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--h31gzZEtNLTqOjlF Content-Type: text/plain; charset="iso-8859-2" Content-Disposition: inline On Fri, Apr 06, 2012 at 01:24:08AM +0300, Alexander Motin wrote: > On 06.04.2012 00:20, Jaroslav Suchanek wrote: > > On Mon, 2012-01-23 at 22:05 +0400, Yuri Pankov wrote: > >> On Wed, Jan 18, 2012 at 06:02:13PM +0200, Alexander Motin wrote: > >>> On 01/12/12 15:04, Yuri Pankov wrote: > >>>> On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: > >>>>> On 01/12/12 14:18, Yuri Pankov wrote: > >>>>>> On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: > >>>>>>> I would like request for testing of my work on further HDA sound driver > >>>>>>> improvement. > >>>>>> [...] > >>>>>>> Patch can be found here: > >>>>>>> http://people.freebsd.org/~mav/hda.rewrite.patch > >>>>>>> > >>>>>>> Patch was generated for 10-CURRENT, but should apply to fresh 9-STABLE > >>>>>>> and 8-STABLE branches also. > >>>>>> > >>>>>> Patch applied cleanly to r230008 using `svn patch`. > >>>>>> > >>>>>> hdacc0:<NVidia GT220 HDA CODEC> at cad 0 on hdac0 > >>>>>> hdaa0:<NVidia GT220 HDA CODEC Audio Function Group> at nid 1 on hdacc0 > >>>>>> pcm0:<NVidia GT220 HDA CODEC PCM (DisplayPort 8ch)> at nid 5 on hdaa0 > >>>>>> hdacc1:<NVidia GT220 HDA CODEC> at cad 1 on hdac0 > >>>>>> hdaa1:<NVidia GT220 HDA CODEC Audio Function Group> at nid 1 on hdacc1 > >>>>>> pcm1:<NVidia GT220 HDA CODEC PCM (DisplayPort 8ch)> at nid 5 on hdaa1 > >>>>>> hdacc2:<NVidia GT220 HDA CODEC> at cad 2 on hdac0 > >>>>>> hdaa2:<NVidia GT220 HDA CODEC Audio Function Group> at nid 1 on hdacc2 > >>>>>> pcm2:<NVidia GT220 HDA CODEC PCM (DisplayPort 8ch)> at nid 5 on hdaa2 > >>>>>> hdacc3:<NVidia GT220 HDA CODEC> at cad 3 on hdac0 > >>>>>> hdaa3:<NVidia GT220 HDA CODEC Audio Function Group> at nid 1 on hdacc3 > >>>>>> pcm3:<NVidia GT220 HDA CODEC PCM (DisplayPort 8ch)> at nid 5 on hdaa3 > >>>>>> hdacc4:<IDT 92HD75BX HDA CODEC> at cad 0 on hdac1 > >>>>>> hdaa4:<IDT 92HD75BX HDA CODEC Audio Function Group> at nid 1 on hdacc4 > >>>>>> pcm4:<IDT 92HD75BX HDA CODEC PCM (Analog)> at nid 13 and 11 on hdaa4 > >>>>>> pcm5:<IDT 92HD75BX HDA CODEC PCM (Analog)> at nid 15 and 24 on hdaa4 > >>>>>> pcm6:<IDT 92HD75BX HDA CODEC PCM (Front Digital)> at nid 30 on hdaa4 > >>>>>> > >>>>>> pcm4 (builtin speakers) and pcm5 (headphones) seem to work fine, however > >>>>> > >>>>> Thank you. > >>>>> > >>>>>> I'm not getting anything out of pcm0-pcm3 (connected to a TV via HDMI), > >>>>>> mplayer just pauses at the beggining, trying to cat anything to > >>>>>> /dev/dsp{0-3}.0 gives: > >>>>>> > >>>>>> pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead > >>>>>> > >>>>>> It was the same with the old driver and I'm not sure if it's (most > >>>>>> likely) my misconfiguration or a driver problem. > >>>>> > >>>>> It sounds more like a driver problem. HDMI audio is still not very well > >>>>> discovered area, and, according to ALSA reading, NVidia HDMI is also not > >>>>> very standard. Probably I'll finally have to buy something to > >>>>> experiment. What card do you have? > >>>> > >>>> It's a laptop with "nVidia Corporation GT216 [GeForce GT 230M]" (as > >>>> identified by x11/nvidia-driver). > >>> > >>> I've reproduced it on NVidia GT210. It seems there is some problem with > >>> MSI generation. Switching to legacy PCI interrupts fixes problem for me. > >>> Linux HDA driver disables MSI for all NVidia controllers. > >>> > >>> Try to add hint.hdac.0.msi=0 into the /boot/loader.conf. > >> > >> Sorry for delay. Indeed, setting hint.hdac.0.msi=0 helped. > > > > I tried the same trick but without success. I am attaching output of > > dmesg, sysctl, uname, sndstat and pciconf. I am using FreeBSD > > 9.0-RELEASE with MAV's recent patches. > > > > The chipset is NVidia ION. I am also using NVidia's drivers 295.33. The > > box is connected to receiver over HDMI. It does not work even with X > > server running. But the analog output works just fine. > > > > Any idea is appreciated. > > dmesg you've provided is not verbose and so quite useless for HDA > diagnosing. From what I can see here, it looks more alike to older > GeForce 8300 based board (ASUS M4N78 PRO) I have, then to newer cards. > Unluckily, I've tried all I could from the HDA side and still unable to > make HDMI audio work on that my board. So either it is X11 video driver > problem not initializing audio path properly on this chip, or I am > missing some chip-specific clues. I am sorry, the verbose dmesg is attached if it helps. Anyway, thank you for the response. Regards, -- Jaroslav Suchanek --h31gzZEtNLTqOjlF Content-Type: text/plain; charset="iso-8859-2" Content-Disposition: attachment; filename="dmesg-verb.out" ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 ACPI timer: 0/12 0/11 0/12 0/11 0/11 0/12 0/11 0/12 0/12 0/11 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link8: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link9: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link10: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link11: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link12: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link13: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link14: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link15: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link16: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link17: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link18: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 16 Validation 0 255 N 0 16 After Disable 0 255 N 0 16 pci_link33: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 18 Validation 0 255 N 0 18 After Disable 0 255 N 0 18 pci_link34: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link35: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link36: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link37: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link38: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link39: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link40: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link41: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 17 Validation 0 255 N 0 17 After Disable 0 255 N 0 17 pci_link42: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 19 Validation 0 255 N 0 19 After Disable 0 255 N 0 19 pci_link43: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link44: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link45: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link46: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link47: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link48: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link49: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xd0000-0xdffff pcib0: decoding 3 range 0x80000000-0xfbffffff pcib0: decoding 3 range 0xfe000000-0xfebfffff pci0: <ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x10de, dev=0x0a82, revid=0xb1 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0a88, revid=0xb1 domain=0, bus=0, slot=0, func=1 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0004, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0aad, revid=0xb2 domain=0, bus=0, slot=3, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type I/O Port, range 32, base 0x4f00, size 8, enabled pcib0: allocated type 4 (0x4f00-0x4fff) for rid 10 of pci0:0:3:0 found-> vendor=0x10de, dev=0x0aa4, revid=0xb1 domain=0, bus=0, slot=3, func=1 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0aa2, revid=0xb1 domain=0, bus=0, slot=3, func=2 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0x4900, size 6, enabled pcib0: allocated type 4 (0x4900-0x493f) for rid 10 of pci0:0:3:2 map[20]: type I/O Port, range 32, base 0x4d00, size 6, enabled pcib0: allocated type 4 (0x4d00-0x4d3f) for rid 20 of pci0:0:3:2 map[24]: type I/O Port, range 32, base 0x4e00, size 6, enabled pcib0: allocated type 4 (0x4e00-0x4e3f) for rid 24 of pci0:0:3:2 pcib0: matched entry for 0.3.INTA (src \\_SB_.LSMB:0) pci_link37: Picked IRQ 20 with weight 0 pcib0: slot 3 INTA routed to irq 20 via \\_SB_.LSMB found-> vendor=0x10de, dev=0x0a89, revid=0xb1 domain=0, bus=0, slot=3, func=3 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0aa3, revid=0xb1 domain=0, bus=0, slot=3, func=5 class=0b-40-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=9 map[10]: type Memory, range 32, base 0xfae80000, size 19, enabled pcib0: allocated type 3 (0xfae80000-0xfaefffff) for rid 10 of pci0:0:3:5 pcib0: matched entry for 0.3.INTB (src \\_SB_.LPMU:0) pci_link38: Picked IRQ 21 with weight 0 pcib0: slot 3 INTB routed to irq 21 via \\_SB_.LPMU found-> vendor=0x10de, dev=0x0aa5, revid=0xb1 domain=0, bus=0, slot=4, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=15 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfae7f000, size 12, enabled pcib0: allocated type 3 (0xfae7f000-0xfae7ffff) for rid 10 of pci0:0:4:0 pcib0: matched entry for 0.4.INTA (src \\_SB_.LUB0:0) pci_link32: Picked IRQ 16 with weight 0 pcib0: slot 4 INTA routed to irq 16 via \\_SB_.LUB0 ohci early: SMM active, request owner change found-> vendor=0x10de, dev=0x0aa6, revid=0xb1 domain=0, bus=0, slot=4, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=14 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfae7ec00, size 8, enabled pcib0: allocated type 3 (0xfae7ec00-0xfae7ecff) for rid 10 of pci0:0:4:1 pcib0: matched entry for 0.4.INTB (src \\_SB_.LUB2:0) pci_link33: Picked IRQ 18 with weight 0 pcib0: slot 4 INTB routed to irq 18 via \\_SB_.LUB2 found-> vendor=0x10de, dev=0x0ac0, revid=0xb1 domain=0, bus=0, slot=8, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfae78000, size 14, enabled pcib0: allocated type 3 (0xfae78000-0xfae7bfff) for rid 10 of pci0:0:8:0 pcib0: matched entry for 0.8.INTA (src \\_SB_.LAZA:0) pci_link35: Picked IRQ 22 with weight 0 pcib0: slot 8 INTA routed to irq 22 via \\_SB_.LAZA found-> vendor=0x10de, dev=0x0aab, revid=0xb1 domain=0, bus=0, slot=9, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0004, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns) found-> vendor=0x10de, dev=0x0ab0, revid=0xb1 domain=0, bus=0, slot=10, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfae7d000, size 12, enabled pcib0: allocated type 3 (0xfae7d000-0xfae7dfff) for rid 10 of pci0:0:10:0 map[14]: type I/O Port, range 32, base 0xd080, size 3, enabled pcib0: allocated type 4 (0xd080-0xd087) for rid 14 of pci0:0:10:0 map[18]: type Memory, range 32, base 0xfae7e800, size 8, enabled pcib0: allocated type 3 (0xfae7e800-0xfae7e8ff) for rid 18 of pci0:0:10:0 map[1c]: type Memory, range 32, base 0xfae7e400, size 4, enabled pcib0: allocated type 3 (0xfae7e400-0xfae7e40f) for rid 1c of pci0:0:10:0 pcib0: matched entry for 0.10.INTA (src \\_SB_.LMAC:0) pci_link34: Picked IRQ 23 with weight 0 pcib0: slot 10 INTA routed to irq 23 via \\_SB_.LMAC found-> vendor=0x10de, dev=0x0ab5, revid=0xb1 domain=0, bus=0, slot=11, func=0 class=01-01-85, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xd000, size 3, enabled pcib0: allocated type 4 (0xd000-0xd007) for rid 10 of pci0:0:11:0 map[14]: type I/O Port, range 32, base 0xcc00, size 2, enabled pcib0: allocated type 4 (0xcc00-0xcc03) for rid 14 of pci0:0:11:0 map[18]: type I/O Port, range 32, base 0xc880, size 3, enabled pcib0: allocated type 4 (0xc880-0xc887) for rid 18 of pci0:0:11:0 map[1c]: type I/O Port, range 32, base 0xc800, size 2, enabled pcib0: allocated type 4 (0xc800-0xc803) for rid 1c of pci0:0:11:0 map[20]: type I/O Port, range 32, base 0xc480, size 4, enabled pcib0: allocated type 4 (0xc480-0xc48f) for rid 20 of pci0:0:11:0 map[24]: type Memory, range 32, base 0xfae76000, size 13, enabled pcib0: allocated type 3 (0xfae76000-0xfae77fff) for rid 24 of pci0:0:11:0 pcib0: matched entry for 0.11.INTA (src \\_SB_.LSA0:0) pci_link39: Picked IRQ 20 with weight 1 pcib0: slot 11 INTA routed to irq 20 via \\_SB_.LSA0 found-> vendor=0x10de, dev=0x0aa0, revid=0xb1 domain=0, bus=0, slot=16, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pci0: <memory, RAM> at device 0.1 (no driver attached) isab0: <PCI-ISA bridge> port 0x4f00-0x4fff at device 3.0 on pci0 isa0: <ISA bus> on isab0 pci0: <memory, RAM> at device 3.1 (no driver attached) pci0: <serial bus, SMBus> at device 3.2 (no driver attached) pci0: <memory, RAM> at device 3.3 (no driver attached) pci0: <processor> at device 3.5 (no driver attached) ohci0: <nVidia nForce MCP79 USB Controller> mem 0xfae7f000-0xfae7ffff irq 16 at device 4.0 on pci0 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 51 usbus0 on ohci0 usbus0: bpf attached ohci0: usbpf: Attached ehci0: <NVIDIA nForce MCP79 USB 2.0 controller> mem 0xfae7ec00-0xfae7ecff irq 18 at device 4.1 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 52 ehci0: Doorbell workaround enabled usbus1: EHCI version 1.0 usbus1 on ehci0 usbus1: bpf attached ehci0: usbpf: Attached hdac0: <NVIDIA MCP79 HDA Controller> mem 0xfae78000-0xfae7bfff irq 22 at device 8.0 on pci0 hdac0: HDA Driver Revision: 20120126_0002 hdac0: Config options: on=0x00000000 off=0x00000000 ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 0 vector 53 hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pcib1: <ACPI PCI-PCI bridge> at device 9.0 on pci0 pcib1: domain 0 pcib1: secondary bus 2 pcib1: subordinate bus 2 pcib1: no prefetched decode pcib1: Subtractively decoded bridge. pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.PBB0 - AE_NOT_FOUND pci2: <ACPI PCI bus> on pcib1 pci2: domain=0, physical bus=2 nfe0: <NVIDIA nForce MCP79 Networking Adapter> port 0xd080-0xd087 mem 0xfae7d000-0xfae7dfff,0xfae7e800-0xfae7e8ff,0xfae7e400-0xfae7e40f irq 23 at device 10.0 on pci0 miibus0: <MII bus> on nfe0 rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 3 on miibus0 rgephy0: OUI 0x00e04c, model 0x0011, rev. 2 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow nfe0: bpf attached nfe0: Ethernet address: 00:26:18:87:97:dc ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 54 ahci0: <NVIDIA MCP79 AHCI SATA controller> port 0xd000-0xd007,0xcc00-0xcc03,0xc880-0xc887,0xc800-0xc803,0xc480-0xc48f mem 0xfae76000-0xfae77fff irq 20 at device 11.0 on pci0 ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 55 ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit NCQ SNTF AL 3Gbps PM PMD SSC PSC 32cmd eSATA 6ports ahci0: Caps2: ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: Caps: ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich1: Caps: ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich2: Caps: ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich3: Caps: ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich4: Caps: ahcich5: <AHCI channel> at channel 5 on ahci0 ahcich5: Caps: pcib2: <ACPI PCI-PCI bridge> at device 16.0 on pci0 pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfaf00000-0xfbffffff) for rid 20 of pcib2 pcib0: allocated type 3 (0xe0000000-0xf9ffffff) for rid 24 of pcib2 pcib2: domain 0 pcib2: secondary bus 1 pcib2: subordinate bus 1 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfaf00000-0xfbffffff pcib2: prefetched decode 0xe0000000-0xf9ffffff pci1: <ACPI PCI bus> on pcib2 pci1: domain=0, physical bus=1 found-> vendor=0x10de, dev=0x087d, revid=0xb1 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xfb000000, size 24, enabled pcib2: allocated memory range (0xfb000000-0xfbffffff) for rid 10 of pci0:1:0:0 map[14]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled pcib2: allocated prefetch range (0xe0000000-0xefffffff) for rid 14 of pci0:1:0:0 map[1c]: type Prefetchable Memory, range 64, base 0xf8000000, size 25, enabled pcib2: allocated prefetch range (0xf8000000-0xf9ffffff) for rid 1c of pci0:1:0:0 map[24]: type I/O Port, range 32, base 0xec00, size 7, enabled pcib2: allocated I/O port range (0xec00-0xec7f) for rid 24 of pci0:1:0:0 pcib2: matched entry for 1.0.INTA (src \\_SB_.SGRU:0) pci_link36: Picked IRQ 21 with weight 1 pcib2: slot 0 INTA routed to irq 21 via \\_SB_.SGRU vgapci0: <VGA-compatible display> port 0xec00-0xec7f mem 0xfb000000-0xfbffffff,0xe0000000-0xefffffff,0xf8000000-0xf9ffffff irq 21 at device 0.0 on pci1 nvidia0: <ION> on vgapci0 vgapci0: child nvidia0 requested pci_enable_io vgapci0: child nvidia0 requested pci_enable_io ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 56 acpi_button0: <Power Button> on acpi0 acpi0: wakeup code va 0xffffff806be1b000 pa 0x90000 ex_isa_identify() ahc_isa_probe 0: ioport 0xc00 alloc failed ahc_isa_probe 1: ioport 0x1c00 alloc failed ahc_isa_probe 2: ioport 0x2c00 alloc failed ahc_isa_probe 3: ioport 0x3c00 alloc failed ahc_isa_probe 4: ioport 0x4c00 alloc failed ahc_isa_probe 5: ioport 0x5c00 alloc failed ahc_isa_probe 6: ioport 0x6c00 alloc failed ahc_isa_probe 7: ioport 0x7c00 alloc failed ahc_isa_probe 8: ioport 0x8c00 alloc failed ahc_isa_probe 9: ioport 0x9c00 alloc failed ahc_isa_probe 10: ioport 0xac00 alloc failed ahc_isa_probe 11: ioport 0xbc00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed ahc_isa_probe 14: ioport 0xec00 alloc failed pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 isa_probe_children: disabling PnP devices atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: <ISA Option ROM> at iomem 0xc0000-0xce7ff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 57 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0 uart0 failed to probe at port 0x3f8-0x3ff irq 4 on isa0 pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1 uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 isa_probe_children: probing PnP devices p4tcc0: <CPU Frequency Thermal Control> on cpu0 p4tcc1: <CPU Frequency Thermal Control> on cpu1 p4tcc2: <CPU Frequency Thermal Control> on cpu2 p4tcc3: <CPU Frequency Thermal Control> on cpu3 Device configuration finished. procfs registered lapic: Divisor 2, Frequency 66668138 Hz Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining Linux ELF exec handler installed lo0: bpf attached hptrr: no controller detected. hdacc0: <VIA VT1708S_0 HDA CODEC> at cad 0 on hdac0 hdacc0: Root Node at nid=0: 1 subnodes 1-1 hdaa0: <VIA VT1708S_0 HDA CODEC Audio Function Group> at nid 1 on hdacc0 hdaa0: Audio Function Group at nid=1: 24 subnodes 16-39 hdaa0: NumGPIO=1 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1 hdaa0: GPIO0: disabled hdaa0: Original pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 25 410110f2 15 2 Line-out None 1/8 Rear Black 0 hdaa0: 26 01a19036 3 6 Mic Jack 1/8 Rear Pink 0 hdaa0: 27 0181303e 3 14 Line-in Jack 1/8 Rear Blue 0 hdaa0: 28 01014010 1 0 Line-out Jack 1/8 Rear Green 0 hdaa0: 29 422140f0 15 0 Headphones None 1/8 Front Green 0 hdaa0: 30 42a190f8 15 8 Mic None 1/8 Front Pink 0 hdaa0: 31 503701f7 15 7 CD None Analog Internal Unknown 1 hdaa0: 32 074511f0 15 0 SPDIF-out Jack Optical Rear-panel Black 1 hdaa0: 33 474411f0 15 0 SPDIF-out None RCA Rear-panel Black 1 hdaa0: 34 410160f1 15 1 Line-out None 1/8 Rear Orange 0 hdaa0: 35 410120f4 15 4 Line-out None 1/8 Rear Grey 0 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 25 410110f2 15 2 Line-out None 1/8 Rear Black 0 DISA hdaa0: 26 01a19036 3 6 Mic Jack 1/8 Rear Pink 0 hdaa0: 27 0181303e 3 14 Line-in Jack 1/8 Rear Blue 0 hdaa0: 28 01014010 1 0 Line-out Jack 1/8 Rear Green 0 hdaa0: 29 422140f0 15 0 Headphones None 1/8 Front Green 0 DISA hdaa0: 30 42a190f8 15 8 Mic None 1/8 Front Pink 0 DISA hdaa0: 31 503701f7 15 7 CD None Analog Internal Unknown 1 DISA hdaa0: 32 074511f0 15 0 SPDIF-out Jack Optical Rear-panel Black 1 hdaa0: 33 474411f0 15 0 SPDIF-out None RCA Rear-panel Black 1 DISA hdaa0: 34 410160f1 15 1 Line-out None 1/8 Rear Orange 0 DISA hdaa0: 35 410120f4 15 4 Line-out None 1/8 Rear Grey 0 DISA hdaa0: 3 associations found: hdaa0: Association 0 (1) out: hdaa0: Pin nid=28 seq=0 hdaa0: Association 1 (3) in: hdaa0: Pin nid=26 seq=6 hdaa0: Pin nid=27 seq=14 hdaa0: Association 2 (15) out: hdaa0: Pin nid=32 seq=0 hdaa0: Tracing association 0 (1) hdaa0: Pin 28 traced to DAC 16 hdaa0: Association 0 (1) trace succeeded hdaa0: Tracing association 1 (3) hdaa0: Pin 26 traced to ADC 19 hdaa0: Pin 27 traced to ADC 19 hdaa0: Association 1 (3) trace succeeded hdaa0: Tracing association 2 (15) hdaa0: Pin 32 traced to DAC 18 hdaa0: Association 2 (15) trace succeeded hdaa0: Looking for additional DAC for association 0 (1) hdaa0: DAC 37 considered equal to DAC 16 hdaa0: Looking for additional ADC for association 1 (3) hdaa0: Looking for additional DAC for association 2 (15) hdaa0: Tracing input monitor hdaa0: Tracing other input monitors hdaa0: Tracing nid 26 to out hdaa0: nid 26 is input monitor hdaa0: Tracing nid 27 to out hdaa0: nid 27 is input monitor hdaa0: Tracing beeper hdaa0: Pin sense: nid=28 sence=0x80000000 (connected) hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdaa0: hdaa0: +-------------------+ hdaa0: | DUMPING HDA NODES | hdaa0: +-------------------+ hdaa0: hdaa0: Default Parameter hdaa0: ----------------- hdaa0: IN amp: 0x00000000 hdaa0: OUT amp: 0x00000000 hdaa0: hdaa0: nid: 16 hdaa0: Name: audio output hdaa0: Widget cap: 0x0000041d hdaa0: PWR STEREO hdaa0: Association: 0 (0x00000001) hdaa0: OSS: pcm (pcm) hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e05e0 hdaa0: 16 20 24 bits, 44 48 88 96 192 KHz hdaa0: Output amp: 0x00052a2a hdaa0: mute=0 step=42 size=5 offset=42 hdaa0: hdaa0: nid: 17 [DISABLED] hdaa0: Name: audio output hdaa0: Widget cap: 0x0000041d hdaa0: PWR STEREO hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e05e0 hdaa0: 16 20 24 bits, 44 48 88 96 192 KHz hdaa0: Output amp: 0x00052a2a hdaa0: mute=0 step=42 size=5 offset=42 hdaa0: hdaa0: nid: 18 hdaa0: Name: audio output hdaa0: Widget cap: 0x00000611 hdaa0: PWR DIGITAL STEREO hdaa0: Association: 2 (0x00000001) hdaa0: OSS: pcm (pcm) hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e05e0 hdaa0: 16 20 24 bits, 44 48 88 96 192 KHz hdaa0: hdaa0: nid: 19 hdaa0: Name: audio input hdaa0: Widget cap: 0x0010051b hdaa0: PWR STEREO hdaa0: Association: 1 (0x00004040) hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e0560 hdaa0: 16 20 24 bits, 44 48 96 192 KHz hdaa0: Input amp: 0x80051f0b hdaa0: mute=1 step=31 size=5 offset=11 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=23 [audio selector] hdaa0: hdaa0: nid: 20 [DISABLED] hdaa0: Name: audio input hdaa0: Widget cap: 0x0010051b hdaa0: PWR STEREO hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e0560 hdaa0: 16 20 24 bits, 44 48 96 192 KHz hdaa0: Input amp: 0x80051f0b hdaa0: mute=1 step=31 size=5 offset=11 hdaa0: connections: 1 hdaa0: | hdaa0: + [DISABLED] <- nid=30 [pin: Mic (None)] [DISABLED] hdaa0: hdaa0: nid: 21 [DISABLED] hdaa0: Name: audio output hdaa0: Widget cap: 0x00000611 hdaa0: PWR DIGITAL STEREO hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e05e0 hdaa0: 16 20 24 bits, 44 48 88 96 192 KHz hdaa0: hdaa0: nid: 22 hdaa0: Name: audio mixer hdaa0: Widget cap: 0x0020050b hdaa0: PWR STEREO hdaa0: Association: 0 (0x00000001) hdaa0: OSS: pcm, line, mic hdaa0: Input amp: 0x80051f17 hdaa0: mute=1 step=31 size=5 offset=23 hdaa0: connections: 7 hdaa0: | hdaa0: + <- nid=16 [audio output] hdaa0: + [DISABLED] <- nid=31 [pin: CD (None)] [DISABLED] hdaa0: + <- nid=26 [pin: Mic (Pink Jack)] hdaa0: + <- nid=27 [pin: Line-in (Blue Jack)] hdaa0: + [DISABLED] <- nid=30 [pin: Mic (None)] [DISABLED] hdaa0: + [DISABLED] <- nid=29 [pin: Headphones (None)] [DISABLED] hdaa0: + <- nid=37 [audio output] hdaa0: hdaa0: nid: 23 hdaa0: Name: audio selector hdaa0: Widget cap: 0x00300501 hdaa0: PWR STEREO hdaa0: Association: 1 (0x00004040) hdaa0: OSS: line, mic hdaa0: connections: 6 hdaa0: | hdaa0: + [DISABLED] <- nid=31 [pin: CD (None)] [DISABLED] hdaa0: + <- nid=26 [pin: Mic (Pink Jack)] hdaa0: + <- nid=27 [pin: Line-in (Blue Jack)] (selected) hdaa0: + [DISABLED] <- nid=30 [pin: Mic (None)] [DISABLED] hdaa0: + [DISABLED] <- nid=29 [pin: Headphones (None)] [DISABLED] hdaa0: + [DISABLED] <- nid=22 [audio mixer] hdaa0: hdaa0: nid: 24 [DISABLED] hdaa0: Name: audio selector hdaa0: Widget cap: 0x0030050d hdaa0: PWR STEREO hdaa0: Output amp: 0x80000000 hdaa0: mute=1 step=0 size=0 offset=0 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=17 [audio output] [DISABLED] hdaa0: hdaa0: nid: 25 [DISABLED] hdaa0: Name: pin: Line-out (None) hdaa0: Widget cap: 0x00400581 hdaa0: PWR UNSOL STEREO hdaa0: Pin cap: 0x00000014 hdaa0: PDC OUT hdaa0: Pin config: 0x410110f2 hdaa0: Pin control: 0x00000000 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=24 [audio selector] [DISABLED] hdaa0: hdaa0: nid: 26 hdaa0: Name: pin: Mic (Pink Jack) hdaa0: Widget cap: 0x00400581 hdaa0: PWR UNSOL STEREO hdaa0: Association: 1 (0x00000040) hdaa0: OSS: mic (mic) hdaa0: Pin cap: 0x00002334 hdaa0: PDC OUT IN VREF[ 50 100 HIZ ] hdaa0: Pin config: 0x01a19036 hdaa0: Pin control: 0x00000025 IN VREFs hdaa0: connections: 1 hdaa0: | hdaa0: + [DISABLED] <- nid=38 [audio selector] [DISABLED] hdaa0: hdaa0: nid: 27 hdaa0: Name: pin: Line-in (Blue Jack) hdaa0: Widget cap: 0x00400581 hdaa0: PWR UNSOL STEREO hdaa0: Association: 1 (0x00004000) hdaa0: OSS: line (line) hdaa0: Pin cap: 0x00002334 hdaa0: PDC OUT IN VREF[ 50 100 HIZ ] hdaa0: Pin config: 0x0181303e hdaa0: Pin control: 0x00000025 IN VREFs hdaa0: connections: 1 hdaa0: | hdaa0: + [DISABLED] <- nid=24 [audio selector] [DISABLED] hdaa0: hdaa0: nid: 28 hdaa0: Name: pin: Line-out (Green Jack) hdaa0: Widget cap: 0x0040058d hdaa0: PWR UNSOL STEREO hdaa0: Association: 0 (0x00000001) hdaa0: Pin cap: 0x0001001c hdaa0: PDC HP OUT EAPD hdaa0: Pin config: 0x01014010 hdaa0: Pin control: 0x00000040 OUT hdaa0: EAPD: 0x00000002 hdaa0: Output amp: 0x80000000 hdaa0: mute=1 step=0 size=0 offset=0 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=22 [audio mixer] hdaa0: hdaa0: nid: 29 [DISABLED] hdaa0: Name: pin: Headphones (None) hdaa0: Widget cap: 0x0040058d hdaa0: PWR UNSOL STEREO hdaa0: Pin cap: 0x0000233c hdaa0: PDC HP OUT IN VREF[ 50 100 HIZ ] hdaa0: Pin config: 0x422140f0 hdaa0: Pin control: 0x00000000 hdaa0: Output amp: 0x80000000 hdaa0: mute=1 step=0 size=0 offset=0 hdaa0: connections: 2 hdaa0: | hdaa0: + [DISABLED] <- nid=22 [audio mixer] (selected) hdaa0: + <- nid=37 [audio output] hdaa0: hdaa0: nid: 30 [DISABLED] hdaa0: Name: pin: Mic (None) hdaa0: Widget cap: 0x0040058d hdaa0: PWR UNSOL STEREO hdaa0: Pin cap: 0x0000233c hdaa0: PDC HP OUT IN VREF[ 50 100 HIZ ] hdaa0: Pin config: 0x42a190f8 hdaa0: Pin control: 0x00000000 hdaa0: Output amp: 0x80000000 hdaa0: mute=1 step=0 size=0 offset=0 hdaa0: connections: 2 hdaa0: | hdaa0: + [DISABLED] <- nid=22 [audio mixer] (selected) hdaa0: + <- nid=37 [audio output] hdaa0: hdaa0: nid: 31 [DISABLED] hdaa0: Name: pin: CD (None) hdaa0: Widget cap: 0x00400401 hdaa0: PWR STEREO hdaa0: Pin cap: 0x00000020 hdaa0: IN hdaa0: Pin config: 0x503701f7 hdaa0: Pin control: 0x00000000 hdaa0: hdaa0: nid: 32 hdaa0: Name: pin: SPDIF-out (Black Jack) hdaa0: Widget cap: 0x00400701 hdaa0: PWR DIGITAL STEREO hdaa0: Association: 2 (0x00000001) hdaa0: Pin cap: 0x00000010 hdaa0: OUT hdaa0: Pin config: 0x074511f0 hdaa0: Pin control: 0x00000040 OUT hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=18 [audio output] hdaa0: hdaa0: nid: 33 [DISABLED] hdaa0: Name: pin: SPDIF-out (None) hdaa0: Widget cap: 0x00400701 hdaa0: PWR DIGITAL STEREO hdaa0: Pin cap: 0x00000010 hdaa0: OUT hdaa0: Pin config: 0x474411f0 hdaa0: Pin control: 0x00000000 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=21 [audio output] [DISABLED] hdaa0: hdaa0: nid: 34 [DISABLED] hdaa0: Name: pin: Line-out (None) hdaa0: Widget cap: 0x00400581 hdaa0: PWR UNSOL STEREO hdaa0: Pin cap: 0x00000014 hdaa0: PDC OUT hdaa0: Pin config: 0x410160f1 hdaa0: Pin control: 0x00000000 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=38 [audio selector] [DISABLED] hdaa0: hdaa0: nid: 35 [DISABLED] hdaa0: Name: pin: Line-out (None) hdaa0: Widget cap: 0x00400581 hdaa0: PWR UNSOL STEREO hdaa0: Pin cap: 0x00000014 hdaa0: PDC OUT hdaa0: Pin config: 0x410120f4 hdaa0: Pin control: 0x00000000 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=39 [audio selector] [DISABLED] hdaa0: hdaa0: nid: 36 [DISABLED] hdaa0: Name: audio output hdaa0: Widget cap: 0x0000041d hdaa0: PWR STEREO hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e05e0 hdaa0: 16 20 24 bits, 44 48 88 96 192 KHz hdaa0: Output amp: 0x00052a2a hdaa0: mute=0 step=42 size=5 offset=42 hdaa0: hdaa0: nid: 37 hdaa0: Name: audio output hdaa0: Widget cap: 0x0000041d hdaa0: PWR STEREO hdaa0: Association: 0 (0x00000001) hdaa0: OSS: pcm (pcm) hdaa0: Stream cap: 0x00000001 hdaa0: PCM hdaa0: PCM cap: 0x000e05e0 hdaa0: 16 20 24 bits, 44 48 88 96 192 KHz hdaa0: Output amp: 0x00052a2a hdaa0: mute=0 step=42 size=5 offset=42 hdaa0: hdaa0: nid: 38 [DISABLED] hdaa0: Name: audio selector hdaa0: Widget cap: 0x0030050d hdaa0: PWR STEREO hdaa0: Output amp: 0x80000000 hdaa0: mute=1 step=0 size=0 offset=0 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=36 [audio output] [DISABLED] hdaa0: hdaa0: nid: 39 [DISABLED] hdaa0: Name: audio selector hdaa0: Widget cap: 0x0030050d hdaa0: PWR STEREO hdaa0: Output amp: 0x80000000 hdaa0: mute=1 step=0 size=0 offset=0 hdaa0: connections: 1 hdaa0: | hdaa0: + <- nid=37 [audio output] hdaa0: pcm0: <VIA VT1708S_0 HDA CODEC PCM (Rear Analog)> at nid 28 and 26,27 on hdaa0 pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000e05e0 pcm0: 16 20 24 bits, 44 48 88 96 192 KHz pcm0: DAC: 16 pcm0: DAC: 37 pcm0: pcm0: Record: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000e0560 pcm0: 16 20 24 bits, 44 48 96 192 KHz pcm0: DAC: 19 pcm0: pcm0: +-------------------------------+ pcm0: | DUMPING Playback/Record Paths | pcm0: +-------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: nid=28 [pin: Line-out (Green Jack)] pcm0: | pcm0: + <- nid=22 [audio mixer] [src: pcm, line, mic] pcm0: | pcm0: + <- nid=16 [audio output] [src: pcm] pcm0: + <- nid=26 [pin: Mic (Pink Jack)] [src: mic] pcm0: + <- nid=27 [pin: Line-in (Blue Jack)] [src: line] pcm0: + <- nid=37 [audio output] [src: pcm] pcm0: pcm0: Record: pcm0: pcm0: nid=19 [audio input] pcm0: | pcm0: + <- nid=23 [audio selector] [src: line, mic] pcm0: | pcm0: + <- nid=26 [pin: Mic (Pink Jack)] [src: mic] pcm0: + <- nid=27 [pin: Line-in (Blue Jack)] [src: line] pcm0: pcm0: +-------------------------+ pcm0: | DUMPING Volume Controls | pcm0: +-------------------------+ pcm0: pcm0: Master Volume (OSS: vol): -34/12dB pcm0: | pcm0: +- ctl 1 (nid 16 out): -63/0dB (43 steps) pcm0: +- ctl 5 (nid 22 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 7 (nid 22 in 2): -34/12dB (32 steps) + mute pcm0: +- ctl 8 (nid 22 in 3): -34/12dB (32 steps) + mute pcm0: +- ctl 11 (nid 22 in 6): -34/12dB (32 steps) + mute pcm0: +- ctl 14 (nid 28 in ): mute pcm0: +- ctl 19 (nid 37 out): -63/0dB (43 steps) pcm0: pcm0: PCM Volume (OSS: pcm): -63/0dB pcm0: | pcm0: +- ctl 1 (nid 16 out): -63/0dB (43 steps) pcm0: +- ctl 5 (nid 22 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 11 (nid 22 in 6): -34/12dB (32 steps) + mute pcm0: +- ctl 19 (nid 37 out): -63/0dB (43 steps) pcm0: pcm0: Microphone Volume (OSS: mic): 0/30dB pcm0: | pcm0: +- ctl 3 (nid 19 in 0): -16/30dB (32 steps) + mute pcm0: +- ctl 7 (nid 22 in 2): -34/12dB (32 steps) + mute pcm0: +- ctl 13 (nid 26 out): 0/30dB (4 steps) pcm0: pcm0: Line-in Volume (OSS: line): -16/12dB pcm0: | pcm0: +- ctl 3 (nid 19 in 0): -16/30dB (32 steps) + mute pcm0: +- ctl 8 (nid 22 in 3): -34/12dB (32 steps) + mute pcm0: pcm0: Recording Level (OSS: rec): -16/30dB pcm0: | pcm0: +- ctl 3 (nid 19 in 0): -16/30dB (32 steps) + mute pcm0: pcm0: Input Monitoring Level (OSS: igain): -34/12dB pcm0: | pcm0: +- ctl 7 (nid 22 in 2): -34/12dB (32 steps) + mute pcm0: +- ctl 8 (nid 22 in 3): -34/12dB (32 steps) + mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "line": pcm0: Mixer "mic": pcm0: Mixer "rec": pcm0: Mixer "igain": pcm0: Mixer "ogain": pcm0: clone manager: deadline=750ms flags=0x8000001e pcm0: sndbuf_setmap 8400000, 10000; 0xffffff806be2e000 -> 8400000 pcm0: sndbuf_setmap 8440000, 10000; 0xffffff806be6e000 -> 8440000 pcm0: sndbuf_setmap 8480000, 10000; 0xffffff806beae000 -> 8480000 pcm1: <VIA VT1708S_0 HDA CODEC PCM (Rear-panel Digital)> at nid 32 on hdaa0 pcm1: +--------------------------------------+ pcm1: | DUMPING PCM Playback/Record Channels | pcm1: +--------------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: Stream cap: 0x00000005 pcm1: AC3 PCM pcm1: PCM cap: 0x000e05e0 pcm1: 16 20 24 bits, 44 48 88 96 192 KHz pcm1: DAC: 18 pcm1: pcm1: +-------------------------------+ pcm1: | DUMPING Playback/Record Paths | pcm1: +-------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: nid=32 [pin: SPDIF-out (Black Jack)] pcm1: | pcm1: + <- nid=18 [audio output] [src: pcm] pcm1: pcm1: +-------------------------+ pcm1: | DUMPING Volume Controls | pcm1: +-------------------------+ pcm1: pcm1: Mixer "vol" -> "none": child=0x00000010 pcm1: Mixer "pcm": parent="vol" pcm1: Soft PCM mixer ENABLED pcm1: clone manager: deadline=750ms flags=0x8000001e pcm1: sndbuf_setmap 84c0000, 10000; 0xffffff806beee000 -> 84c0000 hdacc1: <NVIDIA MCP7A HDA CODEC> at cad 3 on hdac0 hdacc1: Root Node at nid=0: 1 subnodes 1-1 hdaa1: <NVIDIA MCP7A HDA CODEC Audio Function Group> at nid 1 on hdacc1 hdaa1: Audio Function Group at nid=1: 10 subnodes 4-13 hdaa1: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdaa1: Original pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 5 18560110 1 0 Digital-out Jack Digital 0x18 Unknown 1 hdaa1: 7 58560121 2 1 Digital-out None Digital 0x18 Unknown 1 hdaa1: 9 58560122 2 2 Digital-out None Digital 0x18 Unknown 1 hdaa1: 11 58560123 2 3 Digital-out None Digital 0x18 Unknown 1 hdaa1: 13 58560124 2 4 Digital-out None Digital 0x18 Unknown 1 hdaa1: Patched pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 5 18560110 1 0 Digital-out Jack Digital 0x18 Unknown 1 hdaa1: 7 58560121 2 1 Digital-out None Digital 0x18 Unknown 1 DISA hdaa1: 9 58560122 2 2 Digital-out None Digital 0x18 Unknown 1 DISA hdaa1: 11 58560123 2 3 Digital-out None Digital 0x18 Unknown 1 DISA hdaa1: 13 58560124 2 4 Digital-out None Digital 0x18 Unknown 1 DISA hdaa1: 1 associations found: hdaa1: Association 0 (1) out: hdaa1: Pin nid=5 seq=0 hdaa1: Tracing association 0 (1) hdaa1: Pin 5 traced to DAC 4 hdaa1: Association 0 (1) trace succeeded hdaa1: Looking for additional DAC for association 0 (1) hdaa1: Tracing input monitor hdaa1: Tracing other input monitors hdaa1: Tracing beeper hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdaa1: hdaa1: +-------------------+ hdaa1: | DUMPING HDA NODES | hdaa1: +-------------------+ hdaa1: hdaa1: Default Parameter hdaa1: ----------------- hdaa1: IN amp: 0x00000000 hdaa1: OUT amp: 0x00000000 hdaa1: hdaa1: nid: 4 hdaa1: Name: audio output hdaa1: Widget cap: 0x00000211 hdaa1: DIGITAL STEREO hdaa1: Association: 0 (0x00000001) hdaa1: OSS: pcm (pcm) hdaa1: Stream cap: 0x00000001 hdaa1: PCM hdaa1: PCM cap: 0x000f00c0 hdaa1: 8 16 20 24 bits, 48 88 KHz hdaa1: hdaa1: nid: 5 hdaa1: Name: pin: Digital-out (Jack) hdaa1: Widget cap: 0x00400381 hdaa1: DIGITAL UNSOL STEREO hdaa1: Association: 0 (0x00000001) hdaa1: Pin cap: 0x00000014 hdaa1: PDC OUT hdaa1: Pin config: 0x18560110 hdaa1: Pin control: 0x00000040 OUT hdaa1: connections: 1 hdaa1: | hdaa1: + <- nid=4 [audio output] hdaa1: hdaa1: nid: 6 [DISABLED] hdaa1: Name: audio output hdaa1: Widget cap: 0x00000211 hdaa1: DIGITAL STEREO hdaa1: Stream cap: 0x00000001 hdaa1: PCM hdaa1: PCM cap: 0x000f00c0 hdaa1: 8 16 20 24 bits, 48 88 KHz hdaa1: hdaa1: nid: 7 [DISABLED] hdaa1: Name: pin: Digital-out (None) hdaa1: Widget cap: 0x00400381 hdaa1: DIGITAL UNSOL STEREO hdaa1: Pin cap: 0x00000014 hdaa1: PDC OUT hdaa1: Pin config: 0x58560121 hdaa1: Pin control: 0x00000000 hdaa1: connections: 1 hdaa1: | hdaa1: + <- nid=6 [audio output] [DISABLED] hdaa1: hdaa1: nid: 8 [DISABLED] hdaa1: Name: audio output hdaa1: Widget cap: 0x00000211 hdaa1: DIGITAL STEREO hdaa1: Stream cap: 0x00000001 hdaa1: PCM hdaa1: PCM cap: 0x000f00c0 hdaa1: 8 16 20 24 bits, 48 88 KHz hdaa1: hdaa1: nid: 9 [DISABLED] hdaa1: Name: pin: Digital-out (None) hdaa1: Widget cap: 0x00400381 hdaa1: DIGITAL UNSOL STEREO hdaa1: Pin cap: 0x00000014 hdaa1: PDC OUT hdaa1: Pin config: 0x58560122 hdaa1: Pin control: 0x00000000 hdaa1: connections: 1 hdaa1: | hdaa1: + <- nid=8 [audio output] [DISABLED] hdaa1: hdaa1: nid: 10 [DISABLED] hdaa1: Name: audio output hdaa1: Widget cap: 0x00000211 hdaa1: DIGITAL STEREO hdaa1: Stream cap: 0x00000001 hdaa1: PCM hdaa1: PCM cap: 0x000f00c0 hdaa1: 8 16 20 24 bits, 48 88 KHz hdaa1: hdaa1: nid: 11 [DISABLED] hdaa1: Name: pin: Digital-out (None) hdaa1: Widget cap: 0x00400381 hdaa1: DIGITAL UNSOL STEREO hdaa1: Pin cap: 0x00000014 hdaa1: PDC OUT hdaa1: Pin config: 0x58560123 hdaa1: Pin control: 0x00000000 hdaa1: connections: 1 hdaa1: | hdaa1: + <- nid=10 [audio output] [DISABLED] hdaa1: hdaa1: nid: 12 [DISABLED] hdaa1: Name: audio output hdaa1: Widget cap: 0x00000211 hdaa1: DIGITAL STEREO hdaa1: Stream cap: 0x00000001 hdaa1: PCM hdaa1: PCM cap: 0x000f00c0 hdaa1: 8 16 20 24 bits, 48 88 KHz hdaa1: hdaa1: nid: 13 [DISABLED] hdaa1: Name: pin: Digital-out (None) hdaa1: Widget cap: 0x00400381 hdaa1: DIGITAL UNSOL STEREO hdaa1: Pin cap: 0x00000014 hdaa1: PDC OUT hdaa1: Pin config: 0x58560124 hdaa1: Pin control: 0x00000000 hdaa1: connections: 1 hdaa1: | hdaa1: + <- nid=12 [audio output] [DISABLED] hdaa1: pcm2: <NVIDIA MCP7A HDA CODEC PCM (Digital)> at nid 5 on hdaa1 pcm2: +--------------------------------------+ pcm2: | DUMPING PCM Playback/Record Channels | pcm2: +--------------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: Stream cap: 0x00000005 pcm2: AC3 PCM pcm2: PCM cap: 0x000f00c0 pcm2: 8 16 20 24 bits, 48 88 KHz pcm2: DAC: 4 pcm2: pcm2: +-------------------------------+ pcm2: | DUMPING Playback/Record Paths | pcm2: +-------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: nid=5 [pin: Digital-out (Jack)] pcm2: | pcm2: + <- nid=4 [audio output] [src: pcm] pcm2: pcm2: +-------------------------+ pcm2: | DUMPING Volume Controls | pcm2: +-------------------------+ pcm2: pcm2: Mixer "vol" -> "none": child=0x00000010 pcm2: Mixer "pcm": parent="vol" pcm2: Soft PCM mixer ENABLED pcm2: clone manager: deadline=750ms flags=0x8000001e pcm2: sndbuf_setmap 8840000, 10000; 0xffffff806bf2e000 -> 8840000 usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=0us status=00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=0us status=00000113 ahcich1: AHCI reset: device found ahcich1: AHCI reset: device ready after 1ms (aprobe1:ahcich1:0:15:0): SIGNATURE: eb14 (aprobe1:ahcich1:0:0:0): SIGNATURE: eb14 ahcich2: AHCI reset... ugen0.1: <nVidia> at usbus0 uhub0: <nVidia OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <nVidia> at usbus1 uhub1: <nVidia EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1 ahcich2: SATA connect timeout time=10000us status=00000000 ahcich2: AHCI reset: device not found ahcich3: AHCI reset... ahcich3: SATA connect timeout time=10000us status=00000000 ahcich3: AHCI reset: device not found ahcich4: AHCI reset... ahcich4: SATA connect timeout time=10000us status=00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect timeout time=10000us status=00000000 ahcich5: AHCI reset: device not found ahcich0: AHCI reset: device ready after 100ms (aprobe0:ahcich0:0:15:0): SIGNATURE: 0000 (aprobe0:ahcich0:0:0:0): SIGNATURE: 0000 uhub0: 6 ports with 6 removable, self powered uhub1: 6 ports with 6 removable, self powered (probe0:ctl2cam0:0:1:0): Error 6, Unretryable error GEOM: new disk cd0 pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 (cd0:ahcich1:0:0:0): SCSI status error (cd0:ahcich1:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error (cd0:ahcich1:0:0:0): SCSI status: Check Condition (cd0:ahcich1:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed) (cd0:ahcich1:0:0:0): Error 6, Unretryable error cd0 at ahcich1 bus 0 scbus1 target 0 lun 0 cd0: <Optiarc BD ROM BC-5500S 1.E1> Removable CD-ROM SCSI-0 device cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed pass0: <ST9320325AS 0002SDM1> ATA-8 SATA 2.x device pass0: Serial Number 6VD07T8J pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) (cd0:ahcich1:0:0:0): SCSI status error (cd0:ahcich1:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error (cd0:ahcich1:0:0:0): SCSI status: Check Condition (cd0:ahcich1:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed) (cd0:ahcich1:0:0:0): Error 6, Unretryable error pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: <Optiarc BD ROM BC-5500S 1.E1> Removable CD-ROM SCSI-0 device pass1: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) (cd0:ahcich1:0:0:0): SCSI status error (cd0:ahcich1:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error (cd0:ahcich1:0:0:0): SCSI status: Check Condition (cd0:ahcich1:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed) (cd0:ahcich1:0:0:0): Error 6, Unretryable error ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <ST9320325AS 0002SDM1> ATA-8 SATA 2.x device ada0: Serial Number 6VD07T8J ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, (cd0:ahcich1:0:0:0): SCSI status error (cd0:ahcich1:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error (cd0:ahcich1:0:0:0): SCSI status: Check Condition (cd0:ahcich1:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed) (cd0:ahcich1:0:0:0): Error 6, Unretryable error PIO 8192bytes) ada0: Command Queueing enabled GEOM: new disk ada0 ada0: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: passed TSC synchronization test TSC timecounter discards lower 7 bit(s) Timecounter "TSC-low" frequency 12500259 Hz quality 1000 Root mount waiting for: usbus1 ugen1.2: <Western Digital> at usbus1 umass0: <Western Digital My Book 1111, class 0/0, rev 2.00/10.32, addr 2> on usbus1 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:7:0:-1: Attached to scbus7 Trying to mount root from ufs:/dev/ada0p2 [rw]... pass2 at umass-sim0 bus 0 scbus7 target 0 lun 0 pass2: <WD My Book 1111 1032> Fixed Direct Access SCSI-4 device pass2: Serial Number 574D41565531303039353130 pass2: 40.000MB/s transfers GEOM: new disk da0 da0 at umass-sim0 bus 0 scbus7 target 0 lun 0 da0: <WD My Book 1111 1032> Fixed Direct Access SCSI-4 device da0: Serial Number 574D41565531303039353130 da0: 40.000MB/s transfers da0: 1430129MB (2928904192 512 byte sectors: 255H 63S/T 182315C) start_init: trying /sbin/init pass3 at umass-sim0 bus 0 scbus7 target 0 lun 1 pass3: <WD Virtual CD 1111 1032> Removable CD-ROM SCSI-4 device pass3: Serial Number 574D41565531303039353130 pass3: 40.000MB/s transfers cd1 at umass-sim0 bus 0 scbus7 target 0 lun 1 cd1: <WD Virtual CD 1111 1032> Removable CD-ROM SCSI-4 device cd1: Serial Number 574D41565531303039353130 cd1: 40.000MB/s transfers cd1: cd present [342016 x 2048 byte records] ses0 at umass-sim0 bus 0 scbus7 target 0 lun 2 ses0: <WD SES Device 1032> Fixed Enclosure Services SCSI-4 device ses0: Serial Number 574D41565531303039353130 ses0: 40.000MB/s transfers ses0: SCSI-3 SES Device pass4 at umass-sim0 bus 0 scbus7 target 0 lun 2 pass4: <WD SES Device 1032> Fixed Enclosure Services SCSI-4 device pass4: Serial Number 574D41565531303039353130 pass4: 40.000MB/s transfers GEOM: new disk cd1 --h31gzZEtNLTqOjlF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120406064533.GA47184>