View Single Post
Posts: 6 | Thanked: 1 time | Joined on Mar 2011
#11
sorry for the late response lost my internet connection. thanks for the help granted this far..

for the command

ps ax | grep bluetoohd

im still recieving one line of output

Nokia-N900:~# ps ax | grep bluetoohd
3849 root 2088 S grep bluetoohd

for the command hcitool dev i recieve

Nokia-N900:~# hcitool dev
Devices:
hci0 XX:XX:XX:XX:XX:XX

for the code lsmod | grep hci i recieve

Nokia-N900:~# lsmod | grep hci
hci_h4p 16072 2
bluetooth 53660 8 hci_h4p,rfcomm,sco,l2cap

dmesg gives me

[89822.467987] hci_h4p hci_h4p: firmware: requesting bcmfw.bin
[89854.561920] hci_h4p hci_h4p: firmware: requesting bcmfw.bin

my hci_h4p information

Nokia-N900:~# modinfo hci_h4p
filename: /lib/modules/2.6.28.10-cssu3/hci_h4p.ko
author: Ville Tervo
license: GPL
description: h4 driver with nokia extensions
srcversion: AE9629CC2B10806108936C0
depends: bluetooth
vermagic: 2.6.28.10-cssu3 preempt mod_unload modversions ARMv7

finally for checking whether the module exists im getting

Nokia-N900:~# dir /lib/firmware/bcmfw.bin
-sh: dir: not found

ive checked using filebox, and have seen that the file is present in the directory.