Brian Hendrix

Results 11 comments of Brian Hendrix

Well, I noticed a comment on the main git page: "Install TFLite runtime (recommended) or Tensorflow (has to be 2.5 or later):" Since it's saying tflite-runtime is "recommended", I edited...

I run into this problem a lot because I'm using an Mac Mini M1 which is NOT Intel. However, I'm just guessing that's the issue here. On a lot of...

I'm running macOS 13 and still getting the following error: ❯ make cc -g -O -Wall -Werror -DVERSION='"1.1.245"' -I/opt/local/include/libusb-1.0 -c -o main.o main.c cc -g -O -Wall -Werror -DVERSION='"1.1.245"' -I/opt/local/include/libusb-1.0...

Not sure what line you actually mean -- line 1721 of: /usr/src/kernels/4.18.0-372.26.1.el8_6.x86_64/include/linux/netdevice.h is a commented section: 1718 struct net_device_extended_rh { 1719 }; 1720 1721 /** 1722 * struct net_device -...

Line 1721 deleted . . . now getting this . . . /home/brian/rtl8723du/os_dep/linux/os_intfs.c:1854:22: error: initialization of ‘u16 (*)(struct net_device *, struct sk_buff *, struct net_device *, u16 (*)(struct net_device *,...

The section was quite big (I think) so I just uploaded the file. It's attached. [netdevice.h.txt](https://github.com/lwfinger/rtl8723du/files/9702247/netdevice.h.txt)

Well, we got quite a bit further down the make list but still ending in an error 2: /home/brian/rtl8723du/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_ch_switch_notify’: /home/brian/rtl8723du/os_dep/linux/ioctl_cfg80211.c:458:3: error: too few arguments to function ‘cfg80211_ch_switch_started_notify’...

Good news! I installed 5.4.215-1.el8.elrepo.x86_64 to the Almalinix 8.6 successfully and make / make install worked on the first try! Rebooted and I'm now on wireless! Thanks for your assistance!

I don't think I need to do another pull, do I? As I mentioned above, I'm now working with an upgrade to 5.4.215-1.el8.elrepo.x86_64 kernel on Almalinix 8.6. The make and...

I’m using AlmaLinux 9.4 which is not Debian. It doesn’t install anything via apt. It is rpm based and binary copy of Red Hat. D. Brian Hendrix veteran | mac...