yes toysoft from other forum post his experience:
"Well let's start ....
Recently I got bored and thought I had all the dreambox, but there was something missing and I was thinking it could be, in the end I understood!
It lacks bluetooth drivers
This technology can allow us to connect to our rate of mobile Internet, I know this can be done because there are Wifi drivers, well then let's do something that does not exist ...
I usually sleep soon, so at night if I watch TV or a movie I use Bluetooth headset on the PC, so I need to synchronize AHHHHH my headphones with the dreambox but .... How can I do?
Well we need the binaries and drivers for bluetooth, I have them compiled for kernel 2.6.18-7.4
I have included a small script in the / tmp / to give permissions to the files.
You will have to copy the files into the corresponding path, once this operation is now the command line
When everything is installed you can click on the Bluetooth USB dreambox and see if it is recognized:
Now we can see:
rfcomm 39104 0 - Live 0xc029d000
hidp 13600 0 - Live 0xc0289000
usbhid 45904 0 - Live 0xc027c000 --> Este si se veía antes
bluetooth 50272 4 rfcomm,hidp,l2cap,hci_usb, Live 0xc0098000
To verify that the basic modules works by typing hciconfig
root@dm800:~# hciconfig
hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0
As it did not work look at the options:
Code:
root@dm800:~# hciconfig -h
hciconfig - HCI device configuration utility
Usage:
hciconfig
hciconfig [-a] hciX [command]
Commands:
up Open and initialize HCI device
down Close HCI device
reset Reset HCI device
rstat Reset statistic counters
auth Enable Authentication
noauth Disable Authentication
encrypt Enable Encryption
noencrypt Disable Encryption
secmgr Enable Security Manager
nosecmgr Disable Security Manager
piscan Enable Page and Inquiry scan
noscan Disable scan
iscan Enable Inquiry scan
pscan Enable Page scan
ptype [type] Get/Set default packet type
lm [mode] Get/Set default link mode
lp [policy] Get/Set default link policy
name [name] Get/Set local name
class [class] Get/Set class of device
voice [voice] Get/Set voice setting
iac [iac] Get/Set inquiry access code
inqmode [mode] Get/Set inquiry mode
inqdata [data] Get/Set inquiry data
inqtype [type] Get/Set inquiry scan type
inqparms [win:int] Get/Set inquiry scan window and interval
pageparms [win:int] Get/Set page scan window and interval
pageto [to] Get/Set page timeout
afhmode [mode] Get/Set AFH mode
aclmtu <mtu

kt> Set ACL MTU and number of packets
scomtu <mtu

kt> Set SCO MTU and number of packets
putkey <bdaddr> Store link key on the device
delkey <bdaddr> Delete link key from the device
commands Display supported commands
features Display device features
version Display version information
revision Display revision information
The problem is that the modules were loaded, but the interface had not been raised thus raising the interface
root@dm800:~# hciconfig -a hci0 up
and re-look
root@dm800:~# hciconfig
hci0: Type: USB
BD Address: 00:0C:BF:01:45:61 ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:77 acl:0 sco:0 events:8 errors:0
TX bytes:31 acl:0 sco:0 commands:8 errors:0
Ohhhhhhhhhh YES! works!
Now we already have the bluetooth MAC address connected to the DM, we tested a scanner device
For we use hcitool scan
root@dm800:~# hcitool scan
Scanning ...
00:19:1F:00:30:3D Motorola S805
We now have everything working!!
But ... There are several problems my DM is not working properly and sometimes not corrupt flash lights, USB ports do not work sometimes so I can not keep a reliable maera.
Nor am developer, I prefer to be tester, but I like this idea because it offers many possibilities.
The problems I have found is that many binary and DM runs out of space, plus bluetooth integrates many standard's and I'm a little lost, I but I can not continue, the problems of my hardware and not being a programmer, but I think the idea is good.