[ltp] Re: ibm_acpi and Bluetooth
Daniel Baule
linux-thinkpad@linux-thinkpad.org
Fri, 21 Apr 2006 00:08:10 +0000
Hi everyone,
I got a similar problem with Bluetooth and KDE (Gentoo).
When i try to pair my handy and Thinkpad, i get a host timeout. It doesn=B4=
t=20
matter, if I have Security on or off. Below i posted some configuration=20
settings and files. Any ideas what i could have done wrong?
I got a Thinkpad T43 and a Nokia 6230.
Greetings
denkbrett daniel # hciconfig
hci0: Type: USB
BD Address: 00:0E:9B:DA:6A:99 ACL MTU: 377:10 SCO MTU: 16:0
UP RUNNING PSCAN ISCAN
RX bytes:368 acl:0 sco:0 events:32 errors:0
TX bytes:327 acl:0 sco:0 commands:18 errors:0
denkbrett daniel # hcitool dev
Devices:
hci0 00:0E:9B:DA:6A:99
denkbrett daniel # hcitool scan
Scanning ...
00:12:62:21:45:AA db
denkbrett daniel # hcitool inq
Inquiring ...
00:12:62:21:45:AA clock offset: 0x10cb class: 0x520204
denkbrett daniel # lsmod
Module Size Used by
rfcomm 34200 6
l2cap 20420 5 rfcomm
hci_usb 10324 5
bluetooth 41508 13 rfcomm,l2cap,hci_usb
=2E..
#
# HCI daemon configuration file.
#
options {
autoinit yes;
security auto;
pairing multi;
pin_helper /usr/lib/kdebluetooth/kbluepin;
}
device {
name "Bluez auf %h (%d)";
class 0x3e0100;
iscan enable; pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
}
#
# RFCOMM configuration file.
#
rfcomm0 {
# Automatically bind the device at startup
bind yes;
# Bluetooth address of the device
device 00:12:62:21:45:AA;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "db (Nokia 6230)";
}