[...]
> Error: Module powernow_k8 is in use
>
> modinfo powernow-k8 | grep depends
> depends: processor,mperf
>
> rmmod mperf
> Error: Module mperf is in use by: powernow_k8
>
> rmmod processor
> Error: Module processor is in use by: powernow_k8
Heh. A circular dependency.
Does "modprobe -r powernow_k8" work? If not, how about
"for module in powernow_k8 processor mperf; do rmmod -w $module; done"?
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120913074332.GB307@mannheim-rule.local
09-15-2012, 12:39 PM
elrond
Bug#665881: module ath5k is blocking wlan-card
According to this thread [1], these two patches [2][3] should fix the
issue. Can you backport to Wheezy kernel?
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CA+o8Mt0_1GZ2_SKxwW=-3AHaBBM4V6DwPGExXAByP7SZWeYYoA@mail.gmail.com
09-15-2012, 06:24 PM
Jonathan Nieder
Bug#665881: module ath5k is blocking wlan-card
tags 681232 - moreinfo
quit
elrond wrote:
> According to this thread [1], these two patches [2][3] should fix the
> issue.
Don't those depend on the calibration rework from 3.3?
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120915182407.GA528@mannheim-rule.local
09-16-2012, 12:25 AM
Ben Hutchings
Bug#665881: module ath5k is blocking wlan-card
On Sat, 2012-09-15 at 14:39 +0200, elrond wrote:
> According to this thread [1], these two patches [2][3] should fix the
> issue. Can you backport to Wheezy kernel?
[...]
These are not obviously applicable to 3.2; in fact I think they may be
fixing a different problem.
Ben.
--
Ben Hutchings
Experience is what causes a person to make new mistakes instead of old ones.