Ubuntu Networking :: Setting Up A HCI Device For Bluetooth?
Apr 30, 2011
I'm using Ubuntu 11.04 and bluetooth turn/off is not possible. However, with 2.6.37 kernel it is possible. Now i have gathered whole info about the device(mac adress, usb port etc) from 2.6.37 and what i need is to somehow use those info in kernel 2.6.38 so that bluetooth works.
lsusb in 2.6.37 (while bt is on)
Code:
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 1241:1603 Belkin Keyboard
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 09da:8090 A4 Tech Co., Ltd
Since i have 10.10 desktop i386 on my asus 901 im able connecting over bluetoth to my sony ericsson fone and get internet working! but i mmust everytime connecting doing the autorisation with the bluetooth device everytime conecting i must write for example 1 on both devices - laptop and handy,it must be on the linux software how can i turn off this issue!
I have a nifty new headset (a JawBone icon�the noise cancellation is incredible) and I've successfully connected it to my Karmic laptop (64 bit, for the off chance it makes a difference). The trouble is, I only occasionally want to connect it to my laptop; I mostly use it with my mobile 'phone.
The two devices fight over my new toy a lot, and invariably the laptop wins, contrary to what I want. It seems a pain to have to rediscover the headset every time I want to use VIOP or whatever, so is there a way to add a device to Karmic's Bluetooth list, but not have it connect whenever it sees it?
I have two BT USB adapters on my fedora9 (2.6.27.19-78.2.30.fc9.x86_64).How i can tell which of them to bind as /dev/rfcomm0 device.It seems that rfcomm.conf doesn't say me too much about.
I've been using Ubuntu for a while, but I have never tried to set up a wireless device with it. I have no idea where to even begin. I've done a search of the forums but wasn't able to glean much from it.
I'm trying to create a PAN (Personal Area Network) using a laptop (Siragon ML-1040) and my desktop computer, but I get the Connection Refused (111) error.
Blueman doesn't detect any network service between the two computers unless I start PAND on one of them and then it detects the NAP service. That, only after I enable the NAP/Workgroup services on the Services submenu in Blueman. However, it doesn't work neither with the NM plugins or without them (dhclient and that other one I can't remember the name of).
Any clues over here? I'm using pand 4.91 and blueman.
How to set up an Asus USB N-13 wireless adapter (when i plug it NOTHING happens (the light on the device doesn't even blink)). I was trying to use this (click me), but i got confused mid way through. I have Ubuntu 10.04 LTS
I have a simple Bluetooth device I would like to pair with my computer. I detect it in the BlueTooth New Device Setup (from the GNOME pannel), detected as "Unknown", I enter its pairing code (1234) and click on "forward". But then it asks me to enter a code on the BlueTooth device... I don't have anything to enter any code on this device. I would like to simply connect to it! From other OS, I manage to connect to the device as it's not asking to write any pair code in the bluetooth device. The PIN code 1234 is enough to make the connection.
i have a bluetooth modem (BlueSMiRF) that is connected to Arduino Duemilanove. I am trying to see serial communication messages from the bluetooth modem.
I have Blueman Device Manager that enabled SPP (Serial Port) and it says :
Code: Serial port connected to /dev/rfcomm0 How do I see the serial communication on this?
I tried on console
Code: $rfcomm listen 0 but it's stuck at Code: Waiting for connection on Channel 1 Is there any other way to listen (and also send) to serial comm msgs on bluetooth?
When i connect to my laptop a bluetooth usb stick, the bluetooth could not be turned on. the bluetooth dameon is on, and when i press the turn on button, nothing happens. in windows the stick works fine.
The bluetooth manager does not detect a bluetooth dongle .trying to use ndiswrapper to fix.I installed device manager and the results are shown below.i downloaded the windows driver suite. It has 4 .exe self extracting driver archives and a setupconfig.ini. The .ini file is below.I was able to extract one of the 32bit archives on a windows machine and it had about 8 .inf files that are titled weird and would not install properly using ndiswrapper probably because im using the 64-bit architecture. there are 2 64bit .exe's in the driver download, but how can i extract them in ubuntu and do i really need to install all 8 .inf files. also do i actually need to make a .inf file? if so how?
Asus - BT211 mini bluetooth dongle
Code: http:[url].... - windows driver under download section.
Device manager
Code: Model: Unknown model (id =0x3000) Vendor: atheros Communications, inc[code]....
Basically I want a shared hard drive plugged into my wireless router and for the family (me and my girlfriend until the little one grows up) to be able to access common files on the same external without the desktop needing to be on.
How to do this?
Do I just use any external? Does it have to have its own power source if plugged into a router? If I have a networking router how do I access those neat features that seem to be written for WIndows?
There are too many things I like about Ubuntu to go back to Windows, but I would like some tips on having a shared external hard drive via the wireless router instead of dropping money on a new bluetooth enabled router.
I've been having trouble in a couple of distros (including when I had windows installed..) getting my bluetooth working,
I have a dell vostro 1720, and the specs from dell insist there's a bluetooth adapter installed, and the laptop even has a little light which (ostensibly) indicates data being transmitted via bt... and, it's enabled in the bios.
though, dmesg | grep bluetooth
gives no results.
I've read comments on dell bluetooth for other dists, but can't seem to find any deb-specific recommendations.
So, how do i confirm that this laptop does *in deed* have a bluetooth adapter.. and... if there is one... how do let the kernel know about it?
I'm struggling for pairing my laptop with my phone to dial up internet. On slack 13 I configured hcid.conf but on the new 13.1 with the new demon bluetoothd I don't know how to pair on command line.Documentation is not a lot, or I'm not able to find it.
I have got my headset connecting to the system using the BlueMan interface. When I first did this it gave me a error about not being able to put the sound on-top of 'pulseaudio'. Well this well about the last straw between me and Mr. 'PulseAudio', so away he went. I removed the demon via this instruction. [ubuntu] Safely Remove Pulseaudio?
I then tried connecting to my bluetooth headset again, no errors. But the bluetooth sound device does not show up in any mixer, or application. What else do I need to do to get this working again. I know my hardware is fine, it used to work in the previous version of Ubuntu and it all works on my wifes Windoze XP computer.
I've a custom startup script myscript.sh placed inside /etc/init.d/ directory with below lines to disable usb bluetooth device "hci0". This happens on Ubuntu Lucid.
Code: #!/bin/bash echo "Disabling hci0 bluetooth usb dongle" /usr/sbin/hciconfig hci0 down &
Here is the /var/log/daemon.log When I rebooted it worked fine disabling the bluetooth dongle. But, later on, it gets enabled! I've lost it!
Code: May 15 00:20:02 linbox bluetoothd[1539]: probe failed with driver input-headset for device /org/bluez/1537/hci0/dev_00_1F_DE_FE_7C_34 May 15 00:20:02 linbox bluetoothd[1539]: Adapter /org/bluez/1537/hci0 has been enabled May 15 01:07:39 linbox bluetoothd[810]: probe failed with driver input-headset for device /org/bluez/752/hci0/dev_00_1F_DE_FE_7C_34 May 15 01:07:39 linbox bluetoothd[810]: Adapter /org/bluez/752/hci0 has been enabled May 15 01:07:49 linbox bluetoothd[810]: Adapter /org/bluez/752/hci0 has been disabled May 15 07:46:10 linbox bluetoothd[1452]: probe failed with driver input-headset for device /org/bluez/1450/hci0/dev_00_1F_DE_FE_7C_34 May 15 07:46:10 linbox bluetoothd[1452]: Adapter /org/bluez/1450/hci0 has been enabled I used update-rc.d myscript S 26 2 3 4 5 . to update symlinks.
I have laptop with bluetooth and I bought PS3 bluetooth remote. In windows this remote is working with EventGhost and I would like to use it in Fedora as well. This remote has to be paired without a pin code, which is how I paired it in windows.In Fedora, however, there is no such option "no pin" when using a standard way to connect bluetooth device.How can I pair this remote in Fedora?
I use fedora12-Gnome as my major desktop OS. Every basic need was fulfilled , until I tried Fedora12 KDE. The problem is with Bluetooth connectivity to my cell phone device.It connects to the cell phone and set trusted but I can't seem to see any option of "Browse files on Device".Does that mean in KDE I actually can not browse my Bluetooth connected devices?The same thing happened with Mandriva2010-Kde and Fedora13 Kde , I mean I guess It's related to KBluetooth app.
i have created dialup internet connection in windows xp using my bluetooth enabled mobile and bluetooth device ,,and my question is that how to set up the same procedure in my fedora 11 system.
I am developing an application which communicates with a bluetooth device.I do not want the user to pair or unpair the device using the Bluetooth applet or command line, but I want to automate the pairing process through my application. The application will scan and find the bluetooth devices in the proximity of the computer, and automatically pair the required device without any user input.Where should I look for the relevant APIs?
After a lot of messing around and research, I figured out how to actually get my bluetooth headphones to connect and stay connected. Although once I shut them off, remove the device and re-add it using Blueman.
Right now, `pavucontrol` shows "Headphones (unplugged)" and there is no sound coming out of the speakers. But there is no sound coming out of the headphones either. They are set to the fallback. I've opened `alsamixer` and made sure everything was turned up. Still, no sound.
Since `bt-audio` isn't on Jessie, I don't know what I should do. It seems like this may be the missing step but I am unsure.
I've been having a problem with Bluetooth on Debian 8 Jessie i just can't connect to any bluetooth device, i have only tested my smartphone and my bluetooth headphones, i am using blueman manager.After attempting to connect to my bluetooth headphones/smartphone it just disconnects and says "Connection Failed: No such file or directory",i don't know if i have to create a config file or something, the error message doesn't say anything but the error previously mentioned.
First, excuse me for my bad english I want to connect a bluetooth device with the command rfcomm. In a terminal, I put the command :
Code: rfcomm connect 0 00:80:98:E4:07:53 And the system answers : Code: Connected /dev/rfcomm0 to 00:80:98:E4:07:53 on channel 1 Press CTRL-C for hangup
On fedora 10, or 11, I can use this command with all users. On fedora 12, only the root user can connect and use this device. Other users have the message :
Code: Can't open RFCOMM device: Permission denied What can I do to resolve this problem?
When a bluetooth controller I have connects I'd like a program launched (qjoypad) so that I can use it has a mouse. The controller has to be on before launching qjoypad otherwise qjoypad will not work.
So I was wondering if there is a way to launch a script when my controller connects, and then possibly when it disconnects to launch another script killing the qjoypad process.
EDIT: I created a script that checks if /dev/input/js0 exists, if it does then qjoypad is created
Code: #!/bin/bash while true; do if [ -c "/dev/input/js0" ]; then qjoypad
My onboard bluetooth is not being detected by SUSE 11.4. Fedora 14 has no problem detecting the hardware, but it just doesn't show up in SUSE 11.4. I have included a few outputs:
lsusb:
Code: Bus 008 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth rfkill list
[Code]....
If I plug in a dongle, the Bluetooth icon shows up in the notification bar, and I'm able to add and remove devices normally. Is there support for my onboard bluetooth device?