[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-10-23 Thread rabbit_green
Hi, I am using Feisty, and I set BIOS to Standart Bi-directional from ETC. Then 
did try some changes in modules file, such as ignoring lp and adding ppdev, it 
seems does have any effect. Provided 
http://www.linux-foundation.org/~till/tmp/ubuntu/feisty/cupsys/ does not have 
the content. Finally I checked the cupsys file and it does have the updated 
form as suggested above.
Any opinions ? Thanks

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-10-21 Thread whatme33
 I found that using the printer files for brother or other ones would
not work. I changed the executable file to one that ubuntu uses and the
files worked perfectly. this was on 2040 laser and some other laser
printers.

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-08-09 Thread Martin Pitt
cupsys (1.2.12-3ubuntu1) gutsy; urgency=low

  * Merge latest fixes from Debian unstable. (LP: #29050)
  * debian/local/apparmor-profile:
- Use abstractions/authentication and drop the passwd/shadow/pam rules.
- Drop the redundant /usr/lib/** mr rule (already in 'base').
- Enforce by default, so that we get actual protection.

 -- Martin Pitt [EMAIL PROTECTED]   Thu, 09 Aug 2007 21:16:34
+0200

** Changed in: cupsys (Ubuntu)
   Status: In Progress = Fix Released

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-08-08 Thread Till Kamppeter
In Gutsy, perhaps already in Feisty this has falklen back to the
original, broken state. I think the problem is that if we fix it at
Ubuntu the fix survives only until the next sync with Debian. This needs
really to be fixed at Debian and the Debian folks need to be made aware
of this.

** Changed in: cupsys (Ubuntu)
   Status: Fix Released = Confirmed
   Target: ubuntu-7.04 = tribe-5

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-08-08 Thread Till Kamppeter
The piece of code to load the kernel modules is:

if [ $LOAD_LP_MODULE = yes -a -f /usr/lib/cups/backend/parallel \
 -a -f /proc/devices -a -f /proc/modules -a -x /sbin/modprobe \
 -a -z $(grep -e ' lp$' /proc/devices 2/dev/null) ]; then
  modprobe -q lp || true
  modprobe -q ppdev || true
fi

It should be

if [ $LOAD_LP_MODULE = yes -a -f /usr/lib/cups/backend/parallel \
 -a -f /proc/devices -a -f /proc/modules -a -x /sbin/modprobe]; then
  modprobe -q lp || true
  modprobe -q ppdev || true
fi

so that the parallel port kernel modules are simply always loaded if
$LOAD_LP_MODULE is set to yes, /usr/lib/cups/backend/parallel is
present, and kernel modules are supported.

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-08-08 Thread Martin Pitt
Thanks; I'll commit it to Debian, too.

** Changed in: cupsys (Ubuntu)
   Status: Confirmed = In Progress

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-08-08 Thread Mark W. Tomlinson
Should do; my laptop sees the LaserJet 6P connected to my desktop.  Good
job, guys!

-- 
cupsys does not automatically detect parallel printer
https://bugs.launchpad.net/bugs/29050
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 29050] Re: cupsys does not automatically detect parallel printer

2007-02-19 Thread Pascal De Vuyst
 The problem here was that CUPS checked whether the lp module 
 was loaded, and if not, it loaded both lp and ppdev. With lp 
 already loaded at CUPS startup (the usual case), CUPS did not load 
 any module, so ppdev was not loaded again.

The usual case is that the lp module is loaded at boot because it is present in 
/etc/modules.
Simple workaround: removing lp from /etc/modules and rebooting fixes parallel 
printer autodetection for Dapper and Edgy.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-08 Thread gcordoba
Just today I tried to install the packages. However, I couldnt install them: 
They report:
1) Dependency is not  satisfiable: libc6
2) Conflicts with installed libcupssys2-dev
Any advice?
Thanks,
Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-08 Thread Till Kamppeter
The packages are for Ubuntu Feisty. They do not work with older versions
like Edgy or Dapper. To run the packages on an older version you will
have to rebuild the source package.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-08 Thread Trouilliez vincent
 from Till Kamppeter
 Please install the new CUPS packages and check whether it really solves the  
 problem, so that we can see whether we can close (reject) the kernel task.

Seems to work : I just did a fresh install of Feisty Herd 3, updated it,
and it successfully found my HP Laserjet 6P, I didn't have to load ppdev
manually or do anything.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-08 Thread Till Kamppeter
Fix in the cupsys package solves the problem, the kernel seems to be OK.

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Confirmed = Rejected

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-06 Thread Till Kamppeter
The problem here was that CUPS checked whether the lp module was
loaded, and if not, it loaded both lp and ppdev. With lp already
loaded at CUPS startup (the usual case), CUPS did not load any module,
so ppdev was not loaded again.

I have modified the CUPS startup script now, that CUPS tries to load
both lp and ppdev if LOAD_LP_MODULE=yes in /etc/default/cupsys,
independent whether lp is already loaded or not. Now lp and ppdev
are always loaded when CUPS is started.

Packages for testing are here:

http://www.linux-foundation.org/~till/tmp/ubuntu/feisty/cupsys/


** Changed in: cupsys (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-06 Thread Till Kamppeter
Please install the new CUPS packages and check whether it really solves
the problem, so that we can see whether we can close (reject) the kernel
task.


** Changed in: cupsys (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: cupsys (Ubuntu)
   Target: ubuntu-6.06 = ubuntu-7.04

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-05 Thread [EMAIL PROTECTED]
The permissions are still set wrong in 6.10 - I just downloaded and
installed it, and the printing worked fine on the live CD but not on the
hd install.

I ran into this problem but it was only a permissions issue with lp0.
Took me 1/2 hour of sifting through this and other threads to track it
down.  This thread is a year old - why the heck is something as major as
wrong permissions for lp0 still hanging around?

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2007-02-04 Thread Don Knudson
I have just upgraded to Debian etch Linux, and after three days of
searching for how to get my HP Deskjet 722C to print again, I have
finally found success.  Here's what I did (except for what didn't work ;
- ) . . .

I downloaded HP-DeskJet_722C-pnm2ppa.ppd from

http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa

then copied it to

/etc/cups/ppd

Visited http://localhost:631 and chose add printer

Rather than choosing a listed printer, I browsed to

/etc/cups/ppd/HP-DeskJet_722C-pnm2ppa.ppd

I printed a test page and Voila!  It worked!  : - )

Description: HP Deskjet 722C
Location:
Make and Model: HP DeskJet 722C Foomatic/pnm2ppa (recommended)
Printer State: processing, accepting jobs, published.
Device URI: parallel:/dev/lp0

Apparently, the problem was just that the driver for this particular
Windows style of printer was not already included with my cups
installation.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-12-07 Thread gcordoba
I am attaching the the printingbuginfo output.
Just in case.
Gustavo

** Attachment added: printingbuginfo result
   http://librarian.launchpad.net/5310255/printingbuginfo.txt

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-11-15 Thread Daniel Werner
...and another frustrated person to confirm this problem, this time with
Debian. I've had the same no parallel port printer discovered problem
for some time now. The antiquated HP LaserJet worked just fine when
attached to a Debian 'sarge' system running LPRng. If I remember
correctly, it still worked when I switched to CUPS last year (eventually
;). On Debian 'etch', though, it doesn't work at all.

Currently recompiling my kernel package with ppdev-support. Let's see if
this works...

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-11-15 Thread Daniel Werner
Bad luck. Even with lp, ppdev, parport, parport_pc loaded and cupsys
restarted, gnome-cups-add won't detect anything at all. Some kernel
output:

[EMAIL PROTECTED]:~$ dmesg | tail
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] writeback test succeeded in 1 usecs
pnp: Device 00:0a disabled.
pnp: Device 00:0a activated.
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 
[PCSPP,TRISTATE,COMPAT,ECP,DMA]
parport0: Legacy device
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-11-03 Thread gcordoba
In my case  'gksu-cups-add'  detected two ppds for ach driver tested
(the gzipped and the gunzipped). e.g.:

** (gnome-cups-add:6359): WARNING **: Two ppds have driver == 'Standard'
-linuxprinting.org-postscript/Savin/Savin-SLP26n_PS.ppd.gz (Savin 
SLP26n PS[0]) and
-linuxprinting.org-gs-builtin/Savin/Savin-SLP26n-Postscript.ppd (Savin 
SLP26n PS)[0]

** (gnome-cups-add:6359): WARNING **: Two ppds have driver == 'Standard'
-linuxprinting.org-postscript/Savin/Savin-SLP32_PS.ppd.gz (Savin SLP32 
PS[0]) and
-linuxprinting.org-gs-builtin/Savin/Savin-SLP32-Postscript.ppd (Savin 
SLP32 PS)[0]

** (gnome-cups-add:6359): WARNING **: Two ppds have driver == 'Standard'
-linuxprinting.org-postscript/Savin/Savin-SLP38c_PS.ppd.gz (Savin 
SLP38c PS[0]) and
-linuxprinting.org-gs-builtin/Savin/Savin-SLP38c-Postscript.ppd (Savin 
SLP38c PS)[0]

** (gnome-cups-add:6359): WARNING **: Two ppds have driver == '1.2'
-linuxprinting.org-postscript/Sharp/shc260mj.ppd.gz (Sharp AR-C260M 
PS, 1.2[0]) and
-linuxprinting.org-postscript/Sharp/shac260m.ppd.gz (Sharp AR-C260M 
PS, 1.2)[0]

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-11-02 Thread Till Kamppeter
The original poster has reported the bug of parallel printers not being
detected and that is not fixed yet. It is most probably a kernel
problem.

The dmesg output of gcordoba says

[17179596.504000] lp: driver loaded but no devices found

So the lp kernel module did not find the printer. This must be caused
by the kernel.

So I add the kernel package to this bug.


** Also affects: linux-source-2.6.17 (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

** Changed in: linux-source-2.6.17 (Ubuntu)
   Importance: Undecided = High
   Status: Unconfirmed = Confirmed

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-11-02 Thread xtknight
Well, I'm having other troubles getting my Deskjet 722C to work out of
the box.  It looks like the pnm2ppa conf file problem (Version variable
with HP printers) was fixed, but my printer is not detected at all in
Edgy!  Turns out I had to do 'sudo modprobe ppdev' before I did 'gksu
gnome-cups-add'.  Then, it finally detected my local parallel port
printer.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-11-02 Thread xtknight
I should add that appending 'ppdev' to /etc/modules fixes my problem
permanently.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-27 Thread gcordoba
Hi, thanks for your advice.
The dmesg is very long, then I am attaching it as a file (dm.txt)

Here some of the output:
[17211146.124000] Inbound IN=eth0 OUT= 
MAC=00:00:39:ea:32:f4:00:0d:66:24:60:55:08:00 SRC=172.202.234.230 
DST=82.40.163.178 LEN=63 TOS=0x00 PREC=0x00 TTL=114 ID=37674 PROTO=UDP 
SPT=52407 DPT=6346 LEN=43
[17211159.20] Inbound IN=eth0 OUT= 
MAC=00:00:39:ea:32:f4:00:0d:66:24:60:55:08:00 SRC=172.202.234.230 
DST=82.40.163.178 LEN=63 TOS=0x00 PREC=0x00 TTL=114 ID=38094 PROTO=UDP 
SPT=53158 DPT=6346 LEN=43
[17211241.672000] Inbound IN=eth0 OUT= 
MAC=00:00:39:ea:32:f4:00:0d:66:24:60:55:08:00 SRC=82.245.33.185 
DST=82.40.163.178 LEN=64 TOS=0x00 PREC=0x00 TTL=36 ID=19777 DF PROTO=TCP 
SPT=4659 DPT=135 WINDOW=53760 RES=0x00 SYN URGP=0
[17211244.632000] Inbound IN=eth0 OUT= 
MAC=00:00:39:ea:32:f4:00:0d:66:24:60:55:08:00 SRC=82.245.33.185 
DST=82.40.163.178 LEN=64 TOS=0x00 PREC=0x00 TTL=36 ID=21013 DF PROTO=TCP 
SPT=4659 DPT=135 WINDOW=53760 RES=0x00 SYN URGP=0
[17211266.092000] Inbound IN=eth0 OUT= 
MAC=00:00:39:ea:32:f4:00:0d:66:24:60:55:08:00 SRC=172.202.234.230 
DST=82.40.163.178 LEN=63 TOS=0x00 PREC=0x00 TTL=114 ID=38649 PROTO=UDP 
SPT=52407 DPT=6346 LEN=43
[17211279.888000] Inbound IN=eth0 OUT= 
MAC=00:00:39:ea:32:f4:00:0d:66:24:60:55:08:00 SRC=172.202.234.230 
DST=82.40.163.178 LEN=63 TOS=0x00 PREC=0x00 TTL=114 ID=39066 PROTO=UDP 
SPT=53158 DPT=6346 LEN=43
[EMAIL PROTECTED]:~$ sudo dmesgdm.txt
[EMAIL PROTECTED]:~$ ls -dl /dev/lp
ls: /dev/lp: No such file or directory
[EMAIL PROTECTED]:~$ ls -dl /dev/lp0
ls: /dev/lp0: No such file or directory
[EMAIL PROTECTED]:~$


I do not understand why neither lp0 nor lp exist!
Gustavo

** Attachment added: dmesg message
   http://librarian.launchpad.net/4938363/dm.txt

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-26 Thread gcordoba
Today, I tried the same without success:

[EMAIL PROTECTED]:~$ sudo dmesg | grep lp0
[EMAIL PROTECTED]:~$ dmesg | grep lp0
[EMAIL PROTECTED]:~$ dmesg | grep lp
[17179569.184000] On node 0 totalpages: 65344
[17179571.836000] Calibrating delay using timer specific routine.. 3991.79 
BogoMIPS (lpj=7983593)
[17179572.624000] PCI: If a device doesn't work, try pci=routeirq.  If it 
helps, post a report
[17179573.012000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179595.18] lp: driver loaded but no devices found
[EMAIL PROTECTED]:~$ pci=routeirq
[EMAIL PROTECTED]:~$ dmesg | grep lp
[17179569.184000] On node 0 totalpages: 65344
[17179571.836000] Calibrating delay using timer specific routine.. 3991.79 
BogoMIPS (lpj=7983593)
[17179572.624000] PCI: If a device doesn't work, try pci=routeirq.  If it 
helps, post a report
[17179573.012000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179595.18] lp: driver loaded but no devices found
[EMAIL PROTECTED]:~$ sudo modprobe ppdev
[EMAIL PROTECTED]:~$

It seems that this is a very bug. Is it possible that this bug is related with 
some default permissions bug? 
Again, please, any idea? (or better: please, help me!)
Thanks,
Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


Re: [Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-26 Thread Ante Karamatić
U Čet, 26. 10. 2006., u 07:30 +, gcordoba je napisao/la:

 [17179572.624000] PCI: If a device doesn't work, try pci=routeirq.
If it helps, post a report

[...]

 [EMAIL PROTECTED]:~$ pci=routeirq

You should add pci=routeirq to 'defoptions' in /boot/grub/menu.lst, so
it looks like this:

# defoptions=quiet splash pci=routeirq

(don't erase that # on the begining). Then save and run 'sudo
update-initramfs' and reboot.

 [EMAIL PROTECTED]:~$ sudo modprobe ppdev

Adding output of 'dmesg' after this command would be usefull.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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

[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-26 Thread gcordoba
[EMAIL PROTECTED]:~$ sudo pico /boot/grub/menu.lst
Password:
[EMAIL PROTECTED]:~$ sudo update-initramfs
You must specify at least one of -c, -u, or -d.

Usage: /usr/sbin/update-initramfs [OPTION]...

Options:
 -k [version]   Specify kernel version or ALL
 -c Create a new initramfs
 -u Update an existing initramfs
 -d Remove an existing initramfs
 -t Take over a custom initramfs with this one
 -v Be verbose
 -h This message

[EMAIL PROTECTED]:~$ sudo update-initramfs -u

Afret reboot:
[EMAIL PROTECTED]:~$ sudo dmesg | grep lp
[17179569.184000] On node 0 totalpages: 65344
[17179572.972000] Calibrating delay using timer specific routine.. 3991.84 
BogoMIPS (lpj=7983690)
[17179573.76] PCI: If a device doesn't work, try pci=routeirq.  If it 
helps, post a report
[17179574.152000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179596.504000] lp: driver loaded but no devices found
[EMAIL PROTECTED]:~$

A question: how can I know the permissions for the parallel port? How can I 
modify them?
I would like to see if the problem is about permissions.
Thanks,
Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


Re: [Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-26 Thread Ante Karamatić
U Čet, 26. 10. 2006., u 18:51 +, gcordoba je napisao/la:

 [EMAIL PROTECTED]:~$ sudo update-initramfs
 You must specify at least one of -c, -u, or -d.

My mistake. update-initramfs -u

 [EMAIL PROTECTED]:~$ sudo dmesg | grep lp

Once again, dmesg is important after loading 'ppdev' module. Don't grep
it, just past last few lines.

 A question: how can I know the permissions for the parallel port? How
can I modify them?

ls -dl /dev/lp0

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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

[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-24 Thread Mark W. Tomlinson
I've just set up Edgy RC1...and I'm seeing the same behavior.  My
LaserJet 6P is not detected.  I'll experiment with ppdev, etc. when I
get home from work tonight...

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-24 Thread Trouilliez vincent
Yep,  the problem is still there (Edgy RC + updates)... kernel detects
my parport HP Laserjet 6P just fine (based on messages I can see in
/var/log/messages), but gnome-cups-manager doesn't, unless I manually
load the ppdev module.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-24 Thread Mark W. Tomlinson
Okay, I've essentially recreated the earlier scenario.  Doing nothing,
gnome-cups-manager gives No printer detected when I double-click New
Printer.  After loading the ppdev module, it finds my HP LaserJet 6P
immediately.  Here's the shell session (with a couple of comments):

# No printer found in gnome-cups-manager
[EMAIL PROTECTED]:~$ dmesg | grep lp0
[17179594.376000] lp0: using parport0 (interrupt-driven).
[EMAIL PROTECTED]:~$ sudo modprobe ppdev
Password:
# HP LaserJet 6P detected in gnome-cups-manager
[EMAIL PROTECTED]:~$ dmesg | grep lp0
[17179594.376000] lp0: using parport0 (interrupt-driven).
[17180252.676000] lp0: ECP mode
[17180252.696000] lp0: ECP mode
[17180252.788000] lp0: ECP mode
[17180308.60] lp0: ECP mode
[17180308.612000] lp0: ECP mode
[17180308.652000] lp0: ECP mode
[17180322.032000] lp0: ECP mode
[17180322.044000] lp0: ECP mode
[17180322.08] lp0: ECP mode
[EMAIL PROTECTED]:~$ 

I'm adding ppdev to my /etc.modules file and will report if I have any
further trouble.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-13 Thread Chilleddu Malevadau
If I understand correctly, the solution to the problem is
sudo modprobe ppdev
I am running 6.06 fully updated 15 min ago and that doesn't solve the problem. 
I have an HP LJ 6MP on the parallel port which is not recognized. Installing it 
manually doesn't work either.
Am I missing something?
Thanks,
Chilleddu

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-12 Thread gcordoba
Please, any idea?...

Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-05 Thread gcordoba
[EMAIL PROTECTED]:~$ sudo cat ~/.bashrc  /dev/lp0
bash: /dev/lp0: Permission denied


It souds just as a permissions problem...
Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-05 Thread Martin Pitt
'sudo cat ~/.bashrc  /dev/lp0' does not work the way you intend it to.
You need to do

  echo hello | sudo tee /dev/lp0

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-05 Thread gcordoba
[EMAIL PROTECTED]:~$ echo hello | sudo tee /dev/lp0
Password:
hello
[EMAIL PROTECTED]:~$

As you can see, that line produced only the echo.

Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-03 Thread Till Kamppeter
gcordoba, can you check whether the parallel port setting in the BIOS of
your computer supports bi-directional communication?

Make also sure not having any other device (like a parallel scanner) on
the same parallel port.

Do also not use any Canon or Epson entries for your parallel port.

Can you set up your printer manually (choose parallel port, then select
model manually) and then print on it?

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-03 Thread gcordoba
Yes, it is Standart Bi-directional.

No other physical devices attached to the port

I do not know about any  Canon or Epson entries

It do not print manually.

Best regards,
Gustavo

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-03 Thread Till Kamppeter
What does the printer do if you enter

sudo cat ~/.bashrc  /dev/lp0

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-10-02 Thread gcordoba
Hi,
I am trying to fix the non-detection problem for a HP LaserJet 5L (parallel 
port). I am using Ubuntu6.06. I just tried with most of the tips without 
success. However, it seems to me that the problem is that the parallel port are 
used by someone/something. 
I am attaching al the trials done.
Any idea?
Thanks,
Gustavo  

** Attachment added: bug patch trials.
   http://librarian.launchpad.net/4615071/printer-probl.txt

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-06-23 Thread Ante Karamatić
Don't select canon:/dev/lp0 or epson:/dev/lp0, select parallel:/dev/lp0.

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-06-23 Thread debby
select LPT#1 -- It is OK!!! after reboot OK!!!

THX

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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


[Bug 29050] Re: cupsys does not automatically detect parallel printer

2006-06-22 Thread debby
gnome-cups-manager 0.31-1.1ubuntu13 /and older/
parallel port Canon BJC250 not detected. /ecp+epp/

dapper
[EMAIL PROTECTED]:~# lpinfo -v
network socket
network beh
network bluetooth
direct hp:/no_device_found
network http
network ipp
network lpd
direct parallel:/dev/lp0
direct canon:/dev/lp0
direct epson:/dev/lp0
network smb

[EMAIL PROTECTED]:/home/debby# dmesg | grep lp
[17179569.184000] On node 0 totalpages: 98283
[17179570.884000] Calibrating delay using timer specific routine.. 1609.80 
BogoMIPS (lpj=3219605)
[17179572.368000] PCI: If a device doesn't work, try pci=routeirq.  If it 
helps, post a report
[17179572.784000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179596.612000] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[17179598.84] lp0: using parport0 (interrupt-driven).


i added manually canon:/dev/lp0 print crashed - IPP request failed with status 
1030 -
--

breezy ist ok hoary ok
[EMAIL PROTECTED]:/home/debby# lpinfo -v
network socket
network bluetooth
direct hp:/no_device_found
network http
network ipp
network lpd
direct canon:/dev/lp0
direct epson:/dev/lp0
direct parallel:/dev/lp0
direct usb:/dev/usb/lp0
...
direct usb:/dev/usb/lp15
network smb

-- 
cupsys does not automatically detect parallel printer
https://launchpad.net/bugs/29050

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