From: Kevin K. <kev...@ch...> - 2006-11-12 01:53:30
|
> It turns out that it works after all. I had to select the proper calc > from the GUI. This should be fixed in rev 3068. (Thanks, Romain!) > Also I have to run tilp as root. This may be a problem caused by > grsecurity, but when I try to run tilp as a normal user it can't claim > the interface: > > (tilp-2:3880): ticables-WARNING **: usb_claim_interface (could not > claim interface 0: Operation not permitted). > > Any ideas as to hwo to fix this? We got this sorted out working together on IRC. We first tried to get pam_console running, but apparently that is more of a PITA on Gentoo than it's worth, so Mike resorted to the old-school "usb group" method together with an edit to the udev configuration to make the devices owned by root:udev with 0660 perms and this works. This is a configuration problem we can't do much about within libticables or TiLP. On distros which configure pam_console by default (Fedora and a few RH/Fedora derivatives, possibly including Mandriva), this can be solved automatically (and in fact my libticables2 RPM does it), but on other distros, manual configuration is unavoidable. So if you have this problem, blame your distro for not setting up pam_console properly by default. Kevin Kofler |