btsco-0.5 and kernel-2.6.20.1 on debian etch
- installing btsco works fine
- make & make install in the kernel directory works fine
- inserting module doesnt work:
machine:# modprobe snd-bt-sco:
FATAL: Error inserting snd_bt_sco (/lib/modules/2.6.20.1-kerry/extra/snd-bt-sco.ko): Unknown symbol in module, or unknown parameter (see dmesg)
where dmesg says:
machine:# dmesg
snd_bt_sco: Unknown symbol try_to_freeze
I believe the kernel is to new at the moment, but if I am doing something wrong please beat me like a newbie *whichIam* and tell me the solution?
thanks a million,
andreas.
Logged In: NO
I can't load btsco 0.5 nor 0.42 in kernel 2.6.20.1 either (on archlinux). The reason is the same :
> snd_bt_sco: Unknown symbol try_to_freeze
Logged In: NO
its the same at 2.6.20-gentoo-r6 .. i'm trying to find out ..
Logged In: NO
file: kernel/btsco.c
add: #include <linux/freezer.h>
it is working now perfektly ;)
Logged In: NO
patch is here:
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/btsco-kernel.patch?rev=1.5