Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Nov. 02 2007,11:10 |
|
See here for some ideas on what to do.
I believe you will need to compile from the top level of the kernel sources (eg /usr/src/linux-2.4.31), but you will only need to save the modules with the same name as those in the bluez-utils extension.
Edit: It looks like I managed to compile the bt modules in 2.4.31, give me a while to test them and then I'll post them if things work OK:Code Sample | $ export PATH=/opt/compile-3.3.5/bin:$PATH $ cd /usr/src/linux-2.4.31 $ make mrproper $ make include/linux/version.h $ make symlinks [/usr/include -> /opt/compile-3.3.5/include] $ make menuconfig [load .config and save] [add #include <sys/param.h> to ../scripts/makedep.c] $ make dep $ make clean $ make modules $ touch mymarker [open terminal as root] # make modules_install [swap back to terminal as user] $ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | tee files $ beaver files [edit all but bluetooth modules] $ sudo tar -T files --no-recursion -zcvf /tmp/bt_modules-2.4.31.dsl |
|