我无法在 Nautilus 中访问打印机的存储卡读卡器。我可以用hp-unload
. 这是此命令的示例输出:
lubuntu@L-X6:~$ hp-unload hp:/net/Officejet_Pro_L7500?zc=HP065193
HP Linux Imaging and Printing System (ver. 3.10.6)
Photo Card Access Utility ver. 3.3
Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Using device: hp:/net/Officejet_Pro_L7500?zc=HP065193
|error: Photo card write failed (Card may be write protected)
/
Photocard on device hp:/net/Officejet_Pro_L7500?zc=HP065193 mounted
DO NOT REMOVE PHOTO CARD UNTIL YOU EXIT THIS PROGRAM
warning: Photo card is write protected.
Type 'help' for a list of commands. Type 'exit' to quit.
pcard: / > ls
\
Name Size Type
dcim/ directory
eos_digi.tal 0 B unknown/unknown
1 files, 0 B
pcard: / > cd dcim
|pcard: /dcim > ls
|
Name Size Type
. directory
.. directory
100eos5d/ directory
267canon/ directory
270canon/ directory
271canon/ directory
272canon/ directory
0 files, 0 B
pcard: /dcim > cd 272canon
-pcard: /dcim/272canon > ls
\
Name Size Type
. directory
.. directory
_mg_7201.jpg 3.1 MB image/jpeg
...........(some more files).................
_mg_7281.jpg 2.5 MB image/jpeg
_mg_7282.jpg 2.5 MB image/jpeg
82 files, 241.6 MB (253377883)
如何从 nautilus 访问它或将其挂载为文件系统?
请注意,这与其他问题类似:无法使 HP Officejet 6500 读卡器正常工作,但实际上这里似乎没有受支持的设备,而在我的情况下,我设法从hp-unload
.
更新:我无法将 Nautilus 指向 smb://192.168.68.35/memory_card,它也应该可以工作。Nautilus 无法打开它。
更新:nmblookup
和smbclient
结果:
lubuntu@L-X6:~$ nmblookup -I 192.168.85.77 -S \*
querying 192.168.85.77 on 127.255.255.255
querying 192.168.85.77 on 192.168.85.255
name_query failed to find name 192.168.85.77
querying * on 127.255.255.255
192.168.85.76 *<00>
Looking up status of 192.168.85.76
L-X6 <00> - B <ACTIVE>
L-X6 <03> - B <ACTIVE>
L-X6 <20> - B <ACTIVE>
WORKGROUP <1e> - <GROUP> B <ACTIVE>
WORKGROUP <00> - <GROUP> B <ACTIVE>
MAC Address = 00-00-00-00-00-00
192.168.85.77(打印机)没有报告任何内容
lubuntu@L-X6:~$ smbclient -L 192.168.85.77
Enter lubuntu's password:
Domain=[WORKGROUP] OS=[ThreadX] Server=[NQ 4.22]
Sharename Type Comment
--------- ---- -------
Error returning browse list: ERRDOS - ERRnoaccess (Access denied.)
Domain=[WORKGROUP] OS=[ThreadX] Server=[NQ 4.22]
Server Comment
--------- -------
Workgroup Master
--------- -------
尝试使用
smbclient
和测试不同的参数。例如,
接着
经过数小时的搜索和弄乱 samba 配置,破坏它,不得不重新安装和重新创建 smb.cnf 和其他几个文件,无论如何都找不到共享资源(Memory_Card),我找到了(否则看起来很简单)解决方案:
(来源:http ://ubuntuforums.org/showthread.php?t=1142804 )