public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.2 wacom not working from /etc/modules
@ 2004-02-07 19:00 M G Berberich
  2004-02-09  4:09 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: M G Berberich @ 2004-02-07 19:00 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]

Hello,

I have the strange problem that the wacom driver in 2.6.2 does not
work if loaded from /etc/modules. If loaded "by hand" after the system
is up it works fine. 

/proc/bus/input/devices is exactly the same in both cases:

  [...]

  I: Bus=0003 Vendor=056a Product=0042 Version=0126
  N: Name="Wacom Intuos2 6x8"
  P: Phys=usb-0000:00:0c.0-1/input0
  H: Handlers=mouse1 event3
  B: EV=1b
  B: KEY=1cdf 0 1f0000 0 0 0 0 0 0 0 0
  B: ABS=f000163
  B: MSC=1

but if loaded from /etc/modules neither mouse1 nor event3 gives any
sign of the wacom beeing alive. syslog entries are the same, but in
different order:

input: PC Speaker
input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
input: AT Translated Set 2 keyboard on isa0060/serio0
input: Wacom Intuos2 6x8 on usb-0000:00:0c.0-1
drivers/usb/core/usb.c: registered new driver wacom
drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver

input: PC Speaker
input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
input: AT Translated Set 2 keyboard on isa0060/serio0
drivers/usb/core/usb.c: registered new driver wacom
drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver
input: Wacom Intuos2 6x8 on usb-0000:00:0c.0-1

System is a dual PIII, with stock 2.6.2-kernel

BTW: I'm not subscribed to the list.

	MfG
	bmg

-- 
"Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!"          | berberic@fmi.uni-passau.de
(SPD-Stadtrat Kurt Schindler; Regensburg)  |

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.2 wacom not working from /etc/modules
  2004-02-07 19:00 2.6.2 wacom not working from /etc/modules M G Berberich
@ 2004-02-09  4:09 ` Randy.Dunlap
  2004-02-16 14:12   ` M G Berberich
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2004-02-09  4:09 UTC (permalink / raw)
  To: M G Berberich; +Cc: linux-kernel

On Sat, 7 Feb 2004 20:00:39 +0100 M G Berberich <berberic@fmi.uni-passau.de> wrote:

| Hello,
| 
| I have the strange problem that the wacom driver in 2.6.2 does not
| work if loaded from /etc/modules. If loaded "by hand" after the system
| is up it works fine. 
| 
| /proc/bus/input/devices is exactly the same in both cases:
| 
|   [...]
| 
|   I: Bus=0003 Vendor=056a Product=0042 Version=0126
|   N: Name="Wacom Intuos2 6x8"
|   P: Phys=usb-0000:00:0c.0-1/input0
|   H: Handlers=mouse1 event3
|   B: EV=1b
|   B: KEY=1cdf 0 1f0000 0 0 0 0 0 0 0 0
|   B: ABS=f000163
|   B: MSC=1
| 
| but if loaded from /etc/modules neither mouse1 nor event3 gives any
| sign of the wacom beeing alive. syslog entries are the same, but in
| different order:
| 
| input: PC Speaker
| input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
| input: AT Translated Set 2 keyboard on isa0060/serio0
| input: Wacom Intuos2 6x8 on usb-0000:00:0c.0-1
| drivers/usb/core/usb.c: registered new driver wacom
| drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver
| 
| input: PC Speaker
| input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
| input: AT Translated Set 2 keyboard on isa0060/serio0
| drivers/usb/core/usb.c: registered new driver wacom
| drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver
| input: Wacom Intuos2 6x8 on usb-0000:00:0c.0-1
| 
| System is a dual PIII, with stock 2.6.2-kernel
| 
| BTW: I'm not subscribed to the list.

Just to clarify, are you referring to /etc/modules.conf or
/etc/modprobe.conf ?  /etc/modules.conf is no longer used by the
current module-init-tools, it must be converted to /etc/modprobe.conf .

--
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.2 wacom not working from /etc/modules
  2004-02-09  4:09 ` Randy.Dunlap
@ 2004-02-16 14:12   ` M G Berberich
  0 siblings, 0 replies; 3+ messages in thread
From: M G Berberich @ 2004-02-16 14:12 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel

Am Sunday, den 08. February 2004 20:09:21 schrieb Randy.Dunlap:
> On Sat, 7 Feb 2004 20:00:39 +0100 M G Berberich <berberic@fmi.uni-passau.de> wrote:
> 
> | Hello,
> | 
> | I have the strange problem that the wacom driver in 2.6.2 does not
> | work if loaded from /etc/modules. If loaded "by hand" after the system
> | is up it works fine. 
> | 
> | /proc/bus/input/devices is exactly the same in both cases:
> | 
> |   [...]
> | 
> |   I: Bus=0003 Vendor=056a Product=0042 Version=0126
> |   N: Name="Wacom Intuos2 6x8"
> |   P: Phys=usb-0000:00:0c.0-1/input0
> |   H: Handlers=mouse1 event3
> |   B: EV=1b
> |   B: KEY=1cdf 0 1f0000 0 0 0 0 0 0 0 0
> |   B: ABS=f000163
> |   B: MSC=1
> | 
> | but if loaded from /etc/modules neither mouse1 nor event3 gives any
> | sign of the wacom beeing alive. syslog entries are the same, but in
> | different order:
> | 
> | input: PC Speaker
> | input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
> | input: AT Translated Set 2 keyboard on isa0060/serio0
> | input: Wacom Intuos2 6x8 on usb-0000:00:0c.0-1
> | drivers/usb/core/usb.c: registered new driver wacom
> | drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver
> | 
> | input: PC Speaker
> | input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
> | input: AT Translated Set 2 keyboard on isa0060/serio0
> | drivers/usb/core/usb.c: registered new driver wacom
> | drivers/usb/input/wacom.c: v1.30:USB Wacom Graphire and Wacom Intuos tablet driver
> | input: Wacom Intuos2 6x8 on usb-0000:00:0c.0-1
> | 
> | System is a dual PIII, with stock 2.6.2-kernel
> | 
> | BTW: I'm not subscribed to the list.
> 
> Just to clarify, are you referring to /etc/modules.conf or
> /etc/modprobe.conf ?  /etc/modules.conf is no longer used by the
> current module-init-tools, it must be converted to /etc/modprobe.conf .

No I'm referring to /etc/modules. 
A file where you can list modules that get loaded at boot-time.

	MfG
	bmg

-- 
"Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!"          | berberic@fmi.uni-passau.de
(SPD-Stadtrat Kurt Schindler; Regensburg)  | www.fmi.uni-passau.de/~berberic

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-16 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-07 19:00 2.6.2 wacom not working from /etc/modules M G Berberich
2004-02-09  4:09 ` Randy.Dunlap
2004-02-16 14:12   ` M G Berberich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox