From: Bertrand C. <Ber...@et...> - 2005-09-20 06:58:40
|
Hello, The file /etc/sane.d/dll.conf might have a line thant stands like this: v4l It points to a device that is supposed to be a video grabbing but that in fact is not present in your computer. Just comment this line. In fact, if you have just your PSC4210 on line, the only line that should stay in your dll.conf should be hpaio, and so: $$more /etc/sane.d/dll.conf # enable the next line if you want to allow access through the network: #net #hp # # The following backends are not included in the sane-backends # distribution # If you want to use them, download them from their webpages and read # their # documentation # # HP OfficeJet backend homepage: http://hpoj.sf.net/ # Uncomment the following line if hpoj is installed: #hpoj #hp_rts88xx hpaio $$ Hope it will help. Bertrand |