Bluetooth problem ...?

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Bluetooth problem ...?
# 1  
Old 12-16-2009
Bluetooth problem ...?

my bluetooth dongle (not branded ) is working fine with KDEBluetooth in opensuse 10.3 (linux)

but it is not even detected in windows after installation of software given with dongle( IVT Bluesoleil)

what is proble can any body give list of blue tooth drivers and softwares for windows Xp
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. Android

Nexus 7 Bluetooth receiving problem

I have three devices of which one is the Nexus 7. When this detects incoming files from either of the two others, it comes to life and I check that it is paired and connected, but the accept or reject file dialogue does not APPEAR. I have three devices of which one is the Nexus 7. When this ... (0 Replies)
Discussion started by: Royalist
0 Replies

3. Hardware

Bluetooth Dongle Pairing but Not Connecting (Linux)

I have been trying to get bluetooth working correctly on Linux for a while now. I am using two systems that are having identical issues: Linux Mint 15 64-bit & Ubuntu 13.04 32-bit. Both are using the Cinnamon desktop. I have the following bluetooth dongle: ... (6 Replies)
Discussion started by: Deluge
6 Replies

4. Red Hat

Bluetooth problem in CentOS 6

Hi , I have install centos6.3 64bit, other things are working fine.:b: I am trying to use bluetooth. It is showing bluetooth icons and options only turn on and turn off bletooth.:confused: How to enable full features of bluetooth like search, send file etc.:wall: (7 Replies)
Discussion started by: Priy
7 Replies

5. Shell Programming and Scripting

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... (3 Replies)
Discussion started by: cabrix
3 Replies

6. Red Hat

Bluetooth in fedora

My system has bluetooth enabled in it. I have fedora o.s.. I can send data from my system to any other external devices which are bluetooth enabled. But from external devices, I can not send data into my laptop system. What can be done. Please guide. (0 Replies)
Discussion started by: manoj.b
0 Replies

7. HP-UX

HP-UX to bluetooth printer

Wondering if anyone can point me in the right direction to get HP-UX (Ver 5.4 I believe) to send a print job to a bluetooth enabled printer. I can do it via TCP/IP but would like to have it also bluetooth capable when I don't have access to a network connection. Any idea? Thanks in advance. ... (0 Replies)
Discussion started by: RUNG41
0 Replies
Login or Register to Ask a Question
BTATTACH(8)						    BSD System Manager's Manual 					       BTATTACH(8)

NAME
btattach -- attach serial lines as Bluetooth HCI interfaces SYNOPSIS
btattach [-dFfoPp] [-i speed] [type] tty speed btattach -t [-dFfoPp] tty DESCRIPTION
btattach is used to assign a tty line to a Bluetooth Host Controller Interface using the btuart(4) or bcsp(4) line disciplines, and can optionally initialize the line for a given device type before activating the line discipline. Supported types are: bcm2035 Broadcom BCM2035 bcsp Generic BCSP (BlueCore Serial Protocol) bgb2xx Philips BGB2xx module btuart Generic UART (this is the default) csr Cambridge Silicon Radio Casira serial adapter, or Brainboxes serial dongle (BL642) ericsson Ericsson based modules digi Digianswer based cards st ST Microelectronics minikits based on STLC2410/STLC2415 stlc2500 ST Microelectronics minikits based on STLC2500 swave Silicon Wave kits texas Texas Instruments modules unistone Infineon UniStone (PBA31308) modules When the line discipline is activated, btattach detaches and sleeps until it receives a SIGHUP. The command line options are as follows: -d debug mode. print initialization IO and do not detach. -F Disable flow control. -f Enable flow control. -i speed Specify an alternate speed for the Bluetooth module to use during the initialization phase. -o Enable odd parity. -P Disable parity. -p Enable parity (even parity). -t Test mode. Only the super-user may attach a Bluetooth HCI interface. Test mode tries to guess the speed using the received link-establish packet from HCI, or btuart(4), if there is no response. FILES
/var/run/btattach-{tty}.pid SEE ALSO
bcsp(4), bluetooth(4), btuart(4), btconfig(8) HISTORY
The btattach program was written with reference to hciattach(8) as provided with the BlueZ tools for Linux and first appeared in NetBSD 5.0. AUTHORS
KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp> Iain Hibbert BUGS
Not all type initializations have been tested. BSD
March 9, 2010 BSD