Forgot to reply to the list
---------- Forwarded message ----------
From: "Olivier Antoine"
Date: Aug 14, 2017 16:29
Subject: Re: rtwn0: device timeout with Realtek 8188CE
To: "Stefan Sperling"
Cc:

Yes I confirm.
Compiling GENERIC.MP with gcc instead of clang make it work.

On Mon, Aug 14, 2017 at 4:01 PM, Stefan Sperling <[email protected]> wrote:
> 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