k3b not detecting my burner

Manolis Kiagias sonic2000gr at gmail.com
Wed Jun 25 12:47:09 UTC 2008


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 ?
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>   
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.



More information about the freebsd-questions mailing list