Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 00:16:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 165220] [ath] "ath_rx_tasklet: sc_inreset_cnt > 0; skipping" messages
Message-ID:  <bug-165220-21060-uvdSI4A23p@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-165220-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-165220-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165220

chronophob@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chronophob@gmail.com

--- Comment #6 from chronophob@gmail.com ---
Hello! I don't know if you got this bug solved at any case but I had this in
FreeBSD Release 11.1. In my system this started as soon as I enabled Linux
support with [linux_enable="YES"] in /etc/rc.conf. Somehow it generated a
conflict with IPv6 because having wireless connection with IPv4 only didn't
generate this bug.

The best solution to solve this with is to enable Gateway in /etc/rc.conf with:

gateway_enable="YES"
ipv6_gateway_enable="YES"

to be extra sure I also added

ipv6_activate_all_interfaces="YES"
ip6addrctl_policy="ipv6_prefer"

to make this post complete this is also in my /etc/rc.conf

wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country SE regdomain ETSI"

ifconfig_wlan0_ipv6="inet6 accept_rtadv"

- - -

If this does not work for your system you can check if Linux support is enabled
and in that case turn it OFF, or keep it ON but only use wireless IPv4.

Hopefully this will help.


Yours sincerely,

JT (Aspiring Daemon)

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-165220-21060-uvdSI4A23p>