(02-09-2019, 09:24 PM)orlovnv Wrote:(02-06-2019, 06:14 PM)tllim Wrote:(02-05-2019, 08:20 PM)orlovnv Wrote: Sorry i mean fire-wire pci card of coursei
ROCKPro64 accepts PCI-e card, not PCI card.
i try Espada PCIe1394a card it doesn't work
Hello orlovnv,
driver for ASMedia bridge ASM1083, plus FireWire Via Technologies VT6307L ?
Check if you have the 'firewire-ohci' driver loaded with:
Code:
lsmod|grep -i 'fire' --color
If not create , or add:
Code:
# cat /etc/modprobe.d/firewire.conf
options firewire-ohci debug=2
then reboot and check again..
Also check the message logs, after boot:
Code:
dmesg|grep -Ei "fire|ohci|wire|fw" --color
I followed this topic, its better if you can look at it here.
Best Regards