Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Pfsense/freebsd ath kernel modules missing

    Scheduled Pinned Locked Moved Wireless
    5 Posts 4 Posters 2.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      DoveDev
      last edited by

      Hi all,
      I'm relatively new to Pfsense and BSD for that mater but I have been running Linux in various forms for a number of years and I am quite comfortable at moving around the command line to troubleshoot systems.

      The problem is this;
      I have an atheros wifi card it is supported in the latest freebsd build and therefore the latest pfsense.
      After numerous attempts back and forward searching internet resources on how to enable the atheros card I have discovered that if_ath is missing from my system;

      
      kldstat -v | grep ath
      		410 uhub/uath
      		98 pci/ath_pci
      
      
      
      ls /boot/kernel
      alpm.ko            fdescfs.ko         iicbb.ko           ipmi.ko            nfsmb.ko           smb.ko
      amdpm.ko           glxsb.ko           iicbus.ko          ipmi_linux.ko      opensolaris.ko     smbus.ko
      amdsmb.ko          ichsmb.ko          iicsmb.ko          kernel.gz          pcf.ko             viapm.ko
      amdtemp.ko         if_ic.ko           intpm.ko           linker.hints       pfsense_kernel.txt zfs.ko
      coretemp.ko        if_stf.ko          ipdivert.ko        lpbb.ko            sfxge.ko
      dummynet.ko        iic.ko             ipfw.ko            ndis.ko            sfxge.ko.symbols
      
      

      I have also looked for a means to acquire if_ath.ko whether that be by compiling it myself or an official download (I say official but that is in expectation of a kernel module/module source being available from either freebsd or pfsense or atheros/qualcomm) though this has proven difficult to discover.

      If someone has a resource that shows how to build/add a kernel module and where i can either get the precompiled .ko or the source it would be appreciated.

      Update 1: Managed to find this mailing list post (http://lists.freebsd.org/pipermail/freebsd-wireless/2011-June/000230.html) hope it is relevant. I'll post the results after I get working on it tomorrow. Again if anyone has more pieces of the puzzle please post a link or comment it may help someone else later.

      Thanks

      1 Reply Last reply Reply Quote 0
      • D
        doktornotor Banned
        last edited by

        If it aint' detected, it ain't supported. There's certainly no Atheros support missing anywhere. Get a supported Atheros card model. Or better, get a proper AP.

        1 Reply Last reply Reply Quote 0
        • V
          vbentley
          last edited by

          I don't have any Atheros hardware on my pfSense hosts, but this is what I found for the kernel running on my 64-bit 2.2.4 .

          kldstat -v | grep ath
          93 pci/ath_pci
          387 uhub/uath

          It appears that PCI and USB support for Atheros is there.

          Are you certain that your card is supported? https://wiki.freebsd.org/dev/ath_hal%284%29/HardwareSupport

          Have you tried building a FreeBSD 10.1 system of the same type to prove it works?

          If you can get the card running under FreeBSD 10.1 and find that a module is missing, copy it across to your pfSense and edit /boot/loader.conf accordingly.

          Trademark Attribution and Credit
          pfSense® and pfSense Certified® are registered trademarks of Electric Sheep Fencing, LLC in the United States and other countries.

          1 Reply Last reply Reply Quote 0
          • D
            doktornotor Banned
            last edited by

            There's no need to copy any modules for Atheros. If some WiFi HW has a chance of working with FBSD/pfSense, it's Atheros. Once again - if it ain't detected, you have an unsupported model. Do NOT copy random crap from anywhere, totally pointless.

            
            $ sysctl kern.conftxt | grep ath
            device  ath
            device  ath_pci
            device  ath_hal
            device  ath_rate_sample
            device  uath
            
            
            1 Reply Last reply Reply Quote 0
            • G
              gelcom
              last edited by

              Sorry to post in here but I beleive I have a similar issue.

              I'm trying with no luck to use an Atheros Ar5b95 mini pcie WiFi or Atheros Ar5bxb72 with my PFsense box.

              The card was never recognized by OS. Maybe if_ath.ko is missing?

              My /boot/loader.conf.local is like above:

              kern.cam.boot_delay=10000
              legal.intel_ipw.license_ack=1
              legal.intel_wpi.license_ack=1
              legal.intel_iwi.license_ack=1
              if_ath_load="YES"
              if_ath_pci_load="YES"
              if_ath_hal_load="YES"
              hw.ath.debug="1"
              hw.ath.hal.debug="1"
              

              kldstat output (Should ath.ko be in here?!?):```

              Id Refs Address            Size    Name
              1  15 0xffffffff80200000 225f380  kernel
              2    1 0xffffffff82611000 7577    aesni.ko
              3    1 0xffffffff82619000 29eb    coretemp.ko
              4    1 0xffffffff8261c000 2a9bf    ipfw.ko
              5    1 0xffffffff82647000 d299    dummynet.ko

              
              ls /boot/kernel output:
              

              aesni.ko
              alpm.ko
              amdpm.ko
              amdsmb.ko
              amdtemp.ko
              coretemp.ko
              dummynet.ko
              fdescfs.ko
              glxsb.ko
              hwpmc.ko
              ichsmb.ko
              if_ic.ko
              if_ixgbe.ko
              if_stf.ko
              iic.ko
              iicbb.ko
              iicbus.ko
              iicsmb.ko
              intpm.ko
              ipdivert.ko
              ipfw.ko
              ipmi.ko
              ipmi_linux.ko
              ismt.ko
              kernel.gz
              linker.hints
              lpbb.ko
              ndis.ko
              nfsmb.ko
              nmdm.ko
              opensolaris.ko
              pcf.ko
              sfxge.ko
              smb.ko
              smbus.ko
              viapm.ko
              vmm.ko
              zfs.ko

              
              dmesg output:```
              
              Copyright (c) 1992-2016 The FreeBSD Project.
              Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
              	The Regents of the University of California. All rights reserved.
              FreeBSD is a registered trademark of The FreeBSD Foundation.
              FreeBSD 10.3-RELEASE-p19 #1 76a12c4e6(RELENG_2_3_4): Fri Jul 14 15:02:35 CDT 2017
                  root@ce23-amd64-builder:/builder/pfsense-234/tmp/obj/builder/pfsense-234/tmp/FreeBSD-src/sys/pfSense amd64
              FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
              CPU: Intel(R) Core(TM) i7-4790T CPU @ 2.70GHz (2693.82-MHz K8-class CPU)
                Origin="GenuineIntel"  Id=0x306c3  Family=0x6  Model=0x3c  Stepping=3
                Features=0xbfebfbff <fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>Features2=0x7ffafbff <sse3,pclmulqdq,dtes64,mon,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4.1,sse4.2,x2apic,movbe,popcnt,tscdlt,aesni,xsave,osxsave,avx,f16c,rdrand>AMD Features=0x2c100800 <syscall,nx,page1gb,rdtscp,lm>AMD Features2=0x21 <lahf,abm>Structured Extended Features=0x2fbb <fsgsbase,tscadj,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,nfpusg>XSAVE Features=0x1 <xsaveopt>VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
                TSC: P-state invariant, performance statistics
              real memory  = 4294967296 (4096 MB)
              avail memory = 4025741312 (3839 MB)
              Event timer "LAPIC" quality 600
              ACPI APIC Table: <alaska a="" m="" i="">FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
              FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads
               cpu0 (BSP): APIC ID:  0
               cpu1 (AP): APIC ID:  1
               cpu2 (AP): APIC ID:  2
               cpu3 (AP): APIC ID:  3
               cpu4 (AP): APIC ID:  4
               cpu5 (AP): APIC ID:  5
               cpu6 (AP): APIC ID:  6
               cpu7 (AP): APIC ID:  7
              random: <software, yarrow="">initialized
              ioapic0 <version 2.0="">irqs 0-23 on motherboard
              wlan: mac acl policy registered
              netmap: loaded module
              kbd1 at kbdmux0
              cryptosoft0: <software crypto="">on motherboard
              padlock0: No ACE support.
              acpi0: <alaska a="" m="" i="">on motherboard
              acpi0: Power Button (fixed)
              cpu0: <acpi cpu="">on acpi0
              cpu1: <acpi cpu="">on acpi0
              cpu2: <acpi cpu="">on acpi0
              cpu3: <acpi cpu="">on acpi0
              cpu4: <acpi cpu="">on acpi0
              cpu5: <acpi cpu="">on acpi0
              cpu6: <acpi cpu="">on acpi0
              cpu7: <acpi cpu="">on acpi0
              hpet0: <high precision="" event="" timer="">iomem 0xfed00000-0xfed003ff on acpi0
              Timecounter "HPET" frequency 14318180 Hz quality 950
              Event timer "HPET" frequency 14318180 Hz quality 550
              atrtc0: <at realtime="" clock="">port 0x70-0x77 irq 8 on acpi0
              atrtc0: Warning: Couldn't map I/O.
              Event timer "RTC" frequency 32768 Hz quality 0
              attimer0: <at timer="">port 0x40-0x43,0x50-0x53 irq 0 on acpi0
              Timecounter "i8254" frequency 1193182 Hz quality 0
              Event timer "i8254" frequency 1193182 Hz quality 100
              Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
              acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
              pcib0: <acpi host-pci="" bridge="">port 0xcf8-0xcff on acpi0
              pci0: <acpi pci="" bus="">on pcib0
              pcib1: <acpi pci-pci="" bridge="">irq 16 at device 1.0 on pci0
              pci1: <acpi pci="" bus="">on pcib1
              igb0: <intel(r) 1000="" pro="" network="" connection,="" version="" -="" 2.5.3-k="">port 0xe060-0xe07f mem 0xf7580000-0xf75fffff,0xf760c000-0xf760ffff irq 16 at device 0.0 on pci1
              igb0: Using MSIX interrupts with 9 vectors
              igb0: Ethernet address: 00:90:27:e1:2d:93
              igb0: Bound queue 0 to cpu 0
              igb0: Bound queue 1 to cpu 1
              igb0: Bound queue 2 to cpu 2
              igb0: Bound queue 3 to cpu 3
              igb0: Bound queue 4 to cpu 4
              igb0: Bound queue 5 to cpu 5
              igb0: Bound queue 6 to cpu 6
              igb0: Bound queue 7 to cpu 7
              igb0: netmap queues/slots: TX 8/1024, RX 8/1024
              igb1: <intel(r) 1000="" pro="" network="" connection,="" version="" -="" 2.5.3-k="">port 0xe040-0xe05f mem 0xf7500000-0xf757ffff,0xf7608000-0xf760bfff irq 17 at device 0.1 on pci1
              igb1: Using MSIX interrupts with 9 vectors
              igb1: Ethernet address: 00:90:27:e1:2d:94
              igb1: Bound queue 0 to cpu 0
              igb1: Bound queue 1 to cpu 1
              igb1: Bound queue 2 to cpu 2
              igb1: Bound queue 3 to cpu 3
              igb1: Bound queue 4 to cpu 4
              igb1: Bound queue 5 to cpu 5
              igb1: Bound queue 6 to cpu 6
              igb1: Bound queue 7 to cpu 7
              igb1: netmap queues/slots: TX 8/1024, RX 8/1024
              igb2: <intel(r) 1000="" pro="" network="" connection,="" version="" -="" 2.5.3-k="">port 0xe020-0xe03f mem 0xf7480000-0xf74fffff,0xf7604000-0xf7607fff irq 18 at device 0.2 on pci1
              igb2: Using MSIX interrupts with 9 vectors
              igb2: Ethernet address: 00:90:27:e1:2d:95
              igb2: Bound queue 0 to cpu 0
              igb2: Bound queue 1 to cpu 1
              igb2: Bound queue 2 to cpu 2
              igb2: Bound queue 3 to cpu 3
              igb2: Bound queue 4 to cpu 4
              igb2: Bound queue 5 to cpu 5
              igb2: Bound queue 6 to cpu 6
              igb2: Bound queue 7 to cpu 7
              igb2: netmap queues/slots: TX 8/1024, RX 8/1024
              igb3: <intel(r) 1000="" pro="" network="" connection,="" version="" -="" 2.5.3-k="">port 0xe000-0xe01f mem 0xf7400000-0xf747ffff,0xf7600000-0xf7603fff irq 19 at device 0.3 on pci1
              igb3: Using MSIX interrupts with 9 vectors
              igb3: Ethernet address: 00:90:27:e1:2d:96
              igb3: Bound queue 0 to cpu 0
              igb3: Bound queue 1 to cpu 1
              igb3: Bound queue 2 to cpu 2
              igb3: Bound queue 3 to cpu 3
              igb3: Bound queue 4 to cpu 4
              igb3: Bound queue 5 to cpu 5
              igb3: Bound queue 6 to cpu 6
              igb3: Bound queue 7 to cpu 7
              igb3: netmap queues/slots: TX 8/1024, RX 8/1024
              vgapci0: <vga-compatible display="">port 0xf000-0xf03f mem 0xf7000000-0xf73fffff,0xe0000000-0xefffffff irq 16 at device 2.0 on pci0
              agp0: <haswell desktop="" gt2="">on vgapci0
              agp0: aperture size is 256M, detected 32764k stolen memory
              vgapci0: Boot video device
              hdac0: <intel haswell="" hda="" controller="">mem 0xf7f10000-0xf7f13fff irq 16 at device 3.0 on pci0
              xhci0: <intel lynx="" point="" usb="" 3.0="" controller="">mem 0xf7f00000-0xf7f0ffff irq 16 at device 20.0 on pci0
              xhci0: 32 bytes context size, 64-bit DMA
              xhci0: Port routing mask set to 0xffffffff
              usbus0 on xhci0
              pci0: <simple comms="">at device 22.0 (no driver attached)
              ehci0: <intel lynx="" point="" usb="" 2.0="" controller="" usb-b="">mem 0xf7f18000-0xf7f183ff irq 16 at device 26.0 on pci0
              usbus1: EHCI version 1.0
              usbus1 on ehci0
              pcib2: <acpi pci-pci="" bridge="">irq 16 at device 28.0 on pci0
              pci2: <acpi pci="" bus="">on pcib2
              em0: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0xd000-0xd01f mem 0xf7e00000-0xf7e1ffff,0xf7e20000-0xf7e23fff irq 16 at device 0.0 on pci2
              em0: Using MSIX interrupts with 3 vectors
              em0: Ethernet address: 00:90:28:01:2e:f1
              em0: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib3: <acpi pci-pci="" bridge="">irq 17 at device 28.1 on pci0
              pci3: <acpi pci="" bus="">on pcib3
              em1: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0xc000-0xc01f mem 0xf7d00000-0xf7d1ffff,0xf7d20000-0xf7d23fff irq 17 at device 0.0 on pci3
              em1: Using MSIX interrupts with 3 vectors
              em1: Ethernet address: 00:90:28:01:2e:f2
              em1: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib4: <acpi pci-pci="" bridge="">irq 18 at device 28.2 on pci0
              pci4: <acpi pci="" bus="">on pcib4
              em2: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0xb000-0xb01f mem 0xf7c00000-0xf7c1ffff,0xf7c20000-0xf7c23fff irq 18 at device 0.0 on pci4
              em2: Using MSIX interrupts with 3 vectors
              em2: Ethernet address: 00:90:28:01:2e:f3
              em2: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib5: <acpi pci-pci="" bridge="">irq 19 at device 28.3 on pci0
              pci5: <acpi pci="" bus="">on pcib5
              em3: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0xa000-0xa01f mem 0xf7b00000-0xf7b1ffff,0xf7b20000-0xf7b23fff irq 19 at device 0.0 on pci5
              em3: Using MSIX interrupts with 3 vectors
              em3: Ethernet address: 00:90:28:01:2e:f4
              em3: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib6: <acpi pci-pci="" bridge="">irq 16 at device 28.4 on pci0
              pci6: <acpi pci="" bus="">on pcib6
              em4: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0x9000-0x901f mem 0xf7a00000-0xf7a1ffff,0xf7a20000-0xf7a23fff irq 16 at device 0.0 on pci6
              em4: Using MSIX interrupts with 3 vectors
              em4: Ethernet address: 00:90:28:01:2e:f5
              em4: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib7: <acpi pci-pci="" bridge="">irq 17 at device 28.5 on pci0
              pci7: <acpi pci="" bus="">on pcib7
              em5: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0x8000-0x801f mem 0xf7900000-0xf791ffff,0xf7920000-0xf7923fff irq 17 at device 0.0 on pci7
              em5: Using MSIX interrupts with 3 vectors
              em5: Ethernet address: 00:90:28:01:2e:f6
              em5: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib8: <acpi pci-pci="" bridge="">irq 18 at device 28.6 on pci0
              pci8: <acpi pci="" bus="">on pcib8
              em6: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0x7000-0x701f mem 0xf7800000-0xf781ffff,0xf7820000-0xf7823fff irq 18 at device 0.0 on pci8
              em6: Using MSIX interrupts with 3 vectors
              em6: Ethernet address: 00:90:28:01:2e:f7
              em6: netmap queues/slots: TX 1/1024, RX 1/1024
              pcib9: <acpi pci-pci="" bridge="">irq 19 at device 28.7 on pci0
              pci9: <acpi pci="" bus="">on pcib9
              em7: <intel(r) 1000="" pro="" network="" connection="" 7.6.1-k="">port 0x6000-0x601f mem 0xf7700000-0xf771ffff,0xf7720000-0xf7723fff irq 19 at device 0.0 on pci9
              em7: Using MSIX interrupts with 3 vectors
              em7: Ethernet address: 00:90:28:01:2e:f8
              em7: netmap queues/slots: TX 1/1024, RX 1/1024
              ehci1: <intel lynx="" point="" usb="" 2.0="" controller="" usb-a="">mem 0xf7f17000-0xf7f173ff irq 23 at device 29.0 on pci0
              usbus2: EHCI version 1.0
              usbus2 on ehci1
              isab0: <pci-isa bridge="">at device 31.0 on pci0
              isa0: <isa bus="">on isab0
              ahci0: <intel lynx="" point="" ahci="" sata="" controller="">port 0xf0b0-0xf0b7,0xf0a0-0xf0a3,0xf090-0xf097,0xf080-0xf083,0xf060-0xf07f mem 0xf7f16000-0xf7f167ff irq 19 at device 31.2 on pci0
              ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported
              ahcich1: <ahci channel="">at channel 1 on ahci0
              ahciem0: <ahci enclosure="" management="" bridge="">on ahci0
              acpi_button0: <power button="">on acpi0
              acpi_tz0: <thermal zone="">on acpi0
              acpi_tz1: <thermal zone="">on acpi0
              uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
              uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
              sc0: <system console="">at flags 0x100 on isa0
              sc0: VGA <16 virtual consoles, flags=0x300>
              vga0: <generic isa="" vga="">at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
              atkbdc0: <keyboard controller="" (i8042)="">at port 0x60,0x64 on isa0
              atkbd0: <at keyboard="">irq 1 on atkbdc0
              kbd0 at atkbd0
              atkbd0: [GIANT-LOCKED]
              ppc0: cannot reserve I/O port range
              est0: <enhanced speedstep="" frequency="" control="">on cpu0
              est1: <enhanced speedstep="" frequency="" control="">on cpu1
              est2: <enhanced speedstep="" frequency="" control="">on cpu2
              est3: <enhanced speedstep="" frequency="" control="">on cpu3
              est4: <enhanced speedstep="" frequency="" control="">on cpu4
              est5: <enhanced speedstep="" frequency="" control="">on cpu5
              est6: <enhanced speedstep="" frequency="" control="">on cpu6
              est7: <enhanced speedstep="" frequency="" control="">on cpu7
              Timecounters tick every 1.000 msec
              hdacc0: <intel haswell="" hda="" codec="">at cad 0 on hdac0
              hdaa0: <intel haswell="" audio="" function="" group="">at nid 1 on hdacc0
              pcm0: <intel haswell="" (hdmi="" dp="" 8ch)="">at nid 3 on hdaa0
              random: unblocking device.
              usbus0: 5.0Gbps Super Speed USB v3.0
              usbus1: 480Mbps High Speed USB v2.0
              usbus2: 480Mbps High Speed USB v2.0
              ugen2.1: <intel>at usbus2
              uhub0: <intel 1="" 9="" ehci="" root="" hub,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus2
              ugen1.1: <intel>at usbus1
              uhub1: <intel 1="" 9="" ehci="" root="" hub,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus1
              ugen0.1: <0x8086> at usbus0
              uhub2: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
              uhub0: 2 ports with 2 removable, self powered
              uhub1: 2 ports with 2 removable, self powered
              uhub2: 21 ports with 21 removable, self powered
              ugen2.2: <vendor 0x8087="">at usbus2
              uhub3: <vendor 2="" 9="" 0x8087="" product="" 0x8000,="" class="" 0,="" rev="" 2.00="" 0.05,="" addr="">on usbus2
              ugen1.2: <vendor 0x8087="">at usbus1
              uhub4: <vendor 2="" 9="" 0x8087="" product="" 0x8008,="" class="" 0,="" rev="" 2.00="" 0.05,="" addr="">on usbus1
              uhub4: 6 ports with 6 removable, self powered
              uhub3: 8 ports with 8 removable, self powered
              ses0 at ahciem0 bus 0 scbus1 target 0 lun 0
              ses0: <ahci sgpio="" enclosure="" 1.00="" 0001="">SEMB S-E-S 2.00 device
              ses0: SEMB SES Device
              ada0 at ahcich1 bus 0 scbus0 target 0 lun 0
              ada0: <intel ssdsc2bw120h6="" rg20="">ACS-3 ATA SATA 3.x device
              ada0: Serial Number CVTR523204PX120AGN
              ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
              ada0: Command Queueing enabled
              ada0: 114473MB (234441648 512 byte sectors)
              ada0: quirks=0x1<4K>
              ada0: Previously was known as ad4
              SMP: AP CPU #1 Launched!
              SMP: AP CPU #2 Launched!
              SMP: AP CPU #5 Launched!
              SMP: AP CPU #6 Launched!
              SMP: AP CPU #4 Launched!
              SMP: AP CPU #3 Launched!
              SMP: AP CPU #7 Launched!
              Timecounter "TSC-low" frequency 1346911190 Hz quality 1000
              Trying to mount root from ufs:/dev/ufsid/597c9240b1c6b067 [rw]...
              WARNING: / was not properly dismounted
              padlock0: No ACE support.
              aesni0: <aes-cbc,aes-xts,aes-gcm,aes-icm>on motherboard
              coretemp0: <cpu on-die="" thermal="" sensors="">on cpu0
              coretemp1: <cpu on-die="" thermal="" sensors="">on cpu1
              coretemp2: <cpu on-die="" thermal="" sensors="">on cpu2
              coretemp3: <cpu on-die="" thermal="" sensors="">on cpu3
              coretemp4: <cpu on-die="" thermal="" sensors="">on cpu4
              coretemp5: <cpu on-die="" thermal="" sensors="">on cpu5
              coretemp6: <cpu on-die="" thermal="" sensors="">on cpu6
              coretemp7: <cpu on-die="" thermal="" sensors="">on cpu7
              vlan0: changing name to 'em5_vlan5'
              vlan1: changing name to 'em5_vlan6'
              vlan2: changing name to 'em5_vlan7'
              vlan3: changing name to 'em5_vlan9'
              em5: link state changed to UP
              em5_vlan5: link state changed to UP
              em5_vlan6: link state changed to UP
              em5_vlan7: link state changed to UP
              em5_vlan9: link state changed to UP
              em0: link state changed to UP
              igb0: link state changed to UP
              bridge0: Ethernet address: 02:47:8c:95:a5:00
              bridge0: link state changed to UP
              em5: promiscuous mode enabled
              em5_vlan7: promiscuous mode enabled
              em3: promiscuous mode enabled
              tun1: changing name to 'ovpns1'
              ovpns1: link state changed to UP
              pflog0: promiscuous mode enabled
              em1: link state changed to UP
              ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to accept, logging disabled
              DUMMYNET 0 with IPv6 initialized (100409)
              load_dn_sched dn_sched FIFO loaded
              load_dn_sched dn_sched QFQ loaded
              load_dn_sched dn_sched RR loaded
              load_dn_sched dn_sched WF2Q+ loaded
              load_dn_sched dn_sched PRIO loaded
              em2: link state changed to UP
              em6: promiscuous mode enabled
              em6: link state changed to UP</cpu></cpu></cpu></cpu></cpu></cpu></cpu></cpu></aes-cbc,aes-xts,aes-gcm,aes-icm></intel></ahci></vendor></vendor></vendor></vendor></intel></intel></intel></intel></intel></intel></intel></enhanced></enhanced></enhanced></enhanced></enhanced></enhanced></enhanced></enhanced></at></keyboard></generic></system></thermal></thermal></power></ahci></ahci></intel></isa></pci-isa></intel></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel(r)></acpi></acpi></intel></simple></intel></intel></haswell></vga-compatible></intel(r)></intel(r)></intel(r)></intel(r)></acpi></acpi></acpi></acpi></at></at></high></acpi></acpi></acpi></acpi></acpi></acpi></acpi></acpi></alaska></software></version></software,></alaska></xsaveopt></fsgsbase,tscadj,bmi1,hle,avx2,smep,bmi2,erms,invpcid,rtm,nfpusg></lahf,abm></syscall,nx,page1gb,rdtscp,lm></sse3,pclmulqdq,dtes64,mon,ds_cpl,vmx,smx,est,tm2,ssse3,sdbg,fma,cx16,xtpr,pdcm,pcid,sse4.1,sse4.2,x2apic,movbe,popcnt,tscdlt,aesni,xsave,osxsave,avx,f16c,rdrand></fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe> 
              

              pciconf -lv output:

              hostb0@pci0:0:0:0:	class=0x060000 card=0x0c008086 chip=0x0c008086 rev=0x06 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '4th Gen Core Processor DRAM Controller'
                  class      = bridge
                  subclass   = HOST-PCI
              pcib1@pci0:0:1:0:	class=0x060400 card=0x0c018086 chip=0x0c018086 rev=0x06 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = 'Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller'
                  class      = bridge
                  subclass   = PCI-PCI
              vgapci0@pci0:0:2:0:	class=0x030000 card=0x04128086 chip=0x04128086 rev=0x06 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = 'Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller'
                  class      = display
                  subclass   = VGA
              hdac0@pci0:0:3:0:	class=0x040300 card=0x0c0c8086 chip=0x0c0c8086 rev=0x06 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = 'Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller'
                  class      = multimedia
                  subclass   = HDA
              xhci0@pci0:0:20:0:	class=0x0c0330 card=0x8c318086 chip=0x8c318086 rev=0x05 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family USB xHCI'
                  class      = serial bus
                  subclass   = USB
              none0@pci0:0:22:0:	class=0x078000 card=0x8c3a8086 chip=0x8c3a8086 rev=0x04 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family MEI Controller'
                  class      = simple comms
              ehci0@pci0:0:26:0:	class=0x0c0320 card=0x8c2d8086 chip=0x8c2d8086 rev=0x05 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family USB EHCI'
                  class      = serial bus
                  subclass   = USB
              pcib2@pci0:0:28:0:	class=0x060400 card=0x8c108086 chip=0x8c108086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib3@pci0:0:28:1:	class=0x060400 card=0x8c128086 chip=0x8c128086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib4@pci0:0:28:2:	class=0x060400 card=0x8c148086 chip=0x8c148086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib5@pci0:0:28:3:	class=0x060400 card=0x8c168086 chip=0x8c168086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib6@pci0:0:28:4:	class=0x060400 card=0x8c188086 chip=0x8c188086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib7@pci0:0:28:5:	class=0x060400 card=0x8c1a8086 chip=0x8c1a8086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib8@pci0:0:28:6:	class=0x060400 card=0x8c1c8086 chip=0x8c1c8086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              pcib9@pci0:0:28:7:	class=0x060400 card=0x8c1e8086 chip=0x8c1e8086 rev=0xd5 hdr=0x01
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family PCI Express Root Port'
                  class      = bridge
                  subclass   = PCI-PCI
              ehci1@pci0:0:29:0:	class=0x0c0320 card=0x8c268086 chip=0x8c268086 rev=0x05 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family USB EHCI'
                  class      = serial bus
                  subclass   = USB
              isab0@pci0:0:31:0:	class=0x060100 card=0x8c4a8086 chip=0x8c4a8086 rev=0x05 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = 'H87 Express LPC Controller'
                  class      = bridge
                  subclass   = PCI-ISA
              ahci0@pci0:0:31:2:	class=0x010601 card=0x8c028086 chip=0x8c028086 rev=0x05 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode]'
                  class      = mass storage
                  subclass   = SATA
              none1@pci0:0:31:3:	class=0x0c0500 card=0x8c228086 chip=0x8c228086 rev=0x05 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '8 Series/C220 Series Chipset Family SMBus Controller'
                  class      = serial bus
                  subclass   = SMBus
              igb0@pci0:1:0:0:	class=0x020000 card=0x00008086 chip=0x150f8086 rev=0x01 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82580 Gigabit Fiber Network Connection'
                  class      = network
                  subclass   = ethernet
              igb1@pci0:1:0:1:	class=0x020000 card=0x00008086 chip=0x150f8086 rev=0x01 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82580 Gigabit Fiber Network Connection'
                  class      = network
                  subclass   = ethernet
              igb2@pci0:1:0:2:	class=0x020000 card=0x00008086 chip=0x150f8086 rev=0x01 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82580 Gigabit Fiber Network Connection'
                  class      = network
                  subclass   = ethernet
              igb3@pci0:1:0:3:	class=0x020000 card=0x00008086 chip=0x150f8086 rev=0x01 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82580 Gigabit Fiber Network Connection'
                  class      = network
                  subclass   = ethernet
              em0@pci0:2:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em1@pci0:3:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em2@pci0:4:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em3@pci0:5:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em4@pci0:6:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em5@pci0:7:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em6@pci0:8:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              em7@pci0:9:0:0:	class=0x020000 card=0x6c401462 chip=0x10d38086 rev=0x00 hdr=0x00
                  vendor     = 'Intel Corporation'
                  device     = '82574L Gigabit Network Connection'
                  class      = network
                  subclass   = ethernet
              

              kind regards

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.