Problem w/ Logitech USB Headset
  • Caterpillar
    Caterpillar
    Granada
    Posts: 32 from 2003/12/31
    Hi folks!

    MorphOS 2.7 on Mac Mini G4 says the following when connection my Logitech USB Headset:

    0-hub.class: New device 'Logitech USB Headset' at port 1. Very nice.
    0-usbaudio.class: Terminal 0C (1 delay) of Format signed PCM
    0-usbaudio.class: Found mode with 2 channel(s) (2 byte(s) per frame) and 16 bits
    0-usbaudio.class: Terminal 0C (1 delay) of Format signed PCM
    0-usbaudio.class: Found mode with 1 channel(s) (2 byte(s) per frame) and 16 bits
    0-usbaudio.class: Terminal 0A (0 delay) of Format signed PCM
    0-usbaudio.class: Found mode with 1 channel(s) (2 byte(s) per frame) and 16 bits
    0-usbaudio.class: Play it again, 'Logitech USB Headset'!
    0-hid.class: Using HID Descriptor from initial configuration run.
    0-hid.class: HID the road, 'Logitech USB Headset'!

    when starting e.g. AmiNetRadio to play an audio stream, the log is completed with the following messages:

    20-poseidon.library: Your HW controller driver does not support realtime iso transfers. Sorry.
    20-usbaudio.class: Could not allocate RT Iso Handler!

    No audio playback via the headset. Is there anything that can be done about this?

    Regards
    Ruediger
    Mac Mini G4, 1.5GHz, MorphOS 2.7
  • »06.12.10 - 19:14
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    analogkid
    Posts: 662 from 2004/11/3
    From: near myself
    The MorphOS USB driver doesn't support isochronous transfer, which is needed for USBAudio, AFAIK.
  • »06.12.10 - 19:25
    Profile
  • Caterpillar
    Caterpillar
    Granada
    Posts: 32 from 2003/12/31
    O.k., that's what the error message says. :) Thought the problem might be known and a solution in reach.

    Are there any USB Headsets that work with the usbaudio.class?

    Regards
    Ruediger
    Mac Mini G4, 1.5GHz, MorphOS 2.7
  • »06.12.10 - 19:31
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 3010 from 2003/3/5
    From: Canada
    The problem isn't with usbaudio.device which may as well support the headset, but with pciusb.device (the actual usb hw driver) which doesn't support isosynchronous transfers which are required for streaming audio/video via usb.

    There are currently no plans to implement isosynchronous transfers in pciusb.device.
  • »06.12.10 - 19:55
    Profile Visit Website
  • Caterpillar
    Caterpillar
    Granada
    Posts: 32 from 2003/12/31
    Thanks for the explanation!

    Regards
    Ruediger
    Mac Mini G4, 1.5GHz, MorphOS 2.7
  • »06.12.10 - 20:10
    Profile