Giter VIP home page Giter VIP logo

Comments (5)

wzyy2 avatar wzyy2 commented on July 27, 2024

It's a known issue.
Our wifi driver can't enable "random mac" while Networkmanager use it by default, which make it keep restarting.

You can disable it in here.
https://github.com/rockchip-linux/rk-rootfs-build/blob/master/overlay/etc/NetworkManager/NetworkManager.conf

from kernel.

nova-wenbo avatar nova-wenbo commented on July 27, 2024

您好,那为什么wifi不能up呢 up后就报这个错误:SIOCSIFFLAGS: Operation not permitted 还有就是关掉后不能再次打开

from kernel.

nova-wenbo avatar nova-wenbo commented on July 27, 2024

[ 1130.798587] dhdsdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 1130.804797] dhd_bus_init: clock state is wrong. state = 1
[ 1131.808653] dhdsdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 1131.815832] dhd_net_bus_devreset: dhd_bus_devreset: -1
[ 1131.821167] dhd_wl_ioctl: returning as busstate=0
[ 1131.825896] dhd_net_bus_devreset: dhd_bus_devreset: -35
[ 1131.836238] wifi_platform_set_power = 0
[ 1131.840129] ======== PULL WL_REG_ON(-1) LOW! ========
[ 1131.845175] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 1131.851745] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 1131.860800] [WLAN_RFKILL]: wifi shut off power.
[ 1131.865322] wl_android_wifi_on: Failed
[ 1131.869074] dhd_open : wl_android_wifi_on failed (-1)
[ 1131.874116] dhd_stop: Enter ee9ec800
[ 1131.877682] wl_android_wifi_off in 1
[ 1131.882051] wl_android_wifi_off in 2: g_wifi_on=0, on_failure=1
[ 1131.887961] dhd_wl_ioctl: returning as busstate=0
[ 1131.892688] dhd_net_bus_devreset: dhd_bus_devreset: -35
[ 1131.898537] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
[ 1131.905834] wifi_platform_set_power = 0
[ 1131.909690] ======== PULL WL_REG_ON(-1) LOW! ========
[ 1131.914732] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 1131.919981] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 1131.929032] [WLAN_RFKILL]: wifi shut off power.
[ 1131.933556] wl_android_wifi_off out
[ 1131.937114] dhd_stop: Exit
[ 1131.939836] dhd_open: Exit ret=-1
SIOCSIFFLAGS: Operation not permitted

您好,ifconfig wlan0 up 并没有打开wifi 并出现以上log问题,应该定位到哪呢

from kernel.

wzyy2 avatar wzyy2 commented on July 27, 2024

"dhd_net_bus_devreset: dhd_bus_devrese"
It seems it's not the same problem i mentioned.
I'm sorry i have no idea, maybe you could ask it in redmine.

from kernel.

llatecomers avatar llatecomers commented on July 27, 2024

[ 1130.798587] dhdsdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 1130.804797] dhd_bus_init: clock state is wrong. state = 1
[ 1131.808653] dhdsdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 1131.815832] dhd_net_bus_devreset: dhd_bus_devreset: -1
[ 1131.821167] dhd_wl_ioctl: returning as busstate=0
[ 1131.825896] dhd_net_bus_devreset: dhd_bus_devreset: -35
[ 1131.836238] wifi_platform_set_power = 0
[ 1131.840129] ======== PULL WL_REG_ON(-1) LOW! ========
[ 1131.845175] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 1131.851745] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 1131.860800] [WLAN_RFKILL]: wifi shut off power.
[ 1131.865322] wl_android_wifi_on: Failed
[ 1131.869074] dhd_open : wl_android_wifi_on failed (-1)
[ 1131.874116] dhd_stop: Enter ee9ec800
[ 1131.877682] wl_android_wifi_off in 1
[ 1131.882051] wl_android_wifi_off in 2: g_wifi_on=0, on_failure=1
[ 1131.887961] dhd_wl_ioctl: returning as busstate=0
[ 1131.892688] dhd_net_bus_devreset: dhd_bus_devreset: -35
[ 1131.898537] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
[ 1131.905834] wifi_platform_set_power = 0
[ 1131.909690] ======== PULL WL_REG_ON(-1) LOW! ========
[ 1131.914732] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 1131.919981] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 1131.929032] [WLAN_RFKILL]: wifi shut off power.
[ 1131.933556] wl_android_wifi_off out
[ 1131.937114] dhd_stop: Exit
[ 1131.939836] dhd_open: Exit ret=-1
SIOCSIFFLAGS: Operation not permitted

您好,ifconfig wlan0 up 并没有打开wifi 并出现以上log问题,应该定位到哪呢

我这边打开wifi也遇到这个情况,请问该怎么解决?

from kernel.

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.