Hello,
I tried to install my bluetooth modem (PICO/Sphinx Bluetooth Modem) on SuSE Linux 8.2.
But I get always the message "Connection refused".
What do I wrong?
 
linux:~ # hciconfig
hci0:   Type: PCCARD
        BD Address: 00:80:37:14:C3:51 ACL MTU: 672:10  SCO MTU: 64:0
        UP RUNNING PSCAN ISCAN
        RX bytes:1407 acl:29 sco:0 events:69 errors:0
        TX bytes:1157 acl:34 sco:0 commands:35 errors:0
 
linux:~ # hciconfig hci0 up
linux:~ # hciconfig -a
hci0:   Type: PCCARD
        BD Address: 00:80:37:14:C3:51 ACL MTU: 672:10  SCO MTU: 64:0
        UP RUNNING PSCAN ISCAN
        RX bytes:1407 acl:29 sco:0 events:69 errors:0
        TX bytes:1157 acl:34 sco:0 commands:35 errors:0
        Features: 0x07 0xea 0x31 0x00 0x00 0x00 0x00 0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
        Name: 'BlueZ (0)'
        Class: 0x000100
        Service Classes: Unspecified
        Device Class: Computer, Uncategorized
        HCI Ver: 1.1 (0x1) HCI Rev: 0xb LMP Ver: 1.1 (0x1) LMP Subver: 0x300
        Manufacturer: Ericsson Technology Licensing (0)
 
linux:~ # hcitool scan
Scanning ...
        00:02:C7:09:9B:FA       n/a
linux:~ # sdptool browse 00:02:C7:09:9B:FA
Browsing 00:02:C7:09:9B:FA ...
linux:~ # rfcomm connect 0 00:02:C7:09:9B:FA 1
Can't connect RFCOMM socket: Connection refused
linux:~ # rfcomm connect 0 00:02:C7:09:9B:FA 2
Can't connect RFCOMM socket: Connection refused
Greetings
 
Moni Hubrich