Is there a dedicated Pi mailing list where I should ask this question or will this be ok here?
In view of my failing to set up my printer as a device off my router, I'm now thinking that I can use the same USB socket on the router to power a Pi which can then act as a print server for my printer.
If I were to use a pre-configured distro like Raspbian, it would have all the desktop stuff installed and I don't want that. So is there an easy way to do a minimal install on a Pi?
I would experiment on my own Pi but I've lent it to somebody to use in their own OS experiments so apologies for having to ask this question.
I would think the main thing is if there is an ARM cupsd package which I think there would be.
On 25 July 2013 14:23, Chris Walker cdw_alug@the-walker-household.co.uk wrote:
Is there a dedicated Pi mailing list where I should ask this question or will this be ok here?
In view of my failing to set up my printer as a device off my router, I'm now thinking that I can use the same USB socket on the router to power a Pi which can then act as a print server for my printer.
If I were to use a pre-configured distro like Raspbian, it would have all the desktop stuff installed and I don't want that. So is there an easy way to do a minimal install on a Pi?
I would experiment on my own Pi but I've lent it to somebody to use in their own OS experiments so apologies for having to ask this question.
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
On Thu, Jul 25, 2013 at 02:23:56PM +0100, Chris Walker wrote:
Is there a dedicated Pi mailing list where I should ask this question or will this be ok here?
There's a Raspberry Pi newsgroup:-
comp.sys.raspberry-pi
In view of my failing to set up my printer as a device off my router, I'm now thinking that I can use the same USB socket on the router to power a Pi which can then act as a print server for my printer.
The Pi needs quite a lot of power, more than a 'standard' USB socket is supposed to supply.
On Thu, 25 Jul 2013 15:56:30 +0100 Chris Green cl@isbd.net wrote:
On Thu, Jul 25, 2013 at 02:23:56PM +0100, Chris Walker wrote:
Is there a dedicated Pi mailing list where I should ask this question or will this be ok here?
There's a Raspberry Pi newsgroup:-
comp.sys.raspberry-pi
Ta. Just taken a wander over to that. The standard of usenet hasn't improved since I last looked!
In view of my failing to set up my printer as a device off my router, I'm now thinking that I can use the same USB socket on the router to power a Pi which can then act as a print server for my printer.
The Pi needs quite a lot of power, more than a 'standard' USB socket is supposed to supply.
Oh. I've just read that the Pi itself takes around 300ma thus leaving a bit spare for other things. I don't imagine that a printer would take much power but of course I might well be wrong on that :-)
On 25/07/13 14:23, Chris Walker wrote:
Is there a dedicated Pi mailing list where I should ask this question or will this be ok here?
In view of my failing to set up my printer as a device off my router, I'm now thinking that I can use the same USB socket on the router to power a Pi which can then act as a print server for my printer.
If I were to use a pre-configured distro like Raspbian, it would have all the desktop stuff installed and I don't want that. So is there an easy way to do a minimal install on a Pi?
I use cups on my pi which I use as a print server.
The Pi runs 24/7 as it's also a web server, so getting it to listen for print requests from the various PCs and laptops in the house was an obvious step. The Pi has no K/b, mouse or monitor. I drive it via ssh. Although all the desktop stuff is on there, I don't startx so none of it gets used. Sadly with mine being an early Pi with only 256M mem it can run out and cause the cups back-end to die if rendering a complex page. It doesn't then report an error :-(
Both printers connect to the Pi via a powered usb hub and, of course, the Pi is wired into the lan.
I've even use the GPIO on the Pi to switch the power to the printers on and off as needed.
Nev
On Thu, 25 Jul 2013 18:45:58 +0100 nev young nev@nevilley.org.uk wrote:
On 25/07/13 14:23, Chris Walker wrote:
Is there a dedicated Pi mailing list where I should ask this question or will this be ok here?
In view of my failing to set up my printer as a device off my router, I'm now thinking that I can use the same USB socket on the router to power a Pi which can then act as a print server for my printer.
If I were to use a pre-configured distro like Raspbian, it would have all the desktop stuff installed and I don't want that. So is there an easy way to do a minimal install on a Pi?
I use cups on my pi which I use as a print server.
The Pi runs 24/7 as it's also a web server, so getting it to listen for print requests from the various PCs and laptops in the house was an obvious step. The Pi has no K/b, mouse or monitor. I drive it via ssh. Although all the desktop stuff is on there, I don't startx so none of it gets used.
After looking at the comp.sys stuff, I was then directed to the Pi forum where I found a page listing al the stuff that can be removed for a server setup. In case of it's of interest, here's the link - http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=35519
Sadly with mine being an early Pi with only 256M mem it can run out and cause the cups back-end to die if rendering a complex page. It doesn't then report an error :-(
Both printers connect to the Pi via a powered usb hub and, of course, the Pi is wired into the lan.
I've even use the GPIO on the Pi to switch the power to the printers on and off as needed.
I wasn't intending to get that adventurous ;-)
On 25/07/13 19:49, Chris Walker wrote:
After looking at the comp.sys stuff, I was then directed to the Pi forum where I found a page listing al the stuff that can be removed for a server setup. In case of it's of interest, here's the link - http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=35519
Looks interesting. May give it a go on a spare Pi.
Nev