Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Last active August 29, 2015 13:57
Show Gist options
  • Save marloncabrera/9381917 to your computer and use it in GitHub Desktop.
Save marloncabrera/9381917 to your computer and use it in GitHub Desktop.
Install Scanjet 2400 driver on Linux

Install Scanjet 2400 driver on Linux

Download the driver here.

Install steps

  1. Login as root user.
  2. Create a new folder as scanner on the desktop.
  3. Copy the 2400rv.tar.gz to the scanner� folder.
  4. Open the scanner folder, right click the 2400rv.tar.gz and choose Extract and select Extract Here.
  5. A Folder will be created as 2400rv.
  6. Go to the Console Mode.
  7. Type the command : cd /
  8. Type the command : tar -xvzf /root/Desktop/scanner/2400rv/hp2400.tgz
  9. Type the command : tar -xvzf /root/Desktop/scanner/2400rv/libsane.tgz
  10. Power on the Scanner.
  11. To check whether the scanner installed successfully by typing the command scanimage -L
  12. Edit the file /etc/sane.d/dll.conf by using the command vi /etc/sane.d/dll.conf Press insert� key Type hp2400 (without # symbol) after the line #hp5400 To Save the File : Press ESC� key and then Press Shift : wq�
  13. Reboot.
  14. Scanjet 2400 should be available now to be used on xsane.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment