cropped-forum.png

論壇總覽 MP500系列微型電腦討論區 MP510電腦USB無線網卡支援表(持續更新中) 回覆至:MP510電腦USB無線網卡支援表(持續更新中)

#1361
lazyworm
參與者
    @lazyworm

    謝謝你的回復,

    原來的這一張無線網卡,裝在PC裡面Ubuntu 22.4(Kernel 5.17),是可以透過gcc 成功並安裝

    MP510使用gcc沒有出現錯誤,但卻無法安裝,後來使用 clang,就可以安裝成功,分享經驗給大家

    #apt-get install clang
    #linux headers
    #make ARCH=arm64 CC=clang
    #make install