* [Bluez-devel] AmbiCom BT2000C works with hciattach @ 2004-06-23 3:11 Tony Lindgren 2004-06-23 7:34 ` Marcel Holtmann 0 siblings, 1 reply; 5+ messages in thread From: Tony Lindgren @ 2004-06-23 3:11 UTC (permalink / raw) To: bluez-devel Hi all, Just FYI, there was some discussion here a while back on the AmbiCom BT2000C, which is different from the earlier BT2000 models. Well turns out it works fine with serial_cs + hciattach: hciattach /dev/ttyS1 csr -s 57600 57600 or hciattach /dev/ttyS1 csr -s 57600 460800 hciconfig hci0 up hcitool scan ... Sorry if this was already old news :) Please CC me on any replies, I'm not subscribing. Regards, Tony ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] AmbiCom BT2000C works with hciattach 2004-06-23 3:11 [Bluez-devel] AmbiCom BT2000C works with hciattach Tony Lindgren @ 2004-06-23 7:34 ` Marcel Holtmann 2004-06-23 16:14 ` Tony Lindgren 0 siblings, 1 reply; 5+ messages in thread From: Marcel Holtmann @ 2004-06-23 7:34 UTC (permalink / raw) To: Tony Lindgren; +Cc: BlueZ Mailing List Hi Tony, > Just FYI, there was some discussion here a while back on the > AmbiCom BT2000C, which is different from the earlier BT2000 > models. > > Well turns out it works fine with serial_cs + hciattach: > > hciattach /dev/ttyS1 csr -s 57600 57600 > or > hciattach /dev/ttyS1 csr -s 57600 460800 > hciconfig hci0 up > hcitool scan > ... > > Sorry if this was already old news :) Please CC me on any > replies, I'm not subscribing. how good these news are actually depends on what kernel you are using ;) Send me the output of "dump_cis" and I will add a line to hciattach for that. What is "hciconfig -a" saying? Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] AmbiCom BT2000C works with hciattach 2004-06-23 7:34 ` Marcel Holtmann @ 2004-06-23 16:14 ` Tony Lindgren 2004-06-23 16:26 ` Marcel Holtmann 0 siblings, 1 reply; 5+ messages in thread From: Tony Lindgren @ 2004-06-23 16:14 UTC (permalink / raw) To: Marcel Holtmann; +Cc: BlueZ Mailing List * Marcel Holtmann <marcel@holtmann.org> [040623 00:34]: > Hi Tony, > > > Just FYI, there was some discussion here a while back on the > > AmbiCom BT2000C, which is different from the earlier BT2000 > > models. > > > > Well turns out it works fine with serial_cs + hciattach: > > > > hciattach /dev/ttyS1 csr -s 57600 57600 > > or > > hciattach /dev/ttyS1 csr -s 57600 460800 > > hciconfig hci0 up > > hcitool scan > > ... > > > > Sorry if this was already old news :) Please CC me on any > > replies, I'm not subscribing. > > how good these news are actually depends on what kernel you are using ;) Using 2.6.7. > Send me the output of "dump_cis" and I will add a line to hciattach for > that. What is "hciconfig -a" saying? Here you are: # dump_cis Socket 0: dev_info no_info vers_1 7.1, "AmbiCom BT2000C", "Bluetooth PC/CF Card", "", "" manfid 0x022d, 0x2000 funcid serial_port serial_interface uart 16550 [space/mark/odd/even] [5/6/7/8] [1/1.5/2] config base 0x00f8 mask 0x000f last_index 0x03 cftable_entry 0x01 [default] [rdybsy] [audio] [pwrdown] Vcc Vnom 3300mV Vmin 3V Vmax 3600mV Iavg 300mA Ipeak 300mA Idown 10mA io 0x02f8-0x02ff [lines=3] [8bit] [range] irq mask 0x86bc [level] [pulse] [shared] cftable_entry 0x02 io 0x03e8-0x03ef [lines=3] [8bit] [range] cftable_entry 0x03 io 0x02e8-0x02ef [lines=3] [8bit] [range] # hciattach /dev/ttyS1 csr -s 57600 460800 CSR build ID 0x02-0x0D # hciconfig hci0 up # hciconfig -a hci0: Type: UART BD Address: 00:10:xx:xx:xx:xx ACL MTU: 192:8 SCO MTU: 64:8 UP RUNNING PSCAN ISCAN RX bytes:79 acl:0 sco:0 events:8 errors:0 TX bytes:39 acl:0 sco:0 commands:8 errors:0 Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: Link mode: SLAVE ACCEPT Name: 'tony laptop (0)' Class: 0x000000 Service Classes: Unspecified Device Class: Miscellaneous, HCI Ver: 1.1 (0x1) HCI Rev: 0x20d LMP Ver: 1.1 (0x1) LMP Subver: 0x20d Manufacturer: Cambridge Silicon Radio (10) ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] AmbiCom BT2000C works with hciattach 2004-06-23 16:14 ` Tony Lindgren @ 2004-06-23 16:26 ` Marcel Holtmann 2004-06-23 16:45 ` Tony Lindgren 0 siblings, 1 reply; 5+ messages in thread From: Marcel Holtmann @ 2004-06-23 16:26 UTC (permalink / raw) To: Tony Lindgren; +Cc: BlueZ Mailing List Hi Tony, > > how good these news are actually depends on what kernel you are using ;) > > Using 2.6.7. these are good news, because hci_uart and serial_cs are not working very nice together with a 2.6 kernel. May you share some more information about your system. For example lspci, lsmod etc. > HCI Ver: 1.1 (0x1) HCI Rev: 0x20d LMP Ver: 1.1 (0x1) LMP > Subver: 0x20d > Manufacturer: Cambridge Silicon Radio (10) Nice firmware version. Actually it seems we got an alternative for PCMCIA cards and a 2.6 kernel. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] AmbiCom BT2000C works with hciattach 2004-06-23 16:26 ` Marcel Holtmann @ 2004-06-23 16:45 ` Tony Lindgren 0 siblings, 0 replies; 5+ messages in thread From: Tony Lindgren @ 2004-06-23 16:45 UTC (permalink / raw) To: Marcel Holtmann; +Cc: BlueZ Mailing List * Marcel Holtmann <marcel@holtmann.org> [040623 09:27]: > Hi Tony, > > > > how good these news are actually depends on what kernel you are using ;) > > > > Using 2.6.7. > > these are good news, because hci_uart and serial_cs are not working very > nice together with a 2.6 kernel. May you share some more information > about your system. For example lspci, lsmod etc. Sure, it's one of these cheapo emachines m6805 amd64 laptops. Running 64-bit Gentoo testing. Bluez version: hcidump 1.8, bluez libs 2.7. Bluetooth is compiled into the kernel, PCMCIA is not. # dmesg | grep -i bluetooth Bluetooth: Core ver 2.5 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: VHCI driver ver 1.1 Bluetooth: HCI UART driver ver 2.1 Bluetooth: HCI H4 protocol initialized Bluetooth: HCI BCSP protocol initialized Bluetooth: Broadcom Blutonium firmware driver ver 1.0 Bluetooth: BlueFRITZ! USB driver ver 1.1 Bluetooth: L2CAP ver 2.2 Bluetooth: L2CAP socket layer initialized Bluetooth: SCO (Voice Link) ver 0.3 Bluetooth: SCO socket layer initialized Bluetooth: RFCOMM ver 1.3 Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: BNEP (Ethernet Emulation) ver 1.0 Bluetooth: BNEP filters: protocol multicast # cat /proc/cmdline root=/dev/hda2 ro psmouse.proto=imps apic console=tty0 # cat /proc/interrupts CPU0 0: 2959132 IO-APIC-edge timer 1: 12 IO-APIC-edge i8042 8: 0 IO-APIC-edge rtc 10: 0 IO-APIC-level acpi 12: 44 IO-APIC-edge i8042 14: 15182 IO-APIC-edge ide0 15: 19 IO-APIC-edge ide1 17: 29 IO-APIC-level yenta, serial 18: 27 IO-APIC-level wifi0 21: 13975 IO-APIC-level ehci_hcd, uhci_hcd, uhci_hcd, uhci_hcd 22: 0 IO-APIC-level VIA8233 23: 3691 IO-APIC-level eth0 NMI: 2473 LOC: 2958687 ERR: 0 MIS: 0 # lspci 0000:00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 3188 (rev 01) 0000:00:01.0 PCI bridge: VIA Technologies, Inc.: Unknown device b188 0000:00:0a.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller 0000:00:0c.0 Network controller: Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01) 0000:00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80) 0000:00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80) 0000:00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80) 0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge 0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06) 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235 AC97 Audio Controller (rev 50) 0000:00:11.6 Communication controller: VIA Technologies, Inc. Intel 537 [AC97 Modem] (rev 80) 0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74) 0000:00:13.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) 0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] # lsmod Module Size Used by serial_cs 11176 1 8250 23904 3 serial_cs serial_core 26560 1 8250 via_rhine 23304 0 hostap_pci 58716 0 hostap 124240 1 hostap_pci yenta_socket 21696 1 snd_via82xx 31172 0 snd_ac97_codec 74372 1 snd_via82xx snd_mpu401_uart 8832 1 snd_via82xx snd_rawmidi 28196 1 snd_mpu401_uart snd_seq_oss 36416 0 snd_seq_midi_event 9472 1 snd_seq_oss snd_seq 58304 4 snd_seq_oss,snd_seq_midi_event snd_seq_device 9164 3 snd_rawmidi,snd_seq_oss,snd_seq snd_pcm_oss 58344 0 snd_pcm 109388 2 snd_via82xx,snd_pcm_oss snd_page_alloc 13200 2 snd_via82xx,snd_pcm snd_timer 28232 2 snd_seq,snd_pcm snd_mixer_oss 20480 1 snd_pcm_oss snd 61096 12 snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss soundcore 12064 1 snd powernow_k8 12944 0 processor 19524 1 powernow_k8 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-23 16:45 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-06-23 3:11 [Bluez-devel] AmbiCom BT2000C works with hciattach Tony Lindgren 2004-06-23 7:34 ` Marcel Holtmann 2004-06-23 16:14 ` Tony Lindgren 2004-06-23 16:26 ` Marcel Holtmann 2004-06-23 16:45 ` Tony Lindgren
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox