Hi all, I have a problem with the integrated netbook bluetooth but only with knoppix 6.7.1 (with 6.7.0 everything was fine).
Gnome Bluetooth applet is installed correctly and start automatically at boot, and tells me that the bluetooth is disabled by showing a red x next to the icon placed in the system tray. I can not in any way to enable it via the applet.I can not even name the device and can not in any way you can then connect my phone to the netbook.
These are the commands used to investigate:

PHP Code:
root@Black:/home/knoppix# lsusb | grep -i blue
Bus 003 Device 002ID 13d3:3249 IMC Networks Internal Bluetooth 
PHP Code:
root@Black:/home/knoppix# hciconfig
hci0:    TypeBR/EDR  BusUSB
    BD Address
00:22:43:B4:1B:9E  ACL MTU1021:8  SCO MTU64:1
    DOWN 
    RX bytes
:457 acl:0 sco:0 events:18 errors:0
    TX bytes
:76 acl:0 sco:0 commands:18 errors:
Bluetooth is DOWN. I manually activated the bluetooth ad I assign a name to the device

PHP Code:
root@Black:/home/knoppix# hciconfig hci0 up
root@Black:/home/knoppix# hciconfig hci0 name Black-0
root@Black:/home/knoppix# hciconfig
hci0:    TypeBR/EDR  BusUSB
    BD Address
00:22:43:B4:1B:9E  ACL MTU1021:8  SCO MTU64:1
    UP RUNNING 
    RX bytes
:908 acl:0 sco:0 events:35 errors:0
    TX bytes
:149 acl:0 sco:0 commands:35 errors:0
root
@Black:/home/knoppix# hcitool dev
Devices:
    
hci0    00:22:43:B4:1B:9E 
Bluetooth now is UP but Gnome Bluetooth applet tells me again that the bluetooth is disabled. Does anyone have any ideas?