Some have had some success in hacking into earlier versions, so that they can give them additional functionalities etc. but so far no one with this device.
Like many devices in the world it is marketed as a window centric tool, but can be used in a linux environment.
However, many people have difficulty mounting it correctly. The solution that worked for me was:
mount //192.168.1.203/share /mnt/BUF -o user=myname,password=mypwrd,r,w,dmask=0777,fmask=0777
from the command line or in fstab
//192.168.1.203/share /mnt/BUF -o user=myname,password=mypwrd,r,w,dmask=0777,fmask=0777
1. Remove all pulseaudio related files from your home directory, so .pulse_cookie and .pulse/* leave the .pulse directory in tact for the next step.
2. Create /home/your-
autospawn = no
This is so that when we kill pulseaudio, it won't start right back up again when we don't want it to.
3. Kill pulseaudio with "pulseaudio -k"
4. Reset your alsa volume settings with the following command: "sudo /etc/init.
5. Start pulseaudio again with "start-
6. Check the alsa mixer again, and report back as to whether your volume levels are reset to 0.
If you have any questions as to the above steps, please let me know also.
affects ubuntu/pulseaudio
status incomplete