Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sony VAIO VGN CR36. Getting Bluetooth to work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
sudharsh
n00b
n00b


Joined: 20 Apr 2006
Posts: 12
Location: Chennai, India

PostPosted: Sat Apr 12, 2008 5:21 am    Post subject: Sony VAIO VGN CR36. Getting Bluetooth to work Reply with quote

Hi,
I recently bought a new VAIO CR36. It has a Broadcom 2046 chipset and I am having problems getting it work. I did follow the bluetooth guide found in the gentoo site. One thing I found weird was the fact that sdpd was not starting up when the bluetooth script starts up during boot. Is this normal.

hcitool dev gives me the following
Code:

loki sudharsh # hcitool dev
Devices:
   hci0   00:1E:3D:38:EE:11


hciconfig gives me the following
Code:

loki sudharsh # hciconfig
hci0:   Type: USB
   BD Address: 00:1E:3D:38:EE:11 ACL MTU: 1021:6 SCO MTU: 64:1
   UP RUNNING
   RX bytes:477 acl:0 sco:0 events:68 errors:0
   TX bytes:2729 acl:0 sco:0 commands:68 errors:0


But hciconfig -a gives me the I/O error
Code:

loki sudharsh # hciconfig -a
hci0:   Type: USB
   BD Address: 00:1E:3D:38:EE:11 ACL MTU: 1021:6 SCO MTU: 64:1
   UP RUNNING
   RX bytes:477 acl:0 sco:0 events:68 errors:0
   TX bytes:2729 acl:0 sco:0 commands:68 errors:0
   Features: 0xff 0xff 0x8f 0xfe 0x9b 0xff 0x79 0x83
   Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
   Link policy: RSWITCH HOLD SNIFF PARK
   Link mode: SLAVE ACCEPT
Can't read local name on hci0: Input/output error (5)



Anyone having the same hardware and gotten it to work?
_________________
sudharsh
Back to top
View user's profile Send private message
opotonil
l33t
l33t


Joined: 17 Jun 2005
Posts: 801
Location: 127.0.0.1

PostPosted: Sat Apr 12, 2008 6:21 pm    Post subject: Reply with quote

Hi

Code:

# hciconfig hci0 reset


or add to /etc/conf.d/local.start
Code:

# cat /etc/conf.d/local.start
# /etc/conf.d/local.start

# This is a good place to load any misc programs
# on startup (use &>/dev/null to hide output)

# Fake acpi event to switch runlevel if running on batteries
/etc/acpi/actions/pmg_switch_runlevel.sh "battery/battery"

# Resuelve los actuales problemas del bluetooth
/usr/sbin/hciconfig hci0 reset


Bye.
Back to top
View user's profile Send private message
sudharsh
n00b
n00b


Joined: 20 Apr 2006
Posts: 12
Location: Chennai, India

PostPosted: Sun Apr 13, 2008 6:57 am    Post subject: Reply with quote

worked like a charm.

thanks a lot :D
_________________
sudharsh
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum