Open GoogleCodeExporter opened 9 years ago
ifconfig bnep0
bnep0 Link encap:Ethernet HWaddr 43:29:B0:00:00:00
inet addr:172.20.21.254 Bcast:172.20.255.255 Mask:255.255.0.0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:102 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27987 (27.3 KiB) TX bytes:0 (0.0 B)
Bluetooth HWaddr looks wrong?
Original comment by crunchie...@gmail.com
on 24 Mar 2011 at 9:31
I have this exact problem on my incredible running CM7. (see issue 900)
There has to be something wrong with the HWaddr on the bluetooth interface, but
I'm not sure if this would cause the SIOCSIFFLAGS. (I wouldn't be surprised)
Original comment by ben.pfou...@gmail.com
on 25 Mar 2011 at 6:07
I have verified the problem is the incorrect MAC address. I found a patch for
CM7 which corrects the MAC on the incredible.
http://forum.cyanogenmod.com/topic/18413-bluetooth-mac-address-incorrect/
I managed to get the patch into a custom boot image, and the bluetooth tether
works.
Original comment by ben.pfou...@gmail.com
on 26 Mar 2011 at 6:50
Tytung's v9 beta kernel now support showing the correct MAC address but the
error : SIOCSIFFLAGS ( Cannot assign requested address)
still persists with both my iPad and Laptop.
Original comment by crunchie...@gmail.com
on 5 Apr 2011 at 1:40
[deleted comment]
Tytung_r9 beta kernel only support a fake Bluetooth MAC address because we
cannot get a REAL Bluetooth MAC address on HD2.
Will a fake BT address (43:29:B0:XX:XX:XX, e,g,: 43:29:B0:24:84:F3) cause any
problem?
I mean is there any rule required for BT address?
Thanks.
Original comment by tyt...@gmail.com
on 7 Apr 2011 at 1:41
Yes, 43:29:B0:XX:XX:XX causes the problem.
Tytung_r9 kernel uses IEEE Standards 00:23:76:XX:XX:XX for HTC. --
http://standards.ieee.org/cgi-bin/ouisearch?00-23-76
Then Bluetooth PAN is working well.
Original comment by tyt...@gmail.com
on 13 Apr 2011 at 9:14
Original issue reported on code.google.com by
crunchie...@gmail.com
on 24 Mar 2011 at 9:17