[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3ae72650708240540qcf05809j609e0fbb05f221b3@mail.gmail.com>
Date: Fri, 24 Aug 2007 14:40:54 +0200
From: "Kay Sievers" <kay.sievers@...y.org>
To: "Meelis Roos" <mroos@...ux.ee>
Cc: "Linux Kernel list" <linux-kernel@...r.kernel.org>
Subject: Re: isapnp & module autoload (udev?)
On 8/24/07, Meelis Roos <mroos@...ux.ee> wrote:
> I tested 2.6.23-rc3 along with Debian unstable on a older pentium2-era
> PC that has a ISA bus sound card that isapnp finds. snd-sb finds it too
> using isapnp. However, there seems to be no module autoloading
> happening.
>
> So, the question is: should isapnp moudle autoloading work with current
> kernel + current udev?
Not out-of-the-box, I guess. There are likely no aliases in the kernel
modules which match the hardware for these old drivers. You could put
them in a modprobe config file maybe.
What's in the module? What does:
/sbin/modinfo <kernel module name> | grep alias
print?
And what does the hardware say? What does:
grep . /sys/bus/pnp/devices/*/id
print?
Kay
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists