e353
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I am a rank amateur when it comes to admining FreeBSD, but I am trying to set up printing from a laptop to a wireless printer on the same network. Here is what I tried and how it failed, and I would love some advice: First I ran hp-probe with these results: Code:
Device URI Model Name ---------------------------------------------- ----------------------- -------- hp:/net/Officejet_Pro_8500_A910?ip=192.168.1.5 Officejet_Pro_8500_A910 HP2E806B But with hp-setup 192.168.1.5 I get this:Code:
Searching for device... error: Device not found. Please make sure your printer is properly connected and powered-on. error: Invalid manual discovery parameter. Thanks for any help possible
Last edited by DutchDaemon; April 22nd, 2012 at 02:16. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
|||
|
|||
|
What happens if you just run
# hp-setup?
__________________
Torfinn |
|
#3
|
|||
|
|||
|
When I run hp-setup alone, the options for Network/Ethernet are greyed out. I run it as a regular user, because otherwise it can't access the X11 for the GUI.
I tried running hp-setup 192.168.1.5 and I get Code:
device not found Code:
using connection type USB, invalid device URI Don't know if anyone is still paying attention to this thread, but I can provide more info if necessary. Last edited by DutchDaemon; May 6th, 2012 at 21:18. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043 |
|
#4
|
|||
|
|||
|
If you want to run it as root, you can try
# DISPLAY=:0.0 hp-setup(or whatever your DISPLAY value is). Oh, and one more thing: can you ping your printer from the workstation?
__________________
Torfinn Last edited by tingo; May 7th, 2012 at 20:21. Reason: added ping question |
|
#5
|
|||
|
|||
|
Hi,
Just got around doing this as well; and had similar problems. Apparantly hplip does not have 'net' enabled by default, had to recompile via ports enabling SNMP. This made hp-probe find the printer. And plain hp-setup also found and installed the printer. But I have a problem with CUPS, it does not accept my root/pw as login, so can't manage my printer that way? I'm on 9.0, on 8.x I had all this working ok, though not perfect. Last edited by DutchDaemon; May 8th, 2012 at 22:42. |
|
#6
|
|||
|
|||
|
To have WIFI working with print/hplip, you must recompile from ports, making sure to select snmp option.
You must edit /etc/rc.conf and add Code:
cupsd_enable="YES" Last edited by DutchDaemon; May 9th, 2012 at 00:07. |
![]() |
| Tags |
| hp printer wifi |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up USB printer | sideburn | Peripheral Hardware | 35 | April 16th, 2013 22:37 |
| what is the difference between using rc.conf and manual for setting up wifi. | miniqq | Mobile Computing | 1 | June 4th, 2011 14:24 |
| How to use a USB printer ? | errandonea | Peripheral Hardware | 21 | April 18th, 2011 15:15 |
| Printer help | dd1313 | Peripheral Hardware | 7 | January 10th, 2010 16:16 |
| [Solved] Setting up IP Printer (FBSD 7.2r) | fuzzynco | Peripheral Hardware | 9 | October 20th, 2009 14:08 |