On Fri, Sep 13, 2013 at 11:19 AM, Stuart Henderson <[email protected]> wrote: > On 2013/09/13 10:59, David Coppa wrote: >> On Fri, Sep 13, 2013 at 10:57 AM, Martin Pieuchot >> <[email protected]> wrote: >> >> > Out of curiosity, can I see the dmesg for this machine? I'd like to >> > know which devices attach at ugen(4). >> >> ask djm@ >> >> > Makes sense to me, it's not too difficult to have more than 2 usb >> > devices attached as ugen(4) these days, for example a scanner, >> > a camera and a music player... >> >> exactly... >> > > Is 4 devices enough? This is typically a problem which is not very well > reported to the user in error messages) - other things that might use > this include wifi scanner, rtl-sdr, smartcard reader, rocket launcher > :), etc.. So maybe 6 or 8 would make more sense?
Sure. target(usb, ugen, 0, 1, 2, 3, 4, 5, 6, 7)dnl that's the axe to cut all eventual problems ;)
