Debian Hardware :: Getting Output On Printer Connected Via Parallel Port

May 24, 2011

I currently cannot get my printer to work (nothing ever get's printed) even though CUPS seems to be correctly configured and reports all jobs as "completed" without any errors. As I know that my printer works (I can print from my laptop on it) I currenty suspect my new PC's parallel port to maybe have a hardware issue. My question is now is there any way to check the parallel port?

Here are some details:
from dmesg:
lp0: using parport0 (interrupt-driven).
from lsmod:
parport 27954 3 ppdev,lp,parport_pc

In the BIOS the mode is set to EPP. So as far I can see (I am not really an expert) the kernel-modules are there, /dev/lp0 exists and has the proper permissions.
Yet doing 'echo -en "
Hello
f" >/dev/lp0' does not produce any Putout on my printer that is connected via the parallel port.

View 6 Replies


ADVERTISEMENT

General :: Install A Printer On The Parallel Port? The Printer Is A Epson LX-2170?

May 14, 2010

My Operating system is Ubuntu 10-4 that I have just installed.

View 6 Replies View Related

Hardware :: Printing With HP (Connected To Parallel Port) Does Not Work

Jan 28, 2011

I have an old HP Laserjet 5L which is connected to the parallel port of my computer. I could hp-setup to configure the printer. It is connected to
hp:/par/HP_Laserjet_5L?device=/dev/parport0

Everytime a want to print the printer is stopped with the error message
/usr/lib/cups/backend/hp failed
(tried to print as root and as a normal user doesn't work)

If I try to print directly to the device works with
echo "test" > /dev/lp0

but it does not work with
echo "test" > /dev/parport0

the permissions are set to
crw-rw---- 1 root scanner 6, 0 28. Jan 14:54 /dev/lp0
crw-rw---- 1 root scanner 99, 0 28. Jan 14:54 /dev/parport0

My Distribution is archlinux with all updates installed.

View 11 Replies View Related

Hardware :: USB To Parallel Printer Port?

Feb 23, 2010

My new Shuttle runs Debian fine, but like most new systems, the old serial and parallel ports are long gone. I have no problems with the serial port - there is a Sourceforge driver to use with most PL-2303 type USB to Serial adapter cables. But, I am having trouble googling up the USB to Parallel connection. There are no lack of USB/Parallel cables, but all that I have found come with canned software for Windows and only for connecting a printer. I have several non-printer devices that connect via the P-Port that I access using a Perl driver from CPAN. Anybody know of an open source *nix driver for any particular USB/PP cable? Or had any experience in moving from the straight PP to a USB/PP connection to a non-printer device?

View 1 Replies View Related

Fedora :: Activating Printer On Parallel Port?

Apr 18, 2011

When I boot fc14 with an already defined printer connected on the parallel port, then I can use the printer. The printer appears on parallel:/dev/lp0. But, if the printer is not connected during startup, when I connect the printer I cannot use it. Nothing happens. I have no corresponding message using "dmesg" command when I connect the printer.

I cannot make cups see that the printer is connected, using "localhost:631" in firefox. Is it possible to "mount" the printer manually? Using "system-config-printer", the printer has to be "activated", even though it is not used or even connected. Then "parport" module is installed during boot (with other related modules: "ppdev" and "parport_pc").

Then, when the printer is connected, "dmesg" shows :
lp0: using parport0 (interrupt-driven).
lp0: console ready
And, of course, it is now OK to use the printer.

View 1 Replies View Related

Fedora Hardware :: How To Install Parallel Port Printer On F14 KDE

Nov 19, 2010

It's some years since I last used Fedora. I'm looking at Fedora 14 KDE spin and trying to figure out how to install my old HP Laserjet parallel port printer. In the printer configuration utility I can only find options for network printers. I can't find any option to add a local printer.

View 2 Replies View Related

OpenSUSE Hardware :: Parallel Port Printer Configuration On 11.2 64 - "There Is No Print Queue"

Dec 13, 2009

I installed SuSE 11.2 64-bit on a new computer without any printer attached. When I read the manual for the mainboard, I discovered to my delight that it actually has a parallel port, it's just not connected. I moved the cable from an old desktop and put it into my new desktop. After enabling the port in the BIOS setup, the Hardware Information dialog in yast correctly shows that I have a HP LaserJet 1100 (/dev/lp2).

How do I configure the printer? "Printer" in yast tells me "There is no print queue". When I click "Add" yast tries to detect a printer and gives up with the message "No connection selected". I can't add a selection, however. "More connections" gives me the exact same error message. The "Connection Wizard" allows me to select "Parallel Port", but then complains about missing connections again. The cups demon is running. I don't have /dev/lp2, is that the problem?

View 9 Replies View Related

Hardware :: Printer Is Connected To LINKSYS WRT54G Port?

May 17, 2011

1. My Lunix Desktop is connected via a cable to a port in the LINKSYS WRT54G (my Desktop does not have a wireless card).

2. My EPSON WORKFORCE 600 also is connected via cable to port in the LINKSYS WRT54G.

3. how do I setup Linux Desktop to print on my ESPON WORKFORCE 600?

View 2 Replies View Related

Debian :: Canon Printer - Lp0 - "Printer Not Connected -- Check Your Connection"

Jul 31, 2011

I have a canon printer which was working so far. After my latest upgrade its giving errors saying "Printer not connected -- Check your connection" Fortunately I had a backup of my root before the upgrade and one difference I see is that on the new system theres no /dev/usb/lp0 which there is on the old one. So how do I make it? Or should I use the /dev/lp0? Note they are different:

[Code].....

So (naturally) when I tried to make a softlink from /dev/usb/lp0 to /dev/lp0 it did not work.

View 10 Replies View Related

Debian Multimedia :: Second Xserver Has No Connected Output With Radeon DIS

Mar 26, 2016

My notebook thinkpad w500 has two video cards, intel / radeon. When i test some 3d games by wine or some videos by mpv using dri_prime=1 to dynamic enable radeon card, the game/video window always tearing, see bug report [URL] ....

So I try to start second xserver directly use radeon card, command like this:

$xinit /usr/bin/openbox-session -- :1 -ac -configdir radeon (/etc/X11/Xwrapper.config already changed to allowed_users=anybody)

I put 20-radeon.conf into /etc/X11/radeon, which is:
Section "Device"
Identifier "radeonGPU"
Driver "radeon"
BusID "PCI:1:0:0"
Option "DRI" "3"
EndSection

If i just put 20-intel.conf into /etc/X11/radeon (just use intel IDG), the second xserver runs ok. Just using radeon DIS the second xserver started without any conntected output. run DISPLAY=:1 xrandr could confirm that, all disconnetted, so it's black screen on second xserver vtn, and default xserver vt7 still ok.

Am i missing something to config second xserver using radeon DIS, or it's not possible...

View 1 Replies View Related

OpenSUSE Hardware :: Parallel Port Printing Under 11.3

Oct 28, 2010

I have a Panasonic 3123 dot matrix printer which I am trying to get working on my Dell Vostro 420 running 11.3 (x64). Since Dell decided to eliminate on board parallel ports from their systems I've added one with a Startech PCI1PECP PCI card (uses a NETMOS NM9805CV chipset). I've confirmed that the printer works using an old laptop running Windows 2k with a LPT port running in ECP mode. When attached to my desktop the printer will (usually) shift the pin carriage etc when I perform a cold boot but will not respond when sent a test page in yast or cups (it is detected after a fashion and I have assigned the appropriate ppd from the Omni package).

The following is the relevant out put from lspci, lsmod and dmesg:
Code:
05:00.0 Communication controller: Device 1710:9805 (rev 01)
Subsystem: LSI Logic / Symbios Logic Device 0010
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR+ INTx- .....

Code:
E [28/Oct/2010:11:59:44 -0400] Unable to bind socket for address ::1:631 - Cannot assign requested address.
E [28/Oct/2010:12:05:04 -0400] Unable to bind socket for address ::1:631 - Cannot assign requested address.
E [28/Oct/2010:12:08:52 -0400] [cups-driverd] Skipping "/usr/share/ppd": loop detected!

View 9 Replies View Related

OpenSUSE Install :: Parallel Port Support On 11.4

Mar 1, 2011

Is the parallel port still supported on OpenSUSE 11.4 ?

View 4 Replies View Related

Ubuntu :: Dosemu Parallel Port Bit Twiddling?

Jun 1, 2010

I've been running an old DOS app that reads and writes the parallel port bits to do a control task. Its worked great running on Ubuntu 6.06 but I can't get the version on 10.04 to read and write the actual hardware. I can't find what is missing from the configuration, as I recall all I did on 6.06 was edit /etc/dosemu/dosemu.conf to uncomment the line:

$_ports = $_ports, " device /dev/lp0 range 0x378 0x37a" in the "Direct Hardware access" section and start the xdosemu session as root. The process runs in the background and has "just worked" for years. This has got me stuck as the last step of migrating from 6.06 to 10.04 -- everything except this, postfix, samba, etc. couldn't have been easier, but I'm stuck now

Yes the new motherboard parallel port is set for 0x378 and it shows in /proc/ioports. I guess it could be defective, but the software reads back the values it writes and thinks its working, its just none of the outputs change and changes on the inputs are not read so the code is stuck waiting for the initial response to its first output.

View 1 Replies View Related

Hardware :: Parallel Port In OpenSuse 11.2 64-bit Don't Work?

Mar 11, 2010

For several months I now and then tries to get my 64-bit installation to work satisfactory. My 32-bits work but not as good as my 10.3 versions. Last problem is the parallel port. Neither cups or yast finds the printer. Hardware probing gives this:

34: PCI 300.0: 0701 Parallel controller (ECP)
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_1415_c110
Unique ID: svHJ.ok4f_YyUQQF
Parent ID: gZD2.WHfUklesIM4
SysFS ID: /devices/pci0000:00/0000:00:0b.0/0000:03:00.0
SysFS BusID: 0000:03:00.0

[Code]...

View 2 Replies View Related

Hardware :: Ubuntu 10.04 Parallel Port Disappeared

Feb 3, 2011

I have been tinkering around with CUPS for the last few days trying to get print sharing to work. Did not have problems printing documents from this desktop. When I went to print a document I found that my printer was not listed. Using localhost:631/admin shows lists the printer, but when I open System->Administration->Printing, the window opens (after a few seconds), grays out, and a blank display. The option to add a printer is grayed out.

In terminal window:
lpstat -v
lpstat: Connection timed out
lpinfo -v
lpinfo: Connection timed out
What happened to the parallel port?

View 14 Replies View Related

Networking :: VirtualBox - USB To Parallel Port Converter

Sep 7, 2010

I am a newbie to VirtualBox. I have installed it on my Fedora 13 and installed win xp sp3 as a guest system and its ok except for 1 or 2 issues. I have a usb to paralel converter for the printer (Prolific Technology, Inc. PL2305 Parallel Port) which is greyed out in usb devices if I log as a normal user althought when I log to the Win XP as root it works fine 9 seems to be rights issue but don't know where to go. Second issue: I have a modem which is no discovered by the win XP.

View 2 Replies View Related

Programming :: Using Parallel Port Mode And I/O Pins?

Aug 8, 2010

I have a little hardware project and I would like to use the parallel port. I basically want to display status code on top of other custom peripheral on an headless server. I only use output as the display (7 segment) is not part of the device itself. The problem is, the parallel port only have 8 standard I/O pins. I have read somewhere that there is a way to change the mode of the port to enable more data pins using a specification not backward compatible with the "classic" mode (so not enabled by default). I didn't find any other information about this. As I would like to have all 17 non-ground pin to avoid using more circuitry than necessary, how to turn this mode on?

View 3 Replies View Related

CentOS 5 :: No Parallel Port Printing After Pm-suspend?

Oct 15, 2009

I use pm-suspend (from pm-utils-0.99.3-10.el5.centos.386) to put my CentOS computer (kernel 2.6.18-164.el5PAE) to sleep (power consumption decreases from 66 to 4 W). Hitting the computer power button reactivates the computer. But the parallel port connected HP LaserJet 6L no longer prints. Michael Sweet suggested this sounds like a parallel port driver isn't compatible with pm-suspend. Is there anything faster than shutting the computer down and restarting it to enable its parallel port printer? (After pm-suspend, command "reboot" fails to restart CentOS.)

View 3 Replies View Related

Ubuntu Installation :: Parallel Printer Not Shown In Add List With 10.04

Apr 18, 2010

I like the way 10.04 lts is running on my old PC, except I can't seem to install my HP 895C. This printer worked on previous releases on Ubuntu. The printer is local and cabled to the PC's parallel port. But "Add" under printing doesn't show any parallel printers under local printers. Only shows serial port, other, and network printers. Is this because 10.04 is beta? "Troubleshooting printers" doesn't have a list of printers. Is the lpt1 in PC speak /dev/lp0 in Linux? Should that be the printer URI?

View 9 Replies View Related

Ubuntu Networking :: Sharing Parallel Printer Without Samba?

Aug 16, 2010

I have a parallel printer working on a desktop. I want to share it with my laptop, but I don't want to have to use samba. Both have ubuntu 10.04 installed.

I'm sure it can be done, but I'll be darned if I can find anything in the skimpy admin. tools.

View 1 Replies View Related

Fedora Hardware :: Deskjet Plus On Parallel Port Working With F13?

Aug 19, 2010

I have an old, but still usable, HP Deskjet Plus inkjet printer that I have connected to the parallel port of my Fedora 13 box. I can (apparently) configure the printer using the usual print configuration tools, and have selected the recommend foomatic driver (HP DeskJet Plus Foomatic/pcl3 (recommended)) - but when I try to print the test page the job gets queued and nothing else happens. The jobs simply show as pending in the printer queue.

Current uri is parallel:/dev/lp0.

As a side note, my Epson printer on the USB port works fine, but it's using CUPS + Gutenprint v5.2.6 Simplified. Should I be trying something with a different (e.g. CUPS) driver, or a different way of specifying the foomatic driver, or what?

View 3 Replies View Related

Fedora Hardware :: F15 - No Option To Select Parallel Port?

May 28, 2011

I just replaced F14 with F15 (clean install). Now, when I try to add my HP Deskjet 710 printer I'm not seeing any option to select the parallel port. I've tested the hardware with an old F10 live CD, and every thing's okay there. Does the parallel port still exist in F15, or has it been nuked?

View 2 Replies View Related

OpenSUSE Hardware :: 11.3 - Unable To Find Parallel Port

Sep 28, 2010

openSUSE 11.3 question:
I have a PCI parallel port adapter (Syba SD-PEX-NM1P) that should "only" need to be told what ports and irq to use with parport_pc but, for the life of me, I can't make it happen. Using lspci -v, I can see it uses irq 19 (it that 19 or 0x19???) and ports 0xc800, 0xc400, 0xc000, 0xb800, 0xb400 (all 8 bit), and 0xb000 (16 bit). This is confirmed by the YaST2 hardware information tool.

Doing modprobe parport_pc io=0xb000 irq=0x19 should do something useful but I get no result at all. There is no /dev/lpt1 - a /dev/parport(n - where n is a digit) shows up on occasion but I can't figure out when it appears or why. cat foo >& /dev/parport(n) - where foo contains "hello world <FF>" doesn't do anything on the printer. Using the YaST2 printer tool, even the HP tool (the printer is an HP LJ-5P), is fruitless.

View 9 Replies View Related

OpenSUSE Hardware :: Configuring Parallel Port Scanner On 11.3

Dec 22, 2010

Just updated to Suse 11.3, in past versions, including 11.2 I could activate my Epson parallel scanner this way:

Modify this file removing the '#' form the line '#epson'
/etc/sane.d/dll.conf
Modify this file to indicate which port to use, like this:
/etc/sane.d/epson.conf
# epson.conf
# here are some examples for how to configure the EPSON backend
# SCSI scanner:
scsi EPSON
# for the GT-6500:
scsi "EPSON SC"
# Parallel port scanner:
#pio 0x278
pio 0x378
#pio 0x3BC

It doesn't work anymor, the parallel port is apparently active since I can do:
ls -l /dev/lp0
And I get:
-rw-r--r-- 1 root root 12 Dec 22 19:51 /dev/lp0

View 1 Replies View Related

Ubuntu :: Slow Boot Parallel Port Driver?

Jul 2, 2010

My boot time seems to be relatively slow & looking through the log file I notice that "ppdev: user-space parallel port driver" takes about 25 seconds to load.Is this normal/necessary to load? My laptop is a toshiba satellite pro running 10.04.

View 3 Replies View Related

Ubuntu :: How To Get Startech Pcmcia Parallel Port Working

Jan 29, 2011

I am trying to get a startech pcmcia parallel port working on my laptop and I just can't seem to get it going. here is my lcpci -v info on the card.

Code:
07:00.0 Serial controller: Oxford Semiconductor Ltd OX16PCI954 (Quad 16950 UART) function 0 (Disabled) (rev 01) (prog-if 06)
Subsystem: Oxford Semiconductor Ltd Device 0000
Flags: medium devsel, IRQ 20
I/O ports at 4020 [size=8]
I/O ports at 4028 [size=8]
I/O ports at 4030 [size=8]
I/O ports at 4038 [size=8]
I/O ports at 4000 [size=32]
Memory at 2c000000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: serial

07:00.1 Non-VGA unclassified device: Oxford Semiconductor Ltd OX16PCI954 (Quad 16950 UART) function 1 (parallel port) (rev 01)
Subsystem: Oxford Semiconductor Ltd Device 0000
Flags: medium devsel, IRQ 20
I/O ports at <unassigned> [disabled]
I/O ports at <unassigned> [disabled]
I/O ports at <unassigned> [disabled]
Capabilities: <access denied>
Kernel modules: parport_pc

I do not know why it is not assigning it an io address. I should also add that the parallel port is enable in the bios with the default address of 0x0378. I have also tried modprobe parport parport_pc and parport_cs and ppdev, still nothing.

View 1 Replies View Related

Hardware :: Error During Inserting Of Parallel Port Module

Apr 15, 2011

I am tiring to insert a parallel port module into the kernel when i received this error.

[root@localhost paralelport]# ls
a.out light.c Module.markers parlelport.c parlelport.mod.c parlelport.o
light Makefile Module.symvers parlelport.ko parlelport.mod.o
[root@localhost paralelport]# make
make -C /lib/modules/2.6.18-128.el5/build M=/home/backup/parallal/paralelport modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-128.el5-i686'

[Code]...

View 1 Replies View Related

General :: Parallel Port Communication With RHEL6 Not Working?

Dec 13, 2010

I was trying out the parallel port communication on RHEL 6 but found it not working:
#echo hello > /dev/parport0
write error :Invalid argument".
#ll > "/dev/lp0"
/dev/lp0:No such device or address

View 2 Replies View Related

OpenSUSE Hardware :: 11.2 And Parallel Printer HP4L (Wrong Drivers)

Dec 28, 2009

I use (open) SUSE since version 7.1 and never had any trouble using my HP Laserjet 4L. So I hardly paid any attention to the installation after installing OpenSuse 11.2. Until I tried to print something from OpenOffice.org and my printer started printing empty pages with a first page with some garbage. It looked like a wrong driver. Suse recognized the printer without any trouble and installed - what seemed the correct - driver. I tried several other drivers from the list but they all gave the same result.

Something wrong with the printer - which functions already more than ten years? I tried it on Windows Vista (dual boot on the same computer) and Vista printed without any problem a correct test page. So nothing wrong with the printer. I tried a live CD with Ubuntu 9.10. And Ubuntu gave the same problem as OpenSuse: printing a line with garbage and empty pages. Is something wrong with the kernel?

View 9 Replies View Related

OpenSUSE Install :: 11.4 - Cannot Configure Local Printer (No Parallel Ports)

Mar 13, 2011

After a fresh install of suse 11.4, Yast cannot configure my local printer (Epson Epl-5700) because there is no parallel port available. How can I make parallel ports work?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved