Author Topic: USB Printer  (Read 1577 times)

ricvee

  • Zen Apprentice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
USB Printer
« on: November 19, 2009, 03:26:10 pm »
Is there anyone who has a usb printer working in ebox?
I have a HP officejet 4215, /dev/usb/lp0, so I configured it as usb0 in the Edox webinterface,
but i haven't seen a printed paper yet.
Is there anyone who knows what to do?

VaineDragon

  • Zen Warrior
  • ***
  • Posts: 100
  • Karma: +0/-0
    • View Profile
    • Dragon's Den
Re: USB Printer
« Reply #1 on: November 22, 2009, 07:07:07 pm »
what I did to get my HP-7580 All in One to work is, You create the printer you want via the Printer Sharing eBox Module save that. Go back to the Printer Sharing Module/Manage Printers and enable CUPS Stand alone.

First you need to give yourself Admin access to the CUPS Server, here is how.

sudo nano /etc/cups/cupsd.conf What I did was add Allow My IP Address to all the lines that say Allow at the bottom of each line. Like this

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
  Allow @LOCAL
  Allow My IP Address
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Order allow,deny
  Allow localhost
  Allow My IP Address
</Location>

CTRL+X it will ask you to save Yes and hit enter.

Now here it what made it work for me, I then log into the CUPS Server https://your ip address:631

That will allow you to Administer the CUPS Printer server. I then use Admin/Find New Printers. Just pick the one you wants and install. Once you have the printer you want go back to eBox In the Users TAB enable all printers you have listed.

Hope this helps it only took me 3 1/2 month to get mine to work.

« Last Edit: November 25, 2009, 02:03:04 am by VaineDragon »
“ If you look into the eye of the storm, and see nothing, Well I guess you better step aside, thus is the truth of your lack of reason. ”

ricvee

  • Zen Apprentice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: USB Printer
« Reply #2 on: November 30, 2009, 10:10:37 pm »
Hi VaineDragon,

Thanks a lot! Your advice did the  trick for me!
 ;D

VaineDragon

  • Zen Warrior
  • ***
  • Posts: 100
  • Karma: +0/-0
    • View Profile
    • Dragon's Den
Re: USB Printer
« Reply #3 on: November 30, 2009, 10:35:37 pm »
No problem, I guess there should be a less intensive way to do this I might imagine.

Glad to see it worked for ya.

Merry Christmas and a Helluva Happy New Year. :)
“ If you look into the eye of the storm, and see nothing, Well I guess you better step aside, thus is the truth of your lack of reason. ”