Sponsored Content
Top Forums Shell Programming and Scripting Restarting USB Bluetooth Dongles immediately Post 302493561 by cabrix on Thursday 3rd of February 2011 05:19:21 AM
Old 02-03-2011
Data Restarting USB Bluetooth Dongles immediately

Hi @all,

i am currently having a Problem:

I want to restart 2 USB Bluetooth Dongles from the shell at the same time. It is very important that they are restarted nearly simultaneously, so that their clocks are starting to run at the same time.

At the moment i am using a command called "bccmd -d hci0 coldreset" to restart the hci0 device and afterwards i am restarting the hci1 device with the same command. The problem here is, that as it seems, there is a very short random timedifference between these restarts and thus the clocks of the Bluetooth USB Dongle are not started at the same time.

I ve already tried to use "nice" to increase the commands priority but that did not help.

So does anybody have an idea how this simultaneous restart can be achieved...i would be really thankful for any help.

Thanks in advance for your help
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I need help immediately. Please help me

Hi Everyone, I am writing a script, in that i want to find out whether my disk space usage capacity extends more than 98%. If my disk space capacity extends more than 98% i want to print that the space capacity is running out of space otherwise i want to print only the capacity of the space... (4 Replies)
Discussion started by: Sheethal
4 Replies

2. Linux

please help immediately

how can i check if the size of my file is greater than 5MB and if it is so then how can I direct my data to another new file. the data will be in the form of SQL query (4 Replies)
Discussion started by: infyanurag
4 Replies

3. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

4. Shell Programming and Scripting

please tell immediately

what is the script to take files from ftp to unix server and unzipped the files (1 Reply)
Discussion started by: sunilamarnadh
1 Replies

5. UNIX for Dummies Questions & Answers

Restarting/Resetting a USB Port?

Hello All, So I have been running into an issue with a USB Modem where if someone ends their dialin connection abruptly from the other side the modem gets stuck and I found that the only way to fix it is to either unplug the USB Modem and plug it back in, or just reboot. I'd rather not reboot... (5 Replies)
Discussion started by: mrm5102
5 Replies

6. Linux

Bluetooth

I have a bluetooth device, and when i search for a device it doesnt show anything,i have downloaded bluman blueberry bluedevil bluez but nothng worked,im using linux mint 18.2. (2 Replies)
Discussion started by: Lee win
2 Replies
NG_UBT(4)						   BSD Kernel Interfaces Manual 						 NG_UBT(4)

NAME
ng_ubt -- Netgraph node type that is also a driver for Bluetooth USB devices SYNOPSIS
#include <sys/types.h> #include <netgraph/bluetooth/include/ng_ubt.h> DESCRIPTION
The ubt node type is both a persistent Netgraph node type and a driver for Bluetooth USB devices. It implements a Bluetooth USB transport layer as per chapter H2 of the Bluetooth Specification Book v1.1. A new node is created when a supported USB device is plugged in. The node has a single hook called hook. Incoming bytes received on the device are re-assembled into HCI frames (according to the length). Full HCI frames are sent out on the hook. The node will add a HCI frame indicator if the device did not send it. HCI frames received on hook are transmitted out. The node will drop the HCI frame indicator unless the device requires it to be present. HARDWARE
The ng_ubt driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: o 3Com 3CREB96 o AIPTEK BR0R02 o EPoX BT-DG02 o Mitsumi Bluetooth USB adapter o MSI MS-6967 o TDK Bluetooth USB adapter HOOKS
This node type supports the following hooks: hook single HCI frame contained in a single mbuf structure. CONTROL MESSAGES
This node type supports the generic control messages, plus the following: NGM_UBT_NODE_GET_DEBUG Returns an integer containing the current debug level for the node. NGM_UBT_NODE_SET_DEBUG This command takes an integer argument and sets the current debug level for the node. NGM_UBT_NODE_GET_QLEN This command takes a parameter that specifies the queue number and returns the current maximal length of the queue for the node. NGM_UBT_NODE_SET_QLEN This command takes two parameters that specify the queue number and the maximum length of the queue and sets the maximal length of the queue for the node. NGM_UBT_NODE_GET_STAT Returns various statistic information for the node, such as: number of bytes (frames) sent, number of bytes (frames) received and number of input (output) errors. NGM_UBT_NODE_RESET_STAT Reset all statistic counters to zero. SHUTDOWN
This node shuts down when the corresponding USB device is un-plugged. SEE ALSO
netgraph(4), ugen(4), usb(4), ngctl(8) HISTORY
The ubt node type was implemented in FreeBSD 5.0. AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BUGS
Isochronous USB transfers are broken. This means that the USB device will not be able to transfer SCO data (voice). USB interrupt transfers are implemented as bulk-in transfers (not really a bug). BSD
September 13, 2004 BSD
All times are GMT -4. The time now is 08:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy