GithubHelp home page GithubHelp logo

Comments (9)

JimmyChangJY avatar JimmyChangJY commented on June 2, 2024

What is below error message present???


ubuntu@Jimmy:~$ dmesg|grep err
[    5.751011] kvm [1]: interrupt-controller@1c84000 IRQ25
[    8.211648] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 52, RTO !!
[    8.212458] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 52, RTO !!
[    8.216662] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 8, RTO !!
[    8.217473] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 5, RTO !!
[    8.218283] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 5, RTO !!
[    8.219089] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 5, RTO !!
[    8.219896] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 5, RTO !!
[    8.220708] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 55, RTO !!
[    8.221518] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 55, RTO !!
[    8.222327] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 55, RTO !!
[    8.223134] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 55, RTO !!
[    9.089670] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    9.090477] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[    9.094716] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[    9.095523] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    9.096327] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    9.097132] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    9.097936] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 5, RTO !!
[    9.098746] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    9.099553] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    9.100360] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    9.101164] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 55, RTO !!
[    9.102012] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 1, RTO !!
[   11.001346] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[   11.014696] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 52, RTO !!
[   11.069318] sunxi-mmc 1c10000.sdmmc: smc 2 p1 err, cmd 8, RTO !!
[   11.313676] dhd_deferred_work_init: work queue initialized 
[   11.320241] dhd_module_init: Exit err=0

from bpi-m64-firmware.

avafinger avatar avafinger commented on June 2, 2024

Thanks for the info, you must have a new revision board with updated Wifi chip. My board is rather old.
You have A1 chip.

[ 15.652584] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm43438a1.bin

[ 8.211648] sunxi-mmc 1c11000.sdmmc: smc 1 p2 err, cmd 52, RTO !!
Don't worry, It is not really an error per si, it's trying to detect some mmc memory type.

from bpi-m64-firmware.

avafinger avatar avafinger commented on June 2, 2024

Can you please check if BT (Bluetooth) is working with this A1 chip?

from bpi-m64-firmware.

avafinger avatar avafinger commented on June 2, 2024

BT will possibly not work if you have not manually changed it to load the A1 firmware, so i just made this script to do it, please try: https://github.com/avafinger/bpi-m64-firmware#things-you-should-do-after-flashing-the-os-image

Note: If BT is not working it will eat a lot of CPU if you try to use BT.

from bpi-m64-firmware.

JimmyChangJY avatar JimmyChangJY commented on June 2, 2024

BT also need to modify new driver
https://github.com/BPI-SINOVOIP/BPI_WiFi_Firmware/tree/master/ap6212
And BT work smooth.

My wifi has new issue.
dmesg|grep fail
[ 673.825828] dhd_aoe_hostip_clr failed code -1
[ 673.825832] aoe_update_host_ipv4_table failed

I can see the whole wifi connecting info is correct.
DHCP setting can let me get the correct IP.
But I can't ping my router IP address.
Any Idea?

from bpi-m64-firmware.

avafinger avatar avafinger commented on June 2, 2024

Please, run the script and check again: c439b5b

from bpi-m64-firmware.

JimmyChangJY avatar JimmyChangJY commented on June 2, 2024

👍
FYI
In the C439b5b
91 line

  •    wget https://github.com/avafinger/bpm64-firmware/raw/master/update_wifi_bt.sh 
    

is wrong !

It should be
https://raw.githubusercontent.com/avafinger/bpi-m64-firmware/master/update_wifi_bt.sh

from bpi-m64-firmware.

avafinger avatar avafinger commented on June 2, 2024

Fixed, thanks.

from bpi-m64-firmware.

JimmyChangJY avatar JimmyChangJY commented on June 2, 2024

GOOD for you !!
avafinger

from bpi-m64-firmware.

Related Issues (19)

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.