Giter Site home page Giter Site logo

Comments (12)

morrownr avatar morrownr commented on August 16, 2024

Did you run...

$ sudo ./raspi64.sh

...per the installation instructions?

from 88x2bu.

ClaudioCimarelli avatar ClaudioCimarelli commented on August 16, 2024

Yes, I did follow the instructions.
So should my platform configuration be supported normally? There is nothing wrong with the version?

from 88x2bu.

morrownr avatar morrownr commented on August 16, 2024

I am backed up with some other issues right now so it may take a while to look at this. You did look at #16 . There have been issues with 64 bit ARM support and it has thus far been problems in the distros, not with this driver. I will make the change to 64 bit RasPiOS when the 64 bit version comes out of beta. If you can get in touch with PieGuy, he is probably your best bet in the short term... or you could go with the good ole RasPiOS 32 bit and wait for things on the 64 bit world to mature.

from 88x2bu.

morrownr avatar morrownr commented on August 16, 2024

#34 seems to show the same issue.

from 88x2bu.

ClaudioCimarelli avatar ClaudioCimarelli commented on August 16, 2024

Thanks a lot for your effort. I did not know the 64-bit os was not so mature. I will try to flash the 32 bit to try.

from 88x2bu.

morrownr avatar morrownr commented on August 16, 2024

The 64 bit ARM world, as far as RasPi hardware is concerned, is still problematic. Why is it taking so long for the RasPi Foundation to get the 64 bit version out of the door? I don't know but the 5 driver and 2 info sites I maintain here keep me busy enough that I will worry about the 64 bit versions of RasPiOS and DietPi when they are no longer test versions. There were multiple conversations in the 5 driver repos here about this and I think it was something messed up in a header file but it has been a while. The conclusion was to press on with OSs that are not test versions. The basic 32 bit RasPiOS is pretty solid.

from 88x2bu.

ClaudioCimarelli avatar ClaudioCimarelli commented on August 16, 2024

Still, I am curious to hear from @PieGuy314 ( if he ever can read this ) as he managed to compile this successfully on DietPiOS 64-bit.

from 88x2bu.

PieGuy314 avatar PieGuy314 commented on August 16, 2024

Still, I am curious to hear from @PieGuy314 ( if he ever can read this ) as he managed to compile this successfully on DietPiOS 64-bit.

It used to compile. But then there was a change to the kernel code and the Pi kernel devs stopped applying the patches for the time being (resource best spent doing more important stuff). Worth highlighting that this isn't a driver issue, it's entirely due to the 64-bit Pi kernel.

As @morrownr has suggested, stick with the 32-bit for now.

from 88x2bu.

rjbrown99 avatar rjbrown99 commented on August 16, 2024

Same issue here on Raspberry Pi OS 64bit, with the latest prerelease kernel 5.10.31-v8+.

MODPOST /root/src/88x2bu/Module.symvers
ERROR: modpost: "__const_udelay" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "__arch_copy_from_user" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "_raw_spin_unlock" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "__rcu_read_lock" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "__rcu_read_unlock" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "cpu_hwcap_keys" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "csum_ipv6_magic" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "__warn_printk" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "arm64_const_caps_ready" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "__udelay" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "preempt_schedule_notrace" [/root/src/88x2bu/88x2bu.ko] undefined!
ERROR: modpost: "__arch_copy_to_user" [/root/src/88x2bu/88x2bu.ko] undefined!

Have not worked through it yet.

from 88x2bu.

morrownr avatar morrownr commented on August 16, 2024

Sir, you are in good company. We have already spent time on this. It was a kernel header bug that was introduced at some point and was fixed in everything but the 64 bit RasPiOS and the distros derived from it. There really isn't anything we can do here so my position is that I will worry about the 64 bit RasPiOS when it is released. It is going to be released, right? The RasPiOS devs working on the 64 bit version are making Debian stable releases look like a race car. Well, maybe not but you get my point.

Your best bet is going back to the 32 bit version for now.

from 88x2bu.

rjbrown99 avatar rjbrown99 commented on August 16, 2024

Appreciate the reply. I'm going to stick with 64 bit either way, so I'm about to dive further into the rabbit hole this weekend to determine what broke in the kernel or where. If you have any leads that would certainly be helpful, otherwise I'll see what I can turn up.

from 88x2bu.

PieGuy314 avatar PieGuy314 commented on August 16, 2024

Appreciate the reply. I'm going to stick with 64 bit either way, so I'm about to dive further into the rabbit hole this weekend to determine what broke in the kernel or where. If you have any leads that would certainly be helpful, otherwise I'll see what I can turn up.

Best advice I can give is to learn how to use GDB. On kernel modules. And the kernel. Good luck.

from 88x2bu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.