All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Ruini <fabio.ruini@gmail.com>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] Problems with a Broadcom USB Bluetooth Adapter
Date: Fri, 04 Mar 2005 14:22:07 +0100	[thread overview]
Message-ID: <422860FF.9080202@gmail.com> (raw)

Hi at all.

I'm trying to use my bluetooth adapter with a Linux box (Debian Sarge, 
with kernel 2.6.10), but I found some problems.

When I plug the adapter into the usb slot, the KDE Information Center 
can see the new hardware as BCM2033 Bluetooth (class 224, usb version 
1.01, vendor id 0xa5c Broadcom, product id 0x2033 BCM2033 Bluetooth, 
revision 0.a0, speed 12 Mbit/s). Anyway, I also installed (through 
apt-get) KBluetoothD, but when I run it I get an error message saying: 
"No working Bluetooth adapter found. Only local services will be 
displayed". I also tried the hciconfig utility from root console, but 
the output is nothing.

My kernel is the 2.6.10 version, recompiled by me (I needed to do this 
because I experienced many problems with the ACPI support). I think all 
necessary modules are presents; the command "modprobe -l | grep 
bluetooth" give me:

/lib/modules/2.6.10/kernel/drivers/bluetooth/hci_uart.ko
/lib/modules/2.6.10/kernel/drivers/bluetooth/bfusb.ko
/lib/modules/2.6.10/kernel/drivers/bluetooth/bcm203x.ko
/lib/modules/2.6.10/kernel/drivers/bluetooth/hci_vhci.ko
/lib/modules/2.6.10/kernel/drivers/bluetooth/hci_usb.ko
/lib/modules/2.6.10/kernel/net/bluetooth/bluetooth.ko
/lib/modules/2.6.10/kernel/net/bluetooth/l2cap.ko
/lib/modules/2.6.10/kernel/net/bluetooth/sco.ko
/lib/modules/2.6.10/kernel/net/bluetooth/rfcomm/rfcomm.ko
/lib/modules/2.6.10/kernel/net/bluetooth/bnep/bnep.ko

The command "lsmod" give me (mixed with other things):

bluetooth              43780  5 hci_usb,rfcomm,l2cap
bcm203x                 4736  0
firmware_class          7936  1 bcm203x
usbcore               117624  6 bcm203x,hci_usb,ndiswrapper,usbhid,ohci_hcd
usbhid                 40512  0
ohci_hcd               32776  0

I also paste here the dmesg output, starting from the time when I plug 
the adapter:

hub 1-0:1.0: state 5 ports 4 chg fff0 evt 0002
ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [0] = 0x00010101 CSC 
PPS CCS
hub 1-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [0] = 0x00100103 
PRSC PPS PES CCS
usb 1-1: new full speed USB device using ohci_hcd and address 3
ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [0] = 0x00100103 
PRSC PPS PES CCS
usb 1-1: new device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-1: hotplug
usb 1-1: adding 1-1:1.0 (config #1, interface 0)
usb 1-1:1.0: hotplug
usb 1-1: adding 1-1:1.1 (config #1, interface 1)
usb 1-1:1.1: hotplug
usb 1-1: adding 1-1:1.2 (config #1, interface 2)
usb 1-1:1.2: hotplug
Bluetooth: HCI USB driver ver 2.7
hci_usb 1-1:1.0: usb_probe_interface
hci_usb 1-1:1.0: usb_probe_interface - got id
hci_usb 1-1:1.1: usb_probe_interface
hci_usb 1-1:1.1: usb_probe_interface - got id
hci_usb 1-1:1.2: usb_probe_interface
hci_usb 1-1:1.2: usb_probe_interface - got id
usbcore: registered new driver hci_usb
bcm203x: Unknown symbol release_firmware
bcm203x: Unknown symbol request_firmware
Bluetooth: Broadcom Blutonium firmware driver ver 1.0
bcm203x 1-1:1.0: usb_probe_interface
bcm203x 1-1:1.0: usb_probe_interface - got id
bcm203x_probe: Mini driver request failed
bcm203x: probe of 1-1:1.0 failed with error -5
bcm203x 1-1:1.1: usb_probe_interface
bcm203x 1-1:1.1: usb_probe_interface - got id
bcm203x 1-1:1.2: usb_probe_interface
bcm203x 1-1:1.2: usb_probe_interface - got id
usbcore: registered new driver bcm203x

Can someone help me? :-(

TIA,

--
Fabio Ruini
e-mail: fabio.ruini@gmail.com
icq: 2887596
www: http://web.rossoalice.it/fabio.ruini


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

             reply	other threads:[~2005-03-04 13:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-04 13:22 Fabio Ruini [this message]
2005-03-04 13:34 ` [Bluez-users] Problems with a Broadcom USB Bluetooth Adapter Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=422860FF.9080202@gmail.com \
    --to=fabio.ruini@gmail.com \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.