Received: by oss.sgi.com id ; Thu, 15 Feb 2001 09:36:39 -0800 Received: from jeremi.jeremi.pl ([212.160.232.2]:32730 "EHLO jeremi.jeremi.pl") by oss.sgi.com with ESMTP id ; Thu, 15 Feb 2001 09:36:25 -0800 Received: from localhost (linux-xfs@localhost) by jeremi.jeremi.pl (8.10.1/8.10.1) with ESMTP id f1FJVGZ18641; Thu, 15 Feb 2001 20:31:16 +0100 Date: Thu, 15 Feb 2001 20:31:11 +0100 (CET) From: To: "Manfred W. Baumstark" cc: linux-xfs@oss.sgi.com Subject: Re: PCMCIA and devfs In-Reply-To: <3A8BE135.9294EBC7@ukl.uni-freiburg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing On Thu, 15 Feb 2001, Manfred W. Baumstark wrote: > ide-cd" I get /dev/cdroms/cdrom* and /dev/hdb but not /dev/cdrom. How can I > generate this entry? > > The same with /dev/mouse. I would like to have a symlink /dev/mouse --> > /dev/psaux. Ensure you have devfsd in memory: [root@jeremi ipv4]# ps auxw | grep devfsd | grep -v grep root 35 0.0 0.2 1184 528 ? S Feb09 0:00 devfsd /dev and check /etc/devfsd.conf that you have autoloading uncommented # Enable module autoloading. You may comment this out if you don't use # autoloading LOOKUP .* MODLOAD (modprobe? whats modprobe? ;) and uncommented: # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're # doing! REGISTER .* MKOLDCOMPAT UNREGISTER .* RMOLDCOMPAT there is one more file which defines what modules to autoload depending on what you are trying to finger in /dev directory: /etc/modules.devfs but that one should be left unchanged , its better to make sure that aliases in modules.conf are defined correctly and this unfortunate mouse link... just devfsd developer has serial mouse if any ;) (i'm investigating it now) heh, it creates this link even if i've serials away completely :) and i'm not starting daemon ;) for now only solution is to manually remove that link and make your own one rc.local or /etc/rc.d/init.d/gpm (if you use it) hope this brings some light Filip linux-xfs@jeremi.pl