js/src/jit/MIR.cpp
bool
MMod::fallible() const
{
return !isTruncated() &&
(isUnsigned() || canBeDivideByZero() || canBeNegativeDividend());
}
bool
MMod::fallible() const
{
return !isTruncated();
}
sudo ./bdaddr DE:AD:BE:EF:FF:FF
Manufacturer: Cambridge Silicon Radio (10)
Device address: 00:15:83:0C:BF:EB
New BD address: DE:AD:BE:EF:FF:FF
Address changed - Reset device now
/etc/init.d/bluetooth restart
sudo ./bdaddr -ri hci0 DE:AD:BE:EF:FF:FF
Manufacturer: Cambridge Silicon Radio (10)
Manufacturer: Cambridge Silicon Radio (10)
Device address: 00:15:83:0C:BF:EB
New BD address: DE:AD:BE:EF:FF:FF
Address changed - Device reset successfully
hciconfig -a
hci0: Type: BR/EDR Bus: USB
BD Address: 00:15:83:0C:BF:EB ACL MTU: 339:8 SCO MTU: 128:2
UP RUNNING PSCAN
RX bytes:1414 acl:0 sco:0 events:52 errors:0
TX bytes:446 acl:0 sco:0 commands:45 errors:0
Features: 0xff 0x3e 0x85 0x30 0x18 0x18 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF
Link mode: SLAVE ACCEPT
Name: 'rpibpluspowertest-0'
Class: 0x000104
Service Classes: Unspecified
Device Class: Computer, Desktop workstation
HCI Version: 2.0 (0x3) Revision: 0xc5c
LMP Version: 2.0 (0x3) Subversion: 0xc5c
Manufacturer: Cambridge Silicon Radio (10)
sudo bccmd -d hci0 psset -s 4 bdaddr 044 000 066 055 033 000 022 011
sudo hciconfig hci0 revision
hci0: Type: BR/EDR Bus: USB
BD Address: 00:15:83:0C:BF:EB ACL MTU: 339:8 SCO MTU: 128:2
Build 0
Chip version: BlueCore01a
Max key size: 0 bit
SCO mapping: PCM
git clone git://git.kernel.org/pub/scm/bluetooth/bluez.git
cd bluez
./configure
no such file or directory
sudo apt-get install autoconf make automake cmake libtool libglib2.0 libdbus-1-dev libudev-dev libical-dev libreadline-dev
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
checking systemd system unit dir... configure: error: systemd system unit directory is required
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental --with-systemdsystemunitdir=/lib/systemd/system --with-systemduserunitdir=/usr/lib/systemd
make
....
CCLD tools/mcaptest
/usr/bin/ld: profiles/health/mcap.o: undefined reference to symbol 'clock_getres@@GLIBC_2.4'
//lib/arm-linux-gnueabihf/librt.so.1: error adding symbols: DSO missing from command line
collect2: ld returned 1 exit status
Makefile:4210: recipe for target 'tools/mcaptest' failed
make[1]: *** [tools/mcaptest] Error 1
Makefile:2668: recipe for target 'all' failed
make: *** [all] Error 2
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get autoremove
sudo apt-get install bluetooth bluez-utils blueman
/etc/init.d/bluetooth status
hcitool scan
scanning...
scanning...
sudo hciconfig hci0 name mepi
sudo hciconfig hci0 piscan
sudo l2ping -c 1 60:BE:B5:59:65:72
email
root
flog archives
Disclaimer:
This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk
I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk
In fact I'm not responsible for anything ever, so there!