View Single Post
  #1   (View Single Post)  
Old 21st August 2010
godfrank godfrank is offline
Port Guard
 
Join Date: Jun 2008
Posts: 14
Default cuse4bsd - link_elf: symbol KPTmap undefined

Hello folks!
I've spent most of the day trying to get a webcam and the motion port working.

I know that I need cuse4bsd and webcamd to use my webcam, but I cannot load the cuse4bsd kernel module as I get the following error if I boot with cuse4bsd_load="YES" and/or kldload cuse4bsd:

Code:
# kldload cuse4bsd
kldload: can't load cuse4bsd: No such file or directory

# dmesg | grep cuse4bsd
KLD file cuse4bsd.ko - could not finalize loading

# dmesg | tail -n 1
link_elf: symbol KPTmap undefined

# ls /boot/modules/cuse4bsd.ko 
/boot/modules/cuse4bsd.ko

# grep cuse4bsd /boot/loader.conf
cuse4bsd_load="YES"

I absolutely have no idea of what to do now. I need help, guys and gals...! The only related information found on Google was people who had the same error but for the nvidia driver port. FYI, the webcam is on a server without X11.

Where can I get that KPTmap symbol!?

Thank you for your time!
Frank

Last edited by godfrank; 21st August 2010 at 11:41 PM.
Reply With Quote