Networking :: bluez-utils



Hello,

I have upgrade my DSL to 4.0 and now I can't utilize bluez-utils.unc because it's for version 2.4.26 and not for 2.4.31 and it can't find the modules.
It make the folder /lib/modules/2.4.26/kernel... but for DSL4.0 it must be /lib/modules/2.4.31/kernel...

where can I found the modules for this version?

Thanks

The modules in the bluez-utils extension were taken from knoppix-3.4 - maybe there is a version of knoppix that corresponds to 2.4.31? Another option would be to compile the modules...
yes,

because I have copied the modules in the 2.4.31 folder and the result is:

dsl@box:/ramdisk/home/dsl$ insmod bluez
Using /lib/modules/2.4.31/kernel/net/bluetooth/bluez.o
/lib/modules/2.4.31/kernel/net/bluetooth/bluez.o: kernel-module
version mismatch
       /lib/modules/2.4.31/kernel/net/bluetooth/bluez.o was compiled
for kernel version 2.4.26
       while this kernel is version 2.4.31.

I have to study it...when I have time.

Thanks!

If you want to risk it, you can force it by using insmod -f
And make sure you have root privileges, so you can prepend sudo.

I want to prove your insmod -f

By the time I have download linux-2.4.31.tar.gz, there is a folder 'drivers' with another one 'bluetooth' with files .c and .h

Config.in
Makefile
Makefile.lib
bfusb.c
bluecard_cs.c
bt3c_cs.c
btuart_cs.c
dtl1_cs.c
hci_bcsp.c
hci_bcsp.h
hci_h4.c
hci_h4.h
hci_ldisc.c
hci_uart.h
hci_usb.c
hci_usb.h
hci_vhci.c
hci_vhci.h

I have never compiled, how can I do it?
must I compile all the folders and not only the bluetooth one?

Next Page...
original here.