paulster wrote: 
> I'm using a PogoPlug E02, and the Bluetooth device is a Creative D200.
> 
> I'm not expecting plug and play, but if there are dongles that are
> reliable versus problematic then that was step 1 of my process, so at
> least I'd know I'm in with a fighting chance of success once I get the
> scripting piece done.

If your E02 is running vamp ie.uname -r returns 2.6.39.4-vamp, then
support for some bluetooth devices is compiled as modules in the
kernel.


Code:
--------------------
    # grep CONFIG_BT /boot/config-2.6.39.4-vamp
  CONFIG_BT=m
  CONFIG_BT_L2CAP=y
  CONFIG_BT_SCO=y
  CONFIG_BT_RFCOMM=m
  CONFIG_BT_RFCOMM_TTY=y
  CONFIG_BT_BNEP=m
  # CONFIG_BT_BNEP_MC_FILTER is not set
  # CONFIG_BT_BNEP_PROTO_FILTER is not set
  CONFIG_BT_HIDP=m
  CONFIG_BT_HCIBTUSB=m
  CONFIG_BT_HCIBTSDIO=m
  # CONFIG_BT_HCIUART is not set
  CONFIG_BT_HCIBCM203X=m
  CONFIG_BT_HCIBPA10X=m
  CONFIG_BT_HCIBFUSB=m
  CONFIG_BT_HCIVHCI=m
  CONFIG_BT_MRVL=m
  CONFIG_BT_MRVL_SDIO=m
  # CONFIG_BT_ATH3K is not set
  CONFIG_BTRFS_FS=m
  CONFIG_BTRFS_FS_POSIX_ACL=y
  
--------------------


The modules will need to be manually added to /etc/modules to load at
boot.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=101872

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to