Re: I need help to get my parallel port working.

2010-04-26 Thread Mark LaPierre
Mark LaPierre wrote:
 On 04/17/2010 08:30 PM, Mark LaPierre wrote:
   
 Hey All,

 I can not get my parallel port to connect to my printer.  The printer
 was working with F8.  Then I upgraded to F10.  The printer has not
 worked since.

 Now I have F12 32 bit installed.  I've tried everything I can think of
 including messing with the CMOS settings from Yes PNP OS to No PNP OS.

 When I first started trying to diagnose this problem I used the
 System/Administration  tools to debug the printer problems.  Several
 problems, such as incorrect file ownership, were found and corrected.
 Now I get no further issues when I print but I also get nothing coming
 from the printer.  The printing queue says that the job is Processing
 but askes, Is the printer connected?  Remember, this is the same
 printer, and same cable that was working with F8.  Only the software has
 been changed to confuse the innocent.

 I've uninstalled the printer driver and cups, rebooted the machine,
 reinstalled cups.  Downloaded a current copy of the Linux driver from
 the printer manufacturer and installed the driver.  No joy. :-(

 I've spent a couple of days poking around the internet looking for help
 with this issue.  I've found a lot of people having problems getting
 their parallel printers working with F12 that had worked with previous
 versions of Fedora but none of those posts have helped.

 Here is the results of the poking around that I've done.
 
 lspci -v
 01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O
 Controller (prog-if 03 [IEEE1284])
   Subsystem: Device a000:2000
   Flags: bus master, medium devsel, latency 32, IRQ 11
   I/O ports at bc00 [size=8]
   I/O ports at b480 [size=8]
   Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
   Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [48] Power Management version 2
 
 modprobe -c
 alias parport_lowlevel parport_pc
 options parport_pc io=0x378 irq=7 dma=3
 
 lsmod | grep parport
 parport_pc 17509  1
 parport27256  3 lp,ppdev,parport_pc
 

 The ball's in your court now Y'all.  Does anyone have any ideas how I
 can further diagnose the problem and get the printer singing again?

 Mark

 

 I bought a new parallel cable.  No joy.
 I bought a USB to parallel cable.  The printer now makes noise but it's 
 not happy printing noise.  Still no joy
   

Hey all,

F8 will not install on my new XFX 750a SLI nFORCE motherboard. The SATA 
port driver doesn't seem to work correctly. I can nether intall F8 on it 
nor can I install F8 on my original MSI motherboard, then transfer the 
HD to the XFX mb. It just will not read from the SATA DVD or HD after 
the initial boot record is read.

I've reinstalled F8 on my old MSI mb. I've got the printer working 
again. Now I'm going to set up all the rest of the services that I want 
before I try to upgrade from F8 to F9. Then I'm going to get everything 
working again. Then I'll install the new XFX mb, which I know works with 
F9, and try to get that system to work with my printer.

I suppose if all that fails I'll just buy a new SATA IDE interface card, 
if such a thing exists, and just keep the old MSI mb.

Again, I'll keep you all updated on my efforts.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-20 Thread Mikkel
On 04/17/2010 07:30 PM, Mark LaPierre wrote:
 Hey All,
 
 I can not get my parallel port to connect to my printer.  The printer 
 was working with F8.  Then I upgraded to F10.  The printer has not 
 worked since.
 
 Now I have F12 32 bit installed.  I've tried everything I can think of 
 including messing with the CMOS settings from Yes PNP OS to No PNP OS.
 
--[ SNIP ]--
 
 Here is the results of the poking around that I've done.
 
 lspci -v
 01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O 
 Controller (prog-if 03 [IEEE1284])
  Subsystem: Device a000:2000
  Flags: bus master, medium devsel, latency 32, IRQ 11
  I/O ports at bc00 [size=8]
  I/O ports at b480 [size=8]
  Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
  Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
  Capabilities: [48] Power Management version 2
 
 modprobe -c
 alias parport_lowlevel parport_pc
 options parport_pc io=0x378 irq=7 dma=3
 
 lsmod | grep parport
 parport_pc 17509  1
 parport27256  3 lp,ppdev,parport_pc
 
 
 The ball's in your court now Y'all.  Does anyone have any ideas how I 
 can further diagnose the problem and get the printer singing again?
 
 Mark

I am trying to remember how I did it with a PCI card. I think you
need a file in /etc/modprobe.d that lists the gives the options for
parport_pc as io=0xb480 irq=11. Something like a file called
parport-pci.conf with this as the contents:

options parport_pc io=0xb480 irq=11

You may need io=0xbc00 instead of io=b480. You will have to run
depmod after making the changes, remove and reinstall the parport_pc
module, before the changes will take affect. (Or reboot.)

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-20 Thread jack craig
You have tried a configuration with http://localhost:631/   ???

On 04/17/2010 05:30 PM, Mark LaPierre wrote:
 Hey All,

 I can not get my parallel port to connect to my printer.  The printer
 was working with F8.  Then I upgraded to F10.  The printer has not
 worked since.

 Now I have F12 32 bit installed.  I've tried everything I can think of
 including messing with the CMOS settings from Yes PNP OS to No PNP OS.

 When I first started trying to diagnose this problem I used the
 System/Administration  tools to debug the printer problems.  Several
 problems, such as incorrect file ownership, were found and corrected.
 Now I get no further issues when I print but I also get nothing coming
 from the printer.  The printing queue says that the job is Processing
 but askes, Is the printer connected?  Remember, this is the same
 printer, and same cable that was working with F8.  Only the software has
 been changed to confuse the innocent.

 I've uninstalled the printer driver and cups, rebooted the machine,
 reinstalled cups.  Downloaded a current copy of the Linux driver from
 the printer manufacturer and installed the driver.  No joy. :-(

 I've spent a couple of days poking around the internet looking for help
 with this issue.  I've found a lot of people having problems getting
 their parallel printers working with F12 that had worked with previous
 versions of Fedora but none of those posts have helped.

 Here is the results of the poking around that I've done.
 
 lspci -v
 01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O
 Controller (prog-if 03 [IEEE1284])
   Subsystem: Device a000:2000
   Flags: bus master, medium devsel, latency 32, IRQ 11
   I/O ports at bc00 [size=8]
   I/O ports at b480 [size=8]
   Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
   Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [48] Power Management version 2
 
 modprobe -c
 alias parport_lowlevel parport_pc
 options parport_pc io=0x378 irq=7 dma=3
 
 lsmod | grep parport
 parport_pc 17509  1
 parport27256  3 lp,ppdev,parport_pc
 

 The ball's in your court now Y'all.  Does anyone have any ideas how I
 can further diagnose the problem and get the printer singing again?

 Mark


-- 
Jack Craig
Software Engineer
831.461.7100 x120
www.extraview.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-20 Thread fred smith
On Tue, Apr 20, 2010 at 08:45:10AM -0500, Mikkel wrote:
 On 04/17/2010 07:30 PM, Mark LaPierre wrote:
  Hey All,
  
  I can not get my parallel port to connect to my printer.  The printer 
  was working with F8.  Then I upgraded to F10.  The printer has not 
  worked since.

Have you looked in the computer's BIOS settings screen(s) to ensure that
the parallel port is not disabled?

Also even if it is enabled, there are usually several settings for some
details of how the port works, some of which may work better than others
(i.e., some may work, some may not, depending on your printer and OS.)
Afraid I can't offer any guidance on which settings would be best.

Fred
  
  Now I have F12 32 bit installed.  I've tried everything I can think of 
  including messing with the CMOS settings from Yes PNP OS to No PNP OS.
  
 --[ SNIP ]--
  
  Here is the results of the poking around that I've done.
  
  lspci -v
  01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O 
  Controller (prog-if 03 [IEEE1284])
   Subsystem: Device a000:2000
   Flags: bus master, medium devsel, latency 32, IRQ 11
   I/O ports at bc00 [size=8]
   I/O ports at b480 [size=8]
   Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
   Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [48] Power Management version 2
  
  modprobe -c
  alias parport_lowlevel parport_pc
  options parport_pc io=0x378 irq=7 dma=3
  
  lsmod | grep parport
  parport_pc 17509  1
  parport27256  3 lp,ppdev,parport_pc
  
  
  The ball's in your court now Y'all.  Does anyone have any ideas how I 
  can further diagnose the problem and get the printer singing again?
  
  Mark
 
 I am trying to remember how I did it with a PCI card. I think you
 need a file in /etc/modprobe.d that lists the gives the options for
 parport_pc as io=0xb480 irq=11. Something like a file called
 parport-pci.conf with this as the contents:
 
 options parport_pc io=0xb480 irq=11
 
 You may need io=0xbc00 instead of io=b480. You will have to run
 depmod after making the changes, remove and reinstall the parport_pc
 module, before the changes will take affect. (Or reboot.)
 
 Mikkel
 -- 
 
   Do not meddle in the affairs of dragons,
 for thou art crunchy and taste good with Ketchup!
 



 -- 
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever.
--- Isaiah 9:7 (niv) --
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-20 Thread Mikkel
On 04/20/2010 12:10 PM, fred smith wrote:
 On 04/17/2010 07:30 PM, Mark LaPierre wrote:
 Hey All,

 I can not get my parallel port to connect to my printer.  The printer 
 was working with F8.  Then I upgraded to F10.  The printer has not 
 worked since.
 
 Have you looked in the computer's BIOS settings screen(s) to ensure that
 the parallel port is not disabled?
 
 Also even if it is enabled, there are usually several settings for some
 details of how the port works, some of which may work better than others
 (i.e., some may work, some may not, depending on your printer and OS.)
 Afraid I can't offer any guidance on which settings would be best.
 
From the looks of the listing, OP has a PCI parallel card. I do not
know if it is a single or double port card, but it looks like a
double port card. It may not show up as lp? - it may be a bit more
complicated name. (Just like USB parallel devices are USBlp?.) The
boot log will probably show what device(s).

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-20 Thread Mark LaPierre
On 04/20/2010 12:03 AM, Marvin Kosmal wrote:
 On 4/19/10, Mark LaPierremarklap...@aol.com  wrote:

 On 04/17/2010 08:30 PM, Mark LaPierre wrote:
  
 Hey All,

 I can not get my parallel port to connect to my printer.  The printer
 was working with F8.  Then I upgraded to F10.  The printer has not
 worked since.

 Now I have F12 32 bit installed.  I've tried everything I can think of
 including messing with the CMOS settings from Yes PNP OS to No PNP OS.

 When I first started trying to diagnose this problem I used the
 System/Administration  tools to debug the printer problems.  Several
 problems, such as incorrect file ownership, were found and corrected.
 Now I get no further issues when I print but I also get nothing coming
 from the printer.  The printing queue says that the job is Processing
 but askes, Is the printer connected?  Remember, this is the same
 printer, and same cable that was working with F8.  Only the software has
 been changed to confuse the innocent.

 I've uninstalled the printer driver and cups, rebooted the machine,
 reinstalled cups.  Downloaded a current copy of the Linux driver from
 the printer manufacturer and installed the driver.  No joy. :-(

 I've spent a couple of days poking around the internet looking for help
 with this issue.  I've found a lot of people having problems getting
 their parallel printers working with F12 that had worked with previous
 versions of Fedora but none of those posts have helped.

 Here is the results of the poking around that I've done.
 
 lspci -v
 01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O
 Controller (prog-if 03 [IEEE1284])
Subsystem: Device a000:2000
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at bc00 [size=8]
I/O ports at b480 [size=8]
Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [48] Power Management version 2
 
 modprobe -c
 alias parport_lowlevel parport_pc
 options parport_pc io=0x378 irq=7 dma=3
 
 lsmod | grep parport
 parport_pc 17509  1
 parport27256  3 lp,ppdev,parport_pc
 

 The ball's in your court now Y'all.  Does anyone have any ideas how I
 can further diagnose the problem and get the printer singing again?

 Mark


 I bought a new parallel cable.  No joy.
 I bought a USB to parallel cable.  The printer now makes noise but it's
 not happy printing noise.  Still no joy
 --
  


 Reinstall FC8
 can you partition drive and keep 8?

 Check to see how it works there...

 If it still works??

 YMMV

 Marvin

Reinstalling F8 is my current plan.  I just burned a copy of the F8, F9, 
F10, F11, and F12 X86-64 DVD.  Tomorrow night I'm ripping this thing 
down and starting over from bare metal.  I'll let you all know how this 
works out.  Thanks to all for the help.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-19 Thread Mark LaPierre
On 04/17/2010 08:30 PM, Mark LaPierre wrote:
 Hey All,

 I can not get my parallel port to connect to my printer.  The printer
 was working with F8.  Then I upgraded to F10.  The printer has not
 worked since.

 Now I have F12 32 bit installed.  I've tried everything I can think of
 including messing with the CMOS settings from Yes PNP OS to No PNP OS.

 When I first started trying to diagnose this problem I used the
 System/Administration  tools to debug the printer problems.  Several
 problems, such as incorrect file ownership, were found and corrected.
 Now I get no further issues when I print but I also get nothing coming
 from the printer.  The printing queue says that the job is Processing
 but askes, Is the printer connected?  Remember, this is the same
 printer, and same cable that was working with F8.  Only the software has
 been changed to confuse the innocent.

 I've uninstalled the printer driver and cups, rebooted the machine,
 reinstalled cups.  Downloaded a current copy of the Linux driver from
 the printer manufacturer and installed the driver.  No joy. :-(

 I've spent a couple of days poking around the internet looking for help
 with this issue.  I've found a lot of people having problems getting
 their parallel printers working with F12 that had worked with previous
 versions of Fedora but none of those posts have helped.

 Here is the results of the poking around that I've done.
 
 lspci -v
 01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O
 Controller (prog-if 03 [IEEE1284])
   Subsystem: Device a000:2000
   Flags: bus master, medium devsel, latency 32, IRQ 11
   I/O ports at bc00 [size=8]
   I/O ports at b480 [size=8]
   Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
   Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [48] Power Management version 2
 
 modprobe -c
 alias parport_lowlevel parport_pc
 options parport_pc io=0x378 irq=7 dma=3
 
 lsmod | grep parport
 parport_pc 17509  1
 parport27256  3 lp,ppdev,parport_pc
 

 The ball's in your court now Y'all.  Does anyone have any ideas how I
 can further diagnose the problem and get the printer singing again?

 Mark


I bought a new parallel cable.  No joy.
I bought a USB to parallel cable.  The printer now makes noise but it's 
not happy printing noise.  Still no joy
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: I need help to get my parallel port working.

2010-04-19 Thread Marvin Kosmal
On 4/19/10, Mark LaPierre marklap...@aol.com wrote:
 On 04/17/2010 08:30 PM, Mark LaPierre wrote:
 Hey All,

 I can not get my parallel port to connect to my printer.  The printer
 was working with F8.  Then I upgraded to F10.  The printer has not
 worked since.

 Now I have F12 32 bit installed.  I've tried everything I can think of
 including messing with the CMOS settings from Yes PNP OS to No PNP OS.

 When I first started trying to diagnose this problem I used the
 System/Administration  tools to debug the printer problems.  Several
 problems, such as incorrect file ownership, were found and corrected.
 Now I get no further issues when I print but I also get nothing coming
 from the printer.  The printing queue says that the job is Processing
 but askes, Is the printer connected?  Remember, this is the same
 printer, and same cable that was working with F8.  Only the software has
 been changed to confuse the innocent.

 I've uninstalled the printer driver and cups, rebooted the machine,
 reinstalled cups.  Downloaded a current copy of the Linux driver from
 the printer manufacturer and installed the driver.  No joy. :-(

 I've spent a couple of days poking around the internet looking for help
 with this issue.  I've found a lot of people having problems getting
 their parallel printers working with F12 that had worked with previous
 versions of Fedora but none of those posts have helped.

 Here is the results of the poking around that I've done.
 
 lspci -v
 01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O
 Controller (prog-if 03 [IEEE1284])
   Subsystem: Device a000:2000
   Flags: bus master, medium devsel, latency 32, IRQ 11
   I/O ports at bc00 [size=8]
   I/O ports at b480 [size=8]
   Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
   Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
   Capabilities: [48] Power Management version 2
 
 modprobe -c
 alias parport_lowlevel parport_pc
 options parport_pc io=0x378 irq=7 dma=3
 
 lsmod | grep parport
 parport_pc 17509  1
 parport27256  3 lp,ppdev,parport_pc
 

 The ball's in your court now Y'all.  Does anyone have any ideas how I
 can further diagnose the problem and get the printer singing again?

 Mark


 I bought a new parallel cable.  No joy.
 I bought a USB to parallel cable.  The printer now makes noise but it's
 not happy printing noise.  Still no joy
 --



Reinstall FC8
can you partition drive and keep 8?

Check to see how it works there...

If it still works??

YMMV

Marvin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


I need help to get my parallel port working.

2010-04-17 Thread Mark LaPierre
Hey All,

I can not get my parallel port to connect to my printer.  The printer 
was working with F8.  Then I upgraded to F10.  The printer has not 
worked since.

Now I have F12 32 bit installed.  I've tried everything I can think of 
including messing with the CMOS settings from Yes PNP OS to No PNP OS.

When I first started trying to diagnose this problem I used the 
System/Administration  tools to debug the printer problems.  Several 
problems, such as incorrect file ownership, were found and corrected.  
Now I get no further issues when I print but I also get nothing coming 
from the printer.  The printing queue says that the job is Processing 
but askes, Is the printer connected?  Remember, this is the same 
printer, and same cable that was working with F8.  Only the software has 
been changed to confuse the innocent.

I've uninstalled the printer driver and cups, rebooted the machine, 
reinstalled cups.  Downloaded a current copy of the Linux driver from 
the printer manufacturer and installed the driver.  No joy. :-(

I've spent a couple of days poking around the internet looking for help 
with this issue.  I've found a lot of people having problems getting 
their parallel printers working with F12 that had worked with previous 
versions of Fedora but none of those posts have helped.

Here is the results of the poking around that I've done.

lspci -v
01:08.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O 
Controller (prog-if 03 [IEEE1284])
 Subsystem: Device a000:2000
 Flags: bus master, medium devsel, latency 32, IRQ 11
 I/O ports at bc00 [size=8]
 I/O ports at b480 [size=8]
 Memory at f8efe000 (32-bit, non-prefetchable) [size=4K]
 Memory at f8efd000 (32-bit, non-prefetchable) [size=4K]
 Capabilities: [48] Power Management version 2

modprobe -c
alias parport_lowlevel parport_pc
options parport_pc io=0x378 irq=7 dma=3

lsmod | grep parport
parport_pc 17509  1
parport27256  3 lp,ppdev,parport_pc


The ball's in your court now Y'all.  Does anyone have any ideas how I 
can further diagnose the problem and get the printer singing again?

Mark
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines