Followup:

Looks like lspci isn't in Knoppix package list :(
There is a pciutils tho, looks similar.
http://packages.debian.org/stable/admin/pciutils.html

Bob

Bob Gilbertson wrote:
> Jonathon,
> 
> Looks like it might be a resource allocation problem.  From
> command line try:  "lspci -v | less"  for console display or
> "lspci -v > lspci.txt" to dump to text file.  Looks kind of
> intimidating to start with, look for error messages, I/O or
> IRQ conflicts.  Some PCI will normally share same IRQ though.
> 
> A quick way to try another distro would be Knoppix.
> http://www.knopper.net/knoppix/index-en.html
> It boots off the CD into RAM, doesn't touch the HD.  Debian
> based.  If it works, run lspci on it, see what it comes back with.
> 
> HTH,
> 
> Bob