Hello all, When trying to manually bind a new PCI device to its driver, I get an error saying 'No such device' I tried all these, echo -n "0000:00:0a.0" > bind echo -n "0000:00:0a" > bind echo -n "00:0a.0" > bind echo -n "00:0a" > bind All of them give the same above mentioned error. I have verified that a pci device exists exists at 00:0a.0 Does this error message mean that its a wrong device for the driver ? I have verified in the driver source that it supports the device by looking at its pci id table. Kindly help. -- Warm Regards, Balaji Rao -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ