On Mon, Aug 14, 2017 at 01:11:03PM +0200, Olivier Antoine wrote:
> Having found that 'bsd.rd' has no problem to initialize rtwn0 I searched
> for the differences in the kernel options in RAMDISK and GENERIC.MP.
> The obvious one is that there is no 'option  MULTIPROCESSOR' so I booted
> 'bsd.sp' instead of 'bsd.mp'
> It seems that when I boot bsd.sp in place of bsd.mp, my RTL8188CE works
> perfectly.

I can confirm the problem.

I can get a working bsd.mp kernel by building it with GCC instead of clang:

  cd /usr/src/sys/arch/amd64/compile/GENERIC.MP
  make obj
  make config
  make CC=gcc COMPILER_VERSION=gcc -j4

Can you confirm this?

Reply via email to