[Bug 245624] www/chromium: kernel: WARNING (chrome): ioctl sign-extension ioctl ffffffff80045612

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Sep 2021 07:32:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245624

--- Comment #4 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
I think chromium uses its own IOCTL definitions. You'll need to find those and
change them to use unsigned integer format.

BTW: The kernel warning is harmless, because the kernel will always cast the
cmd argument to 32-bit.

It should not affect audio.

Try to install "sndio" and run "service sndiod onestart" if there is no audio
in chrome.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.