[MPlayer-users] Re: New MOBO chipset SiS 748 and nonworking vidix
adland
adland123 at yahoo.com
Tue Apr 20 19:30:58 CEST 2004
each vidix driver has simmilar code
err = pci_scan(lst,&num_pci);
if(err)
{
printf(RADEON_MSG" Error occurred during pci scan: %s\n",strerror(err));
return err;
}
so i would say it cannot scan your PCI devices and you get this error
message on all drivers processed.
by the way pci_scan is in libdha library.
i would run an strace on mplayer and make sure it can load this library,
More information about the MPlayer-users
mailing list