Date: Tue, 2 Dec 2008 16:48:15 +0100 From: =?iso-8859-2?Q?Krasznai_Andr=E1s?= <krasznai.andras@haisystems.hu> To: "'freebsd-acpi@freebsd.org'" <freebsd-acpi@freebsd.org> Subject: ACPI problems on Lenovo 3000 N100 Message-ID: <B100FE9CFCC96C44830EBFBCE34706F715420FD341@backoffice.w2000.i.opsys.hu>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Good afternoon!
I have been using FreeBSD since 5.3. Nowadays I am using FreeBSD-7.1-PRERELEASE on my Lenovo 3000 N100 laptop.
I tried to use the suspend function (I want itt o go to suspend when I close the display) and the laptop behaved strangely; closing the LCD-display it eventually switches off but never wakes up; the only thing I can do is to switch it off and on, and wait for fsck finishing...
The laptop is installed as a multiboot machine and the suspend function works correctly in Windows VISTA so the hardware is able to perform suspend.
After reading the FreeBSD handbook I tried various settings with acpiconf, but no success:
acpiconf -s S3 and acpiconf -s S4 caused various crashes on the machine,
and the computer did not accept acpiconf -s S5 : said that level 5 is unsupported ACPI mode.
Has anybody any success with this type of laptop regarding suspend functionality?
I get other messages from ACPI similar to the following, which - by the handbook - mean that the ACPI may be broken.
(ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.LPC0.FIGD._STA] \\
(Node 0xc3f6d160), AE_NOT_FOUND)
I attach some diagnostic information according to the Freebsd handbook; pls. I also attach my kernel configuration (GENERIC_K).
Give some advice how te get this machine perform suspend.
Best regards
Andras Krasznai
[-- Attachment #2 --]
hw.acpi.supported_sleep_state: S3 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S3
hw.acpi.lid_switch_state: S3
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 3
hw.acpi.s4bios: 0
hw.acpi.verbose: 1
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.reset_video: 1
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 66.0C
hw.acpi.thermal.tz0.active: 0
hw.acpi.thermal.tz0.passive_cooling: 1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 87.0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 102.0C
hw.acpi.thermal.tz0._ACx: 55.0C -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.thermal.tz0._TC1: 0
hw.acpi.thermal.tz0._TC2: 4
hw.acpi.thermal.tz0._TSP: 4
hw.acpi.acline: 1
hw.acpi.battery.life: -1
hw.acpi.battery.time: -1
hw.acpi.battery.state: 7
hw.acpi.battery.units: 1
hw.acpi.battery.info_expire: 5
hw.acpi.cpu.cx_lowest: C1
[-- Attachment #3 --]
linux_load="YES"
snd_hda_load="YES"
acpi_ibm_load="YES"
#Intel3945abg wireless card firmware & driver load
firmware_load="YES"
if_wpi_load = "YES"
legal.intel_wpi.license_ack=1
wpifw_load = "YES"
# set the maximum data size limit to 1 GB
kern.maxdsiz="1073741824"
# set the default data size limit to 1 GB
kern.dfldsiz="1073741824"
# for semaphor handling
kern.ipc.semmni=256
kern.ipc.semmns=512
kern.ipc.semmnu=256
nvidia_load="yes"
[-- Attachment #4 --]
# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#
# This file is read when going to multi-user and its contents piped thru
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
#kern.ipc.shmmax=67108864
kern.ipc.shmmax=134217728
kern.ipc.semmap=256
kern.ipc.shmall=32768
kern.ipc.shm_allow_removed=1
#IBM laptop sleep mode-hoz
hw.acpi.reset_video=1
hw.acpi.lid_switch_state=S3
hw.acpi.sleep_button_state=S3
hw.acpi.power_button_state=S5
hw.acpi.sleep_delay=3
hw.acpi.verbose=1
hw.syscons.sc_no_suspend_vtswitch=0
kern.module_path=/boot/kernel;/boot/modules;/usr/local/modules
[-- Attachment #5 --]
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.473 2007/07/01 21:47:45 njl Exp $
#cpu I486_CPU
#cpu I586_CPU
cpu I686_CPU
ident GENERIC_K
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_ULE
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Transmission Control Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing
# Enable Linux ABI emulation
options COMPAT_LINUX
options LINPROCFS # Linux ABI/API compatibility
options LINSYSFS # Linux SYS filesystem
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
# CPU frequency control
device cpufreq
# Bus support.
device eisa
device pci
#apm and acpi
#acpi loaded automatically
device apm
# Floppy drives
device fdc
# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device ataraid # ATA RAID drives
device atapicd # ATAPI CDROM drives
device atapicam # CAM layer support for ATAPI devices
options ATA_STATIC_ID # Static device numbering
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device ses # SCSI Environmental Services (and SAF-TE)
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse
device kbdmux # keyboard multiplexer
device vga # VGA video card driver
device splash # Splash screen and screen saver support
# syscons is the default console driver, resembling an SCO console
device sc
device agp # support several AGP chipsets
# Add suspend/resume support for the i8254.
device pmtimer
# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device cbb # cardbus (yenta) bridge
device pccard # PC Card (16-bit) bus
device cardbus # CardBus (32-bit) bus
# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports
device uart # Generic UART driver
# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device ppi # Parallel port interface device
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
device rl # RealTek 8129/8139
# Wireless NIC cards
device wlan # 802.11 support
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
device wlan_scan_ap # 802.11 AP mode scanning
device wlan_scan_sta # 802.11 STA mode scanning
#device an # Aironet 4500/4800 802.11 wireless NICs.
#device ath # Atheros pci/cardbus NIC's
#device ath_hal # Atheros HAL (Hardware Access Layer)
#device ath_rate_sample # SampleRate tx rate control for ath
#device awi # BayStack 660 and others
#device ral # Ralink Technology RT2500 wireless NICs.
#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
# Pseudo devices.
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
device firmware # firmware assist module
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
device uscanner # Scanners
# FireWire support
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
[-- Attachment #6 --]
0 feeder_rate_round=25
wlan_amrr: <AMRR Transmit Rate Control Algorithm>
firmware: 'wpifw' version 2144: 149652 bytes loaded at 0xc0ab2000
mem: <memory>
Pentium Pro MTRR support enabled
io: <I/O>
null: <null device, zero device>
nfslock: pseudo-device
random: <entropy source, Software, Yarrow>
kbd: new array size 4
kbd1 at kbdmux0
npx0: INT 16 interface
acpi0: <LENOVO TP-63> on motherboard
ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48
acpi0: [MPSAFE]
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xd9495000 pa 0x1000
pci_open(1): mode 1 addr port (0x0cf8) is 0x8000fa20
pci_open(1a): mode1res=0x80000000 (0x80000000)
pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=27a08086)
pcibios: BIOS version 2.10
AcpiOsDerivePciId: \\_SB_.PCI0.HBUS -> bus 0 dev 0 func 0
AcpiOsDerivePciId: \\_SB_.PCI0.RP01.PXS1.P1FG -> bus 2 dev 0 func 0
AcpiOsDerivePciId: \\_SB_.PCI0.RP02.PXS2.P2FG -> bus 3 dev 0 func 0
AcpiOsDerivePciId: \\_SB_.PCI0.LPCB.LPC0 -> bus 0 dev 31 func 0
ACPI timer: 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x19> port 0x62,0x66 on acpi0
acpi_ec0: warning: EC done before starting event wait
pci_link0: Index IRQ Rtd Ref IRQs
Initial Probe 0 10 N 0 1 3 4 5 6 7 10 12 14 15
Validation 0 10 N 0 1 3 4 5 6 7 10 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 10 12 14 15
pci_link1: Index IRQ Rtd Ref IRQs
Initial Probe 0 11 N 0 1 3 4 5 6 7 11 12 14 15
Validation 0 11 N 0 1 3 4 5 6 7 11 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 11 12 14 15
pci_link2: Index IRQ Rtd Ref IRQs
Initial Probe 0 11 N 0 1 3 4 5 6 7 10 12 14 15
Validation 0 255 N 0 1 3 4 5 6 7 10 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 10 12 14 15
pci_link3: Index IRQ Rtd Ref IRQs
Initial Probe 0 10 N 0 1 3 4 5 6 7 11 12 14 15
Validation 0 255 N 0 1 3 4 5 6 7 11 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 11 12 14 15
pci_link4: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 1 3 4 5 6 7 10 12 14 15
Validation 0 255 N 0 1 3 4 5 6 7 10 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 10 12 14 15
pci_link5: Index IRQ Rtd Ref IRQs
Initial Probe 0 10 N 0 1 3 4 5 6 7 11 12 14 15
Validation 0 255 N 0 1 3 4 5 6 7 11 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 11 12 14 15
pci_link6: Index IRQ Rtd Ref IRQs
Initial Probe 0 10 N 0 1 3 4 5 6 7 10 12 14 15
Validation 0 10 N 0 1 3 4 5 6 7 10 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 10 12 14 15
pci_link7: Index IRQ Rtd Ref IRQs
Initial Probe 0 5 N 0 1 3 4 5 6 7 11 12 14 15
Validation 0 5 N 0 1 3 4 5 6 7 11 12 14 15
After Disable 0 255 N 0 1 3 4 5 6 7 11 12 14 15
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
acpi_hpet0: vend: 0x8086 rev: 0x1 num: 2 hz: 14318180 opts: legacy_route 64-bit
Timecounter "HPET" frequency 14318180 Hz quality 900
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found-> vendor=0x8086, dev=0x27a0, revid=0x03
domain=0, bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x27a1, revid=0x03
domain=0, bus=0, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x18 (6000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 16
found-> vendor=0x8086, dev=0x27d8, revid=0x02
domain=0, bus=0, slot=27, func=0
class=04-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0106, 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 64, base 0xd2400000, size 14, enabled
pcib0: matched entry for 0.27.INTA
pcib0: slot 27 INTA hardwired to IRQ 22
found-> vendor=0x8086, dev=0x27d0, revid=0x02
domain=0, bus=0, slot=28, func=0
class=06-04-00, hdrtype=0x01, mfdev=1
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=11
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.28.INTA
pcib0: slot 28 INTA hardwired to IRQ 17
found-> vendor=0x8086, dev=0x27d2, revid=0x02
domain=0, bus=0, slot=28, func=1
class=06-04-00, hdrtype=0x01, mfdev=1
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
intpin=b, irq=10
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.28.INTB
pcib0: slot 28 INTB hardwired to IRQ 16
found-> vendor=0x8086, dev=0x27c8, revid=0x02
domain=0, bus=0, slot=29, func=0
class=0c-03-00, hdrtype=0x00, mfdev=1
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
map[20]: type I/O Port, range 32, base 0x1800, size 5, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
found-> vendor=0x8086, dev=0x27c9, revid=0x02
domain=0, bus=0, slot=29, func=1
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=10
map[20]: type I/O Port, range 32, base 0x1820, size 5, enabled
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 19
found-> vendor=0x8086, dev=0x27ca, revid=0x02
domain=0, bus=0, slot=29, func=2
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=11
map[20]: type I/O Port, range 32, base 0x1840, size 5, enabled
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
found-> vendor=0x8086, dev=0x27cb, revid=0x02
domain=0, bus=0, slot=29, func=3
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=d, irq=10
map[20]: type I/O Port, range 32, base 0x1860, size 5, enabled
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
found-> vendor=0x8086, dev=0x27cc, revid=0x02
domain=0, bus=0, slot=29, func=7
class=0c-03-20, hdrtype=0x00, mfdev=0
cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
powerspec 2 supports D0 D3 current D0
map[10]: type Memory, range 32, base 0xd2404000, size 10, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
found-> vendor=0x8086, dev=0x2448, revid=0xe2
domain=0, bus=0, slot=30, func=0
class=06-04-01, hdrtype=0x01, mfdev=0
cmdreg=0x0004, statreg=0x0010, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x27b9, revid=0x02
domain=0, bus=0, slot=31, func=0
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x27c4, revid=0x02
domain=0, bus=0, slot=31, func=2
class=01-01-80, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x02b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=255
powerspec 2 supports D0 D3 current D0
map[20]: type I/O Port, range 32, base 0x18b0, size 4, enabled
found-> vendor=0x8086, dev=0x27da, revid=0x02
domain=0, bus=0, slot=31, func=3
class=0c-05-00, hdrtype=0x00, mfdev=0
cmdreg=0x0101, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=10
map[20]: type I/O Port, range 32, base 0x18c0, size 5, enabled
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 19
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pcib1: domain 0
pcib1: secondary bus 1
pcib1: subordinate bus 1
pcib1: I/O decode 0xf000-0xfff
pcib1: memory decode 0xd0000000-0xd1ffffff
pcib1: prefetched decode 0xc0000000-0xcfffffff
pci1: <ACPI PCI bus> on pcib1
pci1: domain=0, physical bus=1
found-> vendor=0x10de, dev=0x01d7, revid=0xa1
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 0xd1000000, size 24, enabled
pcib1: requested memory range 0xd1000000-0xd1ffffff: good
map[14]: type Prefetchable Memory, range 64, base 0xc0000000, size 28, enabled
pcib1: requested memory range 0xc0000000-0xcfffffff: good
map[1c]: type Memory, range 64, base 0xd0000000, size 24, enabled
pcib1: requested memory range 0xd0000000-0xd0ffffff: good
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 16
vgapci0: <VGA-compatible display> mem 0xd1000000-0xd1ffffff,0xc0000000-0xcfffffff,0xd0000000-0xd0ffffff irq 16 at device 0.0 on pci1
nvidia0: <GeForce Go 7300> on vgapci0
vgapci0: child nvidia0 requested pci_enable_busmaster
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: Reserved 0x1000000 bytes for rid 0x10 type 3 at 0xd1000000
vgapci0: Reserved 0x10000000 bytes for rid 0x14 type 3 at 0xc0000000
vgapci0: Reserved 0x1000000 bytes for rid 0x1c type 3 at 0xd0000000
ioapic0: routing intpin 16 (PCI IRQ 16) to vector 49
nvidia0: [GIANT-LOCKED]
nvidia0: [ITHREAD]
pcm0: <Intel 82801G High Definition Audio Controller> mem 0xd2400000-0xd2403fff irq 22 at device 27.0 on pci0
pcm0: TCSEL: 0x07 -> 0x00
pcm0: DMA Coherency: Uncacheable / vendor=0x8086
pcm0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xd2400000
ioapic0: routing intpin 22 (PCI IRQ 22) to vector 50
pcm0: [MPSAFE]
pcm0: [ITHREAD]
pcm0: hdac_dma_alloc: size=1024 -> roundsz=1024
pcm0: hdac_dma_alloc: size=2048 -> roundsz=2048
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
pcib2: domain 0
pcib2: secondary bus 2
pcib2: subordinate bus 2
pcib2: I/O decode 0xf000-0xfff
pcib2: no prefetched decode
pci2: <ACPI PCI bus> on pcib2
pci2: domain=0, physical bus=2
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 28.1 on pci0
pcib3: domain 0
pcib3: secondary bus 3
pcib3: subordinate bus 3
pcib3: I/O decode 0xf000-0xfff
pcib3: memory decode 0xd2000000-0xd20fffff
pcib3: no prefetched decode
pci3: <ACPI PCI bus> on pcib3
pci3: domain=0, physical bus=3
found-> vendor=0x8086, dev=0x4227, revid=0x02
domain=0, bus=3, slot=0, func=0
class=02-80-00, hdrtype=0x00, mfdev=0
cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=11
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 32, base 0xd2000000, size 12, enabled
pcib3: requested memory range 0xd2000000-0xd2000fff: good
pcib3: matched entry for 3.0.INTA
pcib3: slot 0 INTA hardwired to IRQ 17
wpi0: <Intel(R) PRO/Wireless 3945ABG> mem 0xd2000000-0xd2000fff irq 17 at device 0.0 on pci3
wpi0: Driver Revision 20071127
wpi0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd2000000
wpi0: Hardware Revision (0x1)
wpi0: Regulatory Domain: MoW2
wpi0: Hardware Type: B
wpi0: Hardware Revision: ?
wpi0: SKU does support 802.11a
wpi0: bpf attached
wpi0: Ethernet address: 00:19:d2:97:2c:e3
wpi0: bpf attached
wpi0: bpf attached
ioapic0: routing intpin 17 (PCI IRQ 17) to vector 51
wpi0: [MPSAFE]
wpi0: [ITHREAD]
wpi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wpi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wpi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
uhci0: <UHCI (generic) USB controller> port 0x1800-0x181f irq 23 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1800
ioapic0: routing intpin 23 (PCI IRQ 23) to vector 52
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: <UHCI (generic) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: <UHCI (generic) USB controller> port 0x1820-0x183f irq 19 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820
ioapic0: routing intpin 19 (PCI IRQ 19) to vector 53
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: <UHCI (generic) USB controller> on uhci1
usb1: USB revision 1.0
uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2: <UHCI (generic) USB controller> port 0x1840-0x185f irq 18 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840
ioapic0: routing intpin 18 (PCI IRQ 18) to vector 54
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2: <UHCI (generic) USB controller> on uhci2
usb2: USB revision 1.0
uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
uhci3: <UHCI (generic) USB controller> port 0x1860-0x187f irq 16 at device 29.3 on pci0
uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860
uhci3: [GIANT-LOCKED]
uhci3: [ITHREAD]
usb3: <UHCI (generic) USB controller> on uhci3
usb3: USB revision 1.0
uhub3: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
uhub3: 2 ports with 2 removable, self powered
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xd2404000-0xd24043ff irq 23 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xd2404000
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb4
uhub4: 8 ports with 8 removable, self powered
umass0: <Western Digital External HDD, class 0/0, rev 2.00/1.05, addr 2> on uhub4
umass0:0:0:-1: Attached to scbus0
ugen0: <vendor 0x0c45 USB20 Camera, class 0/0, rev 2.00/1.00, addr 3> on uhub4
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib4: domain 0
pcib4: secondary bus 5
pcib4: subordinate bus 5
pcib4: I/O decode 0x0-0x0
pcib4: no prefetched decode
pcib4: Subtractively decoded bridge.
pci5: <ACPI PCI bus> on pcib4
pci5: domain=0, physical bus=5
found-> vendor=0x10ec, dev=0x8139, revid=0x10
domain=0, bus=5, slot=1, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type I/O Port, range 32, base 0x2000, size 8, enabled
map[14]: type Memory, range 32, base 0xd2100000, size 8, enabled
pcib4: requested memory range 0xd2100000-0xd21000ff: good
pcib4: matched entry for 5.1.INTA
pcib4: slot 1 INTA hardwired to IRQ 21
found-> vendor=0x1524, dev=0x1410, revid=0x01
domain=0, bus=5, slot=4, func=0
class=06-07-00, hdrtype=0x02, mfdev=0
cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x07 (1750 ns)
intpin=a, irq=255
powerspec 1 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0, size 12, enabled
found-> vendor=0x1180, dev=0x0832, revid=0x00
domain=0, bus=5, slot=6, func=0
class=0c-00-10, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd2100800, size 11, memory disabled
pcib4: requested memory range 0xd2100800-0xd2100fff: good
pcib4: matched entry for 5.6.INTA
pcib4: slot 6 INTA hardwired to IRQ 22
found-> vendor=0x1180, dev=0x0822, revid=0x19
domain=0, bus=5, slot=6, func=1
class=08-05-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=5
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd2100400, size 8, memory disabled
pcib4: requested memory range 0xd2100400-0xd21004ff: good
pcib4: matched entry for 5.6.INTB
pcib4: slot 6 INTB hardwired to IRQ 23
found-> vendor=0x1180, dev=0x0843, revid=0x01
domain=0, bus=5, slot=6, func=2
class=08-80-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=5
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd2101000, size 8, memory disabled
pcib4: requested memory range 0xd2101000-0xd21010ff: good
pcib4: matched entry for 5.6.INTB
pcib4: slot 6 INTB hardwired to IRQ 23
found-> vendor=0x1180, dev=0x0592, revid=0x0a
domain=0, bus=5, slot=6, func=3
class=08-80-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=5
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd2101400, size 8, memory disabled
pcib4: requested memory range 0xd2101400-0xd21014ff: good
pcib4: matched entry for 5.6.INTB
pcib4: slot 6 INTB hardwired to IRQ 23
found-> vendor=0x1180, dev=0x0852, revid=0x05
domain=0, bus=5, slot=6, func=4
class=08-80-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=5
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd2101800, size 8, memory disabled
pcib4: requested memory range 0xd2101800-0xd21018ff: good
pcib4: matched entry for 5.6.INTB
pcib4: slot 6 INTB hardwired to IRQ 23
rl0: <RealTek 8139 10/100BaseTX> port 0x2000-0x20ff mem 0xd2100000-0xd21000ff irq 21 at device 1.0 on pci5
rl0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2000
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> PHY 0 on miibus0
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: bpf attached
rl0: Ethernet address: 00:0f:b0:d2:74:6a
ioapic0: routing intpin 21 (PCI IRQ 21) to vector 55
rl0: [MPSAFE]
rl0: [ITHREAD]
cbb0: <ENE CB1410 PCI-CardBus Bridge> at device 4.0 on pci5
pcib4: cbb0 requested memory range 0x0-0xffffffff: good
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib4: matched entry for 5.4.INTA
pcib4: slot 4 INTA hardwired to IRQ 16
cbb0: [MPSAFE]
cbb0: [ITHREAD]
cbb0: PCI Configuration space:
0x00: 0x14101524 0x02100007 0x06070001 0x00024008
0x10: 0x80000000 0x020000a0 0x20070605 0xfffff000
0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc
0x30: 0x00000000 0xfffffffc 0x00000000 0x07400110
0x40: 0x207517aa 0x00000001 0x00000000 0x00000000
0x50: 0x00000000 0x00000000 0x00000000 0x00000000
0x60: 0x00000000 0x00000000 0x00000000 0x00000000
0x70: 0x00000000 0x00000000 0x00000000 0x00000000
0x80: 0x4060d021 0x00000000 0x00000000 0x01111c12
0x90: 0x604402c0 0x00000000 0x00000000 0x00000000
0xa0: 0xfe010001 0x00c00000 0x0000001a 0x00000005
0xb0: 0x00000000 0x00000000 0x00000000 0x00000000
0xc0: 0x00003000 0x00800080 0x10080400 0x00000000
0xd0: 0x00000000 0x00000000 0x00000000 0x00000000
0xe0: 0x00000000 0x00000000 0x00000000 0x00000000
0xf0: 0x00000000 0x00000000 0x00000000 0x00000000
fwohci0: vendor=1180, dev=832
fwohci0: vendor=1180, dev=832
fwohci0: <1394 Open Host Controller Interface> mem 0xd2100800-0xd2100fff irq 22 at device 6.0 on pci5
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xd2100800
fwohci0: [MPSAFE]
fwohci0: [FILTER]
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:02:3f:71:ab:40:86:0a
fwohci0: Phy 1394a available S400, 1 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:02:3f:40:86:0a
fwe0: bpf attached
fwe0: Ethernet address: 02:02:3f:40:86:0a
fwip0: <IP over FireWire> on firewire0
fwip0: bpf attached
fwip0: Firewire address: 00:02:3f:71:ab:40:86:0a @ 0xfffe00000000, S400, maxrec 2048
dcons_crom0: <dcons configuration ROM> on firewire0
dcons_crom0: bus_addr 0x7d888000
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
pci5: <base peripheral> at device 6.1 (no driver attached)
pci5: <base peripheral> at device 6.2 (no driver attached)
pci5: <base peripheral> at device 6.3 (no driver attached)
pci5: <base peripheral> at device 6.4 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7M SATA300 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x18b0-0x18bf at device 31.2 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x18b0
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ioapic0: routing intpin 14 (ISA IRQ 14) to vector 56
ata0: [MPSAFE]
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=51 ostat1=00
ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00
ata1: reset tp2 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER>
ioapic0: routing intpin 15 (ISA IRQ 15) to vector 57
ata1: [MPSAFE]
ata1: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to vector 58
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: <PS/2 Mouse> flags 0x2000 irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to vector 59
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00002000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
cpu0: <ACPI CPU> on acpi0
ACPI: SSDT @ 0x0x7fee7616/0x01F6 (v 1 PmRef Cpu0Ist 0x00003000 INTL 0x20050624)
ACPI: SSDT @ 0x0x7fee70a9/0x04E8 (v 1 PmRef Cpu0Cst 0x00003001 INTL 0x20050624)
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
cpu1: <ACPI CPU> on acpi0
ACPI: SSDT @ 0x0x7fee780c/0x00C8 (v 1 PmRef Cpu1Ist 0x00003000 INTL 0x20050624)
ACPI: SSDT @ 0x0x7fee7591/0x0085 (v 1 PmRef Cpu1Cst 0x00003000 INTL 0x20050624)
est1: <Enhanced SpeedStep Frequency Control> on cpu1
p4tcc1: <CPU Frequency Thermal Control> on cpu1
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sc: sc0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcefff,0xcf000-0xcffff,0xdc000-0xdffff,0xe0000-0xe17ff pnpid ORM0000 on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x8e21 0x8e21 0x8e21 0x8e21
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x8e21 0x8e21 0x8e21 0x8e21
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x8e21 0x8e21 0x8e21 0x8e21
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
ums0: <Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/11.10, addr 2> on uhub1
ums0: 3 buttons and Z dir.
ugen1: <vendor 0x08ff Fingerprint Sensor, class 255/255, rev 1.10/6.23, addr 2> on uhub2
Device configuration finished.
Reducing kern.maxvnodes 133783 -> 100000
procfs registered
linprocfs registered
linsysfs registered
lapic: Divisor 2, Frequency 83125647 hz
Timecounter "TSC" frequency 1828764091 Hz quality -100
Timecounters tick every 1.000 msec
Linux ELF exec handler installed
lo0: bpf attached
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
acpi_acad0: acline initialization start
battery0: battery initialization start
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire
ad0: 114473MB <TOSHIBA MK1234GSX AH002E> at ata0-master SATA150
ad0: 234441648 sectors [232581C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
ad0: Intel check1 failed
ad0: Adaptec check1 failed
ad0: LSI (v3) check1 failed
ad0: LSI (v2) check1 failed
ad0: FreeBSD check1 failed
ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
acd0: <HL-DT-ST DVDRAM GMA-4082N/HA01> DVDR drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet
acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
pcm0: HDA_DEBUG: HDA Config: on=0x00000000 off=0x00000000
pcm0: HDA_DEBUG: Starting CORB Engine...
pcm0: HDA_DEBUG: Starting RIRB Engine...
pcm0: HDA_DEBUG: Enabling controller interrupt...
pcm0: HDA_DEBUG: Scanning HDA codecs [start index=0] ...
pcm0: HDA_DEBUG: Probing codec: 0
pcm0: HDA_DEBUG: startnode=1 endnode=2
pcm0: HDA_DEBUG: Found AFG nid=1 [startnode=1 endnode=2]
pcm0: HDA_DEBUG: Parsing AFG nid=1 cad=0
pcm0: Vendor: 0x000010ec
pcm0: Device: 0x00000862
pcm0: Revision: 0x00000000
pcm0: Stepping: 0x00000001
pcm0: PCI Subvendor: 0x206617aa
pcm0: Nodes: start=2 endnode=39 total=37
pcm0: CORB size: 256
pcm0: RIRB size: 256
pcm0: Streams: ISS=4 OSS=4 BSS=0
pcm0: GPIO: 0x40000002
pcm0: NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=9 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=11 entries=6 found=6
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=12 entries=2 found=2
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=13 entries=2 found=2
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=14 entries=2 found=2
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=15 entries=2 found=2
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=20 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=21 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=22 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=23 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=24 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=25 entries=2 found=2
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=26 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=27 entries=2 found=2
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=30 entries=1 found=1
pcm0: HDA_DEBUG: hdac_widget_connection_parse: nid=34 entries=11 found=11
pcm0: HDA_DEBUG: Parsing Ctls...
pcm0: HDA_DEBUG: Parsing vendor patch...
pcm0: HDA_DEBUG: Building AFG tree...
pcm0: HDA_DEBUG: HWiP: HDA Widget Parser - Revision 1
pcm0: HDA_DEBUG: HWiP: Found 3 DAC path using HDA_PARSE_MIXER strategy.
pcm0: HDA_DEBUG: AFG commit...
pcm0: HDA_DEBUG: Ctls commit...
pcm0: [ 2] Ctl nid=3 Bind to NONE
pcm0: [ 3] Ctl nid=4 Bind to NONE
pcm0: [ 8] Ctl nid=11 childnid=26 DISABLED
pcm0: [ 9] Ctl nid=11 childnid=27 Bind to NONE
pcm0: [10] Ctl nid=11 childnid=28 DISABLED
pcm0: [11] Ctl nid=11 childnid=29 DISABLED
pcm0: [12] Ctl nid=12 childnid=2 Bind to NONE
pcm0: [13] Ctl nid=12 childnid=11 Bind to NONE
pcm0: [14] Ctl nid=13 childnid=3 Bind to NONE
pcm0: [15] Ctl nid=13 childnid=11 Bind to NONE
pcm0: [16] Ctl nid=14 childnid=4 Bind to NONE
pcm0: [17] Ctl nid=14 childnid=11 Bind to NONE
pcm0: [18] Ctl nid=15 childnid=5 Bind to NONE
pcm0: [19] Ctl nid=15 childnid=11 Bind to NONE
pcm0: [20] Ctl nid=20 Bind to NONE
pcm0: [21] Ctl nid=21 DISABLED
pcm0: [22] Ctl nid=22 DISABLED
pcm0: [23] Ctl nid=23 DISABLED
pcm0: [24] Ctl nid=24 Bind to NONE
pcm0: [25] Ctl nid=24 Bind to NONE
pcm0: [26] Ctl nid=25 Bind to NONE
pcm0: [27] Ctl nid=25 Bind to NONE
pcm0: [28] Ctl nid=26 DISABLED
pcm0: [29] Ctl nid=27 Bind to NONE
pcm0: [30] Ctl nid=27 Bind to NONE
pcm0: [31] Ctl nid=34 childnid=24 Bind to NONE
pcm0: [32] Ctl nid=34 childnid=25 Bind to NONE
pcm0: [33] Ctl nid=34 childnid=26 DISABLED
pcm0: [34] Ctl nid=34 childnid=27 Bind to NONE
pcm0: [35] Ctl nid=34 childnid=28 DISABLED
pcm0: [36] Ctl nid=34 childnid=29 DISABLED
pcm0: [37] Ctl nid=34 childnid=20 Bind to NONE
pcm0: [38] Ctl nid=34 childnid=21 DISABLED
pcm0: [39] Ctl nid=34 childnid=22 DISABLED
pcm0: [40] Ctl nid=34 childnid=23 DISABLED
pcm0: [41] Ctl nid=34 childnid=11 Bind to NONE
pcm0: HDA_DEBUG: PCMDIR_PLAY setup...
pcm0: HDA_DEBUG: PCMDIR_REC setup...
pcm0: HDA_DEBUG: OSS mixer initialization...
pcm0: Mixer "vol":
pcm0: Mixer "pcm":
pcm0: Mixer "mic":
pcm0: Mixer "rec":
pcm0: HDA_DEBUG: Registering PCM channels...
pcm0: clone manager: deadline=750ms flags=0x8000001e
pcm0: hdac_dma_alloc: size=4096 -> roundsz=4096
pcm0: sndbuf_setmap 1c5c000, 4000; 0xe5cd5000 -> 1c5c000
pcm0: hdac_dma_alloc: size=4096 -> roundsz=4096
pcm0: sndbuf_setmap 1c4c000, 4000; 0xe5cd9000 -> 1c4c000
pcm0: <HDA Codec: Realtek ALC861-VD>
pcm0: <HDA Codec ID: 0x10ec0862>
pcm0: <HDA Driver Revision: 20080420_0052>
pcm0:
pcm0: HDA config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
pcm0:
pcm0: +-------------------+
pcm0: | DUMPING HDA NODES |
pcm0: +-------------------+
pcm0:
pcm0: Default Parameter
pcm0: -----------------
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x000e0160
pcm0: PCM size: 16 20 24
pcm0: PCM rate: 44 48 96
pcm0: IN amp: 0x00000000
pcm0: OUT amp: 0x00000000
pcm0:
pcm0: nid: 2 [ANALOG]
pcm0: name: audio output
pcm0: widget_cap: 0x0000001d
pcm0: Parse flags: 0x00000001
pcm0: Ctl flags: 0x00000011
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x000e0160
pcm0: PCM size: 16 20 24
pcm0: PCM rate: 44 48 96
pcm0: Output amp: 0x00034040
pcm0: mute=0 step=64 size=3 offset=64
pcm0: connections: 0
pcm0:
pcm0: nid: 3 [ANALOG]
pcm0: name: audio output
pcm0: widget_cap: 0x0000001d
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x000e0160
pcm0: PCM size: 16 20 24
pcm0: PCM rate: 44 48 96
pcm0: Output amp: 0x00034040
pcm0: mute=0 step=64 size=3 offset=64
pcm0: connections: 0
pcm0:
pcm0: nid: 4 [ANALOG]
pcm0: name: audio output
pcm0: widget_cap: 0x0000001d
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x000e0160
pcm0: PCM size: 16 20 24
pcm0: PCM rate: 44 48 96
pcm0: Output amp: 0x00034040
pcm0: mute=0 step=64 size=3 offset=64
pcm0: connections: 0
pcm0:
pcm0: nid: 5 [ANALOG]
pcm0: name: audio output
pcm0: widget_cap: 0x0000001d
pcm0: Parse flags: 0x00000001
pcm0: Ctl flags: 0x00000011
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x000e0160
pcm0: PCM size: 16 20 24
pcm0: PCM rate: 44 48 96
pcm0: Output amp: 0x00034040
pcm0: mute=0 step=64 size=3 offset=64
pcm0: connections: 0
pcm0:
pcm0: nid: 6 [DIGITAL] [DISABLED]
pcm0: name: audio output
pcm0: widget_cap: 0x00000211
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x001e0160
pcm0: PCM size: 16 20 24 32
pcm0: PCM rate: 44 48 96
pcm0: connections: 0
pcm0:
pcm0: nid: 7 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 8 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 9 [ANALOG]
pcm0: name: audio input
pcm0: widget_cap: 0x0010011b
pcm0: Parse flags: 0x00000002
pcm0: Ctl flags: 0x00000800
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x00060160
pcm0: PCM size: 16 20
pcm0: PCM rate: 44 48 96
pcm0: Input amp: 0x80051f09
pcm0: mute=1 step=31 size=5 offset=9
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=34 [audio mixer]
pcm0:
pcm0: nid: 10 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 11 [ANALOG]
pcm0: name: audio mixer
pcm0: widget_cap: 0x0020010b
pcm0: Parse flags: 0x00000002
pcm0: Ctl flags: 0x00000081
pcm0: Input amp: 0x80051f17
pcm0: mute=1 step=31 size=5 offset=23
pcm0: connections: 6
pcm0: |
pcm0: + <- nid=24 [pin: Mic in (jack)]
pcm0: |
pcm0: + <- nid=25 [pin: Mic in (fixed)]
pcm0: |
pcm0: + <- nid=26 [pin: speaker (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=27 [pin: headphones out (jack)]
pcm0: |
pcm0: + <- nid=28 [pin: CD (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=29 [pin: speaker (none)] [DISABLED]
pcm0:
pcm0: nid: 12 [ANALOG]
pcm0: name: audio mixer
pcm0: widget_cap: 0x0020010b
pcm0: Parse flags: 0x00000001
pcm0: Ctl flags: 0x00000091
pcm0: Input amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 2
pcm0: |
pcm0: + <- nid=2 [audio output]
pcm0: |
pcm0: + <- nid=11 [audio mixer]
pcm0:
pcm0: nid: 13 [ANALOG]
pcm0: name: audio mixer
pcm0: widget_cap: 0x0020010b
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Input amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 2
pcm0: |
pcm0: + <- nid=3 [audio output]
pcm0: |
pcm0: + <- nid=11 [audio mixer]
pcm0:
pcm0: nid: 14 [ANALOG]
pcm0: name: audio mixer
pcm0: widget_cap: 0x0020010b
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Input amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 2
pcm0: |
pcm0: + <- nid=4 [audio output]
pcm0: |
pcm0: + <- nid=11 [audio mixer]
pcm0:
pcm0: nid: 15 [ANALOG]
pcm0: name: audio mixer
pcm0: widget_cap: 0x0020010b
pcm0: Parse flags: 0x00000001
pcm0: Ctl flags: 0x00000011
pcm0: Input amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 2
pcm0: |
pcm0: + <- nid=5 [audio output]
pcm0: |
pcm0: + <- nid=11 [audio mixer]
pcm0:
pcm0: nid: 16 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 17 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 18 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 19 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 20 [ANALOG]
pcm0: name: pin: speaker (fixed)
pcm0: widget_cap: 0x0040018d
pcm0: Parse flags: 0x00000001
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x0001003c
pcm0: HP OUT IN EAPD : UNSOL
pcm0: Pin config: 0x99130110
pcm0: Pin control: 0x00000040 OUT
pcm0: EAPD: 0x00000002
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=12 [audio mixer]
pcm0:
pcm0: nid: 21 [ANALOG] [DISABLED]
pcm0: name: pin: speaker (none)
pcm0: widget_cap: 0x0040018d
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00010034
pcm0: OUT IN EAPD : UNSOL
pcm0: Pin config: 0x411111f0
pcm0: Pin control: 0x00000060 IN OUT
pcm0: EAPD: 0x00000002
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=13 [audio mixer]
pcm0:
pcm0: nid: 22 [ANALOG] [DISABLED]
pcm0: name: pin: speaker (none)
pcm0: widget_cap: 0x0040018d
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00000034
pcm0: OUT IN : UNSOL
pcm0: Pin config: 0x411111f0
pcm0: Pin control: 0x00000060 IN OUT
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=14 [audio mixer]
pcm0:
pcm0: nid: 23 [ANALOG] [DISABLED]
pcm0: name: pin: speaker (none)
pcm0: widget_cap: 0x0040018d
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00000034
pcm0: OUT IN : UNSOL
pcm0: Pin config: 0x411111f0
pcm0: Pin control: 0x00000060 IN OUT
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=15 [audio mixer]
pcm0:
pcm0: nid: 24 [ANALOG]
pcm0: name: pin: Mic in (jack)
pcm0: widget_cap: 0x0040018f
pcm0: Parse flags: 0x00000002
pcm0: Ctl flags: 0x00000081
pcm0: Pin cap: 0x00001734
pcm0: OUT IN VREF[ 50 80 GROUND HIZ ] : UNSOL
pcm0: Pin config: 0x01a19820
pcm0: Pin control: 0x00000024 IN
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: Input amp: 0x00270300
pcm0: mute=0 step=3 size=39 offset=0
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=14 [audio mixer]
pcm0:
pcm0: nid: 25 [ANALOG]
pcm0: name: pin: Mic in (fixed)
pcm0: widget_cap: 0x0040018f
pcm0: Parse flags: 0x00000002
pcm0: Ctl flags: 0x00000081
pcm0: Pin cap: 0x0000173c
pcm0: HP OUT IN VREF[ 50 80 GROUND HIZ ] : UNSOL
pcm0: Pin config: 0x99a3012f
pcm0: Pin control: 0x00000024 IN
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: Input amp: 0x00270300
pcm0: mute=0 step=3 size=39 offset=0
pcm0: connections: 2
pcm0: |
pcm0: + <- nid=12 [audio mixer] (selected)
pcm0: |
pcm0: + <- nid=15 [audio mixer]
pcm0:
pcm0: nid: 26 [ANALOG] [DISABLED]
pcm0: name: pin: speaker (none)
pcm0: widget_cap: 0x0040018d
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00000034
pcm0: OUT IN : UNSOL
pcm0: Pin config: 0x411111f0
pcm0: Pin control: 0x00000060 IN OUT
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=13 [audio mixer]
pcm0:
pcm0: nid: 27 [ANALOG]
pcm0: name: pin: headphones out (jack)
pcm0: widget_cap: 0x0040018f
pcm0: Parse flags: 0x00000001
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x0000173c
pcm0: HP OUT IN VREF[ 50 80 GROUND HIZ ] : UNSOL
pcm0: Pin config: 0x0121401f
pcm0: Pin control: 0x000000c0 HP OUT
pcm0: Output amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: Input amp: 0x00270300
pcm0: mute=0 step=3 size=39 offset=0
pcm0: connections: 2
pcm0: |
pcm0: + <- nid=12 [audio mixer] (selected)
pcm0: |
pcm0: + <- nid=15 [audio mixer]
pcm0:
pcm0: nid: 28 [ANALOG] [DISABLED]
pcm0: name: pin: CD (none)
pcm0: widget_cap: 0x00400001
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00000020
pcm0: IN
pcm0: Pin config: 0x593301f0
pcm0: Pin control: 0x00000020 IN
pcm0: connections: 0
pcm0:
pcm0: nid: 29 [ANALOG] [DISABLED]
pcm0: name: pin: speaker (none)
pcm0: widget_cap: 0x00400000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00000020
pcm0: IN
pcm0: Pin config: 0x40178e2d
pcm0: Pin control: 0x00000020 IN
pcm0: connections: 0
pcm0:
pcm0: nid: 30 [DIGITAL] [DISABLED]
pcm0: name: pin: speaker (none)
pcm0: widget_cap: 0x00400300
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: Pin cap: 0x00000010
pcm0: OUT
pcm0: Pin config: 0x411111f0
pcm0: Pin control: 0x00000040 OUT
pcm0: connections: 1
pcm0: |
pcm0: + <- nid=6 [audio output] [DISABLED]
pcm0:
pcm0: nid: 31 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 32 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00040
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 33 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 34 [ANALOG]
pcm0: name: audio mixer
pcm0: widget_cap: 0x0020010b
pcm0: Parse flags: 0x00000006
pcm0: Ctl flags: 0x00000000
pcm0: Input amp: 0x80000000
pcm0: mute=1 step=0 size=0 offset=0
pcm0: connections: 11
pcm0: |
pcm0: + <- nid=24 [pin: Mic in (jack)]
pcm0: |
pcm0: + <- nid=25 [pin: Mic in (fixed)]
pcm0: |
pcm0: + <- nid=26 [pin: speaker (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=27 [pin: headphones out (jack)]
pcm0: |
pcm0: + <- nid=28 [pin: CD (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=29 [pin: speaker (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=20 [pin: speaker (fixed)]
pcm0: |
pcm0: + <- nid=21 [pin: speaker (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=22 [pin: speaker (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=23 [pin: speaker (none)] [DISABLED]
pcm0: |
pcm0: + <- nid=11 [audio mixer]
pcm0:
pcm0: nid: 35 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 36 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 37 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: nid: 38 [ANALOG]
pcm0: name: vendor widget
pcm0: widget_cap: 0x00f00000
pcm0: Parse flags: 0x00000000
pcm0: Ctl flags: 0x00000000
pcm0: connections: 0
pcm0:
pcm0: +------------------------+
pcm0: | DUMPING HDA AMPLIFIERS |
pcm0: +------------------------+
pcm0:
pcm0: 1: nid=2 dir=0x1 index=0 ossmask=0x00000011 ossdev=4
pcm0: 2: nid=3 dir=0x1 index=0 ossmask=0x00000000 ossdev=0
pcm0: 3: nid=4 dir=0x1 index=0 ossmask=0x00000000 ossdev=0
pcm0: 4: nid=5 dir=0x1 index=0 ossmask=0x00000011 ossdev=4
pcm0: 5: nid=9 dir=0x2 index=0 ossmask=0x00000800 ossdev=0
pcm0: 6: nid=11 cnid=24 dir=0x2 index=0 ossmask=0x00000081 ossdev=7
pcm0: 7: nid=11 cnid=25 dir=0x2 index=1 ossmask=0x00000081 ossdev=7
pcm0: 8: nid=11 cnid=26 dir=0x2 index=2 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 9: nid=11 cnid=27 dir=0x2 index=3 ossmask=0x00000000 ossdev=0
pcm0: 10: nid=11 cnid=28 dir=0x2 index=4 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 11: nid=11 cnid=29 dir=0x2 index=5 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 12: nid=12 cnid=2 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 13: nid=12 cnid=11 dir=0x2 index=1 ossmask=0x00000000 ossdev=0
pcm0: 14: nid=13 cnid=3 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 15: nid=13 cnid=11 dir=0x2 index=1 ossmask=0x00000000 ossdev=0
pcm0: 16: nid=14 cnid=4 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 17: nid=14 cnid=11 dir=0x2 index=1 ossmask=0x00000000 ossdev=0
pcm0: 18: nid=15 cnid=5 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 19: nid=15 cnid=11 dir=0x2 index=1 ossmask=0x00000000 ossdev=0
pcm0: 20: nid=20 dir=0x1 index=0 ossmask=0x00000000 ossdev=0
pcm0: 21: nid=21 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 22: nid=22 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 23: nid=23 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 24: nid=24 dir=0x1 index=0 ossmask=0x00000000 ossdev=0
pcm0: 25: nid=24 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 26: nid=25 dir=0x1 index=0 ossmask=0x00000000 ossdev=0
pcm0: 27: nid=25 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 28: nid=26 dir=0x1 index=0 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 29: nid=27 dir=0x1 index=0 ossmask=0x00000000 ossdev=0
pcm0: 30: nid=27 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 31: nid=34 cnid=24 dir=0x2 index=0 ossmask=0x00000000 ossdev=0
pcm0: 32: nid=34 cnid=25 dir=0x2 index=1 ossmask=0x00000000 ossdev=0
pcm0: 33: nid=34 cnid=26 dir=0x2 index=2 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 34: nid=34 cnid=27 dir=0x2 index=3 ossmask=0x00000000 ossdev=0
pcm0: 35: nid=34 cnid=28 dir=0x2 index=4 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 36: nid=34 cnid=29 dir=0x2 index=5 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 37: nid=34 cnid=20 dir=0x2 index=6 ossmask=0x00000000 ossdev=0
pcm0: 38: nid=34 cnid=21 dir=0x2 index=7 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 39: nid=34 cnid=22 dir=0x2 index=8 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 40: nid=34 cnid=23 dir=0x2 index=9 ossmask=0x00000000 ossdev=0 [DISABLED]
pcm0: 41: nid=34 cnid=11 dir=0x2 index=10 ossmask=0x00000000 ossdev=0
pcm0:
pcm0: +-----------------------------------+
pcm0: | DUMPING HDA AUDIO/VOLUME CONTROLS |
pcm0: +-----------------------------------+
pcm0:
pcm0: Master Volume (OSS: vol)
pcm0: |
pcm0: +- nid: 2 index: 0 mute: 0 step: 64 size: 3 off: 64 dir=0x1 ossmask=0x00000011
pcm0: |
pcm0: +- nid: 5 index: 0 mute: 0 step: 64 size: 3 off: 64 dir=0x1 ossmask=0x00000011
pcm0: |
pcm0: +- nid: 11 index: 0 (nid: 24) mute: 1 step: 31 size: 5 off: 23 dir=0x2 ossmask=0x00000081
pcm0: |
pcm0: +- nid: 11 index: 1 (nid: 25) mute: 1 step: 31 size: 5 off: 23 dir=0x2 ossmask=0x00000081
pcm0:
pcm0: PCM Volume (OSS: pcm)
pcm0: |
pcm0: +- nid: 2 index: 0 mute: 0 step: 64 size: 3 off: 64 dir=0x1 ossmask=0x00000011
pcm0: |
pcm0: +- nid: 5 index: 0 mute: 0 step: 64 size: 3 off: 64 dir=0x1 ossmask=0x00000011
pcm0:
pcm0: Microphone Volume (OSS: mic)
pcm0: |
pcm0: +- nid: 11 index: 0 (nid: 24) mute: 1 step: 31 size: 5 off: 23 dir=0x2 ossmask=0x00000081
pcm0: |
pcm0: +- nid: 11 index: 1 (nid: 25) mute: 1 step: 31 size: 5 off: 23 dir=0x2 ossmask=0x00000081
pcm0:
pcm0: Recording Level (OSS: rec)
pcm0: |
pcm0: +- nid: 9 index: 0 mute: 1 step: 31 size: 5 off: 9 dir=0x2 ossmask=0x00000800
pcm0:
pcm0: Playback path:
pcm0:
pcm0: nid=20 [pin: speaker (fixed)]
pcm0: ^
pcm0: |
pcm0: +-----<------+
pcm0: ^
pcm0: |
pcm0: nid=12 [audio mixer]
pcm0: ^
pcm0: |
pcm0: nid=2 [audio output]
pcm0:
pcm0: nid=27 [pin: headphones out (jack)]
pcm0: ^
pcm0: |
pcm0: +-----<------+
pcm0: ^
pcm0: |
pcm0: nid=12 [audio mixer]
pcm0: ^
pcm0: |
pcm0: nid=2 [audio output]
pcm0:
pcm0: Recording sources:
pcm0:
pcm0: nid=34 [audio mixer]
pcm0: |
pcm0: + <- nid=24 [pin: Mic in (jack)] [recsrc: vol, mic]
pcm0: |
pcm0: + <- nid=25 [pin: Mic in (fixed)] [recsrc: vol, mic]
pcm0: |
pcm0: + <- nid=27 [pin: headphones out (jack)]
pcm0: |
pcm0: + <- nid=20 [pin: speaker (fixed)]
pcm0: |
pcm0: + <- nid=11 [audio mixer] [recsrc: vol, mic]
pcm0:
pcm0: +--------------------------------------+
pcm0: | DUMPING PCM Playback/Record Channels |
pcm0: +--------------------------------------+
pcm0:
pcm0: PCM Playback: 1
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x000e0160
pcm0: PCM size: 16 20 24
pcm0: PCM rate: 44 48 96
pcm0: DAC: 2 5
pcm0:
pcm0: PCM Record: 1
pcm0: Stream cap: 0x00000001
pcm0: Format: PCM
pcm0: PCM cap: 0x00060160
pcm0: PCM size: 16 20
pcm0: PCM rate: 44 48 96
pcm0: ADC: 9
GEOM_LABEL: Label for provider ad0s2 is ntfs/SW_Preload.
GEOM_LABEL: Label for provider ad0s7 is msdosfs/ .
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01
(probe8:ata1:0:0:0): error 22
(probe8:ata1:0:0:0): Unretryable Error
(probe1:sbp0:0:0:0): error 22
(probe1:sbp0:0:0:0): Unretryable Error
(probe2:sbp0:0:1:0): error 22
(probe2:sbp0:0:1:0): Unretryable Error
(probe3:sbp0:0:2:0): error 22
(probe3:sbp0:0:2:0): Unretryable Error
(probe4:sbp0:0:3:0): error 22
(probe4:sbp0:0:3:0): Unretryable Error
(probe5:sbp0:0:4:0): error 22
(probe5:sbp0:0:4:0): Unretryable Error
(probe6:sbp0:0:5:0): error 22
(probe6:sbp0:0:5:0): Unretryable Error
(probe7:sbp0:0:6:0): error 22
(probe7:sbp0:0:6:0): Unretryable Error
GEOM: new disk da0
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <WD 2500BEV External 1.05> Fixed Direct Access SCSI-4 device
da0: Serial Number WD-WXE808LM6819
da0: 40.000MB/s transfers
da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C)
pass0 at umass-sim0 bus 0 target 0 lun 0
pass0: <WD 2500BEV External 1.05> Fixed Direct Access SCSI-4 device
pass0: Serial Number WD-WXE808LM6819
pass0: 40.000MB/s transfers
pass1 at ata1 bus 0 target 0 lun 0
pass1: <HL-DT-ST DVDRAM GMA-4082N HA01> Removable CD-ROM SCSI-0 device
pass1: 33.000MB/s transfers
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
cd0 at ata1 bus 0 target 0 lun 0
cd0: <HL-DT-ST DVDRAM GMA-4082N HA01> Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
ATA PseudoRAID loaded
SMP: AP CPU #1 Launched!
cpu1 AP:
ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000200ef therm: 0x00010200 err: 0x00010000 pcm: 0x00010000
ioapic0: Assigning ISA IRQ 1 to local APIC 0
ioapic0: Assigning ISA IRQ 4 to local APIC 1
ioapic0: Assigning ISA IRQ 9 to local APIC 0
ioapic0: Assigning ISA IRQ 12 to local APIC 1
ioapic0: Assigning ISA IRQ 14 to local APIC 0
ioapic0: Assigning ISA IRQ 15 to local APIC 1
ioapic0: Assigning PCI IRQ 16 to local APIC 0
ioapic0: Assigning PCI IRQ 17 to local APIC 1
ioapic0: Assigning PCI IRQ 18 to local APIC 0
ioapic0: Assigning PCI IRQ 19 to local APIC 1
ioapic0: Assigning PCI IRQ 21 to local APIC 0
ioapic0: Assigning PCI IRQ 22 to local APIC 1
ioapic0: Assigning PCI IRQ 23 to local APIC 0
GEOM: new disk cd0
GEOM_LABEL: Label for provider da0s1 is ntfs/Kulso_USB.
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
Loading configuration files.
kernel dumps on /dev/ad0s1b
Entropy harvesting:
interrupts
ethernet
point_to_point
kickstart
.
swapon: adding /dev/ad0s1b as swap device
Starting file system checks:
/dev/ad0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s1a: clean, 168764 free (2396 frags, 20796 blocks, 0.9% fragmentation)
/dev/ad0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s1e: clean, 253754 free (18 frags, 31717 blocks, 0.0% fragmentation)
/dev/ad0s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s1f: clean, 7826727 free (89279 frags, 967181 blocks, 0.8% fragmentation)
/dev/ad0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ad0s1d: clean, 445953 free (2353 frags, 55450 blocks, 0.5% fragmentation)
GEOM_LABEL: Label msdosfs/ removed.
/dev/ad0s7: Invalid signature in fsinfo block/dev/ad0s7: FILESYSTEM CLEAN; SKIPPING CHECKS
GEOM_LABEL: Label for provider ad0s7 is msdosfs/ .
Setting hostuuid: 2465d270-a49e-11db-8ad0-000fb0d2746a.
Setting hostid: 0x1c971ed6.
Mounting local file systems:
GEOM_LABEL: Label msdosfs/ removed.
.
Setting hostname: ka-freebsd.
net.inet6.ip6.auto_linklocal:
1
->
0
kern.ipc.shmmax:
33554432
->
134217728
kern.ipc.semmap:
30
->
256
kern.ipc.shmall:
8192
->
32768
kern.ipc.shm_allow_removed:
0
->
1
hw.acpi.reset_video:
0
->
1
hw.acpi.lid_switch_state:
NONE
->
S3
hw.acpi.sleep_delay:
1
->
3
kern.module_path:
/boot/kernel;/boot/modules
->
/boot/kernel;/boot/modules;/usr/local/modules
rl0: no link ...
.
got link
DHCPREQUEST on rl0 to 255.255.255.255 port 67
DHCPNAK from 192.168.32.254
DHCPDISCOVER on rl0 to 255.255.255.255 port 67 interval 5
DHCPOFFER from 192.168.32.254
DHCPOFFER from 192.168.32.254
DHCPREQUEST on rl0 to 255.255.255.255 port 67
DHCPACK from 192.168.32.254
bound to 192.168.32.104 -- renewal in 43200 seconds.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:0f:b0:d2:74:6a
inet 192.168.32.104 netmask 0xffffff00 broadcast 192.168.32.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
Additional routing options:
.
Starting devd.
Starting ums0 moused:
.
hw.acpi.cpu.cx_lowest:
C1
->
C1
Additional IP options:
.
Mounting NFS file systems:
.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat /usr/local/lib/compat/pkg /usr/local/lib/evolution/2.22 /usr/local/lib/gegl-0.0 /usr/local/lib/kde3 /usr/local/lib/mysql /usr/local/lib/nss /usr/local/lib/pth /usr/local/lib/qt4
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
Clearing /tmp (X related).
Creating and/or trimming log files:
.
Starting syslogd.
Checking for core dump on /dev/ad0s1b...
savecore: no dumps found
Initial i386 initialization:
.
Additional ABI support:
linux
.
NFS access cache time=60
Starting local daemons:
.
Starting lpd.
Updating motd
.
Starting fusefs.
fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
fuse4bsd: compiled against kernel config /usr/obj/usr/src/sys/GENERIC_K
Mounting late file systems:
.
Starting powerd.
Configuring syscons:
keymap
blanktime
.
Starting default moused:
.
Starting cupsd.
Starting sshd.
Starting cron.
Local package initialization:
.
Starting inetd.
Tue Dec 2 12:45:21 CET 2008
battery0: battery initialization failed, giving up
Dec 2 12:47:57 ka-freebsd login: ROOT LOGIN (root) ON ttyv0
acpi_tz0: _AC0: temperature 55.0 >= setpoint 55.0
acpi_tz0: switched from NONE to _AC0: 55.0C
Dec 2 12:49:13 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:49:13 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:49:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:49:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:50:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:50:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:50:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:50:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:51:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:51:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:51:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:51:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:52:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:52:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:52:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:52:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:53:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:53:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:53:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:53:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:54:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:54:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:54:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:54:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:55:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:55:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:55:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:55:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:56:14 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:56:14 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
Dec 2 12:56:44 ka-freebsd gnome-keyring-daemon[1219]: error connecting to D-BUS system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Dec 2 12:56:44 ka-freebsd gnome-keyring-daemon[1219]: Scheduling hal init retry
GEOM_LABEL: Label for provider ad0s7 is msdosfs/ .
GEOM_LABEL: Label msdosfs/ removed.
acpi_tz0: switched from _AC0 to NONE: 53.0C
acpi_tz0: _AC0: temperature 55.0 >= setpoint 55.0
acpi_tz0: switched from NONE to _AC0: 55.0C
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B100FE9CFCC96C44830EBFBCE34706F715420FD341>
