Re: 8.0-BETA-4: no mouse or keyboard in X.

2009-09-15 Thread Dave Hardman
On Tue, Sep 15, 2009 at 01:24:37PM +1000, Dave Hardman wrote:
 On Sun, Sep 13, 2009 at 12:40:52PM +0200, Patrick Lamaiziere
 wrote:
  Le Sun, 13 Sep 2009 15:29:58 +1000, Dave Hardman
  d...@hardman.name a écrit :
  
   I upgraded from 7.2 to 8.0-BETA4. Now X will not receive
   input from either the mouse or keyboard. 
 [...] You need to rebuild hal and to remove the old libusb port.
 libusb is now part of the base system in 8.X and you must use
 this version. You should rebuild all that depend on the old port
 libusb (at least).
 I rebuilt all the ports (portupgrade -afc), during the upgrade
 and there was no indication of any failures.  I tried again
 (portmanager -u -f -l). hal-0.5.11_26 failed.  See below. 
  
   I also noticed the fuse.ko will not load, reporting Exec
   format error.
  
  Did you rebuild this module too?
 It rebuilt when I ran portmanager.
 
 I also tried to remove the libusb, as another responded
 suggested. However pkg_delete refused as it was required by other
 packages. Mostly gnome by the look of it eg, gnucash gnumeric.
 
 Best
 Dave
 
 gmake[5]: Entering directory 
 `/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd/probing'
 cc -DHAVE_CONFIG_H -I. -I../../..  -DPACKAGE_SYSCONF_DIR=\/usr/local/etc\ 
 -DPACKAGE_DATA_DIR=\/usr/local/share\ 
 -DPACKAGE_BIN_DIR=\/usr/local/bin\ 
 -DPACKAGE_LOCALE_DIR=\/usr/local/share/locale\ 
 -DPACKAGE_LOCALSTATEDIR=\/var\ -I../../.. -I/usr/local/include/dbus-1.0 
 -I/usr/local/include/dbus-1.0/include   -I/usr/local/include -DHAVE_CK_0_3  
 -O2 -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations 
 -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT 
 probe-hiddev.o -MD -MP -MF .deps/probe-hiddev.Tpo -c -o probe-hiddev.o 
 probe-hiddev.c
 probe-hiddev.c: In function 'main':
 probe-hiddev.c:81: error: 'USB_GET_REPORT_ID' undeclared (first use in this 
 function)
 probe-hiddev.c:81: error: (Each undeclared identifier is reported only once
 probe-hiddev.c:81: error: for each function it appears in.)
 gmake[5]: *** [probe-hiddev.o] Error 1
 gmake[5]: Leaving directory 
 `/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd/probing'
 gmake[4]: *** [all-recursive] Error 1
 gmake[4]: Leaving directory 
 `/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11/hald'
 gmake[2]: *** [all] Error 2
 gmake[2]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11/hald'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/sysutils/hal.
 *** Error code 1
 
 Stop in /usr/ports/sysutils/hal.
   ! sysutils/hal (hal-0.5.11_26)  (compiler error)
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: 8.0-BETA-4: no mouse or keyboard in X.

2009-09-13 Thread Robert Noland
On Sun, 2009-09-13 at 15:29 +1000, Dave Hardman wrote:
 I upgraded from 7.2 to 8.0-BETA4. Now X will not receive input
 from either the mouse or keyboard. When this has happened in 7.1
 or 7.2 it was fixed by running hal. The keyboard, mouse and hal
 are all working. I did not configure X, the xorg.conf file was
 auto generated when X was first started.
 
 I have tried a few things; new xorg.conf with Xorg -configure, 
 putting config files, which I found in a mailing list, in
 /usr/local/etc/hal/fdi/policy. Using a different window manager.
 Nothing worked.
 
 Theres nothing in the log files that I recognise. Xorg.log
 reported config/hal Adding input device AT Keyboard.
 
 Any suggestions
 
 I also noticed the fuse.ko will not load, reporting Exec
 format error.

This suggests that you have not rebuilt your ports.  At a minumum you
need to rebuild fuse and hal, though I strongly suggest that you rebuild
everything.

robert.

 d...@loc:/usr/home/dave $ uname -a
 FreeBSD loc.alh.ost 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Sun Sep  6 04:44:31 UTC 
 2009 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 
 Thanks Dave
 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org
-- 
Robert Noland rnol...@freebsd.org
FreeBSD

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: 8.0-BETA-4: no mouse or keyboard in X.

2009-09-13 Thread Patrick Lamaiziere
Le Sun, 13 Sep 2009 15:29:58 +1000,
Dave Hardman d...@hardman.name a écrit :

 I upgraded from 7.2 to 8.0-BETA4. Now X will not receive input
 from either the mouse or keyboard. When this has happened in 7.1
 or 7.2 it was fixed by running hal. The keyboard, mouse and hal
 are all working. I did not configure X, the xorg.conf file was
 auto generated when X was first started.
 
 I have tried a few things; new xorg.conf with Xorg -configure, 
 putting config files, which I found in a mailing list, in
 /usr/local/etc/hal/fdi/policy. Using a different window manager.
 Nothing worked.
 
 Theres nothing in the log files that I recognise. Xorg.log
 reported config/hal Adding input device AT Keyboard.

You need to rebuild hal and to remove the old libusb port.
libusb is now part of the base system in 8.X and you must use this
version. You should rebuild all that depend on the old port libusb (at
least).

 I also noticed the fuse.ko will not load, reporting Exec
 format error.

Did you rebuild this module too?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org