On Wed 07 Feb 2024 at 10:44:04 +0100, Ramiro Aceves wrote:
> The problem is to change /usr/src/dev/usb/if_urtwn.c without knowing
> what I am exactly doing ;-)
I don't know either, but I spot a list of these USB ids (starting with
} urtwn_devs[] = {
URTWN_DEV(ABOCOM, RTL8188CU_1)
Try adding
product AB0COM RTL8188FTV 0xf179 RTL8188EU
to /usr/src/sys/dev/usb/usbdevs
It might work, you have nothing to lose. If not RTL8188EU then RTL8188CU
Sent with Proton Mail secure email.
On Wednesday, February 7th, 2024 at 3:44 AM, Ramiro Aceves
wrote:
> Hello Lwazi,
>
> Thanks for
Thanks so much for the interesting findings, Olaf. I take notes.
Ramiro.
El dom, 4 feb 2024 a las 20:17, Rhialto () escribió:
>
> On Thu 01 Feb 2024 at 11:50:43 +0100, Ramiro Aceves wrote:
> > # X -configure
>
> I noticed that with 10.0, this generates a different config file than
> what's actual
Hello Lwazi,
Thanks for the tip. I know how to recompile a kernel but I doubt I
could do such modification in the source with chances of success
without knowing the internals of driver programming. ;-) Only know the
basics of C.
I have been watching /usr/src/dev/usb/usbdevs and it seems easy to
c