bluetooth funktioniert nicht

habicht06

New member
Themenstarter
Registriert
7 Juli 2006
Beiträge
31
bluetooth funktioniert bei mir gerade nicht.
die basis pakete sind installiert:
bluez-utils, obexserver, kdebluetooth

Code:
#echo enable > /proc/acpi/ibm/bluetooth
#hcitool scan
Device is not available: No such device
#cat /proc/acpi/ibm/bluetooth
status:         not installed
# /etc/init.d/bluez-utils restart
 * Restarting Bluetooth services...                             [ ok ]
# hcitool dev
Devices:

handy mit aktiviertem bluetooth liegt neben mir.
was mache ich falsch?
--
thinkpad t42p, kubuntu 6.06 LTS
 
da tut sich bei mir nichts. aber zum aktivieren müsste doch echo enable usw. ausreichen, oder? das problem ist glaubich , dass das device hci0 bei mir gar nicht existiert.
#hciconfig gibt bei mir ne leere zeile aus.
hier ist mal meine hcid.conf:
[code:1]
#
# HCI daemon configuration file.
#

# HCId options
options {
# Automatically initialize new devices
autoinit yes;

# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;

# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;

# PIN helper
pin_helper /usr/bin/pinwrapper;

# D-Bus PIN helper
#dbus_pin_helper;
}

# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "T42p (Laptop)";

# Local device class
class 0x3e0100;

# Default packet type
#pkt_type DH1,DM1,HV1;

# Inquiry and Page scan
iscan enable; pscan enable;

# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;

# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;

# Authentication and Encryption (Security Mode 3)
#auth enable;
#encryp enable;
}

[/code:1]
 
Also wenn ich das richtig verstehe leuchtet bei dir die Anzeige im Displayrahmen nicht, und lässt sich auch nicht über Fn+F5 aktivieren?
Ich hatte dieses Problem auch schon mal, weiß aber nicht mehr was dann die Lösung war. Bin mir grad nicht sicher ob man das im Bios irgendwo einstellen kann, aber bevor das nicht funktioniert hast du schlechte Karten...

Viel Glück erstmal,
loghome
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben