missing uwacom.ko

2011-01-23 Thread Chad Perrin
On a fresh install of FreeBSD 8.1-RELEASE, on a ThinkPad x60 tablet,
there is an input-wacom package already installed.  Unfortunately, it
lacks probably the most important part of the package: the uwacom driver:

# /usr/local/rc.d/wacom start
Starting wacom.
kldload: can't load /boot/modules/uwacom.ko: No such file or
directory

I brought up this same problem a few months ago on this list, but
ultimately got no resolution, and set it aside for a while.  It was not
very critical at the time.  I have more use for the laptop now, though,
so I decided to try installing it from scratch again, and the exact same
problem has arisen.  There is simply no .ko file on the system for Wacom
drivers at all.

It occurred to me to try reinstalling the input-wacom package from ports,
but unfortunately the port is identified as broken.

Has anyone else gotten the uwacom.ko driver on their systems?  If so,
how?  Are you using 8.1-RELEASE or something else?  Is there a
work-around for this problem?  Google, thus far, has proven useless to me
on this subject.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgpqU6Gcfhtbf.pgp
Description: PGP signature


Re: missing uwacom.ko

2011-01-23 Thread Peter Vereshagin
Como esta, FreeBSD?

2011/01/23 13:23:50 -0700 Chad Perrin per...@apotheon.com = To FreeBSD 
Questions :
CP On a fresh install of FreeBSD 8.1-RELEASE, on a ThinkPad x60 tablet,
CP there is an input-wacom package already installed.  Unfortunately, it
CP lacks probably the most important part of the package: the uwacom driver:
CP 
CP # /usr/local/rc.d/wacom start
CP Starting wacom.
CP kldload: can't load /boot/modules/uwacom.ko: No such file or
CP directory
CP 
CP I brought up this same problem a few months ago on this list, but
CP ultimately got no resolution, and set it aside for a while.  It was not
CP very critical at the time.  I have more use for the laptop now, though,
CP so I decided to try installing it from scratch again, and the exact same
CP problem has arisen.  There is simply no .ko file on the system for Wacom
CP drivers at all.
CP 
CP It occurred to me to try reinstalling the input-wacom package from ports,
CP but unfortunately the port is identified as broken.
CP 
CP Has anyone else gotten the uwacom.ko driver on their systems?  If so,
CP how?  Are you using 8.1-RELEASE or something else?  Is there a
CP work-around for this problem?  Google, thus far, has proven useless to me
CP on this subject.

I used to drop my wacom problems here.
Last time I've seen no uwacom.ko in /boot/modules was because of /boot was on a
read-only mounted volume.
Aother kind of my problem is: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=151596
Anyway, my best result for my wacom is with 7.3-release ports.tgz. I have a
separate chroot for my Xorg-6.5 server and my X11 clients use TCP to connect to
it.
Let's see your problem by points:
1. Broken port. Is there any explanation why it's broken? anyway, there should
be the way to override this although this may may not be a solution depending
on the reason for port to be broken.
2. No uwacom.ko. Are you sure that it doesn't exist in your input-wacom/work
directory when you successfully built the port?
3. You may note that ums(4) compiled into GENERIC statically, should not be
present in your kernel before you try to kldload uwacom
http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/189857.html

And... ain't too much expectation from just a web search service ? ;-)

73! Peter pgp: A0E26627 (4A42 6841 2871 5EA7 52AB  12F8 0CE1 4AAC A0E2 6627)
--
http://vereshagin.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: missing uwacom.ko

2011-01-23 Thread Chad Perrin
On Mon, Jan 24, 2011 at 12:04:10AM +0300, Peter Vereshagin wrote:
 
 I used to drop my wacom problems here.
 Last time I've seen no uwacom.ko in /boot/modules was because of /boot was on 
 a
 read-only mounted volume.

The /boot directory is on the / partition, with 755 permissions at
present.


 Aother kind of my problem is: 
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=151596
 Anyway, my best result for my wacom is with 7.3-release ports.tgz. I have a
 separate chroot for my Xorg-6.5 server and my X11 clients use TCP to connect 
 to
 it.
 Let's see your problem by points:
 1. Broken port. Is there any explanation why it's broken? anyway, there should
 be the way to override this although this may may not be a solution depending
 on the reason for port to be broken.

I haven't looked into this in too much depth yet.  The error message just
says it's marked as broken, though.


 2. No uwacom.ko. Are you sure that it doesn't exist in your input-wacom/work
 directory when you successfully built the port?

I didn't build the port.  It got installed as part of the OS install
process, which surprised the heck out of me.  I wonder if I accidentally
selected something I did not intend to install when I was selecting what
sources to include.

In any case, after building the locate database, no uwacom shows up in
the system at all.


 3. You may note that ums(4) compiled into GENERIC statically, should not be
 present in your kernel before you try to kldload uwacom
 http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/189857.html

I'm not sure this makes any difference when there's no wacom kernel
module at all.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgpveuufQt2xF.pgp
Description: PGP signature


Re: missing uwacom.ko

2011-01-23 Thread Peter Vereshagin
Como esta, FreeBSD?
2011/01/23 14:07:47 -0700 Chad Perrin per...@apotheon.com = To FreeBSD 
Questions :
CP  read-only mounted volume.
CP The /boot directory is on the / partition, with 755 permissions at

It can have any mode and at the same time the volume can be mounted read-only.

CP  1. Broken port. Is there any explanation why it's broken? anyway, there 
should
CP  be the way to override this although this may may not be a solution 
depending
CP  on the reason for port to be broken.
CP I haven't looked into this in too much depth yet.  The error message just
CP says it's marked as broken, though.

I forgot it's a freebsd-8.x at yours, I tried and  could not have a wacom 
deteced on a 8.x ...
The author promises to take a driver upstream in the bas esystem, but it seems 
to be a long way.
At the moment it seems that only Intuos/Graphire series are supported.

CP  2. No uwacom.ko. Are you sure that it doesn't exist in your 
input-wacom/work
CP  directory when you successfully built the port?
CP I didn't build the port.  It got installed as part of the OS install
CP process, which surprised the heck out of me.  I wonder if I accidentally
CP selected something I did not intend to install when I was selecting what
CP sources to include.

But somehow you get an error message. And this message is the one word: 
Broken.
Look, it is explicitly noted in the x11-drivers/inpuit-wacom port option:
no uwacom.ko for 8.x.

CP  3. You may note that ums(4) compiled into GENERIC statically, should not 
be
CP  present in your kernel before you try to kldload uwacom
CP  
http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/189857.html
CP I'm not sure this makes any difference when there's no wacom kernel
CP module at all.

There should be a uhid.ko on a 8.x?


73! Peter pgp: A0E26627 (4A42 6841 2871 5EA7 52AB  12F8 0CE1 4AAC A0E2 6627)
--
http://vereshagin.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: missing uwacom.ko

2011-01-23 Thread Chad Perrin
On Mon, Jan 24, 2011 at 12:58:07AM +0300, Peter Vereshagin wrote:
 Como esta, FreeBSD?
 2011/01/23 14:07:47 -0700 Chad Perrin per...@apotheon.com = To FreeBSD 
 Questions :
 CP  read-only mounted volume.
 CP The /boot directory is on the / partition, with 755 permissions at
 
 It can have any mode and at the same time the volume can be mounted read-only.

Sorry -- I figured it would be understood that the / partition is not
mounted read-only in this case.


 
 CP  1. Broken port. Is there any explanation why it's broken? anyway, there 
 should
 CP  be the way to override this although this may may not be a solution 
 depending
 CP  on the reason for port to be broken.
 CP I haven't looked into this in too much depth yet.  The error message just
 CP says it's marked as broken, though.
 
 I forgot it's a freebsd-8.x at yours, I tried and  could not have a wacom 
 deteced on a 8.x ...
 The author promises to take a driver upstream in the bas esystem, but it 
 seems to be a long way.
 At the moment it seems that only Intuos/Graphire series are supported.

So . . . basically I'm screwed for FreeBSD with that machine.  Right?


 
 CP  2. No uwacom.ko. Are you sure that it doesn't exist in your 
 input-wacom/work
 CP  directory when you successfully built the port?
 CP I didn't build the port.  It got installed as part of the OS install
 CP process, which surprised the heck out of me.  I wonder if I accidentally
 CP selected something I did not intend to install when I was selecting what
 CP sources to include.
 
 But somehow you get an error message. And this message is the one word: 
 Broken.
 Look, it is explicitly noted in the x11-drivers/inpuit-wacom port option:
 no uwacom.ko for 8.x.

I'm not sure what you're saying here.  Config includes something about a
USB module -- which appears to be the module it wants to use -- but this
is an integrated tablet that, as far as I know, does not actually use USB
for anything.  Seems a little odd to me that this whole thing would fail
just because it doesn't have USB support when I'm not plugging anything
in to a USB port.

Do ThinkPad X-series tablets use USB?


 
 CP  3. You may note that ums(4) compiled into GENERIC statically, should 
 not be
 CP  present in your kernel before you try to kldload uwacom
 CP  
 http://lists.freebsd.org/pipermail/freebsd-questions/2009-January/189857.html
 CP I'm not sure this makes any difference when there's no wacom kernel
 CP module at all.
 
 There should be a uhid.ko on a 8.x?

There is.

. . . and?

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgpq721sBDDt2.pgp
Description: PGP signature