Displaying 20 results from an estimated 300 matches similar to: "Atheros AR5141"
2010 Aug 25
1
Can't compile ath(4) into kernel
My laptop's kernel config file reads:
device wlan # 802.11 support
device ath
device ath_ar5212
device ath_rate_onoe
Config raises no objections and the compilation succeeds, but linking
the kernel breaks:
...
linking kernel.debug
ah.o(.text+0x218): In function `ath_hal_rfprobe':
2013 Mar 13
2
atheros wifi on my oqo2
I have a few oqo2 units that I use for testing, normally using the
dongle for ethernet connection. Well supposedly they have atheros
wifi. in dmseg I see:
ath5k 0000:03:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ath5k 0000:03:04.0: registered as 'phy0'
ath5k phy0: Couldn't identify radio revision.
ath5k 0000:03:04.0: PCI INT A disabled
I press magic <fnc-?> per
2008 Dec 03
3
What ever happened to the dkms atheros drivers/
My OQO boxes have the AR5413 wifi chipset, so for the first time in
quite a while, I again need to run madwifi. So I went looking for the
dkms madwifi rpms, but could not find them. They use to be on rpmforge,
as I recall. dkms is there.
So have I lost some memory cells or have these rpms taken a hike?
2008 Oct 23
1
After an update stable doesn't boot
Hi
I just did a system update and after I've rebooted it doesn't boot up any
more.
All I'm getting is a blank screen with a curser blinking at the top left
corner of the screen.
This system was running 7.0-STABLE
Any ideas as to how I can get it back up?
Regards
Reinhold
2013 Mar 15
0
Fwd: atheros wifi on my oqo2
---------- Forwarded message ----------
From: SilverTip257 <silvertip257 at gmail.com>
Date: Fri, Mar 15, 2013 at 7:51 PM
Subject: Re: [CentOS] atheros wifi on my oqo2
To: Robert Moskowitz <rgm at htt-consult.com>
On Fri, Mar 15, 2013 at 5:07 PM, Robert Moskowitz <rgm at htt-consult.com>wrote:
>
> On 03/14/2013 07:09 PM, SilverTip257 wrote:
>
>> On Thu, Mar 14,
2011 Jan 09
3
CatchAll virtual user removes spamheaders
Hi all,
I am having a small problem with a catch-all user
I have setup in my Postfix/Dovecot setup.
I am not 100% sure this is Dovecot related, but, logic tells me it is.
I have a virtual user called @reinhold.dk setup
to redirect to my main account, peter at reinhold.dk.
If I send a spam mail (GTUBE) to
peter at reinhold.dk, the mail is marked with Amavis x-headers as it should be.
If I
2010 Nov 01
2
Mailing lists in Dovecot?
Hi all,
I was wondering if anyone could recommend a simple mailing list manager that plays well with a Postfix/Dovecot setup, with virtual domains?
It really just has to be very simple, basically, an alias would work, if I could rewrite the sender address/name, and I don't really need the possibility for users to subscribe via e-mail based commands.
I've looked at the XEXEC plugin as a
2011 Feb 15
4
Variable length datafile import problem
Dear all,
I am stuck the reading of a file which has 100s of rows and variable column counts.
The tab-limited data file looks something like:
Some_Text 1 3 123 1534 -119 1010 178
Some_Taxt 1 3 133 1434 -219 1010 178
Some_Tsxt 1 3 244 1334 -319 1010 178
Some_Tfxt 1 3 153 1234 -419 1010 178
Some_Trxt 1
2005 Jan 13
2
Naming Convention
I was wondering whether there exists a naming convention for row and column
names in R data frames and matrices.
E.g: PriceSwap or PRICESWAP or PRICE.SWAP
Many thanks.
Reinhold
[[alternative HTML version deleted]]
2013 Aug 27
1
[plyr] Moving average filter with plyr
Dear all,
I'm stuck with a problem using plyr to process a rather large junk of data. What I'm trying to do is applying a moving average to all the subparts of the dataframe (the example data can be found here https://dl.dropboxusercontent.com/u/2414056/testData.Rdata).
require(plyr)
load("testData.Rdata")
applyfilter<-function(x){
return(filter(x,rep(1/5, times=5)))
}
2003 Jan 08
4
weird breaks in hist (PR#2431)
Full_Name: Reinhold Koch
Version: 1.6.1
OS: redhat 8.0
Submission from: (NULL) (131.152.84.111)
I came across rather weird behavior of the breaks in hist:
hist(1:3)
gives the expected result, besides an unnecessary gap between 2nd and 3rd
column
hist(1:4)
always merges up the first two columns, also if I resort to
hist.default(1:4,breaks=1:4). hist.default(1:4, include.lowest=F) gives an
2013 Jul 09
2
hme0 interface going up/down (dhclient ?)
Hi all,
I am having an issue where my hme0 interface is always turning up and down with dhclient requesting a lease.
I am thinking this could be the same issue described by Jeremy Chadwick on June 9th:
http://lists.freebsd.org/pipermail/freebsd-stable/2013-June/073711.html
Everything was fine on 8.2-STABLE and older versions.
It was then upgraded directly to 9.0-STABLE
2010 Oct 28
2
Can you POP a specific folder in Dovecot?
Hi all,
I am in the middle of migrating from an old, Windows based
mailserver, and have run into a small challenge I hope someone here
can help me with.
In my old setup, a user could have folders on the server, and by
using his login with the mailbox appended, could pop a given folder
specifically.
For instance, logging in with user at example.com would pop INBOX, and
logging in with
2019 Dec 09
2
Shared namespace is empty after migration to new Dovecot installation
On 9.12.2019 10.51, Peter Reinhold wrote:
> On 2019-12-09 09:42, Aki Tuomi wrote:
>
>>> That I can, here (anonymized where relevant)
>>>
>>
>> Config looks fine. Have you tried
>>
>> 'A1 SELECT Shared/user at sharer.dk'?
>
> Yields this, which is the same I got when trying to debug using
> doveadm acl, it seems like the shared
2019 Dec 08
5
Shared namespace is empty after migration to new Dovecot installation
Hi all,
I've used most of this weekend finalizing my migration from an old
server running Dovecot 2.2.22 to a brand new installation running 2.3.8.
In general, the migration was painless, everything just clicked, but
checking up on the finer details post migration i've found out that user
shared folders does not seem to work anymore, and I simply can't get it
to work.
The setups
2001 Feb 23
1
Howto start Linux programs from wine ?
I am using Lotus Notes 5.04a under Wine/Linux, and I can say the wine
developers did a great job.
I would like to start a Linux program from wine, e. g. start the Acroread
viewer when clicking on an attached PDF document.
Does someone know how to do that ?
Reinhold
2005 May 30
1
Menu Language
Hello,
In my windows xp system the regional settings are set to German. However, I
still would like to use the English version of R with English menu items and
texts. RWinEdt tells me this is necessary in order to use the mdi framework.
How can this be achieved with the 2.1 version. In 2.0.1 this wasn't a
problem.
Reinhold
[[alternative HTML version deleted]]
2008 Apr 13
2
prediction intervals from a mixed-effects models?
How can I get prediction intervals from a mixed-effects model?
Consider the following example:
library(nlme)
fm3 <- lme(distance ~ age*Sex, data = Orthodont, random = ~ 1)
df3.1 <- with(Orthodont, data.frame(age=seq(5, 20, 5),
Subject=rep(Subject[1], 4),
Sex=rep(Sex[1], 4)))
predict(fm3, df3.1, interval='prediction')
# M01 M01
2006 Mar 04
1
Freezes in wireless bridge
Hi,
We have two bridges running FreeBSD 6.1-BETA1 and we have a lot of
freezes in a week, it's happening when trafic is high, but it has ever
happened when we was changing dev.ath.0.acktimeout.
There aren't dumps, all CPU is freezed, state of leds in kayboard
doesn't change, only leds of wireless card (D-Link G520) are blinking.
Some times is printed on console DMA erros of ad0
2019 Dec 10
1
Shared namespace is empty after migration to new Dovecot installation
On 2019-12-09 14:10, Peter Reinhold via dovecot wrote:
> auth-master: userdb lookup(user at sharer.dk): Started userdb lookup
> auth-master: conn unix:/var/run/dovecot/auth-userdb: Connecting
> auth-master: conn unix:/var/run/dovecot/auth-userdb (pid=1636,uid=0):
> Client connected (fd=9)
> auth-master: userdb lookup(user at sharer.dk): auth USER input:
> user at sharer.dk uid=?