Hi Till,
I think this is PolicyKit bug in Ubuntu Oneiric and Precise.
During HPLIP installation, PolicyKit option will be disabled by default. This is configure option.
To disable PolicyKit 1) go to hplip-3.11.12 folder. 2) ./configure --prefix=/usr 3) make 4) sudo make install
To enable PolicyKit 1) go to hplip-3.11.12 folder. 2) ./configure --enable-policykit --prefix=/usr 3) make 4) sudo make install
Thanks & Regards, Amarnath
Hi Till,
I think this is PolicyKit bug in Ubuntu Oneiric and Precise.
During HPLIP installation, PolicyKit option will be disabled by default. This is configure option.
To disable PolicyKit
1) go to hplip-3.11.12 folder.
2) ./configure --prefix=/usr
3) make
4) sudo make install
To enable PolicyKit
1) go to hplip-3.11.12 folder.
2) ./configure --enable-policykit --prefix=/usr
3) make
4) sudo make install
Thanks & Regards,
Amarnath