Page 1 of 1

install bktr- b Driver TV-Card --fxtv

Posted: Mon Aug 15, 2016 8:21 am
by opeth
hello and good Day ! ..

i wont install the driver for tv cards bktr4 but nothing find in octo or pkg seach ??

in rc.conf i haf bktr=YES

root@benutzer:/usr/ports/multimedia/fxtv # fxtv
open("/dev/bktr0") failed: No such file or directory
root@benutzer:/usr/ports/multimedia/fxtv #

Re: install bktr- b Driver TV-Card --fxtv

Posted: Mon Aug 15, 2016 6:30 pm
by ericbsd
to load the driver manually:

Code: Select all

sudo kldload bktr 
To load the driver automatically:

Code: Select all

sudo editoroffyourchoice
add bktr to kld_list
mine look like this:

Code: Select all

kld_list="nvidia vboxdrv"
But in yours it might have way more kernel drivers then me.

Code: Select all

kld_list="nvidia vboxdrv bktr"
hope it help you!