Hello Henrique (and others), > > succeeded. But: running scanimage -L will crash hpiod with: > > > > Feb 6 20:47:59 localhost hpiod: 1.7.1 accepting connections at 2208... > > Feb 6 20:48:25 localhost kernel: <1>Unable to handle kernel NULL pointer > > dereference at virtual address 00000004 > > It crashed your *kernel*. It is much worse than hplip misbehaving, > and it is a sure sign of either: a bug in either the kernel > (likely), kernel image is corrupt (reinstall kernel to make sure), > or you have bad ram or another hardware problem.
Ok, I've installed 2.4.34 now. Results are slightly better, but not much: I can still see the Deskjet F380: trixie:~ # sane-find-scanner [...] found USB scanner (vendor=0x03f0 [HP], product=0x5511 [Deskjet F300 series]) at libusb:001:003 scanimage -L will not crash the kernel anymore, but will not see the Scanner either: trixie:~ # scanimage -L No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). Things are slightly better in cups (at least I can see the hp interface now), but only hp no_device_found Looking at /var/log/messages I see: Feb 18 00:00:00 localhost no_device_found: no attributes found in /software/hplip-1.7.1/share/hplip/data/models/models.dat: api/model.c 393 Feb 18 00:00:00 localhost no_device_found: no attributes found in /software/hplip-1.7.1/share/hplip/data/models/unreleased/unreleased.dat: api/model.c 404 Feb 18 00:00:00 localhost hpiod: invalid uri:hp:/no_device_found io/hpiod/system.cpp 1332 Feb 18 00:00:00 localhost no_device_found: INFO: open device failed; will retry in 30 seconds... Feb 18 00:00:00 localhost python: hpssd[127]: fatal: Traceback (innermost last): File "./hpssd.py", line 707, in main loop(timeout=5.0) File "/software/hplip-1.7.1/share/hplip/base/async.py", line 114, in loop obj.handle_read_event() File "/software/hplip-1.7.1/share/hplip/base/async.py", line 299, in handle_read_event self.handle_read() File "./hpssd.py", line 209, in handle_read self.handlers.get(msg_type, self.handle_unknown)() File "./hpssd.py", line 468, in handle_event jobs = cups.getAllJobs() File "/software/hplip-1.7.1/share/hplip/prnt/cups.py", line 105, in getAllJobs return cupsext.getJobs(my_job, 0) + cupsext.getJobs(my_job, 1) NameError: global name 'cupsext' is not defined Feb 18 00:00:30 localhost hpiod: invalid uri:hp:/no_device_found io/hpiod/system.cpp 1332 Feb 18 00:00:30 localhost no_device_found: unable to send Event hp:/no_device_found 209 5012: Connection reset by peer Feb 18 00:00:30 localhost no_device_found: INFO: open device failed; will retry in 30 seconds... Feb 18 00:01:00 localhost hpiod: invalid uri:hp:/no_device_found io/hpiod/system.cpp 1332 Feb 18 00:01:42 localhost scanimage: unable to open /var/run/hpssd.port: No such file or directory: api/hplip_api.c 103 Feb 18 00:01:42 localhost scanimage: unable to connect hpssd socket 2207: Connection refused: api/hplip_api.c 738 So I guess the questions are: 1) Why can't I find the model? 2) What happens to hpssd? Any pointers appreciated Sven -- __ _ _ __ __ __ / _` || ' \ \ \ / \__, ||_|_|_|/_\_\ http://kogs-www.informatik.uni-hamburg.de/~utcke/Private/ |___/ Key fingerprint = 6F F8 55 1C F9 E3 A8 F7 09 DF F7 2C 25 0C 54 53 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ HPLIP-Help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hplip-help
