/dev/ppi Files aren't there! Parallel port problems.



Hello there. I'm interesting in developing with the usermode ppi interface.
How ever on a fresh install of the latest FreeBSD Iso images I don't have
any ppi devices in /dev. From what I can tell it isn't using the correct
settings for the parallel port.
I have made sure that my parallel port is enabled in BIOS.

Thanks
James Sarasin


---- > My system information
Toshiba TE2000 Laptop

# uname -a
FreeBSD .ab.hsia.telus.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12
11:05:30 UTC 2007 root@xxxxxxxxxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/SMP
i386

---- > A verbous boot dump has the following in it:
ppc0: parallel port not found.
ppc0: parallel port not found.
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff

ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0


---- > When I try to load the ppi module after the systems running
# kldload ppi
kldload: can't load ppi: File exists

---- > On system startup it says this
# grep ^ppc /var/run/dmesg.boot
ppc0: parallel port not found.


----> When I call dmidecode i get the following relavent to the parallel
port:
Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: PARALLEL PORT
External Connector Type: DB-25 female
Port Type: Parallel Port ECP
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Capturing Parallel Port Data
    ... I have been reading the ppi man page and have searched Google but have not found an answer to my problem: I work at a business which uses cable testers that output plain text to a dot matrix printer. ... how do I read data from the parallel port on the FreeBSD computer that is coming from the tester which is trying to 'print' to the FBSD computer's parallel port? ... personalized commercial-free online radio with MSN Radio powered by Pandora http://radio.msn.com/?icid=T002MSN03A07001 ...
    (freebsd-hackers)
  • Re: checking number of parallel ports installed and their port adresses
    ... the ppi manual states that using ioctl with /dev/ppi is extremely slow. ... speed to be able to push/pull data to/from the parallel port without any ... on ppbus0 ... lpt0: Interrupt-driven port ...
    (freebsd-hackers)
  • Re: checking number of parallel ports installed and their port adresses
    ... uses asynchronous transfer at a rate of ~ 2 mhz. so i need the full ISA bus ... speed to be able to push/pull data to/from the parallel port without any ... The overhead of ppi is probably in the noise on a modern CPU. ...
    (freebsd-hackers)
  • Re: Capturing Parallel Port Data
    ... It sounds like reading data back from the parallel port is not a common thing to do, although I thought parallel port projects might have done this. ... > parallel crossover calbe to accomplish this task with ppi? ... It would be pretty easy to write a wrapper to use ppi in Perl ... for Genesis Software - http://www.gsoft.com.au ...
    (freebsd-hackers)
  • Re: Parallel Port Interrupt Handler in Kernel Module
    ... > I'm trying to capture the parallel port interrupt in a kernel module. ... > the device driver sources of the parallel port driver and I found ... I would say the ppi driver is probably a good place to start looking as it's ...
    (freebsd-stable)