LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-03-2013, 08:18 AM   #1
lu1g1
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Rep: Reputation: 0
trying to use a monoprice usb network server


Is it possible to connect to a monoprice usb2 network server This is a 4 port server connected to my router. It is currently working with my windows machines (xp wondows-7). Monoprice does not support linux, but is there a way use to connect using linux. I found the following on another forum but I'm not sure of the details:

Works fine, can be difficult to set up
Pros: Works good
Actually got this working in linux too
Brother HL-5240

Cons: Pain in the butt to set up
Make sure you use a static ip address for it
Had to use LPR in windows, and had to specify an output queue (but the value for that I think is arbitrary, I just called it 'output')

I had been wanting one of these since I bought my laser printer (should have bought an already networked one)
It seems to work good, but expect putting a bit of time into figuring out your configuration
 
Old 01-04-2013, 07:30 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Welcome to LinuxQuestions.

It looks like they support the following protocols IPX, TCP/IP, NETBUEI, APPLETALK, LPR, smb (Over IP). So it seems possible that it could work with linux.

As stated you should configure the device with a static IP address. From the server's web setup pages you should be able to determine the lpr port and print queue. The using cups web server add the printer.

The devices default setting should be DHCP so just look at your router's attached devices page to determine its address. Then open up the web browser and use that address for a URL.

Have you already set up the printer in linux yet? Depending on make/model you might have to install a driver. Once that is working you can switch the printer to the server and then via cups add the printer.

The cup web server URL is localhost:631. You want to manually add the printer as
lpd://server_IP_addressort/queue_name. Then select the make/model. And hopefully you can now print..
 
Old 01-05-2013, 11:06 AM   #3
lu1g1
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Original Poster
Rep: Reputation: 0
cups is working fine (I think) but I am unable to connect to printer

D [05/Jan/2013:10:47:59 -0500] [Job 4] Connection error: Connection refused
W [05/Jan/2013:10:47:59 -0500] [Job 4] The printer is in use.
D [05/Jan/2013:10:47:59 -0500] Report: clients=0
D [05/Jan/2013:10:47:59 -0500] Report: jobs=4
D [05/Jan/2013:10:47:59 -0500] Report: jobs-active=1
D [05/Jan/2013:10:47:59 -0500] Report: printers=2
D [05/Jan/2013:10:47:59 -0500] Report: printers-implicit=0
D [05/Jan/2013:10:47:59 -0500] Report: stringpool-string-count=71194
D [05/Jan/2013:10:47:59 -0500] Report: stringpool-alloc-bytes=15296
D [05/Jan/2013:10:47:59 -0500] Report: stringpool-total-bytes=1348032
D [05/Jan/2013:10:48:29 -0500] [Job 4] Connection error: Connection refused
 
Old 01-05-2013, 03:31 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
We might have to tweak the port and queue. How did you set up cups?
 
Old 01-06-2013, 06:14 AM   #5
lu1g1
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Original Poster
Rep: Reputation: 0
this is my configuration
# Show troubleshooting information in error_log.
LogLevel debug
MaxLogSize 0
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS dnssd
BrowseLocalProtocols
DefaultAuthType Basic
WebInterface Yes
<Location />
# Allow remote administration...
Order allow,deny
Allow @LOCAL
</Location>
<Location /admin>
# Allow remote administration...
Order allow,deny
Allow @LOCAL
</Location>
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
# Allow remote access to the configuration files...
Order allow,deny
Allow @LOCAL
</Location>
<Policy default>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
<Limit Create-Job Print-Job Print-URI Validate-Job>
Order deny,allow
</Limit>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
<Policy authenticated>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
<Limit Create-Job Print-Job Print-URI Validate-Job>
AuthType Default
Order deny,allow
</Limit>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
AuthType Default
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy
 
Old 01-06-2013, 07:20 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Not the cups.conf file. The URI that you used for the printer.
 
Old 01-07-2013, 08:19 AM   #7
lu1g1
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Original Poster
Rep: Reputation: 0
lpd://192.168.100.1

192.168.2.100 is a network usb server (monoprice) it is hard wired to 192.2.101 (buffalo airstation bridge)
 
Old 01-07-2013, 01:10 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Was there anything in the web configuration pages that indicated a port number or queue name?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to connect CUPS to a USB LPR network print server? fedoralinuxjunkie Linux - Networking 8 07-15-2014 01:44 AM
How to connect CUPS to a USB LPR network print server? n56 Linux - Networking 3 10-22-2012 12:27 AM
Converts a USB webcam into a network server camera? patrick295767 General 0 07-31-2012 08:04 PM
Setting USB Network Controller (SR9600 USB To Fast Ethernet Adapter) on FC10 katrok Linux - Hardware 1 06-26-2009 08:31 PM
USB Network Print Server (a la JetDirect) phalcon Linux - Hardware 1 02-19-2006 03:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration