Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2005 10:50:26 GMT
From:      Carsten Menke <bootsy52@gmx.net>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/76240: USB camera panics kernel
Message-ID:  <200501221050.j0MAoQDn006006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR usb/76240; it has been noted by GNATS.

From: Carsten Menke <bootsy52@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org, marko@FreeBSD.org
Cc:  
Subject: Re: usb/76240: USB camera panics kernel
Date: Sat, 22 Jan 2005 10:49:04 +0100

 Thanx a lot this patch solved all my problems (ok, so far)
 it was even possible to get digikam working as a normal user accessing the
 camera using this
 
          /sbin/devfs ruleset 10
          /sbin/devfs rule applyset
 	/sbin/devfs rule add path usb mode 666
 	/sbin/devfs rule add path usb0 mode 666
 	/sbin/devfs rule add path usb1 mode 666
          /sbin/devfs rule add path ugen0 mode 666
 	/sbin/devfs rule add path ugen0.1 mode 666
 	/sbin/devfs rule add path ugen0.2 mode 666
 	/sbin/devfs rule add path ugen0.3 mode 666
          /sbin/devfs rule show
 
 I don't know if the usb section is necessary, but sometimes the camera works 
 sometimes not, so I'm not sure if it was the /dev/usb permissions or if was just
 a coincidence
 
 //Carsten
 
 -- 
 "There are two major products that come out of Berkeley: LSD and UNIX.
    We don't believe this to be a coincidence." --Jeremy S. Anderson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501221050.j0MAoQDn006006>