Results 1 to 3 of 3

Thread: HOWTO: Acessing memory card reader on HP all-in-one through network

  1. #1
    Join Date
    May 2007
    Location
    Austin, TX
    Beans
    57
    Distro
    Ubuntu 12.04 Precise Pangolin

    HOWTO: Acessing memory card reader on HP all-in-one through network

    Here's how to access the memory card on an HP all-in-one:

    (for example, to copy pictures from a digital camera to the computer)

    I used the information from this page
    http://h10025.www1.hp.com/ewfrf/wc/d...name=c00149194

    Steps:

    1. Find out the IP address of the printer

    2. Create a mount point

    Code:
    sudo mkdir /mnt/HP6100

    3. Mount the device
    Code:
    mount -t smbfs //192.168.0.6/Memory_Card  /mnt/HP6100

    Note: make sure you have SMBFS installed before you try to mount

    Code:
    sudo apt-get install smbfs

  2. #2
    Join Date
    May 2008
    Beans
    2

    Re: HOWTO: Acessing memory card reader on HP all-in-one through network

    Quote Originally Posted by ionospheric View Post
    Here's how to access the memory card on an HP all-in-one:

    (for example, to copy pictures from a digital camera to the computer)

    I used the information from this page
    http://h10025.www1.hp.com/ewfrf/wc/d...name=c00149194

    Steps:

    1. Find out the IP address of the printer

    2. Create a mount point

    Code:
    sudo mkdir /mnt/HP6100

    3. Mount the device
    Code:
    mount -t smbfs //192.168.0.6/Memory_Card  /mnt/HP6100

    Note: make sure you have SMBFS installed before you try to mount

    Code:
    sudo apt-get install smbfs
    Thanks man, now I can use my Officejet as a NAS (well sort of). Great!

  3. #3
    Join Date
    May 2008
    Beans
    55
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: HOWTO: Acessing memory card reader on HP all-in-one through network

    An easy alternative is simply to open Nautilus, click on connect to server in the <File> menu and choose <Windows Share> as the type of connection. Enter the IP address of the printer and then enter Memory_Card as the share name and off you go!

    I use this method with my HP Officejet 7410.
    Free speech is the most important aspect of a liberated society.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •