Hi people, I'm sorry if this is a rtfm query, but I have just spent a day and a half over this, I'm stuck and past the limit of my competence.
I have an Eeepc 1000hd multi-booting with my first attempt at PC-BSD (7.0). I also have an old Wacom Volito usb tablet that I use with it. I presume there are no problems with the tablet, as it works well on this pc under WinXP and Ubuntu Studio.
The wacom sort-of works under PC-BSD, but not well enough to be of any use.
I started with
http://forums.freebsd.org/showthread.php?t=234
by kamikaze and downloaded the file. The readme file said:
I got as far as # ./install, and got this message:
I don't know what the proper directory is and I have not the remotest idea how to compile anything. I then downloaded the file 'input-wacom' from the 'FreeBSD Ports Search' site in the hope that it is an updated wacom driver. Since then I have read:
FreeBSD Handbook, Chapter 4 Installing Applications: Packages and Ports
and PKG_ADD(1) FreeBSD General Commands Manual PKG_ADD(1)
and have tried every way I can imagine to make 'pkg_add' work on either of these drivers with no success.
in my Downloads folder I have these files
input-wacom.tar.gz
linuxwacom-0.8.2-2.tar
linuxwacom-0.8.2-2.tar_1.bz2
in my Documents folder I have these unpacked folders and their files
linuxwacom-0.8.2-2
input-wacom
and yes I have added these lines to the /etc/rc.conf file
and a search for wacom on the wiki
http://wiki.freebsd.org/PortsBrokenOnCurrent?highlight=(wacom)
yields the line
All I need is to have the wacom working and I think I will be very happy with PC-BSD, but please could someone explain to me simply how to do it?
I have an Eeepc 1000hd multi-booting with my first attempt at PC-BSD (7.0). I also have an old Wacom Volito usb tablet that I use with it. I presume there are no problems with the tablet, as it works well on this pc under WinXP and Ubuntu Studio.
The wacom sort-of works under PC-BSD, but not well enough to be of any use.
I started with
http://forums.freebsd.org/showthread.php?t=234
by kamikaze and downloaded the file. The readme file said:
Most end users would probably only need to update the Wacom X driver and the /etc/X11/xorg.conf file to use the rich features that Wacom tablets offer. The steps could be as simple as:
download the package then
$ bunzip2 linuxwacom.tar.bz2
$ tar xvf linuxwacom.tar
$ cd linuxwacom/prebuilt
$ su
# ./uninstall
# ./install
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
# gedit /etc/X11/xorg.conf
# reboot
I got as far as # ./install, and got this message:
Installing Wacom man page......
Installed under /usr/share/man/man4
Installing wacom_drv....
WARNING: Can not install Wacom X driver (wacom_drv)
since the proper directory has not been found
You need to compile and install wacom.(k)o manually if your kernel is out of date.
After adding your Wacom tools into /etc/X11/xorg.conf, please restart X server or simply reboot your system to run the new Wacom X driver.
I don't know what the proper directory is and I have not the remotest idea how to compile anything. I then downloaded the file 'input-wacom' from the 'FreeBSD Ports Search' site in the hope that it is an updated wacom driver. Since then I have read:
FreeBSD Handbook, Chapter 4 Installing Applications: Packages and Ports
and PKG_ADD(1) FreeBSD General Commands Manual PKG_ADD(1)
and have tried every way I can imagine to make 'pkg_add' work on either of these drivers with no success.
in my Downloads folder I have these files
input-wacom.tar.gz
linuxwacom-0.8.2-2.tar
linuxwacom-0.8.2-2.tar_1.bz2
in my Documents folder I have these unpacked folders and their files
linuxwacom-0.8.2-2
input-wacom
and yes I have added these lines to the /etc/rc.conf file
Code:
hald_enable="YES"
dbus_enable="YES"
and a search for wacom on the wiki
http://wiki.freebsd.org/PortsBrokenOnCurrent?highlight=(wacom)
yields the line
x11-drivers/input-wacom (marked BROKEN)
All I need is to have the wacom working and I think I will be very happy with PC-BSD, but please could someone explain to me simply how to do it?

PHP: