- To: "SLUG List" <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] Removing a snd module
- From: "Amos Shapira" <amos.shapira@xxxxxxxxx>
- Date: Sun, 5 Aug 2007 19:19:08 +1000
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Y4z5I6rDyMerMY9UYkb/s19czIHuMUFyUA9Zqhyaly9IOr9Pga3HvcmbAyE3KaQxA5Ht6RuYTOZclKYrb4yJ7kFKGNLOg8ugFEp0XhMHvEcdlQXxCCrKSeS5hB2n+/2yBG8/NL6h1LBSw9Vu8fmHdNXqapbFFKAcqLroQfBzzoA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Bp59GWJqcJ5My+r9evmvex0dHQXwKeX1qGptIrpOOPu8P04Qm8w9EUxBKIPrHEBNi5pC7Vdd5HOVYIPgW8trbDdyy6QYzVy6vZXPHMmuO4Z1kBqv1JlbzxOpdsIVxmAocTG8FFjiDNnuNfcD7k2KNxJYCu9ftolJnYF4r0BDIjY=
On 05/08/07, Denis Crowdy <dcrowdy@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> I'm sure this has worked for me in the past (distant though), but now I
> just get a long list of "module is in use" messages, despite trying to
> shut down everything that might be using the card. I have tried fuser,
> and the entries under /dev/snd, also to no avail.
"module is in use" can (always?) come from other modules using it. Try to
rmmod other modules which might use it.
--Amos