Jul 22, 2005 #1 helios Full Member level 2 Joined Jun 3, 2005 Messages 146 Helped 22 Reputation 44 Reaction score 10 Trophy points 1,298 Activity points 2,798 PCI card drivers say if i have a custom PCI card .. how to interface with linux and how i can use the PCI card with LINUX pls give me some sample pci Linux device driver files.... and a program to scan all the available pci devices in my computer ....
PCI card drivers say if i have a custom PCI card .. how to interface with linux and how i can use the PCI card with LINUX pls give me some sample pci Linux device driver files.... and a program to scan all the available pci devices in my computer ....
Jul 22, 2005 #2 K Kaleem Member level 1 Joined Feb 7, 2005 Messages 37 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,286 Activity points 365 Re: PCI card drivers Try lookin into the source for Linux. You will find the drivers for a lot of drivers there. Also you may look into sourceForge (https://sourceforge.net)
Re: PCI card drivers Try lookin into the source for Linux. You will find the drivers for a lot of drivers there. Also you may look into sourceForge (https://sourceforge.net)
Aug 2, 2005 #3 G Guest Guest Re: PCI card drivers 'lspci -v' in Linux will list all your PCI devices.