You are not logged in.
Pages: 1
I have my wifi card in my laptop set up as an access point (using this script: https://github.com/oblique/create_ap) and it keeps printing messages in dmesg. I have already stopped them in the ttys by adding `dmesg -D` to /etc/rc.local, but sometimes I have to look for something in dmesg and it's filled with these messages:
[ 5871.942895] iwlwifi 0000:02:00.0: beacon intervals don't match (0, 100)
[ 5872.439978] iwlwifi 0000:02:00.0: beacon intervals don't match (0, 100)
[ 5934.997919] iwlwifi 0000:02:00.0: beacon intervals don't match (0, 100)
[ 5935.547197] iwlwifi 0000:02:00.0: beacon intervals don't match (0, 100)This happens as long as the AP is running. Is there any way to stop this? It is not impacting my AP performance at all AFAIK.
Last edited by HyperLink (2015-12-27 09:19:57)
Offline
Anyone?
Offline
Please do not bump. These are active forums -- if no one responds it is because we don't have an answer.
You elected to use a script you found on the Internet. We have no clue what that script does. I see they provide instructions that relate to the AUR? Did you install it according to that suggestion?
Have you asked the author of the script on github? If you used the AUR, have you made a comment on the AUR page for the script?
Is there a reason you did not use the wiki article?
Lastly, when the forums give you crickets, try providing more information. What hardware are you running? You might tell us what you learned from the linked articles after you fed the search term "iwlwifi beacon intervals don't match" to your favorite search engine.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Yes, I have installed the script using the AUR. The script creates a virtual interface and starts a accesspoint via hostapd. I have read the wiki article and did not seem to find useful information. I don't think the message is because of the script. There is this issue (https://github.com/oblique/create_ap/issues/53), but the problem (packet loss) doesn't seem to be related to the error message.
The output of lspci is:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 130 (rev 34)
03:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
04:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)It's a intel WiFi adapter built in to the laptop.
Offline
Pages: 1