[ATrpms-users] Is "HID" a module or static?

Axel Thimm Axel.Thimm at ATrpms.net
Mon Sep 25 09:29:36 CEST 2006


On Sun, Sep 24, 2006 at 01:29:43PM -0400, George Galt wrote:
> Thanks.  I thought so.  If I recompile the kernel with 'hid' as a
> loadable module, do you have any ideas on how I could ensure (I
> assumin in modprobe.conf) that the elo touchscreen driver loads ahead
> of the 'hid' module?  (I assume that I can just install the source rpm
> and use the config file from there as the start of my own
> configuration).

In general loading modules on top of other etc are managed by
modprobe.conf. If you want to make sure that whenever "second" is
loaded "first" comes first do

install second { /sbin/modprobe install; /sbin/modprobe first; } ; /sbin/modprobe --first-time --ignore-install second
remove second /sbin/modprobe -r --first-time --ignore-remove second && { /sbin/modprobe -r install; /sbin/modprobe -r first; /bin/true; }

> Sorry to ask such basic questions, but I don't really know anyone with
> enough in-depth linux knowledge.  If you would rather I send my
> questions, elsewhere, please let me know and I'll be happy to do so.

As long as the questions can be answered it's OK ;)

> Thanks again.
> 
> George
> 
> On 9/24/06, Axel Thimm <Axel.Thimm at atrpms.net> wrote:
> > On Tue, Sep 19, 2006 at 11:27:58AM -0400, George Galt wrote:
> > > Can you tell me if the 'hid' component of the kernel is built and
> > > loaded as a module rather than as a static "compiled in" module for
> > > the kernels from ATRPMs?  I'm trying to get the "Elo" touchscreen
> > > driver installed and I'm having some difficulty.  This one of the
> > > possible issues according to Elo.
> >
> > These parts have been taken over untouched from the Red Hat provided
> > kernel rpm, e.g. AFAIK they are static.
-- 
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-users/attachments/20060925/6d0f15d6/attachment.bin 


More information about the atrpms-users mailing list