Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 23:37:51 +0200
From:      Alexander =?iso-8859-1?b?S/xobg==?= <alexander.kuehn@nagilum.de>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        freebsd-wireless@freebsd.org
Subject:   Re: AR5416/Soekris instability
Message-ID:  <20120911233751.Horde.smnzRJk8pphQT68vlFqwn3A@cakebox.homeunix.net>
In-Reply-To: <CAJ-VmonU-RCLoB4fC0tC5-U6M-WfnmsxMgWpYxMSfLcAdjk-Uw@mail.gmail.com>
References:  <CAJ-VmokJanVe7xPkEXYmMm46tuGDxtROj45gxCob=pWFmmFkJw@mail.gmail.com> <20120910003754.Horde.nHn4N5k8pphQTRpCp7esrRA@cakebox.homeunix.net> <CAJ-VmomdmoM4bmqotED3jS9rR9=4CSaryXKSP5mq6Y6OEipfhg@mail.gmail.com> <20120910213352.Horde.XoSGQZk8pphQTkCgm_pAlKA@cakebox.homeunix.net> <CAJ-Vmo=Nmn2d_Pk3kqvEf4%2BbcH7HT6Uc=Tr7giyrZmLs3e7OVw@mail.gmail.com> <20120910220729.Horde.Rgf-OJk8pphQTkiBHq9woRA@cakebox.homeunix.net> <CAJ-VmonU-RCLoB4fC0tC5-U6M-WfnmsxMgWpYxMSfLcAdjk-Uw@mail.gmail.com>

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

Zitat von Adrian Chadd <adrian@freebsd.org>:

> Here's my minimal config:
>
>
> interface=wlan0
> driver=bsd
> ssid=CACHEBOY_11N_1
> wpa=3
> wpa_key_mgmt=WPA-PSK
> wpa_passphrase=Sysinit891234
> wpa_pairwise=CCMP
> ctrl_interface=/var/run/hostapd
>
>
> This is known to work. I think you're missing driver=bsd ?
>

Thanks, that did make a difference! :)
I'm running a transfer to provoke the issue as I'm writing this using:

options         SCHED_4BSD              # BSD scheduler
#options        SCHED_ULE               # ULE scheduler
#options        PREEMPTION              # Enable kernel thread preemption

device          ath             # Atheros pci/cardbus NIC's
device          ath_pci         # Atheros PCI device glue
device          ath_hal         # pci/cardbus chip support
device          ath_ar5416      # AR5416 chips
options         AH_SUPPORT_AR5416
options         ATH_ENABLE_11N
options         ATH_DEBUG
options         ATH_DIAGAPI
options         AH_DEBUG
options         AH_PRIVATE_DIAG

device          ath_rate_sample # SampleRate tx rate control for ath



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120911233751.Horde.smnzRJk8pphQT68vlFqwn3A>