install bktr- b Driver TV-Card --fxtv

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
opeth
Posts: 13
Joined: Thu Mar 19, 2015 6:24 am

install bktr- b Driver TV-Card --fxtv

Post 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 #
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

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

Post 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!
Post Reply