FreeBSD 12.2-BETA1 Now Available

2020-09-12 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The first BETA build of the 12.2-RELEASE release cycle is now available.

Installation images are available for:

o 12.2-BETA1 amd64 GENERIC
o 12.2-BETA1 i386 GENERIC
o 12.2-BETA1 powerpc GENERIC
o 12.2-BETA1 powerpc64 GENERIC64
o 12.2-BETA1 powerpcspe MPC85XXSPE
o 12.2-BETA1 sparc64 GENERIC
o 12.2-BETA1 armv6 RPI-B
o 12.2-BETA1 armv7 BANANAPI
o 12.2-BETA1 armv7 BEAGLEBONE
o 12.2-BETA1 armv7 CUBIEBOARD
o 12.2-BETA1 armv7 CUBOX-HUMMINGBOARD
o 12.2-BETA1 armv7 RPI2
o 12.2-BETA1 armv7 WANDBOARD
o 12.2-BETA1 armv7 GENERICSD
o 12.2-BETA1 aarch64 GENERIC
o 12.2-BETA1 aarch64 RPI3
o 12.2-BETA1 aarch64 PINE64

Note regarding arm SD card images: For convenience for those without
console access to the system, a freebsd user with a password of
freebsd is available by default for ssh(1) access.  Additionally,
the root user password is set to root.  It is strongly recommended
to change the password for both users after gaining access to the
system.

Installer images and memory stick images are available here:

https://download.freebsd.org/ftp/releases/ISO-IMAGES/12.2/

The image checksums follow at the end of this e-mail.

If you notice problems you can report them through the Bugzilla PR
system or on the -stable mailing list.

If you would like to use SVN to do a source based update of an existing
system, use the "releng/12.2" branch.

Please note, the release notes page is not yet complete, and will be
updated on an ongoing basis as the 12.2-RELEASE cycle progresses.

=== Virtual Machine Disk Images ===

VM disk images are available for the amd64, i386, and aarch64
architectures.  Disk images may be downloaded from the following URL
(or any of the FreeBSD download mirrors):

https://download.freebsd.org/ftp/releases/VM-IMAGES/12.2-BETA1/

The partition layout is:

~ 16 kB - freebsd-boot GPT partition type (bootfs GPT label)
~ 1 GB  - freebsd-swap GPT partition type (swapfs GPT label)
~ 20 GB - freebsd-ufs GPT partition type (rootfs GPT label)

The disk images are available in QCOW2, VHD, VMDK, and raw disk image
formats.  The image download size is approximately 135 MB and 165 MB
respectively (amd64/i386), decompressing to a 21 GB sparse image.

Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI
loader file is needed for qemu-system-aarch64 to be able to boot the
virtual machine images.  See this page for more information:

https://wiki.freebsd.org/arm64/QEMU

To boot the VM image, run:

% qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt  \
-bios QEMU_EFI.fd -serial telnet::,server -nographic \
-drive if=none,file=VMDISK,id=hd0 \
-device virtio-blk-device,drive=hd0 \
-device virtio-net-device,netdev=net0 \
-netdev user,id=net0

Be sure to replace "VMDISK" with the path to the virtual machine image.

=== Amazon EC2 AMI Images ===

FreeBSD/amd64 EC2 AMIs are available in the following regions:

  af-south-1 region: ami-0682b0abc1b929a31
  eu-north-1 region: ami-01ec0fad41ad5b11b
  ap-south-1 region: ami-0a354c3e33a97f03e
  eu-west-3 region: ami-00a7f8b7e489ce377
  eu-west-2 region: ami-0918d3aed34e63f42
  eu-south-1 region: ami-0ef47c66ed81fa775
  eu-west-1 region: ami-0fb2f0e6d12285cd8
  ap-northeast-2 region: ami-034b23660403d5a15
  me-south-1 region: ami-01000ac49a604f65c
  ap-northeast-1 region: ami-0861284e9b47c08d9
  sa-east-1 region: ami-05e87a93a2901e017
  ca-central-1 region: ami-0101668190f85b08e
  ap-east-1 region: ami-0178fc46837dede16
  ap-southeast-1 region: ami-054abbfa1a3b706dc
  ap-southeast-2 region: ami-06928af7c16a404fa
  eu-central-1 region: ami-025367fda774dc82d
  us-east-1 region: ami-0557a1c0ab52820fb
  us-east-2 region: ami-09e6a1b7fd6e2d317
  us-west-1 region: ami-0aa48ace1556318cb
  us-west-2 region: ami-081a058b5db3d55a8

FreeBSD/aarch64 EC2 AMIs are available in the following regions:

  af-south-1 region: ami-0108ec28ec20cc0db
  eu-north-1 region: ami-02086e24d6ccb439c
  ap-south-1 region: ami-028c125932c0cfae0
  eu-west-3 region: ami-00147236e2c9ddee3
  eu-west-2 region: ami-04b19d19323868611
  eu-south-1 region: ami-06e0d4d46d8409c71
  eu-west-1 region: ami-0c1342c72a99b05f5
  ap-northeast-2 region: ami-0421176e731380248
  me-south-1 region: ami-017022e2d25de6b35
  ap-northeast-1 region: ami-0534632615bb2ada5
  sa-east-1 region: ami-0f2447add4275ebd2
  ca-central-1 region: ami-0f29457b52111cdb9
  ap-east-1 region: ami-00cac78d564d247ea
  ap-southeast-1 region: ami-0caa2ad47deff685d
  ap-southeast-2 region: ami-0dd92be0338c93ce3
  eu-central-1 region: ami-01fe3a17e59891f43
  us-east-1 region: ami-0092ad8d18e824e4e
  us-east-2 region: ami-00ea8eedc4f851449
  us-west-1 region: ami-031d322be3a2c5804
  us-west-2 region: ami-0daefded030558a28

=== Vagrant Images ===

FreeBSD/amd64 images are available on the Hashicorp Atlas site, and can
be installed by running:

% vagrant init freebsd/FreeBSD-12.2-BETA1
% vagrant up

=== Upgrading ===

The 

12.2-BETA1 iwm init failed on Intel 9560 (ThinkPad X1 Carbon Gen7)

2020-09-12 Thread sreehari
I tested FreeBSD 12.2-BETA1 and I have a ThinkPad X1 Carbon Gen7
(which has an Intel 9560 wifi chipset), and I was looking forward to
working wifi in the next FreeBSD release. I see that some work was
done to add support for my wifi chipset, and I appreciate the efforts!
I just thought that this information would be helpful to developers to
ensure that wifi properly functions for more people in time for the
full 12.2-RELEASE. Basically, iwm does indeed detect my “Intel(R) Dual
Band Wireless AC 9560” unlike in 12.1-RELEASE, but it seems to fail on
firmware or ucode loading with these lines:


iwm0:  mem 0xea238000-0xea23bfff
at device 20.3 on pci0
iwm0: fw chunk addr 0x404000 len 712 failed to load
iwm0: iwm_pcie_load_section: Could not load the [0] uCode section
iwm0: iwm_start_fw: failed 60
iwm0: Failed to start INIT ucode: 60

I believe that wifi did in fact work in the September 10th prerelease
build (I may be wrong), but the system was still pretty unusable for
different or possibly related reasons so maybe that could be of help.
I’ve attached a full dmesg to
https://dmesgd.nycbug.org/index.cgi?do=view&id=5669.

Thanks,
Sreehari
---<>---
Copyright (c) 1992-2020 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 12.2-BETA1 r365618 GENERIC amd64
FreeBSD clang version 10.0.1 (g...@github.com:llvm/llvm-project.git 
llvmorg-10.0.1-0-gef32c611aa2)
VT(efifb): resolution 640x480
CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (1992.12-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x806ec  Family=0x6  Model=0x8e  Stepping=12
  
Features=0xbfebfbff
  
Features2=0x7ffafbbf
  AMD Features=0x2c100800
  AMD Features2=0x121
  Structured Extended 
Features=0x29c67af
  Structured Extended 
Features3=0xbc000600
  XSAVE Features=0xf
  IA32_ARCH_CAPS=0x2b
  VT-x: (disabled in BIOS) PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 17179869184 (16384 MB)
avail memory = 16257523712 (15504 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
arc4random: no preloaded entropy cache
ioapic0  irqs 0-119 on motherboard
Launching APs: 1 6 5 2 3 4 7
Timecounter "TSC" frequency 1992121421 Hz quality 1000
random: entropy device external interface
kbd1 at kbdmux0
000.23 [4336] netmap_init   netmap: loaded module
[ath_hal] loaded
module_register_init: MOD_LOAD (vesa, 0x8110be40, 0) error 19
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
nexus0
efirtc0:  on motherboard
efirtc0: registered as a time-of-day clock, resolution 1.00s
cryptosoft0:  on motherboard
acpi0:  on motherboard
acpi_ec0:  port 0x62,0x66 on acpi0
acpi0: Power Button (fixed)
unknown: memory range not supported
cpu0:  on acpi0
hpet0:  iomem 0xfed0-0xfed003ff on acpi0
Timecounter "HPET" frequency 2400 Hz quality 950
Event timer "HPET" frequency 2400 Hz quality 550
attimer0:  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:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
vgapci0:  port 0x2000-0x203f mem 
0xe900-0xe9ff,0x8000-0x8fff irq 16 at device 2.0 on pci0
vgapci0: Boot video device
xhci0:  mem 0xea22-0xea22 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:  at device 20.2 (no driver attached)
pci0:  at device 20.3 (no driver attached)
pci0:  at device 21.0 (no driver attached)
pci0:  at device 21.1 (no driver attached)
pci0:  at device 22.0 (no driver attached)
pcib1:  at device 29.0 on pci0
pci1:  on pcib1
nvme0:  mem 0xea10-0xea103fff,0xea104000-0xea1040ff at 
device 0.0 on pci1
pcib2:  at device 29.4 on pci0
pci2:  on pcib2
isab0:  at device 31.0 on pci0
isa0:  on isab0
hdac0:  mem 
0xea23c000-0xea23,0xea00-0xea0f at device 31.3 on pci0
pci0:  at device 31.5 (no driver attached)
em0:  mem 0xea20-0xea21 at device 
31.6 on pci0
em0: Using 1024 TX descriptors and 1024 RX descriptors
em0: Using an MSI interrupt
em0: Ethernet address: 98:fa:9b:d6:61:8d
em0: netmap queues/slots: TX 1/1024, RX 1/1024
acpi_button0:  on acpi0
acpi_lid0:  on acpi0
acpi_tz0:  on acpi0
atkbdc0:  port 0x60,0x64 irq 1 on acpi0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0:  irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
acpi_syscontainer0:  on acpi0
acpi_acad0:  on acpi0
battery0:  on acpi0
atrtc0:  at port 0x70 irq 8 on isa0
atrtc0: Warning: Couldn't map I/O.
atrtc0: regis

Re: 12.2-BETA1 iwm init failed on Intel 9560 (ThinkPad X1 Carbon Gen7)

2020-09-12 Thread sreehari
I just realized the link may be broken because of the dot after, here
it is: https://dmesgd.nycbug.org/index.cgi?do=view&id=5669

On Sat, Sep 12, 2020 at 10:25 PM sreehari  wrote:
>
> I tested FreeBSD 12.2-BETA1 and I have a ThinkPad X1 Carbon Gen7
> (which has an Intel 9560 wifi chipset), and I was looking forward to
> working wifi in the next FreeBSD release. I see that some work was
> done to add support for my wifi chipset, and I appreciate the efforts!
> I just thought that this information would be helpful to developers to
> ensure that wifi properly functions for more people in time for the
> full 12.2-RELEASE. Basically, iwm does indeed detect my “Intel(R) Dual
> Band Wireless AC 9560” unlike in 12.1-RELEASE, but it seems to fail on
> firmware or ucode loading with these lines:
>
>
> iwm0:  mem 0xea238000-0xea23bfff
> at device 20.3 on pci0
> iwm0: fw chunk addr 0x404000 len 712 failed to load
> iwm0: iwm_pcie_load_section: Could not load the [0] uCode section
> iwm0: iwm_start_fw: failed 60
> iwm0: Failed to start INIT ucode: 60
>
> I believe that wifi did in fact work in the September 10th prerelease
> build (I may be wrong), but the system was still pretty unusable for
> different or possibly related reasons so maybe that could be of help.
> I’ve attached a full dmesg to
> https://dmesgd.nycbug.org/index.cgi?do=view&id=5669.
>
> Thanks,
> Sreehari
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"