Warren Liddell wrote:
I not long got k3b compiled and running, but it comes up saying ti dosent
detect i have a burner, when i got a SATA burner sitting there that has been
working fine with Winblows.
Whats happening an how do i fix this issue ?
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Start by reading the detailed instructions of the port:
cd /usr/ports/sysutils/k3b
make showinfo
You are probably missing the atapicam driver:
kldload atapicam
Edit /boot/loader.conf and add:
atapicam_load="YES"
so that the above setting persists.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"