public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Bluetooth / WiFi USB concurrency issue
@ 2007-09-18 11:22 Olivier Le Pogam
  2007-09-18 11:36 ` Niels v/d Spek
  2007-09-18 11:40 ` Fabien Chevalier
  0 siblings, 2 replies; 4+ messages in thread
From: Olivier Le Pogam @ 2007-09-18 11:22 UTC (permalink / raw)
  To: BlueZ development

Hello,

I have a bluetooth device on a USB slot and a WiFi device on another USB 
slot, and my mini-ATX PC (Ubuntu 7.04 kernel 2.6.30
Bluez 3.9) is connected to the network thanks to the WiFi/DHCP.

I have noticed that when a scan (sdptool) is performed, the network link (if 
I perform a simple "wget" for example) is either slowed down or interrupted 
(not sure) and carried one / completed once the scan is finished. On a 
former kernel / bluez it was simply crashed and I had to up/down the 
bluetooth device.

Do you have any idea why this weird thing happens ?

Thanks a lot,
Oli 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Bluetooth / WiFi USB concurrency issue
  2007-09-18 11:22 [Bluez-devel] Bluetooth / WiFi USB concurrency issue Olivier Le Pogam
@ 2007-09-18 11:36 ` Niels v/d Spek
  2007-09-18 11:40 ` Fabien Chevalier
  1 sibling, 0 replies; 4+ messages in thread
From: Niels v/d Spek @ 2007-09-18 11:36 UTC (permalink / raw)
  To: bluez-devel

Olivier Le Pogam wrote:
> Hello,
>
> I have a bluetooth device on a USB slot and a WiFi device on another
> USB slot, and my mini-ATX PC (Ubuntu 7.04 kernel 2.6.30
> Bluez 3.9) is connected to the network thanks to the WiFi/DHCP.
>
How thit you get this "Ubuntu 7.04 kernel 2.6.30" kernel i got only the 
2.6.20 version (or so).

thanks 




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Bluetooth / WiFi USB concurrency issue
  2007-09-18 11:22 [Bluez-devel] Bluetooth / WiFi USB concurrency issue Olivier Le Pogam
  2007-09-18 11:36 ` Niels v/d Spek
@ 2007-09-18 11:40 ` Fabien Chevalier
  2007-09-19 10:01   ` Olivier Le Pogam
  1 sibling, 1 reply; 4+ messages in thread
From: Fabien Chevalier @ 2007-09-18 11:40 UTC (permalink / raw)
  To: Olivier Le Pogam, BlueZ development

Hello Olivier,

What you experience is bluetooth/wifi coexistence issues.
Your wifi chip must have bt coexistence support in order to work when 
their is some bt activity.

Cheers,

Fabien

> Hello,
> 
> I have a bluetooth device on a USB slot and a WiFi device on another USB 
> slot, and my mini-ATX PC (Ubuntu 7.04 kernel 2.6.30
> Bluez 3.9) is connected to the network thanks to the WiFi/DHCP.
> 
> I have noticed that when a scan (sdptool) is performed, the network link (if 
> I perform a simple "wget" for example) is either slowed down or interrupted 
> (not sure) and carried one / completed once the scan is finished. On a 
> former kernel / bluez it was simply crashed and I had to up/down the 
> bluetooth device.
> 
> Do you have any idea why this weird thing happens ?
> 
> Thanks a lot,
> Oli 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
> 
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] Bluetooth / WiFi USB concurrency issue
  2007-09-18 11:40 ` Fabien Chevalier
@ 2007-09-19 10:01   ` Olivier Le Pogam
  0 siblings, 0 replies; 4+ messages in thread
From: Olivier Le Pogam @ 2007-09-19 10:01 UTC (permalink / raw)
  To: BlueZ development, Fabien Chevalier

Hello Fabien,

Thanks a lot for this !!

> What you experience is bluetooth/wifi coexistence issues.
> Your wifi chip must have bt coexistence support in order to work when 
> their is some bt activity.

I actually use this driver : RT73(RT2571W) Wireless Lan Linux Driver
which is built as rt73.ko kernel module.
I'm currently trying to find how/if the bt_coexist support is managed for 
this device !

Cheers,
Oli 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-19 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 11:22 [Bluez-devel] Bluetooth / WiFi USB concurrency issue Olivier Le Pogam
2007-09-18 11:36 ` Niels v/d Spek
2007-09-18 11:40 ` Fabien Chevalier
2007-09-19 10:01   ` Olivier Le Pogam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox