Hi there,
in accordance with this Hugo&Dex's how-to thread I've been trying to get BT dongle (MSI MS-6967) to work on the Asus WL-500gx with Oleg's firmware 1.9.2.7-CR6b.
Everything works well until the last line of this script:
Code:
insmod /tmp/harddisk/bluetooth/lib/modules/bluez.o
insmod /tmp/harddisk/bluetooth/lib/modules/hci_usb.o
insmod /tmp/harddisk/bluetooth/lib/modules/l2cap.o
insmod /tmp/harddisk/bluetooth/lib/modules/bnep.o
export LD_LIBRARY_PATH='/tmp/harddisk/bluetooth/lib'
/tmp/harddisk/bluetooth/sbin/sdpd
/tmp/harddisk/bluetooth/sbin/hcid
/tmp/harddisk/bluetooth/bin/sdptool add NAP
/tmp/harddisk/bluetooth/bin/sdptool add DUN
/tmp/harddisk/bluetooth/bin/pand --listen --role NAP
When I start pand, there are a lot of these lines in syslog:
Code:
Jul 24 10:48:06 pand[2590]: Accept failed. Resource temporarily unavailable(11)
and their amount rapidly increases (aprox. 100 lines per second) until I kill pand.
Can someone tell me what's wrong and how to set it right?
Thank you.