Date: Tue, 22 Dec 2015 23:09:06 +0530 From: Vijay Rjah <me@rvijay.me> To: freebsd-questions@freebsd.org, freebsd-current@freebsd.org Subject: Re: Need help with New Build -- Skylake Message-ID: <56798ABA.4030603@rvijay.me> In-Reply-To: <56753729.7010003@rvijay.me> References: <56753729.7010003@rvijay.me>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/19/15 4:23 PM, Vijay Rjah wrote: > Hello, > > I'm planning to build a file server for my home. > > I'm planning on using the B150 Intel chipset (specifically this MoBo: > http://www.msi.com/product/motherboard/B150M-PRO-VDH.html#hero-overview) > > This has Realtek RTL8111H Gigabit LAN controller, Does FreeBSD support > this? (the man page for mentions support for 8111) > > This is going to be a headless setup, hence I'm not concerned with > lack of x11 support. (I'm assuming console works) > > Does any one in the list have any experiences with this > Chipset/Motherboard. > > -Thanks in advance > Vijay > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi, I actually went ahead and bought the system. Here is my config CPU: Intel I3-6100 Mobo: MSI B150M-PRO-VDH NIC: RTL8111H (on-Board) RAM: Hyperx DDR4 8 GB I initially tried to use UEFI-10.2 Release image. But the system was repeatedly crashing just after the loader prompt... (PANICS) I tried installing with 10.2-Release (with BIOS).. But, NIC wasn't detected. It seems the NIC driver was added around September' 15 to the FreeBSD tree in github ( https://github.com/freebsd/freebsd/commit/c1d4644cbc1efd41f962e4979caf367c93d3c5f0 ) I tried installing with 11.0-Current ( Legacy BIOS boot ), NIC works. got it installed.. The only issue i have is that the boot process takes a lot of time.. (similar to https://forums.freebsd.org/threads/new-motherboard-and-processor-kernel-load-very-slow.53511/ ). the system ultimately boots, but boot times are around 4 - 5 Mins.. How do I debug it? any suggestions? -Thanks Vijay PS: Here is the output of pciconf -lv root@vrajah-bsd:~ # pciconf -lv hostb0@pci0:0:0:0: class=0x060000 card=0x79821462 chip=0x190f8086 rev=0x07 hdr=0x00 vendor = 'Intel Corporation' device = 'Sky Lake Host Bridge/DRAM Registers' class = bridge subclass = HOST-PCI vgapci0@pci0:0:2:0: class=0x030000 card=0x79821462 chip=0x19128086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = 'Sky Lake Integrated Graphics' class = display subclass = VGA none0@pci0:0:8:0: class=0x088000 card=0x79821462 chip=0x19118086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = 'Sky Lake Gaussian Mixture Model' class = base peripheral xhci0@pci0:0:20:0: class=0x0c0330 card=0x79821462 chip=0xa12f8086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H USB 3.0 xHCI Controller' class = serial bus subclass = USB none1@pci0:0:20:2: class=0x118000 card=0x79821462 chip=0xa1318086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H Thermal subsystem' class = dasp none2@pci0:0:21:0: class=0x118000 card=0x79821462 chip=0xa1608086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H LPSS I2C Controller' class = dasp none3@pci0:0:21:1: class=0x118000 card=0x79821462 chip=0xa1618086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H LPSS I2C Controller' class = dasp none4@pci0:0:22:0: class=0x078000 card=0x79821462 chip=0xa13a8086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H CSME HECI' class = simple comms ahci0@pci0:0:23:0: class=0x010601 card=0x79821462 chip=0xa1028086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' class = mass storage subclass = SATA pcib1@pci0:0:28:0: class=0x060400 card=0x79821462 chip=0xa1148086 rev=0xf1 hdr=0x01 vendor = 'Intel Corporation' device = 'Sunrise Point-H PCI Express Root Port' class = bridge subclass = PCI-PCI none5@pci0:0:30:0: class=0x118000 card=0x79821462 chip=0xa1278086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H LPSS UART' class = dasp isab0@pci0:0:31:0: class=0x060100 card=0x79821462 chip=0xa1488086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H LPC Controller' class = bridge subclass = PCI-ISA none6@pci0:0:31:2: class=0x058000 card=0x79821462 chip=0xa1218086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H PMC' class = memory hdac0@pci0:0:31:3: class=0x040300 card=0xf9821462 chip=0xa1708086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H HD Audio' class = multimedia subclass = HDA none7@pci0:0:31:4: class=0x0c0500 card=0x79821462 chip=0xa1238086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Sunrise Point-H SMBus' class = serial bus subclass = SMBus re0@pci0:1:0:0: class=0x020000 card=0x79821462 chip=0x816810ec rev=0x15 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller' class = network subclass = ethernet root@vrajah-bsd:~ # uname -a FreeBSD vrajah-bsd 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r291495: Mon Nov 30 23:14:34 UTC 2015 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56798ABA.4030603>