Solved Wireless Device Install FreeBSD 12.0-RELEASE r341666 GENERIC amd64

USB wireless device not booting nor finding a carrier: I must be missing something even after following chapter 31.3 of the handbook. AND, Wireless Device Install FreeBSD 12.0-RELEASE r341666 GENERIC amd64.
 
In addition, the device is not booting.
I have now purchased a TP-LINK WDN3200 as listed in the 12.0 supported wireless device listing and not booting & status: no carrier.
The run driver is listed as the driver that supports the TP-LINK WDN3200.
Here are the snapshots of my rc.conf, loader.conf, wpa_supplicant.conf, the the network devices shown before and then after:
ifconfig wlan0 create wlandev run0
 

Attachments

  • Screenshot at 2019-04-19 20-47-02.png
    Screenshot at 2019-04-19 20-47-02.png
    146.4 KB · Views: 180
  • Screenshot at 2019-04-19 20-48-08.png
    Screenshot at 2019-04-19 20-48-08.png
    97.2 KB · Views: 207
  • Screenshot at 2019-04-19 20-51-53.png
    Screenshot at 2019-04-19 20-51-53.png
    63 KB · Views: 157
  • Screenshot at 2019-04-19 21-02-46.png
    Screenshot at 2019-04-19 21-02-46.png
    179.4 KB · Views: 176
  • Screenshot at 2019-04-19 21-03-13.png
    Screenshot at 2019-04-19 21-03-13.png
    202.5 KB · Views: 168
You forgot to set the firmware for the device in /etc/loader.conf

From run(4)
Rich (BB code):
Firmware is also needed, and provided by:

       device runfw

     Alternatively, to load the    driver as a module at boot time, place the
     following lines in    loader.conf(5):

       if_run_load="YES"
       runfw_load="YES"
In /etc/rc.conf you have 2 typos. In line 18 you missed the "s" in wlans_run0,
Code:
wlan_run0="YES"
in line 19 you missed the "i" in ifconfig:
Code:
fconfig_wlan0="DHCP"

In /etc/wpa_supplicant.conf set the ssid and password from your router. my_ssid (set here name of your wlan network) and my_psk ( set here password of your wlan network) are placeholders in the example from the handbook, not real settings. You might want to hide the password when posting here.

Edit: After making the changes load the firmware: kldload runfw, restart the network service: service netif restart, so you don't need to reboot.
 
I made your recommendations and now the device shows as loaded when I boot the system. However, the attached shapshot shows Status: no carrier. I'm now thinking that my Netgear D7000 router/modem has something to do with that message.
 

Attachments

  • Screenshot at 2019-04-20 07-12-11.png
    Screenshot at 2019-04-20 07-12-11.png
    206.2 KB · Views: 149
Yes, see attached, My ISP is Centurylink (USA) and my ssid are NETGEAR91 OR NETGEAR91-5G AND NETGEAR_guest. I use NETGEAR91.
 

Attachments

  • Screenshot at 2019-04-20 08-36-52.png
    Screenshot at 2019-04-20 08-36-52.png
    191.6 KB · Views: 152
Your wireless card is up and running. Thats good.
It can scan for access points.

Maybe add WPA to that entry in your /etc/rc.conf file,
Code:
ifconfig_wlan0="WPA DHCP"
(if you want to use that encryption.)
Also, maybe post your current wpa_supplicant.conf
 
Okay, I'll re-post my /etc/rc.conf file too. It has changed without me changing it! And, my wpa_supplicant.conf file.
 

Attachments

  • Screenshot at 2019-04-20 15-31-02.png
    Screenshot at 2019-04-20 15-31-02.png
    144.9 KB · Views: 152
  • Screenshot at 2019-04-20 15-32-09.png
    Screenshot at 2019-04-20 15-32-09.png
    64.4 KB · Views: 125
One request, please don’t upload more screenshots. You are obviously in a Xorg-Desktop Evironment. There you can easily copy & paste text from the x-terminal into the browsers forum page. Text makes it easier to read then opening pictures. Readers of your post might not bother to open the pictures and a potential hint might get lost. More important one can not quote from the pictures. You might notice I need to wright some lines from the pictures. Any other potential helper might not bother.

Don’t use bsdconfig netdev. Most likely that tool modified /etc/rc.conf.

Delete in /etc/rc.conf
Code:
ifconfig_wlan0=“inet netmask netmask “
reset, for now,
Code:
ifconfig_wlan0="WPA DHCP"
to
Code:
ifconfig_wlan0="DHCP"
In your latest ifconfig picture there is no ssid. You get there
Code:
ssid " " channel 3 (2422 MHz 11g)
my ssid are NETGEAR91 OR NETGEAR91-5G AND NETGEAR_guest. I use NETGEAR91
edit in /etc/wpa_supplicant.conf line 3 from
Code:
ssid=“netgear91”
to
Code:
ssid=“NETGEAR91”
run service netif restart, check ifconfig for wlan0 ssid "NETGEAR91" and ip (inet 192.xxx.x.xxx) and try ping -c 3 8.8.8.8
 
WOW!! I added back to rc.conf - ifconfig_wlan0="WPA DHCP" and see attached!!
 

Attachments

  • ifconfig.txt
    536 bytes · Views: 138
I've been a FreeBSD user from the 4.9 release on and have been promoting it to those who listen :)!!
 

Attachments

  • setupwirelessdevice.txt
    1 KB · Views: 137
As shown above, I have the same TP-Link TL-WDN3200 dongle that was working great with 12.2. I upgraded to 13.2 and entered the exact syntax as shown in the April 21, 2019 #13 post, and all I receive using 13.2 is no carrier. Does anyone have an idea as to what is now needed to have my dongle work again. Nothing has changed from the 2019 system. Still the same modem, etc. . .
 
I have been at the dermatologist most of the day to have biopsies. Maybe I can simply take a snapshot of the dmesg output and post them here? I'll be 77 in April and my damn memory is not what is used to be!!!!
 
The command is just `dmesg`, but please don't post a picture.
Yes, I know how to get the 'dmesg' but how do I put the output into the forum format. I have seen that done by way more competent BSDrs than me, but I have never learned how to post it! Sorry I'm so incompetent.
 
I am simply do not know where the file:///temp/foo is in Firefox
You put that in the address bar - instead of going to http:// something you are going to file:// something.

So you are creating a file with the dmesg command.

Then you go to the address bar in Firefox and type:

file://

and then the location of the file you just created:

/tmp/foo

And press Enter/Return. Firefox will load and render the resource (the file in this case, rather than a web site).
 
Code:
Copyright (c) 1992-2021 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 13.2-RELEASE-p8 GENERIC amd64
FreeBSD clang version 14.0.5 ([URL]https://github.com/llvm/llvm-project.git[/URL] llvmorg-14.0.5-0-gc12386ae247c)
VT(efifb): resolution 640x480
CPU: Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (3800.00-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0xa0655  Family=0x6  Model=0xa5  Stepping=5
  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=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features2=0x40000018<PKU,OSPKE,SGXLC>
  Structured Extended Features3=0xbc000400<MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  IA32_ARCH_CAPS=0x2b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO>
  VT-x: (disabled in BIOS) PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
  TSC: P-state invariant, performance statistics
real memory  = 34359738368 (32768 MB)
avail memory = 33108828160 (31575 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <ALASKA A M I >
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 8 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 13 3 15 5 12 11 2 4 8 14 10 9 6 7
random: entropy device external interface
kbd1 at kbdmux0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
smbios0: <System Management BIOS> at iomem 0x7fbb8000-0x7fbb801e
smbios0: Version: 3.2, BCD Revision: 3.2
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0: <ALASKA A M I >
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 350
Event timer "HPET1" frequency 24000000 Hz quality 340
Event timer "HPET2" frequency 24000000 Hz quality 340
Event timer "HPET3" frequency 24000000 Hz quality 340
Event timer "HPET4" frequency 24000000 Hz quality 340
Event timer "HPET5" frequency 24000000 Hz quality 340
Event timer "HPET6" frequency 24000000 Hz quality 340
Event timer "HPET7" frequency 24000000 Hz quality 340
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
vgapci0: <VGA-compatible display> port 0x5000-0x507f mem 0x8a000000-0x8affffff,0x90000000-0x9fffffff,0xa0000000-0xa1ffffff irq 16 at device 0.0 on pci1
vgapci0: Boot video device
hdac0: <NVIDIA (0x0fb8) HDA Controller> mem 0x8b080000-0x8b083fff irq 17 at device 0.1 on pci1
xhci0: <XHCI (generic) USB 3.0 controller> mem 0x4000010000-0x400001ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <simple comms> at device 22.0 (no driver attached)
ahci0: <AHCI SATA controller> port 0x6050-0x6057,0x6040-0x6043,0x6020-0x603f mem 0x8b204000-0x8b205fff,0x8b207000-0x8b2070ff,0x8b206000-0x8b2067ff irq 16 at device 23.0 on pci0
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
ahciem0: <AHCI enclosure management bridge> on ahci0
pcib2: <ACPI PCI-PCI bridge> irq 18 at device 27.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci3: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> irq 18 at device 0.0 on pci3
pci4: <ACPI PCI bus> on pcib4
emu10kx0: <Creative SBLive! Value [CT4832]> port 0x4000-0x401f irq 19 at device 1.0 on pci4
pcm0: <EMU10Kx DSP front PCM interface> on emu10kx0
pcm0: <TriTech TR28602 AC97 Codec>
pcm1: <EMU10Kx DSP rear PCM interface> on emu10kx0
pci4: <input device> at device 1.1 (no driver attached)
pcib5: <ACPI PCI-PCI bridge> at device 28.3 on pci0
pci5: <ACPI PCI bus> on pcib5
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x3000-0x30ff mem 0x8b104000-0x8b104fff,0x8b100000-0x8b103fff irq 19 at device 0.0 on pci5
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: fc:34:97:15:f0:f4
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib6: <ACPI PCI-PCI bridge> irq 16 at device 29.0 on pci0
pci6: <ACPI PCI bus> on pcib6
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
pci0: <memory> at device 31.2 (no driver attached)
hdac1: <Intel Comet Lake-S HDA Controller> mem 0x4000020000-0x4000023fff,0x4000000000-0x400000ffff irq 16 at device 31.3 on pci0
acpi_button0: <Sleep Button> on acpi0
acpi_button1: <Power Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14.
atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0
atrtc0: Warning: Couldn't map I/O.
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
atrtc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14.
hwpstate_intel0: <Intel Speed Shift> on cpu0
hwpstate_intel1: <Intel Speed Shift> on cpu1
hwpstate_intel2: <Intel Speed Shift> on cpu2
hwpstate_intel3: <Intel Speed Shift> on cpu3
hwpstate_intel4: <Intel Speed Shift> on cpu4
hwpstate_intel5: <Intel Speed Shift> on cpu5
hwpstate_intel6: <Intel Speed Shift> on cpu6
hwpstate_intel7: <Intel Speed Shift> on cpu7
hwpstate_intel8: <Intel Speed Shift> on cpu8
hwpstate_intel9: <Intel Speed Shift> on cpu9
hwpstate_intel10: <Intel Speed Shift> on cpu10
hwpstate_intel11: <Intel Speed Shift> on cpu11
hwpstate_intel12: <Intel Speed Shift> on cpu12
hwpstate_intel13: <Intel Speed Shift> on cpu13
hwpstate_intel14: <Intel Speed Shift> on cpu14
hwpstate_intel15: <Intel Speed Shift> on cpu15
Timecounter "TSC-low" frequency 1895995854 Hz quality 1000
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
hdacc0: <NVIDIA (0x0081) HDA CODEC> at cad 0 on hdac0
hdaa0: <NVIDIA (0x0081) Audio Function Group> at nid 1 on hdacc0
pcm2: <NVIDIA (0x0081) (HDMI/DP 8ch)> at nid 4 on hdaa0
pcm3: <NVIDIA (0x0081) (HDMI/DP 8ch)> at nid 5 on hdaa0
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
pcm4: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm5: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm6: <Realtek ALC887 (Internal Digital)> at nid 17 on hdaa1
Trying to mount root from zfs:zroot/ROOT/default []...
ugen0.1: <Intel XHCI root HUB> at usbus0
uhub0 on usbus0
uhub0: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
ses0 at ahciem0 bus 0 scbus6 target 0 lun 0
ses0: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device
ses0: SEMB SES Device
ada0 at ahcich2 bus 0 scbus2 target 0 lun 0
ada0: <CT1000MX500SSD1 M3CR045> ACS-3 ATA SATA 3.x device
ada0: Serial Number 2303E69F8755
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 953869MB (1953525168 512 byte sectors)
ses0: ada0 in 'Slot 02', SATA Slot: scbus2 target 0
ses0: pass1 in 'Slot 03', SATA Slot: scbus3 target 0
cd0 at ahcich3 bus 0 scbus3 target 0 lun 0
cd0: <ASUS DRW-24B1ST   j 1.11> Removable CD-ROM SCSI device
cd0: Serial Number N1D0CL070884
cd0: 150.000MB/s transfers (SATA 1.x, UDMA6, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
Root mount waiting for: usbus0
uhub0: 24 ports with 24 removable, self powered
ugen0.2: <Hewlett-Packard hp LaserJet 1012> at usbus0
Root mount waiting for: usbus0
ugen0.3: <Chicony USB Keyboard> at usbus0
ukbd0 on uhub0
ukbd0: <Chicony USB Keyboard, class 0/0, rev 2.00/1.00, addr 2> on usbus0
kbd2 at ukbd0
ugen0.4: <SHENZHEN EMEET TECHNOLOGY CO.,LTD. HD Webcam eMeet C960> at usbus0
ugen0.5: <Generic 4-Port USB 2.0 Hub> at usbus0
uhub1 on uhub0
uhub1: <Generic 4-Port USB 2.0 Hub, class 9/0, rev 2.10/1.04, addr 4> on usbus0
uhub1: MTT enabled
Root mount waiting for: usbus0
uhub1: 4 ports with 4 removable, self powered
ugen0.6: <Logitech USB Receiver> at usbus0
ukbd1 on uhub1
ukbd1: <Logitech USB Receiver, class 0/0, rev 2.00/12.10, addr 5> on usbus0
kbd3 at ukbd1
WARNING: attempt to domain_add(netlink) after domainfinalize()
[nl_generic] genl_register_family: Registered family nlctrl id 16
[nl_generic] genl_register_cmds: Adding cmd GETFAMILY(3) to family nlctrl
nvidia0: <NVIDIA GeForce GT 1030> on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.146.02  Sun Dec  3 13:40:40 UTC 2023
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi0: Embedded MOF found
ACPI: \134AWW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: cannot find EC device
acpi_wmi1: Embedded MOF found
ACPI: \134AMW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: cannot find EC device
acpi_wmi2: Embedded MOF found
ACPI: \134ABAW.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi3: <ACPI-WMI mapping> on acpi0
acpi_wmi3: cannot find EC device
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi4: <ACPI-WMI mapping> on acpi0
acpi_wmi4: cannot find EC device
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi5: <ACPI-WMI mapping> on acpi0
acpi_wmi5: cannot find EC device
lo0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
Cuse v0.1.37 @ /dev/cuse
ulpt0 on uhub0
ulpt0: <Hewlett-Packard hp LaserJet 1012, class 0/0, rev 1.10/1.00, addr 1> on usbus0
ulpt0: using bi-directional mode
uhid0 on uhub0
uhid0: <Chicony USB Keyboard, class 0/0, rev 2.00/1.00, addr 2> on usbus0
uhid1 on uhub1
uhid1: <Logitech USB Receiver, class 0/0, rev 2.00/12.10, addr 5> on usbus0
uaudio0 on uhub0
uaudio0: <HD Webcam eMeet C960> on usbus0
uaudio0: No playback.
uaudio0: Record[0]: 16000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No MIDI sequencer.
pcm7: <USB audio> on uaudio0
uaudio0: No HID volume keys found.
ums0 on uhub1
ums0: <Logitech USB Receiver, class 0/0, rev 2.00/12.10, addr 5> on usbus0
ums0: 16 buttons and [XYZT] coordinates ID=2
usb_msc_auto_quirk: UQ_MSC_NO_GETMAXLUN set for USB mass storage device Lexar USB Flash Drive (0x05dc:0xa810)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device Lexar USB Flash Drive (0x05dc:0xa810)
ugen0.7: <Lexar USB Flash Drive> at usbus0
umass0 on uhub1
umass0: <Lexar USB Flash Drive, class 0/0, rev 2.00/11.00, addr 6> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x8100
umass0:7:0: Attached to scbus7
da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
da0: <Lexar JD FireFly 1100> Removable Direct Access SCSI device
da0: Serial Number AAXXMYJEDFVEFYYB
da0: 40.000MB/s transfers
da0: 3824MB (7831552 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
ugen0.7: <Lexar USB Flash Drive> at usbus0 (disconnected)
umass0: at uhub1, port 3, addr 6 (disconnected)
da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
da0: <Lexar JD FireFly 1100>  s/n AAXXMYJEDFVEFYYB detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached
 
Last edited by a moderator:
Copyright (c) 1992-2021 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 13.2-RELEASE-p8 GENERIC amd64
FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c)
VT(efifb): resolution 640x480
CPU: Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (3800.00-MHz K8-class CPU)
Origin="GenuineIntel" Id=0xa0655 Family=0x6 Model=0xa5 Stepping=5
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=0x121<LAHF,ABM,Prefetch>
Structured Extended Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
Structured Extended Features2=0x40000018<PKU,OSPKE,SGXLC>
Structured Extended Features3=0xbc000400<MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
IA32_ARCH_CAPS=0x2b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO>
VT-x: (disabled in BIOS) PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
TSC: P-state invariant, performance statistics
real memory = 34359738368 (32768 MB)
avail memory = 33108828160 (31575 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <ALASKA A M I >
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 1 package(s) x 8 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 13 3 15 5 12 11 2 4 8 14 10 9 6 7
random: entropy device external interface
kbd1 at kbdmux0
efirtc0: <EFI Realtime Clock>
efirtc0: registered as a time-of-day clock, resolution 1.000000s
smbios0: <System Management BIOS> at iomem 0x7fbb8000-0x7fbb801e
smbios0: Version: 3.2, BCD Revision: 3.2
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0: <ALASKA A M I >
acpi0: Power Button (fixed)
cpu0: <ACPI CPU> on acpi0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 350
Event timer "HPET1" frequency 24000000 Hz quality 340
Event timer "HPET2" frequency 24000000 Hz quality 340
Event timer "HPET3" frequency 24000000 Hz quality 340
Event timer "HPET4" frequency 24000000 Hz quality 340
Event timer "HPET5" frequency 24000000 Hz quality 340
Event timer "HPET6" frequency 24000000 Hz quality 340
Event timer "HPET7" frequency 24000000 Hz quality 340
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
vgapci0: <VGA-compatible display> port 0x5000-0x507f mem 0x8a000000-0x8affffff,0x90000000-0x9fffffff,0xa0000000-0xa1ffffff irq 16 at device 0.0 on pci1
vgapci0: Boot video device
hdac0: <NVIDIA (0x0fb8) HDA Controller> mem 0x8b080000-0x8b083fff irq 17 at device 0.1 on pci1
xhci0: <XHCI (generic) USB 3.0 controller> mem 0x4000010000-0x400001ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <simple comms> at device 22.0 (no driver attached)
ahci0: <AHCI SATA controller> port 0x6050-0x6057,0x6040-0x6043,0x6020-0x603f mem 0x8b204000-0x8b205fff,0x8b207000-0x8b2070ff,0x8b206000-0x8b2067ff irq 16 at device 23.0 on pci0
ahci0: AHCI v1.31 with 6 6Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich5: <AHCI channel> at channel 5 on ahci0
ahciem0: <AHCI enclosure management bridge> on ahci0
pcib2: <ACPI PCI-PCI bridge> irq 18 at device 27.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pci3: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> irq 18 at device 0.0 on pci3
pci4: <ACPI PCI bus> on pcib4
emu10kx0: <Creative SBLive! Value [CT4832]> port 0x4000-0x401f irq 19 at device 1.0 on pci4
pcm0: <EMU10Kx DSP front PCM interface> on emu10kx0
pcm0: <TriTech TR28602 AC97 Codec>
pcm1: <EMU10Kx DSP rear PCM interface> on emu10kx0
pci4: <input device> at device 1.1 (no driver attached)
pcib5: <ACPI PCI-PCI bridge> at device 28.3 on pci0
pci5: <ACPI PCI bus> on pcib5
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x3000-0x30ff mem 0x8b104000-0x8b104fff,0x8b100000-0x8b103fff irq 19 at device 0.0 on pci5
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: fc:34:97:15:f0:f4
re0: netmap queues/slots: TX 1/256, RX 1/256
pcib6: <ACPI PCI-PCI bridge> irq 16 at device 29.0 on pci0
pci6: <ACPI PCI bus> on pcib6
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
pci0: <memory> at device 31.2 (no driver attached)
hdac1: <Intel Comet Lake-S HDA Controller> mem 0x4000020000-0x4000023fff,0x4000000000-0x400000ffff irq 16 at device 31.3 on pci0
acpi_button0: <Sleep Button> on acpi0
acpi_button1: <Power Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14.
atrtc0: <AT realtime clock> at port 0x70 irq 8 on isa0
atrtc0: Warning: Couldn't map I/O.
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
atrtc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 14.
hwpstate_intel0: <Intel Speed Shift> on cpu0
hwpstate_intel1: <Intel Speed Shift> on cpu1
hwpstate_intel2: <Intel Speed Shift> on cpu2
hwpstate_intel3: <Intel Speed Shift> on cpu3
hwpstate_intel4: <Intel Speed Shift> on cpu4
hwpstate_intel5: <Intel Speed Shift> on cpu5
hwpstate_intel6: <Intel Speed Shift> on cpu6
hwpstate_intel7: <Intel Speed Shift> on cpu7
hwpstate_intel8: <Intel Speed Shift> on cpu8
hwpstate_intel9: <Intel Speed Shift> on cpu9
hwpstate_intel10: <Intel Speed Shift> on cpu10
hwpstate_intel11: <Intel Speed Shift> on cpu11
hwpstate_intel12: <Intel Speed Shift> on cpu12
hwpstate_intel13: <Intel Speed Shift> on cpu13
hwpstate_intel14: <Intel Speed Shift> on cpu14
hwpstate_intel15: <Intel Speed Shift> on cpu15
Timecounter "TSC-low" frequency 1895995854 Hz quality 1000
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
hdacc0: <NVIDIA (0x0081) HDA CODEC> at cad 0 on hdac0
hdaa0: <NVIDIA (0x0081) Audio Function Group> at nid 1 on hdacc0
pcm2: <NVIDIA (0x0081) (HDMI/DP 8ch)> at nid 4 on hdaa0
pcm3: <NVIDIA (0x0081) (HDMI/DP 8ch)> at nid 5 on hdaa0
hdacc1: <Realtek ALC887 HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc1
pcm4: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa1
pcm5: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa1
pcm6: <Realtek ALC887 (Internal Digital)> at nid 17 on hdaa1
Trying to mount root from zfs:zroot/ROOT/default []...
ugen0.1: <Intel XHCI root HUB> at usbus0
uhub0 on usbus0
uhub0: <Intel XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
ses0 at ahciem0 bus 0 scbus6 target 0 lun 0
ses0: <AHCI SGPIO Enclosure 2.00 0001> SEMB S-E-S 2.00 device
ses0: SEMB SES Device
ada0 at ahcich2 bus 0 scbus2 target 0 lun 0
ada0: <CT1000MX500SSD1 M3CR045> ACS-3 ATA SATA 3.x device
ada0: Serial Number 2303E69F8755
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes)
ada0: Command Queueing enabled
ada0: 953869MB (1953525168 512 byte sectors)
ses0: ada0 in 'Slot 02', SATA Slot: scbus2 target 0
ses0: pass1 in 'Slot 03', SATA Slot: scbus3 target 0
cd0 at ahcich3 bus 0 scbus3 target 0 lun 0
cd0: <ASUS DRW-24B1ST j 1.11> Removable CD-ROM SCSI device
cd0: Serial Number N1D0CL070884
cd0: 150.000MB/s transfers (SATA 1.x, UDMA6, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
Root mount waiting for: usbus0
uhub0: 24 ports with 24 removable, self powered
ugen0.2: <Hewlett-Packard hp LaserJet 1012> at usbus0
Root mount waiting for: usbus0
ugen0.3: <Chicony USB Keyboard> at usbus0
ukbd0 on uhub0
ukbd0: <Chicony USB Keyboard, class 0/0, rev 2.00/1.00, addr 2> on usbus0
kbd2 at ukbd0
ugen0.4: <SHENZHEN EMEET TECHNOLOGY CO.,LTD. HD Webcam eMeet C960> at usbus0
ugen0.5: <Generic 4-Port USB 2.0 Hub> at usbus0
uhub1 on uhub0
uhub1: <Generic 4-Port USB 2.0 Hub, class 9/0, rev 2.10/1.04, addr 4> on usbus0
uhub1: MTT enabled
Root mount waiting for: usbus0
uhub1: 4 ports with 4 removable, self powered
ugen0.6: <Logitech USB Receiver> at usbus0
ukbd1 on uhub1
ukbd1: <Logitech USB Receiver, class 0/0, rev 2.00/12.10, addr 5> on usbus0
kbd3 at ukbd1
WARNING: attempt to domain_add(netlink) after domainfinalize()
[nl_generic] genl_register_family: Registered family nlctrl id 16
[nl_generic] genl_register_cmds: Adding cmd GETFAMILY(3) to family nlctrl
nvidia0: <NVIDIA GeForce GT 1030> on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.146.02 Sun Dec 3 13:40:40 UTC 2023
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_wmi0: cannot find EC device
acpi_wmi0: Embedded MOF found
ACPI: \134AWW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi1: <ACPI-WMI mapping> on acpi0
acpi_wmi1: cannot find EC device
acpi_wmi1: Embedded MOF found
ACPI: \134AMW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi2: <ACPI-WMI mapping> on acpi0
acpi_wmi2: cannot find EC device
acpi_wmi2: Embedded MOF found
ACPI: \134ABAW.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi3: <ACPI-WMI mapping> on acpi0
acpi_wmi3: cannot find EC device
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi4: <ACPI-WMI mapping> on acpi0
acpi_wmi4: cannot find EC device
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi5: <ACPI-WMI mapping> on acpi0
acpi_wmi5: cannot find EC device
lo0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
Cuse v0.1.37 @ /dev/cuse
ulpt0 on uhub0
ulpt0: <Hewlett-Packard hp LaserJet 1012, class 0/0, rev 1.10/1.00, addr 1> on usbus0
ulpt0: using bi-directional mode
uhid0 on uhub0
uhid0: <Chicony USB Keyboard, class 0/0, rev 2.00/1.00, addr 2> on usbus0
uhid1 on uhub1
uhid1: <Logitech USB Receiver, class 0/0, rev 2.00/12.10, addr 5> on usbus0
uaudio0 on uhub0
uaudio0: <HD Webcam eMeet C960> on usbus0
uaudio0: No playback.
uaudio0: Record[0]: 16000 Hz, 1 ch, 16-bit S-LE PCM format, 2x8ms buffer.
uaudio0: No MIDI sequencer.
pcm7: <USB audio> on uaudio0
uaudio0: No HID volume keys found.
ums0 on uhub1
ums0: <Logitech USB Receiver, class 0/0, rev 2.00/12.10, addr 5> on usbus0
ums0: 16 buttons and [XYZT] coordinates ID=2
usb_msc_auto_quirk: UQ_MSC_NO_GETMAXLUN set for USB mass storage device Lexar USB Flash Drive (0x05dc:0xa810)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device Lexar USB Flash Drive (0x05dc:0xa810)
ugen0.7: <Lexar USB Flash Drive> at usbus0
umass0 on uhub1
umass0: <Lexar USB Flash Drive, class 0/0, rev 2.00/11.00, addr 6> on usbus0
umass0: SCSI over Bulk-Only; quirks = 0x8100
umass0:7:0: Attached to scbus7
da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
da0: <Lexar JD FireFly 1100> Removable Direct Access SCSI device
da0: Serial Number AAXXMYJEDFVEFYYB
da0: 40.000MB/s transfers
da0: 3824MB (7831552 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
ugen0.7: <Lexar USB Flash Drive> at usbus0 (disconnected)
umass0: at uhub1, port 3, addr 6 (disconnected)
da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
da0: <Lexar JD FireFly 1100> s/n AAXXMYJEDFVEFYYB detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached


























God! I hope this is what was expected!!
 
Back
Top