ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
-
I have this problem, and the wifi isn't conect to the routers when I have an i change the ip but nothing. I'm sorry for my Inglish
root@Omega-ABCD:/# [ 732.772567] br-wlan: port 1(ra0) entered disabled state
[ 732.792873] device ra0 left promiscuous mode
[ 732.797385] br-wlan: port 1(ra0) entered disabled state
[ 732.856265] IPv6: ADDRCONF(NETDEV_UP): br-wlan: link is not ready
[ 736.138250] device ra0 entered promiscuous mode
[ 736.142992] br-wlan: port 1(ra0) entered forwarding state
[ 736.148595] br-wlan: port 1(ra0) entered forwarding state
[ 736.155874] IPv6: ADDRCONF(NETDEV_CHANGE): br-wlan: link becomes ready
[ 738.144472] br-wlan: port 1(ra0) entered forwarding state
[ 738.440701] Interface apcli0 link up! (WPA2PSK AES)
[ 738.456466] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[ 747.319082] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[ 749.801617] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[ 881.483960] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
-
Someone knows how to solve this problema?
FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
-
@alfa-beta Run these commands please:
opkg update
opkg install dosfstools
fsck.fat /dev/mmcblk0p1Omega version ??? Omega's firmware version ???
Some details would be nice
Good luck.
-
Sorry and thanks. But the problema is not solved.
Omega 2 +
Device Firmware Version: 0.2.2 b200/# opkg update
Downloading http://repo.onion.io/omega2/packages/core/Packages.gz
Updated list of available packages in /var/opkg-lists/omega2_core
Downloading http://repo.onion.io/omega2/packages/core/Packages.sig
Signature check passed.
Downloading http://repo.onion.io/omega2/packages/base/Packages.gz
Updated list of available packages in /var/opkg-lists/omega2_base
Downloading http://repo.onion.io/omega2/packages/base/Packages.sig
Signature check passed.
Downloading http://repo.onion.io/omega2/packages/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/omega2_packages
Downloading http://repo.onion.io/omega2/packages/packages/Packages.sig
Signature check passed.
Downloading http://repo.onion.io/omega2/packages/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/omega2_routing
Downloading http://repo.onion.io/omega2/packages/routing/Packages.sig
Signature check passed.
Downloading http://repo.onion.io/omega2/packages/onion/Packages.gz
[ 81.109794] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[ 81.118300] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
Updated list of available packages in /var/opkg-lists/omega2_onion
Downloading http://repo.onion.io/omega2/packages/onion/Packages.sig
Signature check passed.Unknown package 'dosfstools'.
Collected errors:- opkg_install_cmd: Cannot install package dosfstools.
-
I try whit git download it but is impossible.
Cloning into 'dosfstools'...
fatal: Unable to find remote helper for 'https'
-
@alfa-beta Enable / uncomment the 'http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages' line (the 5th line) in the '/etc/opkg/distfeeds.conf' file.
# Omega2+ FW v0.2.2 b200 root@Omega-5BE1:/# cat /etc/opkg/distfeeds.conf #src/gz reboot_core http://downloads.lede-project.org/releases/17.01-SNAPSHOT/targets/ramips/mt7688/packages #src/gz reboot_base http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/base #src/gz reboot_onion http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/onion ## src/gz reboot_luci http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/luci src/gz reboot_packages http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages ## src/gz reboot_routing http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/routing ## src/gz reboot_telephony http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/telephony src/gz omega2_core http://repo.onion.io/omega2/packages/core src/gz omega2_base http://repo.onion.io/omega2/packages/base src/gz omega2_packages http://repo.onion.io/omega2/packages/packages src/gz omega2_routing http://repo.onion.io/omega2/packages/routing src/gz omega2_onion http://repo.onion.io/omega2/packages/onion root@Omega-5BE1:/# opkg update Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages/Packages.gz Updated list of available packages in /var/opkg-lists/reboot_packages Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages/Packages.sig Signature check passed. ... root@Omega-5BE1:/# opkg install dosfstools Installing dosfstools (4.0-2) to root... Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages/dosfstools_4.0-2_mipsel_24kc.ipk Configuring dosfstools.BTW this will not resolve your original problem because it is a WiFi network / protocol issue.
-
@György-Farkas. Thanks i repair the directory and reset the firmware. And problems is solved.
-
Hello,
it looks like i have the same problem.
Can you please explain the steps you did in order to solve the problem ?That would be very helpful.
Thanks
Yann
-
@magouero You paste/enter in the console:
vim /etc/opkg/distfeeds.confThis opens the configuration called "distfeeds" in the vim console text editor.
When this file is open, you simply delete the hashtag before the fifth line (should end with "SNAPSHOT/packages/mipsel_24kc/packages"). Note, on some keyboards the backwards arrow which would delete a letter in Word wont do anything, if this is your case, just highlight the hashtag and look for a key on your keyboard where "Delete" or "Del" is actually readable on it.When the hashtag is deleted:
press ESC once
type ":wq" without quotes and press enter. This saves and quits vim; You should get the root-Omega-XXXX:/ backNow retry
opkg update opkg install dosfstools fsck.fat /dev/mmcblk0p1Hope this helps
-
@Maico-Valcke-0 If you only have problems with the wifi, you dont need the last one (fsck.fat /dev/mmcblk0p1) but you can go straight to the wifisetup command