FusionBrain in linux with udev
Posted by: j in Linux, Mobile Computing, tags: development, FusionBrain, Linux, programming, udevI wanted to document what I’ve done to simplify working with my FusionBrain under Ubuntu, using udev to automatically start/stop fbd. My first approach was the tried-and-true ‘create an init script’. It would run automatically on system boot and that was that. I’m actually not thrilled with that approach, on top of issues such as failure to find a FB when it’s reconnected later…
So now I use udev to start/stop fbd automatically whenever it detects insert/removal of the FB on the USB bus. Here’s a rundown of how that’s achieved.

