Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 7 Dec 2001 10:23:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 7 Dec 2001 10:23:16 -0500 Received: from smtpzilla2.xs4all.nl ([194.109.127.138]:61704 "EHLO smtpzilla2.xs4all.nl") by vger.kernel.org with ESMTP id ; Fri, 7 Dec 2001 10:23:04 -0500 Date: Fri, 7 Dec 2001 16:22:47 +0100 (CET) From: Roman Zippel X-X-Sender: To: Richard Gooch cc: Rene Rebe , , Subject: Re: devfs unable to handle permission: 2.4.17-pre[4,5] / ALSA-0.9.0beta[9,10] In-Reply-To: <200112070609.fB769Eo08508@vindaloo.ras.ucalgary.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, 6 Dec 2001, Richard Gooch wrote: > Two possibilities: > > - the module is trying to register "unknown" twice. The old devfs core > was forgiving about this (although it was always a driver bug to > attempt to create a duplicate). The new core won't let you do that. > Error 17 is EEXIST. Please fix the driver > > - something in user-space created the "unknown" inode before the > driver could create it. This is a configuration bug. Option 3: Turn a user generated entry into a kernel generated one and return 0. Prepopulating devfs was a valid option so far, you cannot simply change this during a stable kernel release. bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/