I have got a HP Printer/Scanner All-In-One Monster connected via LAN. Printing works fine via lpr.device. I can also scan to memory card. But does anybody know how to access the card(reader) from my Amiga OS4.1 ?
Under Windows XP I can just enter
if not exist Y:\ net use Y: \\HP000D9D1B4E49\memory_card /persistent:no >Nul
or
if not exist Y:\ net use Y: \\192.168.1.34\memory_card /persistent:no >Nul
into a shell, and voila...
I have SAMBA installed on my AMIGA, can also ping the memory_card but cannot get it as mountable drive under SAMBA. Well probably missing just a little pice. Other Drives from my Laptop (Workgroup called Workgroup) can be accesed via
Joined: 6-Jan-2006 Posts: 135
From: Athens, AL - USA
@gerograph
Based on what you said and my own setup copying this into a shell and pressing enter should work. You can also set it as a script file with an icon to use from the workbench.
run >nil: samba:smbfs domain=WORKGROUP server=HP000D9D1B4E49 volume=HP_Memory_Card client=AMIGA-SAM service="//192.168.1.34/memory_card"
@wisementrading.com Thanks a lot mate, but doesn't work... I have a HP OfficeJet 7410 and SAMBA says:
smbfs: ERRDOS - ERRbadfid (Invalid file handle). smbfs: Cannot connect to server (9, Unzulässiger Datenstrom). smbfs: Could not connect to server (9, Unzulässiger Datenstrom).
the wins (nmbd) does not work, so to get name resolving working you need to add the computers/printers name and ip address in to hosts (Internet prefs).
Last edited by NutsAboutAmiga on 07-Jan-2009 at 06:40 AM.