On 7/17/07, Helmut Jarausch <[EMAIL PROTECTED]> wrote:
Hi,

I'd like to understand the "magic" of files in /etc/modules.d
How to write such an 'alias' line.
Can anybody point me to a HowTo?

E.g. in kernel 2.6.22 there is no more an option to select
a USB-WACOM tablet input.
I've built the kernel module from the linuxwacom project,
but what's the right way to load the module.
(I could do an explicit insmod in /etc/conf.d/local.start
 but that's not the canonical solution, isn't it.)

Many thanks for your help,

Helmut Jarausch


I don't know how 'right' this is, but I just'd

echo wacom >> /etc/modules.autoload.d/kernel-2.6

But like Ian says, its there in .22, you just have to look harder. :)


isengard devious # modinfo wacom
filename:
/lib/modules/2.6.22-gentoo-r1kz/kernel/drivers/input/tablet/wacom.ko
license:        GPL
description:    USB Wacom Graphire and Wacom Intuos tablet driver
author:         Vojtech Pavlik <[EMAIL PROTECTED]>
license:        GPL
description:    USB Wacom Graphire and Wacom Intuos tablet driver
author:         Vojtech Pavlik <[EMAIL PROTECTED]>
srcversion:     3869A1CC72D9632ABD76D1D


zcat /proc/config.gz | grep -i wacom
CONFIG_TABLET_USB_WACOM=m



--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print "enNOSPicAMreil [EMAIL PROTECTED]"[(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list

Reply via email to