LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-11-2019, 03:54 AM   #1
PeO
Member
 
Registered: Nov 2002
Location: Karlsborg/Sweden
Distribution: Slackware 13.1, Mint, Ubuntu, Linux since ~1998
Posts: 60

Rep: Reputation: 15
USB installation of Linux MINT take over 10 minutes to print an A4


Runs Mint on USB at my mothers ASUS laptop..
When she print a an A4 at a Samsung C480W it takes over ten minutes.. I feel it is some buffer who overflows... but I cant se anything...
Somebody who can tell me what ill look at?
tnx PeO

Last edited by PeO; 08-11-2019 at 04:01 AM.
 
Old 08-11-2019, 04:47 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Which driver? How is it connected? (USB, wired ethernet, wifi?)
 
Old 08-11-2019, 04:50 AM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Let's see which CUPS backend is in use...
Code:
lpstat -t
This should help with determining the driver in use...
Code:
egrep -i "name|filter|model" /etc/cups/ppd/*
Examination of the CUPS error_log might yield more clues too.
 
Old 08-11-2019, 05:25 AM   #4
PeO
Member
 
Registered: Nov 2002
Location: Karlsborg/Sweden
Distribution: Slackware 13.1, Mint, Ubuntu, Linux since ~1998
Posts: 60

Original Poster
Rep: Reputation: 15
mint@mint:~$ lpstat -t
scheduler is running
system default destination: C48x-Series
device for C48x-Series: usb://Samsung/C48x%20Series?serial=08GMB8KJCB00C5M&interface=1
C48x-Series accepting requests since sön 11 aug 2019 12:18:45
printer C48x-Series now printing C48x-Series-115. enabled since sön 11 aug 2019 12:18:45
Waiting for printer to become available.
C48x-Series-115 mint 45056 sön 11 aug 2019 12:18:45

mint@mint:~$ sudo egrep -i "name|filter|model" /etc/cups/ppd/*
*PCFileName: "C48x.ppd"
*ModelName: "Samsung C48x Series"
*ShortNickName: "C48x"
*NickName: "Samsung C48x Series PS"
*ColorMode False/Grayscale: "<</ProcessColorModel /DeviceGray>> setpagedevice"
*ColorMode True/Color: "<</ProcessColorModel /DeviceCMYK>> setpagedevice"
*Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
 
Old 08-11-2019, 08:24 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by PeO View Post
Runs Mint on USB at my mothers ASUS laptop..
When she print a an A4 at a Samsung C480W it takes over ten minutes..
I used to have this problem on Debian 8 or 9, it turned out to be a conversion from the original format to some sort of postscript document... sorry I don't have the details.
Which version of Mint?
 
Old 08-11-2019, 12:52 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Ok, so the printer is using the Samsung PostScript driver. I recall seeing similar behaviour when using a postscript driver to print to a Samsung office printer several years ago. Not sure that there's much that can be done here.
 
Old 08-14-2019, 06:07 AM   #7
PeO
Member
 
Registered: Nov 2002
Location: Karlsborg/Sweden
Distribution: Slackware 13.1, Mint, Ubuntu, Linux since ~1998
Posts: 60

Original Poster
Rep: Reputation: 15
Thanx... ill look at it soon... feels like "some buffer" are very full... but I cant se anything with low memory...
 
Old 08-14-2019, 08:39 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
It's more likely some insane processing in the filter chain. FWIW, here's an old bug report describing similar behaviour ,and there is an indepth discussion about PDF document processing. It will give you an insight about what might be happening under the hood.
 
Old 08-15-2019, 11:33 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ferrari View Post
FWIW, here's an old bug report describing similar behaviour
I'm pretty sure that's what I've been experiencing myself.

OP, you can check by leaving a terminal window running 'top' open at all times - it will show you what's eating resources.
 
Old 08-16-2019, 03:47 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
I'd think that it is more of an issue booting to a usb drive and trying to print to a usb device. There could be a lot of traffic on a laptop usb port/controller. By default a laptop isn't very powerful.

If you had a toram option (some go by other phrases) then try it again or try a live optical disc.
 
Old 03-19-2020, 03:51 AM   #11
PeO
Member
 
Registered: Nov 2002
Location: Karlsborg/Sweden
Distribution: Slackware 13.1, Mint, Ubuntu, Linux since ~1998
Posts: 60

Original Poster
Rep: Reputation: 15
The computer is 300km from me and i have not possibilty to be there often..
I installed it at an SSD-disc instead of USB-stick but it didnt solved the problem... I have to sit down some day and fix it... I have TeamWiever installed now so I can do some job from my home...
Tanks so far... Ill be back
 
  


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] X takes 1.5 minutes to start xterm and 3.5 minutes to start GNOME gregorian Linux - Newbie 16 12-25-2009 05:56 AM
re installation of grub in Linux mint after installing xp over mint sampad.sarangi General 1 01-15-2008 05:37 PM
VNC: Kde applications take 10 minutes to load sylvaticus Debian 1 08-11-2007 02:48 AM
looking for suggestions: Camera to take a pic every 5 minutes or so BrianK Linux - Hardware 6 11-01-2006 11:47 AM
Print-to-file print driver to print PDF Bill Fox Linux - General 3 05-02-2006 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:09 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