* [Bluez-users] Zoom Bluetooth PCMCIA Card
@ 2004-11-03 20:22 Johnathon Meichtry
2004-11-03 22:12 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Johnathon Meichtry @ 2004-11-03 20:22 UTC (permalink / raw)
To: bluez-users
Hi everyone,
Has anyone managed to get the *Zoom Bluetooth PCMCIA card* working with
the btuart_cs driver? It's man.id us is the same as the CyberBlue CF
Card but when inserted I get the following:
*btuart_config: No usable port range found
btuart_cs: RequestIO: No more items*
Yet i have ample resources and when inserted in the same machine (a
laptop) running XP the Widcomm drivers load fine so there is no hardware
compat. issue.
The odd thing is that on Marcel Holtmanns pages there is one with CIS
data (http://www.holtmann.org/linux/bluetooth/cis.html) and in there is
the CIS for this card yet the 2.6 kernel btuart_cs driver is unhappy for
some reason. I have tried all the other drivers (by editing
pcmcia/config) and none work to the point where "hciconfig dev" shows a
valid device. I have even edited the source for btuart_cs and added
some additional IO ports but that do not seemed to have helped. I even
added some additional IRQ's to pcmcia/config.opts.
FYI I am running Gentoo 2.6.9-rc1 with the mh3 patch applied and
bluez-libs v2.1, bluez- utils v2.1-r1 and bluez-kernel v2.3.
BTW Marcel & the team if you read this post thanks for all your work on
bluez, I have another laptop with a Xircom CBT card in it and for months
it has worked well thanks to all your effort.
Johnathon
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Zoom Bluetooth PCMCIA Card
2004-11-03 20:22 [Bluez-users] Zoom Bluetooth PCMCIA Card Johnathon Meichtry
@ 2004-11-03 22:12 ` Marcel Holtmann
2004-11-04 2:45 ` Johnathon Meichtry
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-11-03 22:12 UTC (permalink / raw)
To: Johnathon Meichtry; +Cc: BlueZ Mailing List
Hi Johnathon,
> Has anyone managed to get the *Zoom Bluetooth PCMCIA card* working with
> the btuart_cs driver? It's man.id us is the same as the CyberBlue CF
> Card but when inserted I get the following:
>
> *btuart_config: No usable port range found
> btuart_cs: RequestIO: No more items*
>
> Yet i have ample resources and when inserted in the same machine (a
> laptop) running XP the Widcomm drivers load fine so there is no hardware
> compat. issue.
>
> The odd thing is that on Marcel Holtmanns pages there is one with CIS
> data (http://www.holtmann.org/linux/bluetooth/cis.html) and in there is
> the CIS for this card yet the 2.6 kernel btuart_cs driver is unhappy for
> some reason. I have tried all the other drivers (by editing
> pcmcia/config) and none work to the point where "hciconfig dev" shows a
> valid device. I have even edited the source for btuart_cs and added
> some additional IO ports but that do not seemed to have helped. I even
> added some additional IRQ's to pcmcia/config.opts.
>
> FYI I am running Gentoo 2.6.9-rc1 with the mh3 patch applied and
> bluez-libs v2.1, bluez- utils v2.1-r1 and bluez-kernel v2.3.
I lately get my hands on the Zoom PCMCIA card and it works fine with the
hci_uart and serial_cs driver. Use "hciattach <dev> bcsp" and it should
also work for you.
> BTW Marcel & the team if you read this post thanks for all your work on
> bluez, I have another laptop with a Xircom CBT card in it and for months
> it has worked well thanks to all your effort.
Thanks. Did the Xircom card worked with a 2.6 kernel? Mine doesn't.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Zoom Bluetooth PCMCIA Card
2004-11-03 22:12 ` Marcel Holtmann
@ 2004-11-04 2:45 ` Johnathon Meichtry
2004-11-04 3:21 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Johnathon Meichtry @ 2004-11-04 2:45 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
Marcel,
Your right, it works fine with serial_cs and bcsp. FANTASTIC!!!!
The Xircom CBT works fine in 2.6 although quite flakey as the card is
prone to dropping device connections (which it does in Windows XP as
well). Personally I don't like the Xircom card, it is problematic and
does not seem to support HID's.
Once again, many thanks,
Johnathon
Marcel Holtmann wrote:
>Hi Johnathon,
>
>
>
>>Has anyone managed to get the *Zoom Bluetooth PCMCIA card* working with
>>the btuart_cs driver? It's man.id us is the same as the CyberBlue CF
>>Card but when inserted I get the following:
>>
>>*btuart_config: No usable port range found
>>btuart_cs: RequestIO: No more items*
>>
>>Yet i have ample resources and when inserted in the same machine (a
>>laptop) running XP the Widcomm drivers load fine so there is no hardware
>>compat. issue.
>>
>>The odd thing is that on Marcel Holtmanns pages there is one with CIS
>>data (http://www.holtmann.org/linux/bluetooth/cis.html) and in there is
>>the CIS for this card yet the 2.6 kernel btuart_cs driver is unhappy for
>>some reason. I have tried all the other drivers (by editing
>>pcmcia/config) and none work to the point where "hciconfig dev" shows a
>>valid device. I have even edited the source for btuart_cs and added
>>some additional IO ports but that do not seemed to have helped. I even
>>added some additional IRQ's to pcmcia/config.opts.
>>
>>FYI I am running Gentoo 2.6.9-rc1 with the mh3 patch applied and
>>bluez-libs v2.1, bluez- utils v2.1-r1 and bluez-kernel v2.3.
>>
>>
>
>I lately get my hands on the Zoom PCMCIA card and it works fine with the
>hci_uart and serial_cs driver. Use "hciattach <dev> bcsp" and it should
>also work for you.
>
>
>
>>BTW Marcel & the team if you read this post thanks for all your work on
>>bluez, I have another laptop with a Xircom CBT card in it and for months
>>it has worked well thanks to all your effort.
>>
>>
>
>Thanks. Did the Xircom card worked with a 2.6 kernel? Mine doesn't.
>
>Regards
>
>Marcel
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Zoom Bluetooth PCMCIA Card
2004-11-04 2:45 ` Johnathon Meichtry
@ 2004-11-04 3:21 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-11-04 3:21 UTC (permalink / raw)
To: Johnathon Meichtry; +Cc: BlueZ Mailing List
Hi Johnathon,
> Your right, it works fine with serial_cs and bcsp. FANTASTIC!!!!
good to hear.
> The Xircom CBT works fine in 2.6 although quite flakey as the card is
> prone to dropping device connections (which it does in Windows XP as
> well). Personally I don't like the Xircom card, it is problematic and
> does not seem to support HID's.
The only problem with the Xircom card is that it contains a very very
old firmware and unless this firmware has some role switch bugs, it
should also support HID.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-04 3:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-03 20:22 [Bluez-users] Zoom Bluetooth PCMCIA Card Johnathon Meichtry
2004-11-03 22:12 ` Marcel Holtmann
2004-11-04 2:45 ` Johnathon Meichtry
2004-11-04 3:21 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox