Re: F30 not using extra battery on Lenovo T470s

2019-08-16 Thread Tim Waugh
On Thu, 15 Aug 2019 at 16:47, Chris Bredesen wrote: > I tried some different searching and came across this: > > https://forums.lenovo.com/t5/Other-Linux-Discussions/How-to-get-dual-battery-to-switch-without-powering-off-in-Linux/td-p/3890605 > > These are my symptoms but I'm unclear on the impli

Re: (OT) Beeping drives used for backup

2019-03-01 Thread Tim Waugh
On Fri, 1 Mar 2019 at 00:42, Jonathan Ryshpan wrote: > The drive also produces an occasional beeping sound: pitch about 340 cps > (my best guess using a tuner), lasting about 250 msec. The beeps happen > when the drive is in use, particularly when it's busy, and never when the > drive is starting

Re: printing impossible

2015-07-27 Thread Tim Waugh
Oh, I just saw there is an automated bug report already filed: https://bugzilla.redhat.com/show_bug.cgi?id=1246779 There's no need to file another bug report. However, it would be useful if you could attach information to the bug report above: - the PPD for the queue, from the /etc/cups/ppd/ di

Re: printing impossible

2015-07-27 Thread Tim Waugh
On Sat, 2015-07-25 at 19:13 +0200, François Patte wrote: > What wrong with cups/ghostscript? I am unable to print on my system > (fedora 21) message: > > ghostscript quit unexpectedly Please file a bug report at bugzilla.redhat.com so we can try to work out what's wrong. Here is a page with info

Which scanning application for colour-profiled scanner?

2015-03-20 Thread Tim Waugh
Hi, I've used gnome-color-manager to generate an ICC profile for my scanner using an IT8.7/2 target I ordered. The next step, obviously, is to scan something. I was trying to work out how to set up xsane to use the profile I'd generated, but I'm having trouble working it out. I also saw a note

Re: cups ipp14

2015-03-02 Thread Tim Waugh
On Mon, 2015-03-02 at 15:06 +0100, François Patte wrote: > Le 02/03/2015 14:40, Tim Waugh a écrit : > > journalctl -u cups.service > > CreateProfile failed: > org.freedesktop.ColorManager.AlreadyExists:profile id 'brother-Gray..' > already exit No, that's not

Re: cups ipp14

2015-03-02 Thread Tim Waugh
On Mon, 2015-03-02 at 14:14 +0100, François Patte wrote: > > maybe the easier way would be to tell us what printer you have.. > > brother HL-2040 Does 'journalctl -u cups.service' say anything useful? Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing

Re: Impossible to add a remote printer

2015-02-20 Thread Tim Waugh
On Fri, 2015-02-20 at 14:38 +0100, poma wrote: > https://admin.fedoraproject.org/updates/system-config-printer-1.5.5-2.fc21 > ... > bodhi - 2015-02-16 09:09:19 > This update has reached 7 days in testing and can be pushed to stable now if > the maintainer wishes > > This should be a karmathemati

Re: Impossible to add a remote printer

2015-02-07 Thread Tim Waugh
On Sat, 2015-02-07 at 13:02 +0100, Thomas Woerner wrote: > For now I do not have a solution besides adding a requirement for > python3-firewall to system-config-printer. The impact might be small > enough with these requirements of python3-firewall: Yes, that doesn't look too bad. I'll include t

Re: Impossible to add a remote printer

2015-02-02 Thread Tim Waugh
On Mon, 2015-02-02 at 17:32 +0100, poma wrote: > can this mechanism be improved in the way when you chose not to want > to share the printer that the relevant port is closed? Is there a sane way of doing that though? I think applications wanting to 'reset' ports for a zone would need to know what

Re: Impossible to add a remote printer

2015-02-02 Thread Tim Waugh
On Sun, 2015-02-01 at 20:28 +0100, poma wrote: > Mister Waugh, > whether it's worth a try latest and greatest? > https://git.fedorahosted.org/cgit/system-config-printer.git/ The problem is that firewalld only provides Python2 bindings, whereas system-config-printer is Python3. Tim. */ signatur

Re: printing broken by f20->f21 update

2014-12-10 Thread Tim Waugh
On Wed, 2014-12-10 at 11:47 -0500, Neal Becker wrote: > Are the files in /var/spool/cups the original output from evince? Yes, it is. Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscri

Re: printing broken by f20->f21 update

2014-12-10 Thread Tim Waugh
On Wed, 2014-12-10 at 10:35 -0500, Neal Becker wrote: > Thanks! I found > lp -o landscape -o fit-to-page xxx.pdf > > printed just fine! > > But printing from evince produced blank pages. Almost blank, there are 2 > tiny > blue letters at the bottom of each page. So now you can try to isolat

Re: printing broken by f20->f21 update

2014-12-10 Thread Tim Waugh
On Wed, 2014-12-10 at 07:10 -0500, Neal Becker wrote: > The problem occurs with evince and with okular, but not with adobe acroread. > I'm taking a wild guess that evince and okular use system libraries to > render, > while acroread is probably self-contained, and the problem is some library >

Re: printing broken by f20->f21 update

2014-12-10 Thread Tim Waugh
On Tue, 2014-12-09 at 10:45 -0500, Neal Becker wrote: > I have 2 machines that have both been updated f20->f21. Printing was working > before. > > Now, when I try to print pdf using either okular or evince, all I get are > blank > pages. Could it be this?: https://bugzilla.redhat.com/show_b

Re: Progress Re: Configuring a printer on a server without a GUI

2014-11-14 Thread Tim Waugh
On Thu, 2014-11-13 at 08:34 -1000, Robert Moskowitz wrote: > > su -c 'cupsctl --debug-logging' > > Nope. Still no error_log. Still not, after running that command and then trying to print again? Is this Fedora 20? In Fedora 21, CUPS error logs are directed to the systemd journal by default: ht

Re: Progress Re: Configuring a printer on a server without a GUI

2014-11-13 Thread Tim Waugh
On Wed, 2014-11-12 at 23:51 -1000, Robert Moskowitz wrote: > No error_log, only an access_log Turn on verbose logging: su -c 'cupsctl --debug-logging' Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: Progress Re: Configuring a printer on a server without a GUI

2014-11-13 Thread Tim Waugh
On Wed, 2014-11-12 at 23:13 -1000, Robert Moskowitz wrote: > Now why the 'Filter failed'? what 'simple' command line printing tools > should I test with? The /var/log/cups/error_log file should tell you what went wrong. Tim. */ signature.asc Description: This is a digitally signed message pa

Re: Progress Re: Configuring a printer on a server without a GUI

2014-11-13 Thread Tim Waugh
On Wed, 2014-11-12 at 12:54 -1000, Robert Moskowitz wrote: > It is TerminalRoom-8610 that only shows in the web interface. That one isn't marked as 'shared', so remote views of the server won't see it. Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing

Re: Configuring a printer on a server without a GUI

2014-11-12 Thread Tim Waugh
On Tue, 2014-11-11 at 12:59 -1000, Robert Moskowitz wrote: > One, I don't see Sever>Connect on my F20 gnome notebook. https://git.fedorahosted.org/cgit/system-config-printer.git/plain/data/screenshot-mainwindow.png You don't see that "Server" entry in the menu bar? > Two, Remote Desktop, needs a

Re: Configuring a printer on a server without a GUI

2014-11-12 Thread Tim Waugh
On Tue, 2014-11-11 at 13:01 -1000, Robert Moskowitz wrote: > So you did not get any further than I. Seems like printer support is > requiring a desktop to configure? That is sad. No, it isn't. You can use system-config-printer to configure a remote CUPS server. Have you tried doing that? Tim.

Re: Configuring a printer on a server without a GUI

2014-11-12 Thread Tim Waugh
On Tue, 2014-11-11 at 17:10 -1000, Robert Moskowitz wrote: > On 11/11/2014 02:53 PM, Ed Greshko wrote: > > On 11/12/14 08:41, Robert Moskowitz wrote: > >> cupsctl _remote_admin=1 > >> > >> Is not enough. > > Add -U root to that command > > tried > > cupsctl _remote_admin=1 -U root > > And still

Re: Configuring a printer on a server without a GUI

2014-11-11 Thread Tim Waugh
On Tue, 2014-11-11 at 00:59 -1000, Robert Moskowitz wrote: > On 11/10/2014 10:19 PM, Dario Lesca wrote: > > From console or a ssh shell run: > > > > $ sudo cupsctl _remote_admin=1 > > $ sudo firewall-cmd --permanent --add-port=631/tcp > > $ sudo firewall-cmd --add-port=631/tcp > > Other than it i

Re: Configuring a printer on a server without a GUI

2014-11-11 Thread Tim Waugh
On Tue, 2014-11-11 at 09:19 +0100, Dario Lesca wrote: > From console or a ssh shell run: > > $ sudo cupsctl _remote_admin=1 > $ sudo firewall-cmd --permanent --add-port=631/tcp > $ sudo firewall-cmd --add-port=631/tcp > > Then point your browser to https://ip.of.our.host:631/admin and add your >

Re: google cloudprint *client* for fedora?

2014-11-07 Thread Tim Waugh
On Thu, 2014-11-06 at 15:13 -0500, Matthew Miller wrote: > This requires Gnome Online Accounts, right? It does. > I'd love to try it but last > I checked, GOAL still doesn't work with Google's two-factor auth. It's working for me. Tim. */ signature.asc Description: This is a digitally signed

Re: google cloudprint *client* for fedora?

2014-11-06 Thread Tim Waugh
On Thu, 2014-11-06 at 08:20 -0500, Neal Becker wrote: > I just got a google cloud enabled printer. Is there a _client_ for fedora to > work via cups? Thanks. In GTK+ 3.14, the print dialog is the client. http://cyberelk.net/tim/2014/01/31/printing-to-google-cloud-print-from-gtk/ Tim. */ si

Re: Canon MG5520 wireless printer

2014-10-13 Thread Tim Waugh
On Sat, 2014-10-11 at 21:26 -0400, Kevin Cummings wrote: > I opened the Network Printer expansion, > but the printer I was looking for was not present, so I decided to enter > it manually. While I was trying to figure out how to do that, an entry > for the printer "magically" appeared in the netwo

Re: printer configuration all commandline!!

2014-09-22 Thread Tim Waugh
Have you tried using the printing troubleshooter? Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of

Re: cups

2014-09-11 Thread Tim Waugh
On Thu, 2014-09-11 at 17:12 +0200, Patrick Dupre wrote: > {'test_page_attempted': '11/Sep/2014:17:09:07 +', [...] > {'error_log_debug_logging_unset': True, 'journal': []} It hasn't fetched the error_log file unfortunately, but I think that's a CUPS bug (STR #4461), fixed in the latest test upd

Re: cups

2014-09-11 Thread Tim Waugh
On Thu, 2014-09-11 at 13:17 +0200, Patrick Dupre wrote: > > Is it all working now? > > No, it still does not work!!! Why did you answer 'Yes' when the dialog asked you if the test print worked? Answer 'No', and it will include the debugging logs. Tim. */ signature.asc Description: This is a

Re: cups

2014-09-11 Thread Tim Waugh
On Thu, 2014-09-11 at 10:55 +0200, Patrick Dupre wrote: > Page 11 (Print test page): > {'test_page_attempted': '11/Sep/2014:10:37:41 +', > 'test_page_job_id': [151], > 'test_page_job_status': [(True, >151, >'HP_LaserJet_P1005', >

Re: HP officejet 7500A loose wireless connection with f19 & f20

2014-08-20 Thread Tim Waugh
On Tue, 2014-08-19 at 19:18 -0400, Vinny Onelli wrote: > A couple time I was able to print after going through the printer setup > and re-installing the printer on computer, but only last for one or two > print. You could try using the printing troubleshooter: http://fedoraproject.org/wiki/How_to

Re: printer

2014-05-06 Thread Tim Waugh
On Tue, 2014-05-06 at 00:21 +0200, Patrick Dupre wrote: > Every time that I reboot, I lost the queue configuration of my printer. > I have to remove the printer and add it again. > How can I avoid this disfunctioning in fedora 20? Every so often someone reports this bug, but I have never been able

Re: CUPS service seems to have suddenly stopped working [Solved]

2014-04-17 Thread Tim Waugh
On Wed, 2014-04-16 at 19:25 -0400, Claude Jones wrote: > But how did that configuration file get messed up? The only thing I > remember doing on the day it stopped working was trying to share the > printer on my home network... I don't know. You'd need to look in the system journal (journalctl)

Re: CUPS service seems to have suddenly stopped working [Solved]

2014-04-16 Thread Tim Waugh
On Wed, 2014-04-16 at 08:18 -0400, Claude Jones wrote: > X [15/Apr/2014:00:01:10 -0400] No valid Listen or Port lines were found > in the configuration file. This was the reason. For what it's worth, in future CUPS will log to the system journal by default so this message would appear in the 'sy

Re: CUPS service seems to have suddenly stopped working [Solved]

2014-04-16 Thread Tim Waugh
On Tue, 2014-04-15 at 22:24 -0400, Claude Jones wrote: > I decided to remove CUPS and reinstall it. There were some strange > dependencies that got removed including Google Chrome. Once I > reinstalled CUPS, however, it started working properly again, and I can > once more print. Thanks for the

Re: /var/log/cups

2014-03-07 Thread Tim Waugh
On Fri, 2014-03-07 at 02:38 +0100, Patrick Dupre wrote: > I have a /var/log/cups/error_log file of size: 129005456!! > why? You have verbose logging turned on. Turn it off: cupsctl --no-debug-logging Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing

Re: Fedora 20 Cups pstopxl/gstopxl still broken

2014-01-07 Thread Tim Waugh
On Tue, 2014-01-07 at 15:42 +1000, Michael D. Setzer II wrote: > I've got to get 21 machines setup in just over a week for the start of the > semester. Old machines are 8 years old, so nice to get new ones, but having > to refix a problem that should have already been corrected. > > Is there so

Re: UTF-8 enabled enscript? - looking for a way to print UTF-8 text from CLI

2013-11-28 Thread Tim Waugh
On Wed, 2013-11-27 at 17:32 -0500, Max Pyziur wrote: > UTF-8 enabled enscript - looking for a way to print UTF-8 text from CLI? Doesn't it just work? If not, install the 'paps' package and restart CUPS. Tim. */ signature.asc Description: This is a digitally signed message part -- users mailin

Re: Printing problem with cups-1.6.4-2.fc19

2013-10-15 Thread Tim Waugh
On Tue, 2013-10-15 at 12:52 +0200, Joachim Backes wrote: > No update for cups-filters-libs-1.0.38-2.fc19.x86_64 and > cups-filters-1.0.38-2.fc19.x86_64 > > > *Result: Document is still printed well!* [...] > 2. Trying to update cups-filters* from updates-testing repo: > --

Re: Printing problem with cups-1.6.4-2.fc19

2013-10-15 Thread Tim Waugh
On Tue, 2013-10-15 at 12:24 +0200, Joachim Backes wrote: > *Now, the document is printed well!* Great! Now it should be possible to upgrade each of those (ghostscript, cups-filters, and cups) one by one to see what makes the difference. Tim. */ signature.asc Description: This is a digitally si

Re: Printing problem with cups-1.6.4-2.fc19

2013-10-15 Thread Tim Waugh
On Tue, 2013-10-15 at 10:36 +0200, Joachim Backes wrote: > having a problem since having updated to > > cups.x86_64 1:1.6.4-2.fc19 > cups-filters.x86_64 0:1.0.38-2.fc19 > cups-filters-libs.x86_64 0:1.0.38-2.fc19 > cups-devel.x86_64 1:1.6.4-2.fc19 > cups-filesystem.noarch 1:1.6.4-2.fc19 > cups-libs

Re: Printer discovery broken after "server" upgraded to Fedora 19

2013-09-19 Thread Tim Waugh
On Wed, 2013-09-18 at 11:34 -0500, Richard Shaw wrote: > Ok, not complaining to anyone on this thread, but I would love to see > the rational for per application printer discovery! That makes > absolutely no sense to me. It's not that it's per-application -- rather, it's done in the client libra

Re: Printer discovery broken after "server" upgraded to Fedora 19

2013-09-18 Thread Tim Waugh
On Wed, 2013-09-18 at 08:00 -0500, Richard Shaw wrote: > After upgrading my wife's laptop (F18) can no longer discover the > printer. I tried shutting down the firewall (firewalld) to make sure > that wasn't the problem on both computers and restarting cups & > avahi-daemon to no avail. For clien

Re: What happened to my printer!?!

2013-09-11 Thread Tim Waugh
On Mon, 2013-09-09 at 14:13 -0700, Alan Evans wrote: > Is there any way to figure out why the current printer is offline, > beyond "Unable to connect"? Not being able to print is really messing > with my workflow. Enable debug logging like this: su -c 'cupsctl --debug-logging' Then look in /var/l

Re: How to start a vncserver on reboot?

2013-08-12 Thread Tim Waugh
On Mon, 2013-08-12 at 11:48 +0300, Georgios Petasis wrote: > a) edit /etc/systemd/system/vncserver@:1.service > It does not work. It kills any vncserver I am running at :1, but *never* > starts a new one. > systemctrl status vncserver@:1.service reports the service as dead, but > without any err

Re: F19: CUPS: HowTo enable printer discovery

2013-07-17 Thread Tim Waugh
On Wed, 2013-07-17 at 18:21 +0200, Dario Lesca wrote: > Into f18 I do that with this command: > # sudo cupsctl _remote_printers=1 > (Or via http://localhost:631 administration) > > Now this command do not work anymore, and if I do: > # sudo cupsctl |grep _remote_printers > I discover that this op

Re: F19: Libreoffice strikethrough fonts don't work

2013-07-17 Thread Tim Waugh
On Wed, 2013-07-17 at 10:56 +0200, antonio.montagn...@alice.it wrote: > If you select a strikethrough font in Libreoffice, single striketrough > line is shown on top of cell I already reported this: https://bugzilla.redhat.com/show_bug.cgi?id=970198 Tim. */ signature.asc Description: This is

Re: "This print job requires a PostScript Language Level 3 Printer"

2013-04-26 Thread Tim Waugh
On Fri, 2013-04-26 at 06:53 -0400, Sam Varshavchik wrote: > Tim Waugh writes: > > If you aren't using hpcups already, it indicates that the relevant > > package (hpijs) doesn't know the IEEE 1284 Device ID of your printer. > > In that case, it would be useful to se

Re: "This print job requires a PostScript Language Level 3 Printer"

2013-04-26 Thread Tim Waugh
On Thu, 2013-04-25 at 18:40 -0400, Sam Varshavchik wrote: > So I need to ship back some defective merchandize. The vendor sends me a > link to a UPS return label, I open it in Firefox, and try to print it. The > printer is an HP 1320. There are several models that might be "HP 1320" -- I'm goi

Re: Fedora 18 network printer setup

2013-03-27 Thread Tim Waugh
On Wed, 2013-03-27 at 01:41 -0400, D. Hugh Redelmeier wrote: > I have a Brother DCP-7065dn printer scanner connected to my LAN. > > Sadly, it requires a proprietary driver. I've installed that. > > > I asked the System Se

Re: cups-1.5.4-18.fc17 & /etc/cups/cups-files.conf

2013-03-06 Thread Tim Waugh
On Tue, 2013-03-05 at 19:40 -0600, Gregory P. Ennis wrote: > The f17 update of cups to cups-1.5.4-18.fc17 on Feb 25th caused cups to > fail to start. This update had some security updates with a creation of > a new file /etc/cups/cups-files.conf that apparently can not be written > to by cupsd. >

Re: F18: how can I share printers??

2013-02-13 Thread Tim Waugh
On Wed, 2013-02-13 at 15:25 +0100, antonio montagnani wrote: > yes, but as I am new to firewalld, what shall I do in order to share > printer. I can't speak for the GNOME printer tool, but system-config-printer at least prompts you with a confirmation dialog and then does what's needed with fir

Re: F18: how can I share printers??

2013-02-13 Thread Tim Waugh
On Wed, 2013-02-13 at 11:43 +0100, antonio montagnani wrote: > what am I missing??? and which are the correct tools??? If you use system-config-printer, or its troubleshooter, you might find what's up. My guess is that firewalld is preventing CUPS Browse packets from being received. Tim. */ s

Re: F18: trouble with Brother 7360N printer

2013-02-04 Thread Tim Waugh
On Sun, 2013-02-03 at 14:18 -0500, sean darcy wrote: > I've changed the URI to use the ip address: > > lpd://10.10.10.153/BINARY_P1 > > That doesn't work either, can't print a test page. BUT, it generates no > errors. F18/cups thinks all went well. It looks to me like this is not a PostScript-c

Re: Network scanner

2012-12-04 Thread Tim Waugh
On Tue, 2012-12-04 at 01:08 +, Matthew Saltzman wrote: > I have an HP OfficeJet Pro 8600 all-in-one printer/scanner/fax/copier. > I have no trouble getting CUPS to print to it, but I'm having trouble > getting xsane to find it. I have the hplip drivers installed, but I'm > not sure what has to

Re: Printer won't Print - Log file ,Troubleshoot.txt

2012-06-18 Thread Tim Waugh
On Mon, 2012-06-18 at 09:31 -0400, Jim wrote: > Can someone tell me what this line means in the debug file > troubleshoot.txt; > > 'E [16/Jun/2012:23:29:07 -0400] Failed to update TXT record for > Samsung CLX-3170 @ BigOne.hsd1.in.comcast.net: -2'], > > > Would it prevent a print job from print

Re: Printer won't Print - Log file ,Troubleshoot.txt

2012-06-18 Thread Tim Waugh
On Sun, 2012-06-17 at 10:12 -0400, Jim wrote: > F17/Kde Fresh Install and Updated. > > I have this Printer Driver from Samsung , And it is working on two other > F17 Boxes and on same AP Network. From the troubleshoot log it looks like you fixed the "server not sharing printers" part already.

Re: FedoraProject Printer Howto Troubleshoot

2012-06-18 Thread Tim Waugh
FWIW, all such pages are in the "Debugging" category: https://fedoraproject.org/wiki/Category:Debugging Tim. */ signature.asc Description: This is a digitally signed message part -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.f

Re: Help with formatting position on page of printer output

2012-04-23 Thread Tim Waugh
On Sun, 2012-04-22 at 14:54 -0700, don fisher wrote: > I am running f16 with an HP-7680 printer. When I print text, the top of > the page is cut off. More of the top is cut off on the reverse side in > Duplex mode. I looked at the standard system-config-printers and could > not find anything tha

Re: CUPS and IPP...

2012-03-05 Thread Tim Waugh
On Sun, 2012-03-04 at 17:05 -0500, Hal wrote: > A redirect to a site that shows/demonstrates an 'splains how IPP works > and the cups/ldp calls to get it to work would be appreciated.. Probably cups.org is the best place to start. Here are the CUPS-specific IPP operations it implements: http://c

Re: Portreserve on F16

2012-03-01 Thread Tim Waugh
On Wed, 2012-02-29 at 20:43 +0100, Heinz Diehl wrote: > "systemctl status portreserve.service" says: > > portreserve.service - Port reservation utility > Loaded: loaded (/lib/systemd/system/portreserve.service; disabled) > Active: failed since Wed, 29 Feb 2012 20:36:43 +0100; 2s ago >

Re: Portreserve on F16

2012-02-29 Thread Tim Waugh
On Wed, 2012-02-29 at 08:17 +0100, Heinz Diehl wrote: > since portreserve is constantly failing on my F16 systems, and based upon > older > and newer discussions on this topic, I wonder if it's still needed?! What do you mean by "failing"? Are you getting an error message? Portreserve is still

Re: [SOLVED ... kinda? :] Re: xsane problem - also hp-setup w/ hp7510

2012-02-23 Thread Tim Waugh
On Wed, 2012-02-22 at 09:09 +1030, Tim wrote: > You could have a sample file for them to try out, or suggest a specific > file that they'd already have on their system. Some people have a > strange idea about what constitutes a *small* file. ;-) (It's only > 50MB, I deal with bigger files than t

Re: [SOLVED ... kinda? :] Re: xsane problem - also hp-setup w/ hp7510

2012-02-23 Thread Tim Waugh
On Tue, 2012-02-21 at 22:24 -0800, Paul Allen Newell wrote: > And, given that I > currently trying the hp-setup approach using material in the Fedora > repository (if that is the correct word), I am seeing that, as root, I > get nothing for lpinfo. And one of the suggestions in the document is t

Re: [SOLVED ... kinda? :] Re: xsane problem - also hp-setup w/ hp7510

2012-02-21 Thread Tim Waugh
On Mon, 2012-02-20 at 21:01 -0800, Paul Allen Newell wrote: > I'm going through > http://fedoraproject.org/wiki/How_to_debug_printing_problems and not > seeing anything since I am getting stuff printed and the doc seems to be > directed at stuff not getting printed If you can see an improvement

Re: kernel-3.2.2-1.fc16 breaks wifi

2012-01-30 Thread Tim Waugh
On Mon, 2012-01-30 at 10:57 +0100, Christian Menzel wrote: > Is anyone else experiencing this problem? Yes, I'm seeing exactly the same issue here. Intel Corporation Centrino Ultimate-N 6300 (rev 3e) Backing out to kernel-3.2.1-3.fc16 works around the problem here. Tim. */ signature.asc Descr

Re: Printer not working

2012-01-24 Thread Tim Waugh
On Mon, 2012-01-23 at 14:30 -0700, Lawrence Graves wrote: > I just notice when I ask my printer to print a test page nothing > happens. Could somebody shed some light on this problem. There are no > error messages formulated to send in. Try running the printing troubleshooter: https://fedoraproje

Re: Printer problems

2012-01-23 Thread Tim Waugh
On Sat, 2012-01-21 at 17:12 -0500, Jim wrote: > Samsung's installer believes CUPS expects to find > file /usr/lib/cups/filter/rastertosamsungsplc , but he is wrong: CUPS > expects to find those file in /usr/libexec/cups/filter. > > Is this a true statement as for Fedora 16 ? does cups look > at /

Re: Samsung printer won't print

2012-01-16 Thread Tim Waugh
On Sat, 2012-01-14 at 16:29 +, mike cloaked wrote: > It is possible that although the OP has a printer that is not > in the splix support list that adding in the id at the appropriate > part of the config would allow it to work with the existing files? It > would need to be tested of course!

Re: Samsung printer won't print

2012-01-13 Thread Tim Waugh
On Fri, 2012-01-13 at 09:08 -0500, Jim wrote: > Tim there is something that puzzles me , that same driver work fine in > Fedora 13,14,15 but not on Fedora 16. Perhaps Samsung did not test on Fedora 16. There can be valid changes and optimizations in e.g. the C library that can break assumptions m

Re: Samsung printer won't print

2012-01-13 Thread Tim Waugh
On Fri, 2012-01-13 at 10:33 +, mike cloaked wrote: > However nowadays I > simply install the splix package and the system recognises the printer > and it works without any fuss or bother. Oh, do you use the Fedora splix package, or rpmfusion? If the Fedora one, it would be useful to add the D

Re: Samsung printer won't print

2012-01-13 Thread Tim Waugh
On Thu, 2012-01-12 at 17:18 -0500, Jim wrote: > E [12/Jan/2012:17:08:55 -0500] PID 15290 > (/usr/lib/cups/filter/rastertosamsungsplc) crashed on signal 11. Samsung's CUPS filter crashed. You need to let them know about it so they can fix it. Tim. */ signature.asc Description: This is a digi

Re: fedora 16 printer problem

2012-01-12 Thread Tim Waugh
On Thu, 2012-01-12 at 09:40 -0500, Roger K. Wells wrote: > * Using the HPLIP Device Manager application Did you install the hplip package supplied as part of Fedora, or did you install it from HP's HPLIP website? Some tips on diagnosing problems of the type you describe are on the wiki:

Re: Printer detection in Fedora

2012-01-12 Thread Tim Waugh
On Fri, 2011-12-16 at 22:09 -0500, fred smith wrote: > here's the result of lpinfo -l -v on linux mint 12. I see it actually > identified several ways to access the brother printer. It doesn't, > however, seem to have figured out that the printer also supports ipp > (unless maybe I don't know how t

Re: "Printers" vs. "Printing"...?

2012-01-03 Thread Tim Waugh
On Wed, 2011-12-28 at 05:29 -0700, Christopher A. Williams wrote: > So why is it that the one which DOESN'T work made to be easier to find, > and to potentially screw up the machine, than the one that does work? > And why are both still there? Isn't this what we would call a usability > disaster? N

Re: Parallel Port Issues SOLVED

2012-01-03 Thread Tim Waugh
On Sat, 2011-12-31 at 01:21 -0500, Mark LaPierre wrote: > Thanks for the help. I found the problem and it had nothing to do with > the PPort. The problem was with CUPS. When it installed the filters it > didn't do in under root ownership so none of it worked because it wasn't > owned by root.

Re: Printer detection in Fedora

2011-12-16 Thread Tim Waugh
On Wed, 2011-12-14 at 13:52 -0500, fred smith wrote: > Well, time goes by and I try playing with a Linux-Mint 12 live cd, and > to my astonishment I find that when I choose to add a new printer, I > dont' have to enter ANY settings, it "just works". Perhaps they have different firewall settings?

Re: Configuring samba printer on Fedora 14

2011-12-14 Thread Tim Waugh
On Wed, 2011-11-23 at 18:21 -0800, Paolo Galtieri wrote: > So what do I need to configure on F14 to make printer configuration > via samba work right? There seems to be some kind of issue with authenticating using libsmbclient, the SMB library that system-config-printer uses: https://bugzilla.re

Re: Xerox printer driver installation and related problem

2011-12-06 Thread Tim Waugh
On Mon, 2011-12-05 at 22:56 -0800, vikramsp wrote: > Hi > I tried to install the driver downloaded from xerox official website. > When i run the command ./xpadmin and setup accordingly and give > a test-run; the xerox workcentre 7242 gives somes response, make > sound but do not print. I have also

Re: Printing at 600 dpi makes everything twice as big

2011-12-02 Thread Tim Waugh
On Thu, 2011-12-01 at 10:07 -0800, Jonathan Ryshpan wrote: > Device: uri = usb://Brother/HL-1440%20series > class = direct > info = Brother HL-1440 series > make-and-model = Brother HL-1440 series > device-id = MFG:Brother;CMD:PCL4,PJL;MDL:HL-1440 > series;CLS:PRINTE

Re: Printers : enabled non root? F15\16

2011-12-01 Thread Tim Waugh
On Thu, 2011-12-01 at 15:57 +, Frank Murphy wrote: > How can I get the logged in user to > check the "enabled" box for installed printers. > > As sometimes it unchecks itself, > and then to go looking for a root p\w, > if root person is not there. > Not wanting to add everyone as a sudo. Firs

Re: Printing at 600 dpi makes everything twice as big

2011-12-01 Thread Tim Waugh
On Wed, 2011-11-30 at 08:53 -0800, Jonathan Ryshpan wrote: > I'm not sure exactly why I used the Gutenprint driver. As best I > remember it, when I upgraded to Fedora-16, which was done with a full > install on Nov. 9th, either Gutenprint was the default driver for the > printer, or was recommende

Re: Suddenly cups does not run on boot [re: Tim Waugh]

2011-11-30 Thread Tim Waugh
On Tue, 2011-11-29 at 16:38 -0600, Aaron Konstam wrote: > It seems related bt since in my case the printing works when I first > boot it seems a little different. Yes. Could you file a bug report about it please? Thanks, Tim. */ signature.asc Description: This is a digitally signed message pa

Re: Printing at 600 dpi makes everything twice as big

2011-11-30 Thread Tim Waugh
On Wed, 2011-11-30 at 00:58 -0800, Jonathan Ryshpan wrote: > > Any suggestions? Could you please try a different driver? In particular, the Foomatic/hl1250 driver is the recommended driver for this model. Does that give you any better results? How is it that you're using the Gutenprint driver?

Re: Suddenly cups does not run on boot [re: Tim Waugh]

2011-11-29 Thread Tim Waugh
On Tue, 2011-11-29 at 10:57 -0600, Aaron Konstam wrote: > Same behavior as before. Printing works for awhile then stops. Its a > mystery. Does it sound like bug #756550 at all? https://bugzilla.redhat.com/show_bug.cgi?id=756550 Tim. */ signature.asc Description: This is a digitally signed me

Re: Message after printing

2011-11-22 Thread Tim Waugh
On Tue, 2011-11-22 at 12:15 +0100, Antonio M wrote: > Since latest updates, when I print I get on the bottom right corner a > message every time I print a message, and it is present also after > print completion. What does the message say? Tim. */ signature.asc Description: This is a digitally

Re: F16 Printer Setup

2011-11-14 Thread Tim Waugh
On Mon, 2011-11-14 at 10:13 -0500, Tim Evans wrote: > New F16 install (fresh install, not preupgrade). Printer setup says: > > FirewallD is not running. Network printer detection needs services mdns, > ipp, ipp-client and samba-client enabled on firewall. > > If firewall isn't running, why does

Re: Cups glitch: F16 / preupgrade

2011-11-14 Thread Tim Waugh
On Thu, 2011-11-10 at 17:00 -0700, Trever L. Adams wrote: > I keep forgetting to create a bug. That systemctl command may start it, > but it won't restart on reboot. At least that is my experience. I just > haven't had time to file the bug. The bug has already been filed (bug #748841), and a fix i

Re: USB printer discovery

2011-11-14 Thread Tim Waugh
On Mon, 2011-11-14 at 12:09 +0100, Antonio M wrote: > why the prinetr is immediately found if I use system-config-printer > and a driver is installed? Oh, sorry, my mistake. I hadn't seen the "gdi" driver listed on that page, but it is there. The foomatic package provides a PPD for using the gdi

Re: USB printer discovery

2011-11-14 Thread Tim Waugh
On Sun, 2011-11-13 at 23:13 +0100, antonio montagnani wrote: > I have an USB laser printer (Samsung ML-1610): should it be discovered > by Fedora? how long does it take the discovery process?? > Manual set-up work flawlessly. In general, USB printers should be discovered and automatically confi

Re: Printing does not work after preupgrade to F16

2011-11-10 Thread Tim Waugh
On Thu, 2011-11-10 at 06:17 +0200, jarmo wrote: > Somehow cups service was removed from start. There was a bug in the conversion from SysV to systemd for CUPS which was unfortunately not fixed until after release. An update is in the works... https://bugzilla.redhat.com/show_bug.cgi?id=748841 htt

Re: printer not available F16

2011-11-10 Thread Tim Waugh
On Wed, 2011-11-09 at 20:31 +0100, Peter Lesterhuis wrote: > After upgrading to F16 the printing system does not seem to be available. > Launching system-config-printer it says "printing service not avalable", There was a bug in the conversion from SysV to systemd for CUPS which was unfortunately

Re: Cannot configure printer that is on a windows server

2011-10-26 Thread Tim Waugh
On Fri, 2011-10-21 at 14:58 -0700, Paolo Galtieri wrote: > > If you try to browse the shares of that machine using the File Manager > > (Network / Browse Network / Windows Network), do you have more success? > smbclient -L 192.168.1.110 > > I get the following. Note that it doesn't matter what I

Re: More printer strangeness

2011-10-24 Thread Tim Waugh
On Sun, 2011-10-23 at 18:47 -0700, Paolo Galtieri wrote: > Folks, > I'm seeing more printer strangeness. I ran s-c-p and 3 printers > show which I did not explicitly add. All three have a Device URI of > file:///dev/null. > > If I delete them they go away momentarily and then all re-appear > a

Re: Cannot configure printer that is on a windows server

2011-10-21 Thread Tim Waugh
On Thu, 2011-10-20 at 17:46 -0700, Paolo Galtieri wrote: > and click browse. After a few seconds an SMB Browser popup is > displayed with TALOFASYSTEMS as the share name and TALOFA01 as the > comment with an arrow in front of the share name. A couple of seconds > later I get an authentication pop

Re: F16 G3 printer system not available

2011-10-20 Thread Tim Waugh
On Thu, 2011-10-20 at 10:23 -0430, Dokuro wrote: > I needed the printer and when i opened the sys pref to check on them I > get the message > > Sorry! The system printing service doesn't seem to be available. When using Alpha/Beta/other test releases, the "test@" mailing list is better to use tha

Re: installing a printer...

2011-10-04 Thread Tim Waugh
On Mon, 2011-10-03 at 17:12 -0430, Dokuro wrote: > hello all, and thanks for Fedora 15 with Gnome3 > > now my problem, i have an HP printer and on installation it asks for this file > > hplip-libs-3.11.3a-1.fc15.i686 requires hplip-common = 3.11.3a-1.fc15 > > however i have this versions > hplip

Re: Printing from new PC without LPT/Serial port to Dot Matrix Printer on Smb Share

2011-10-03 Thread Tim Waugh
On Mon, 2011-10-03 at 18:00 +0530, Sanjay Arora wrote: > But it still does not print from CLI applications printing to the > printer port (In my case, from ls -lha >prn or Harbour compiled legacy > dbase applications). The output of ls -lha > prn does not land in the > print queue, even if this pr

Re: Printing from new PC without LPT/Serial port to Dot Matrix Printer on Smb Share

2011-10-03 Thread Tim Waugh
On Mon, 2011-10-03 at 14:34 +0530, Sanjay Arora wrote: > While I can create the SMB printer from the Printers GUI screen, it > does not get enabled or even print a test page. I think the issue is > that the software prints to a device that does not exist. I think I > need to create a device file &

  1   2   3   >