Printer support [Solved]
- Ed_P
- Contributor
- Posts: 7671
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Printer support [Solved]
Apparently when I made my ISO I didn't select the printer support option and now I have found a need for it. I thought I could add it using USM and maybe I can but USM shows at least a half dozen printer modules and I'm not sure which one to select. My printer is an HP ink jet. Suggestions?
Last edited by Ed_P on 25 Apr 2014, 17:31, edited 1 time in total.
Ed
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Printer support
USM does not download module xzm, only slackware packages and convert for xzm module.
Take this module for porteus-3.0-x86_64
http://ponce.cc/porteus/x86_64/current/ ... inting.xzm
Take this module for porteus-3.0-x86_64
http://ponce.cc/porteus/x86_64/current/ ... inting.xzm
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- Ed_P
- Contributor
- Posts: 7671
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Printer support
Thank you Slaxmax.
That's an interesting link, especially if one goes up the line a bit to http://ponce.cc/porteus/x86_64/current/modules/. If I wanted to test a different desktop like xfce can't I just download 003-xfce.xzm rather than the whole XFCE ISO? Of course the question of how do I switch desktops once I've booted into one comes up.
That's an interesting link, especially if one goes up the line a bit to http://ponce.cc/porteus/x86_64/current/modules/. If I wanted to test a different desktop like xfce can't I just download 003-xfce.xzm rather than the whole XFCE ISO? Of course the question of how do I switch desktops once I've booted into one comes up.
Ed
- freestyler
- Contributor
- Posts: 383
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: Printer support
Put it in the /base folder and use the noload cheatcode, you can use it for multiple DE's and add them to porteus cfg if you like.
Code: Select all
noload=kde;lxde;mate;xfce
https://www.porteus-apps.org
-
- Full of knowledge
- Posts: 1985
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Printer support
@Ed
Take a look here:
http://forum.porteus.org/viewtopic.php?f=39&t=2446
and make you familar with the
noload=module
load=module
cheatcodes
Take a look here:
http://forum.porteus.org/viewtopic.php?f=39&t=2446
and make you familar with the
noload=module
load=module
cheatcodes
- Ed_P
- Contributor
- Posts: 7671
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Printer support
Oh wow!! Of course.donald wrote:and make you familar with the
noload=module
load=module
cheatcodes


Ed
- francois
- Contributor
- Posts: 6302
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Printer support
1) @Ed:
Will you use cups or system-config-printer? What printer do you intend to install? Do you still have the same as before, this Canon MP145? See:
http://forum.porteus.org/viewtopic.php? ... 3&start=45
Some provisions have been made for some additional canon printer drivers in the porteus 3.0 edition.
http://forum.porteus.org/viewtopic.php?f=81&t=3208
http://forum.porteus.org/viewtopic.php? ... 9&start=15
Your ppd could be in /usr/share/cups/model/
http://forum.porteus.org/viewtopic.php? ... 5&start=15
2) I never thought of using the noload cheatcode for DE. Thanks for the tip freestyler.
I use the extramod coupled with changes cheatcode for each desktop as there might be some differences in terms of packages accompanying each desktop enviroment. Here is some of my grub legacy menu.lst entries for the kde and xfce desktops (they could be easily converted to syslinux instructions):
Will you use cups or system-config-printer? What printer do you intend to install? Do you still have the same as before, this Canon MP145? See:
http://forum.porteus.org/viewtopic.php? ... 3&start=45
Some provisions have been made for some additional canon printer drivers in the porteus 3.0 edition.
http://forum.porteus.org/viewtopic.php?f=81&t=3208
http://forum.porteus.org/viewtopic.php? ... 9&start=15
Your ppd could be in /usr/share/cups/model/
http://forum.porteus.org/viewtopic.php? ... 5&start=15
2) I never thought of using the noload cheatcode for DE. Thanks for the tip freestyler.
I use the extramod coupled with changes cheatcode for each desktop as there might be some differences in terms of packages accompanying each desktop enviroment. Here is some of my grub legacy menu.lst entries for the kde and xfce desktops (they could be easily converted to syslinux instructions):
Code: Select all
title porteus v30 on sda7 /32bit_v30 XFCE (SAVE FOLDER XFCE)
kernel (hd0,6)/32bit_v30/boot/syslinux/vmlinuz from=/dev/sda7/32bit_v30 extramod=/mnt/sda7/32bit_v30/xfce changes=EXIT:/32bit_v30/xfce login=root
initrd=(hd0,6)/32bit_v30/boot/syslinux/initrd.xz
boot
title porteus v30 on sda7 /32bit_v30 KDE (SAVE FOLDER KDE)
kernel (hd0,6)/32bit_v30/boot/syslinux/vmlinuz from=/dev/sda7/32bit_v30 extramod=/mnt/sda7/32bit_v30/kde changes=EXIT:/32bit_v30/kde login=root
initrd=(hd0,6)/32bit_v30/boot/syslinux/initrd.xz
boot
Last edited by francois on 25 Apr 2014, 16:03, edited 2 times in total.
Prendre son temps, profiter de celui qui passe.
- freestyler
- Contributor
- Posts: 383
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: Printer support
@francois: I put the DE name at the start of any DE specific module like xfce-settings.xzm, xfce-applications.xzm
If I use noload=xfce cheat code it will not load anything with xfce in the name.
If I use noload=xfce cheat code it will not load anything with xfce in the name.
https://www.porteus-apps.org
- Ed_P
- Contributor
- Posts: 7671
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.0 ISO
- Location: Western NY, USA
Re: Printer support
Wow!!Slaxmax wrote:Take this module for porteus-3.0-x86_64
http://ponce.cc/porteus/x86_64/current/ ... inting.xzm

I have an HP OfficeJet Pro 8600 and I used the link Slaxmax posted. I rebooted to activate it but now realize I probably didn't have to do that.francois wrote:1) @Ed:
Will you use cups or system-config-printer? What printer do you intend to install? Do you still have the same as before, this Canon MP145? See:
http://forum.porteus.org/viewtopic.php? ... 3&start=45
Very impressed with this printing-xzm module.

Ed
- francois
- Contributor
- Posts: 6302
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Printer support [Solved]
Ahau did some great work. With hp most printers should work out of the box. 8)
Some less common printers could be more tedious.
Some less common printers could be more tedious.

Prendre son temps, profiter de celui qui passe.