LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-14-2013, 03:09 PM   #1
xavi_slacky
Member
 
Registered: Jun 2013
Posts: 104

Rep: Reputation: Disabled
problem when attach bluetooth device


Hi,

I want attach a bluetooth device:

root@slackware_acer:~# hcitool scan
Scanning ...
B89:CE:47:8D:87 GT-S5300
root@slackware_acer:~# hcitool cc B89:CE:47:8D:87 && hcitool auth B89:C>
HCI authentication request failed: Input/output error
root@slackware_acer:~#

Someone can help me ?

Thanks, see you.
 
Old 07-16-2013, 12:27 AM   #2
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
Is your /etc/rc.bluetooth file executable?
run
Code:
#chmod +x /etc/rc.d/rc.bluetooth
then
Code:
#/etc/rc.d/rc.bluetooth start
to be sure.
Then plug the device back in and try.
It would also help to know what device it is, and what kind of desktop environment you're using.
Also note: if your computer's bluetooth device is disabled in your BIOS it won't work anyway.
 
Old 07-16-2013, 08:13 AM   #3
xavi_slacky
Member
 
Registered: Jun 2013
Posts: 104

Original Poster
Rep: Reputation: Disabled
PHP Code:
>                           Old Today12:27 AM   #2

>    
STDOUBT

Hi STDOUBT
,


>    
Is your /etc/rc.bluetooth file executable?

# ls -l /etc/rc.d/rc.bluetooth
-rw-r--r-- 1 root root 393 Sep  9  2012 /etc/rc.d/rc.bluetooth


>    run
>    Code:
#chmod +x /etc/rc.d/rc.bluetooth

>    
then
>    Code:
#/etc/rc.d/rc.bluetooth start


Welltry with:

root@slackware_acer:~# /etc/rc.d/rc.bluetooth start
-bash: /etc/rc.d/rc.bluetoothPermission denied
root
@slackware_acer:~# sh /etc/rc.d/rc.bluetooth start
root@slackware_acer:~# ls -l /etc/rc.d/rc.bluetooth
-rw-r--r-- 1 root root 393 Sep  9  2012 /etc/rc.d/rc.bluetooth
root
@slackware_acer:~# lsmod | grep blueto
bluetooth             132835  23 btusb,bnep,rfcomm
rfkill                 12432  4 bluetooth
,cfg80211,acer_wmi
root
@slackware_acer:~#

root@slackware_acer:~# hcitool scan
Scanning ...
        
B8:D9:CE:47:8D:87       GT-S5300
root
@slackware_acer:~# hcitool cc B8:D9:CE:47:8D:87
root@slackware_acer:~# hcitool auth B8:D9:CE:47:8D:87
Not connected.
root@slackware_acer:~# hcitool con
Connections:
<
ool cc B8:D9:CE:47:8D:87 && hcitool auth B8:D9:CE:47:8D:87 && hcitool con
HCI authentication request failed
Input/output error
root
@slackware_acer:~#


If try with #chmod +x /etc/rc.d/rc.bluetooth :

root@slackware_acer:~# ls -l /etc/rc.d/rc.bluetooth
-rw-r--r-- 1 root root 393 Sep  9  2012 /etc/rc.d/rc.bluetooth
root
@slackware_acer:~# chmod +x /etc/rc.d/rc.bluetooth
root@slackware_acer:~# ls -l /etc/rc.d/rc.bluetooth
-rwxr-xr-x 1 root root 393 Sep  9  2012 /etc/rc.d/rc.bluetooth*
root@slackware_acer:~# /etc/rc.d/rc.bluetooth start
root@slackware_acer:~# lsmod | grep bluetoo
bluetooth             132835  23 btusb,bnep,rfcomm
rfkill                 12432  4 bluetooth
,cfg80211,acer_wmi
root
@slackware_acer:~#


root@slackware_acer:~# hcitool scan
Scanning ...
        
B8:D9:CE:47:8D:87       GT-S5300
root
@slackware_acer:~# hcitool cc B8:D9:CE:47:8D:87
root@slackware_acer:~# hcitool auth B8:D9:CE:47:8D:87
Not connected.
root@slackware_acer:~# hcitool con
Connections:
<
ool cc B8:D9:CE:47:8D:87 && hcitool auth B8:D9:CE:47:8D:87 && hcitool con
HCI authentication request failed
Input/output error
root
@slackware_acer:~#


>    to be sure.
>    
Then plug the device back in and try.
>    
It would also help to know what device it is, and what kind of desktop

Yes
is a SAMSUNG GALAXY POCKET GT-S5300 with 2.3.6 of Android version and 2.6.35.7 of kernel version.

'desktop' computer desktop try via CLI.

>    
environment you're using.
>    Also note: if your computer'
s bluetooth device is disabled in your BIOS
>    it won't work anyway.


I use an USB dongle:

root@slackware_acer:~# lsusb | grep F5D5050
Bus 002 Device 002: ID 050d:0121 Belkin Components F5D5050 100Mbps Ethernet
root@slackware_acer:~#

And it owrk fine with another non Android/smartphones mobile phones.


>    STDOUBT


Thanks, see you. 
 
Old 07-16-2013, 08:21 AM   #4
xavi_slacky
Member
 
Registered: Jun 2013
Posts: 104

Original Poster
Rep: Reputation: Disabled
I answer with PHP code because with HTML not let me, because it said "many images in text".
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] amixer: Mixer attach hw:0 error: No such device. stf92 Slackware 2 09-21-2011 11:36 AM
problem with bluetooth device (dnsmasq something...) kecoak.ijo Slackware 3 04-23-2011 08:42 AM
pithos - gstreamer trying to use bluetooth when no bluetooth device is installed shadowsnipes Slackware 0 10-30-2010 11:11 AM
libata detects cdrom but does not attach device zhangmaike Linux - Hardware 1 07-12-2006 01:22 AM
amixer: Mixer attach default error: No such device fof3 Linux - Newbie 0 07-17-2005 11:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration