[Bug 1761362] Re: gpsbabel versions 1.5.0 through 1.5.4: geo.cc only handles integer terrain or difficulty

2018-04-07 Thread Rick Richardson
04/07/2018: Arch Linux has fixed it.
https://bugs.archlinux.org/task/58115

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761362

Title:
  gpsbabel versions 1.5.0 through 1.5.4: geo.cc only handles integer
  terrain or difficulty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsbabel/+bug/1761362/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761362] [NEW] gpsbabel versions 1.5.0 through 1.5.4: geo.cc only handles integer terrain or difficulty

2018-04-04 Thread Rick Richardson
Public bug reported:

See http://geo.rkkda.com/forum/read.php?8,1069 for details.

It used to work in 1.4.4, before the "C" language gpsbabel got
refactored into "C++" language gpsbabel.

Basically, the floating point does not work if the decimal part is non-
zero. E.G. 3.0 goes to 3.0, but 3.5 goes to 0.0!

$ cd gpsbabel

$ diff -u geo.cc.org geo.cc
--- geo.cc.org  2017-10-14 20:54:31.228998156 -0500
+++ geo.cc  2017-10-14 20:55:48.450485105 -0500
@@ -74,9 +74,9 @@
 waypt_add_url(wpt,
   reader.readElementText(), a.value("text").toString());
   } else if (current_tag == "/loc/waypoint/difficulty") {
-wpt->gc_data->diff = reader.readElementText().toInt() * 10;
+wpt->gc_data->diff = reader.readElementText().toDouble() * 10;
   } else if (current_tag == "/loc/waypoint/terrain") {
-wpt->gc_data->terr = reader.readElementText().toInt() * 10;
+wpt->gc_data->terr = reader.readElementText().toDouble() * 10;
   } else if (current_tag == "/loc/waypoint/container") {
 wpt->gc_data->container = wpt_container(reader.readElementText());
   }


"Thanx for the fix, Rick. It's going into 
https://github.com/gpsbabel/gpsbabel/pull/93 " - Robert Lipe

Unfortunately, gpsbabel is still on 1.5.4, even after I reported this in
October 14, 2017.

Fedora has fixed this:

https://bugzilla.redhat.com/show_bug.cgi?id=1561337

** Affects: gpsbabel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761362

Title:
  gpsbabel versions 1.5.0 through 1.5.4: geo.cc only handles integer
  terrain or difficulty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsbabel/+bug/1761362/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 923149] Re: Xorg randomly crashes when using xscreensaver and glslideshow

2012-05-23 Thread Rick Richardson
Same here on Fedora 16.  Same symptoms.  Using glslideshow it crashes
about once per day.  Putting in gnome-screensaver is the workaround.
Xorg is using intel drivers and 1920x1600.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/923149

Title:
  Xorg randomly crashes when using xscreensaver and glslideshow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/923149/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926862] Re: python-gamin does not detect any filesystem events

2012-05-21 Thread Rick Richardson
Also, gnome-manual-duplex doesn't work unless you do the pkill
gam_server!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926862

Title:
  python-gamin does not detect any filesystem events

To manage notifications about this bug go to:
https://bugs.launchpad.net/gamin/+bug/926862/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 897809] Re: HP LaserJet P1005 prints stripes (regression) with foo2xqx with 600x600 dpi

2011-12-02 Thread Rick Richardson
1200x600 is the default.  600x600 does not work on P1005 because 600x600
is really 600x400.

See:
http://foo2zjs.rkkda.com/forum/read.php?43,1251

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/897809

Title:
  HP LaserJet P1005 prints stripes (regression) with foo2xqx with
  600x600 dpi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/897809/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590237] Re: g-p-m fails to switch off the screen with DPMS is not enabled

2010-12-04 Thread Rick Richardson
Confirmed with android emulator.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/590237

Title:
  g-p-m fails to switch off the screen with DPMS is not enabled

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 639608] Re: manual duplex printing missing

2010-11-15 Thread Rick Richardson
Use Gnome Manual Duplex - https://sourceforge.net/projects/g-manual-
duplex/

-- 
manual duplex printing missing
https://bugs.launchpad.net/bugs/639608
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648258] Re: manual duplex fails when printing a document with an odd number of pages

2010-11-15 Thread Rick Richardson
Use Gnome Manual Duplex - https://sourceforge.net/projects/g-manual-
duplex/

-- 
manual duplex fails when printing a document with an odd number of pages
https://bugs.launchpad.net/bugs/648258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374416] Re: Documents silently fail to print

2010-10-16 Thread Rick Richardson
From the Changelog:

2010-10-16  Rick Richardson rick.richard...@comcast.net
* foo2lava.c: Iff MODE_COLOR and nbie = 1, then it is a mono page.

Please download, make, make install again.

-- 
Documents silently fail to print
https://bugs.launchpad.net/bugs/374416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193088] Re: support for manual duplex printing

2010-05-30 Thread Rick Richardson
Use Gnome Manual Duplex - https://sourceforge.net/projects/g-manual-
duplex/

-- 
support for manual duplex printing
https://bugs.launchpad.net/bugs/193088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226682] Re: No pause when double-sided (duplex) printing enabled

2010-05-30 Thread Rick Richardson
Use Gnome Manual Duplex - https://sourceforge.net/projects/g-manual-
duplex/

-- 
No pause when double-sided (duplex) printing enabled
https://bugs.launchpad.net/bugs/226682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474730] [NEW] foomatic *.xml to cups *.ppd does not work with arg_max/arg_min values

2009-11-04 Thread Rick Richardson
Public bug reported:

Binary package hint: foomatic-filters

Find details at:

https://bugzilla.redhat.com/show_bug.cgi?id=531278

r...@rick-vbox:~$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

r...@rick-vbox:~$ apt-cache policy foomatic-filters
foomatic-filters:
  Installed: 4.0.3-0ubuntu2
  Candidate: 4.0.3-0ubuntu2
  Version table:
 *** 4.0.3-0ubuntu2 0
500 http://us.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status


This works on Fedora 10 with cups-1.3.10-5.fc10.i386.

It does not work with Fedora 11 and later with cups-1.4.1-4.fc11.i586.

F10:

f10# grep foo2hp2600-wrapper  /var/log/messages 
Oct 26 19:15:33 localhost foo2hp2600-wrapper: foo2hp2600-wrapper -z0 -b1 -p1
-s7 -m1 -d1 -n1 -Oc=0 -Om=0 -Oy=0 -Gdefault

f10# grep foo2hp2600-wrapper  /var/log/cups/error_log 
D [26/Oct/2009:19:15:33 -0500] [Job 3] renderer command: foo2hp2600-wrapper -z0
 -b1 -p1 -s7 -m1   -d1 -n1 -Oc=0 -Om=0 -Oy=0 -Gdefault 
D [26/Oct/2009:19:15:33 -0500] [Job 3] Starting process 4566:
foo2hp2600-wrapper   -z0  -b1 -p1 -s7 -m1   -d1 -n1 -Oc=0 -Om=0 -Oy=0
-Gdefault 
D [26/Oct/2009:19:15:36 -0500] [Job 3] Process 4566 ending: foo2hp2600-wrapper
  -z0  -b1 -p1 -s7 -m1   -d1 -n1 -Oc=0 -Om=0 -Oy=0 -Gdefault 

F11:

f11#  grep foo2hp2600-wrapper  /var/log/messages
Oct 27 06:28:04 localhost foo2hp2600-wrapper: foo2hp2600-wrapper -z0 -b1 -p1
-m1 -s7 -d1 -Gdefault

f11# grep foo2hp2600-wrapper  /var/log/cups/error_log 
D [27/Oct/2009:06:28:04 -0500] [Job 3] Starting renderer with command:
foo2hp2600-wrapper -z0   -b1  -p1 -m1 -s7   -d1 -Gdefault 

Note the lack of -Oc=0 -Om=0 -Oy=0 in the foo2hp2600-wrapper line!

I think is it because the XML using arg_max100/arg_max and
arg_min-100/arg_min (ref. foomatic-db/opt/foo2hp-AlignCMYK.xml)
doesn’t get translated to a (possibly depracated?) *.ppd syntax (HP-
Color_LaserJet_2600n.ppd).  But I could be wrong...

I note that the lx5000 and others are the same way...

foo2hp-AlignCMYK.xml:
option type=int id=opt/foo2hp-AlignC
!-- A multilingual comments block can appear here, too;
   it should be treated as documentation for the user. --
arg_longname enAlignment Offset Cyan/en /arg_longname
arg_shortname enalignc/en /arg_shortname
arg_execution
arg_groupAlignment (in rows)/arg_group
arg_order220/arg_order
arg_spotA/arg_spot
arg_required /
arg_substitution /
arg_proto-Oc=%s /arg_proto
/arg_execution
constraints
constraint sense=true
driverfoo2hp/driver
arg_defval0/arg_defval
/constraint
/constraints
arg_max100/arg_max
arg_min-100/arg_min
/option

HP-Color_LaserJet_2600n.ppd
{snip}

*OpenGroup: Alignment (in rows)/Alignment (in rows)

*OpenUI *alignc/Alignment Offset Cyan: PickOne
*FoomaticRIPOption alignc: int CmdLine A
*FoomaticRIPOptionPrototype alignc: -Oc=%s 
*FoomaticRIPOptionRange alignc: -100 100
*OrderDependency: 220 AnySetup *alignc
*Defaultalignc: 0
*FoomaticRIPDefaultalignc: 0
*alignc -100/-100: %% FoomaticRIPOptionSetting: alignc=-100
*alignc -98/-98: %% FoomaticRIPOptionSetting: alignc=-98
*alignc -96/-96: %% FoomaticRIPOptionSetting: alignc=-96
*alignc -94/-94: %% FoomaticRIPOptionSetting: alignc=-94

{snip}

*CloseUI: *alignc

{snip for magenta and yellow)}

Repeat By:
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
$ make
$ ./getweb 2600n# Get HP Color LaserJet 2600n .ICM files
$ su
$ make install

Use
URI=file:/home/USERNAME/prn
and
$ touch ~/prn
$ su
# grep File /etc/cups/cupsd.conf
FileDevice Yes
if you don't have a HP CLJ 1600/2600/CP1215 printer.

** Affects: foomatic-filters (Ubuntu)
 Importance: Undecided
 Status: New

-- 
foomatic *.xml to cups *.ppd does not work with arg_max/arg_min values
https://bugs.launchpad.net/bugs/474730
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 374416] Re: Documents silently fail to print 9.04

2009-05-13 Thread Rick Richardson
I think he has a network problem... 5MB should not take 6 minutes.

[equivalent of lpr]

$ time foo2lava-wrapper -c output.ps   xxx

real0m36.191s
user0m39.563s
sys 0m0.456s
$ ll xxx
-rw-rw-r-- 1 rick rick 5057183 2009-05-13 09:46 xxx
$ nc 192.168.1.13 9100 xxx

-- 
Documents silently fail to print 9.04
https://bugs.launchpad.net/bugs/374416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374416] Re: Documents silently fail to print 9.04

2009-05-13 Thread Rick Richardson
$ eog ./out.pnm
(print to a file: output.ps)

$ foo2lava-wrapper -c -p [paper] output.ps  xxx
... [paper] defaults to letter...

$ nc 192.168.1.13 9100  xxx

See:

$ man foo2lava-wrapper
$ man nc

$ grep foo2lava /var/log/messages

I DONT do CUPS error logs!!! Period.

This will be my last post.  Please post on:

http://foo2zjs.rkkda.com/forum/index.php

-- 
Documents silently fail to print 9.04
https://bugs.launchpad.net/bugs/374416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374416] Re: Documents silently fail to print 9.04

2009-05-12 Thread Rick Richardson
$ eog ./out.pnm

Printed in ~30 seconds from printer up to printer down on Fedora 10.
Sorry, works great here.

-- 
Documents silently fail to print 9.04
https://bugs.launchpad.net/bugs/374416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 365329] Re: HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04

2009-05-11 Thread Rick Richardson
hp:/usb/HP_LaserJet_P1005?serial=BC174RP

This is for hplib (a closed source driver), not foo2xqx!!!

Use:
 usb://HP/LaserJet%201005
for the URI.

See:
http://foo2qpdl.rkkda.com/INSTALL

section CUPS USB NOTES.

I have an HP P1005, and it works good on Fedora 10 with foo2xqx.

-- 
HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04
https://bugs.launchpad.net/bugs/365329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 365329] Re: HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04

2009-05-11 Thread Rick Richardson
Firmware version 20080415.

-- 
HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04
https://bugs.launchpad.net/bugs/365329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 365329] Re: HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04

2009-05-11 Thread Rick Richardson
Screenshot:

http://foo2xqx.rkkda.com/fedora/p1005.html

-- 
HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04
https://bugs.launchpad.net/bugs/365329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 374416] Re: Documents silently fail to print 9.04

2009-05-10 Thread Rick Richardson
$ eog /usr/share/sane/xsane/xsane-startimage.pnm
Print - 2530dl - Advanced - Color Mode - Color - use ICM color profile
ICM Color Profile - km2530 (default)
- Print


Works good on Fedora 10.

Works good on Ubuntu 9.04 as released.

Works good on Ubuntu 9.04 current.

-- 
Documents silently fail to print 9.04
https://bugs.launchpad.net/bugs/374416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96454] Re: [Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of missing firmware

2009-04-03 Thread Rick Richardson
USB issue.

You have a USB problem, then. Put it on a different USB controller or
change the cables. Don't use an unpowered hub!

Follow ALL instructions for p1006 on:

http://foo2xqx.rkkda.com/

-- 
[Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of 
missing firmware
https://bugs.launchpad.net/bugs/96454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 286360] Re: foo2hp crashed with SIGSEGV in __libc_start_main()

2009-02-19 Thread Rick Richardson
Evince (and others) needs the ability to perform manual duplexing for people
who want to save paper when printing. 

This is not good enough (odd/even pages).  You should add Manual Duplex as a
option.  First, print odd pages (1,3,5). Then you *popup a dialog* put the 
pages
back into the printer.  Then, you logically (but not physically) ROTATE 180
degrees and print even pages IN REVERSE ORDER (6,4,2).  Like Windows/XP does.

http://bugzilla.gnome.org/show_bug.cgi?id=520598

-- 
foo2hp crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/286360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 306004] Re: Samsung CLP-315 printer driver doesn't work

2009-02-19 Thread Rick Richardson
2008-09-18  Rick Richardson rick.richard...@comcast.net
* foo2qpdl: Change unknown value (margin?) based on page size.

-- 
Samsung CLP-315 printer driver doesn't work
https://bugs.launchpad.net/bugs/306004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331127] [NEW] gs 8.64 - bitcmyk produces 0 length output

2009-02-18 Thread Rick Richardson
Public bug reported:

Binary package hint: ghostscript

See:

http://bugs.ghostscript.com/show_bug.cgi?id=690287


gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE -sPAPERSIZE=letter -g5100x6600
-r600x600 -sDEVICE=bitcmyk -dCOLORSCREEN -dMaxBitmap=5
'-sOutputFile=xxx.prn' ~/test.ps; ll xxx.prn

** Affects: ghostscript (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gs 8.64 -  bitcmyk produces 0 length output
https://bugs.launchpad.net/bugs/331127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331127] Re: gs 8.64 - bitcmyk produces 0 length output

2009-02-18 Thread Rick Richardson

** Attachment added: test.ps
   http://launchpadlibrarian.net/22812485/test.ps

-- 
gs 8.64 -  bitcmyk produces 0 length output
https://bugs.launchpad.net/bugs/331127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96454] Re: [Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of missing firmware

2009-01-24 Thread Rick Richardson
Please post to:

http://foo2zjs.rkkda.com/forum

-- 
[Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of 
missing firmware
https://bugs.launchpad.net/bugs/96454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96454] Re: [Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of missing firmware

2009-01-22 Thread Rick Richardson
Please follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
[Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of 
missing firmware
https://bugs.launchpad.net/bugs/96454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96454] Re: [Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of missing firmware

2009-01-22 Thread Rick Richardson

Please follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
[Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of 
missing firmware
https://bugs.launchpad.net/bugs/96454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96454] Re: [Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of missing firmware

2009-01-22 Thread Rick Richardson
hplib is CLOSED source with respect to HP 1000/1005/1018/1020 and HP
P1005, P1006, P1007, P1008 and others.

foo2zjs is OPEN source.  Plus, it can do Color LaserJet's like HP CLJ
1600/2600 and CP1215.

Please follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
[Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of 
missing firmware
https://bugs.launchpad.net/bugs/96454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254381] Re: Incorrect command for HP Laserjet 1018 printer in /usr/sbin/hplj1018

2009-01-13 Thread Rick Richardson
Follow ALL instructions on:

http://foo2zjs.rkkda.com

-- 
Incorrect command for HP Laserjet 1018 printer in /usr/sbin/hplj1018
https://bugs.launchpad.net/bugs/254381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 306004] Re: Samsung CLP-315 printer driver doesn't work

2009-01-13 Thread Rick Richardson
Follow ALL instructions on:

http://foo2qpdl.rkkda.com

-- 
Samsung CLP-315 printer driver doesn't work
https://bugs.launchpad.net/bugs/306004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 64046] Re: Konica Minolta is named twice in the manufacturer menu

2009-01-13 Thread Rick Richardson
Follow ALL instructions on:

http://foo2zjs.rkkda.com

-- 
Konica Minolta is named twice in the manufacturer menu
https://bugs.launchpad.net/bugs/64046
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289410] Re: Plug 'n print doesn't work for HP Laserjet P1005

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2xqx.rkkda.com/

-- 
Plug 'n print doesn't work for HP Laserjet P1005
https://bugs.launchpad.net/bugs/289410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246475] Re: HP LaserJet P1006 Printer Unable to Print

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2xqx.rkkda.com/

-- 
HP LaserJet P1006 Printer Unable to Print
https://bugs.launchpad.net/bugs/246475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305571] Re: foo2zjs - HP LaserJet 1018 printer detected but not printing

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
foo2zjs - HP LaserJet 1018 printer detected but not printing
https://bugs.launchpad.net/bugs/305571
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284536] Re: cups not printing but saying job completed

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
cups not printing but saying job completed
https://bugs.launchpad.net/bugs/284536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217215] Re: HP LJ 1018 regression in hardy

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
HP LJ 1018 regression in hardy
https://bugs.launchpad.net/bugs/217215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 277494] Re: Can't print on HP LaserJet 1018 with Ubuntu 8.10 beta live CD

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
Can't print on HP LaserJet 1018 with Ubuntu 8.10 beta live CD
https://bugs.launchpad.net/bugs/277494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 254381] Re: HP 1018 printer does not work

2008-12-25 Thread Rick Richardson

Follow ALL instructions on:

http://foo2zjs.rkkda.com/

-- 
HP 1018 printer does not work
https://bugs.launchpad.net/bugs/254381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309238] Re: laserjet p1006 could not print multiple pages completely on hardy heron

2008-12-24 Thread Rick Richardson

Follow ALL instructions on:

http://foo2xqx.rkkda.com/

-- 
laserjet p1006 could not print multiple pages completely on hardy heron
https://bugs.launchpad.net/bugs/309238
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246475] Re: HP LaserJet P1006 Printer Unable to Print

2008-07-14 Thread Rick Richardson
Follow ALL instructions on:

http://foo2xqx.rkkda.com/

-- 
HP LaserJet P1006 Printer Unable to Print
https://bugs.launchpad.net/bugs/246475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 216679] Re: HP Laserjet 1018 - Not printing

2008-04-13 Thread Rick Richardson
*** This bug is a duplicate of bug 96454 ***
https://bugs.launchpad.net/bugs/96454

Go to:

http://foo2zjs.rkkda.com/

and follow ALL directions.

-- 
HP Laserjet 1018 - Not printing
https://bugs.launchpad.net/bugs/216679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96454] Re: [Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of missing firmware

2008-04-04 Thread Rick Richardson
HPLIP is *CLOSED SOURCE* w.r.t. LaserJet's 1000/1005/1018/1020 and
M1005/M1006/M1505.

You should use the OPEN SOURCE foo2zjs driver found here:

http://foo2zjs.rkkda.com/

Follow ALL instructions.

-- 
[Feisty, Gutsy] MASTER: HP LaserJet 1000/1005/1018/1020 don't work because of 
missing firmware
https://bugs.launchpad.net/bugs/96454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 39414] Re: syslog is flooded with messages after connecting bluetooth usb dongle

2008-03-01 Thread Rick Richardson
Same here.

hci_scodata_packet: hci0 SCO packet for unknown connection handle 92
hci_scodata_packet: hci0 SCO packet for unknown connection handle 92
hci_scodata_packet: hci0 SCO packet for unknown connection handle 92
hci_scodata_packet: hci0 SCO packet for unknown connection handle 92
hci_scodata_packet: hci0 SCO packet for unknown connection handle 92
hci_scodata_packet: hci0 SCO packet for unknown connection handle 92

-- 
syslog is flooded with messages after connecting bluetooth usb dongle
https://bugs.launchpad.net/bugs/39414
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs