![]() |
2012-11-30
, 22:44
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2011
|
#1
|
![]() |
2012-12-01
, 00:39
|
Posts: 198 |
Thanked: 76 times |
Joined on Mar 2010
|
#2
|
ps ax | grep bluetoothd
hciconfig
hcitool dev
The Following 2 Users Say Thank You to arne.anka For This Useful Post: | ||
![]() |
2012-12-01
, 06:31
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2011
|
#3
|
The Following User Says Thank You to Jqwon For This Useful Post: | ||
![]() |
2012-12-01
, 11:17
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#4
|
![]() |
2012-12-01
, 12:04
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2011
|
#5
|
![]() |
2012-12-01
, 12:07
|
Posts: 33 |
Thanked: 22 times |
Joined on May 2012
@ ja_JP.UTF-8
|
#6
|
hciconfig hci0 up
hciconfig hci0
dmesg | tail
modprobe hci_h4p;
echo "00:11:22:33:44:55" > /sys/devices/platform/hci_h4p/bdaddr;
modprobe -r hci_h4p;
modprobe hci_h4p;
bluetoothd;
hciconfig hci0 up;
hcitool scan
![]() |
2012-12-01
, 15:36
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2011
|
#7
|
![]() |
2012-12-01
, 15:59
|
Posts: 198 |
Thanked: 76 times |
Joined on Mar 2010
|
#8
|
Nokia-N900-51-1:~# ps ax | grep bluetoothd 940 root 3408 S /usr/sbin/bluetoothd -n 3357 root 4064 S grep bluetoothd Nokia-N900-51-1:~#
![]() |
2012-12-01
, 16:06
|
Posts: 198 |
Thanked: 76 times |
Joined on Mar 2010
|
#9
|
hcitool dev
lsmod | grep hci
![]() |
2012-12-01
, 16:12
|
Posts: 198 |
Thanked: 76 times |
Joined on Mar 2010
|
#10
|
[58807.462219] hci_h4p hci_h4p: firmware: requesting bcmfw.bin
Nokia-N900-51-1:~# modinfo hci_h4p filename: /lib/modules/2.6.28-omap1/hci_h4p.ko author: Ville Tervo license: GPL description: h4 driver with nokia extensions srcversion: AE9629CC2B10806108936C0 depends: bluetooth vermagic: 2.6.28-omap1 preempt mod_unload modversions ARMv7 Nokia-N900-51-1:~# dir /lib/modules/2.6.28-omap1/hci_h4p.ko -rw-r--r-- 1 root root 24388 2010-08-06 10:53 /lib/modules/2.6.28-omap1/hci_h4p.ko Nokia-N900-51-1:~#
Nokia-N900-51-1:~# dir /lib/firmware/bcmfw.bin -rw-r--r-- 1 root root 9560 2009-10-22 14:26 /lib/firmware/bcmfw.bin