Joe wrote:

> That's not on any compatibility list anywhere, but it has worked OK for
> years on Wheezy on the same computer hardware. Anyway, USB is USB, and
> there really shouldn't be compatibility issues for at least basic
> playback. I'm not trying to record or use SPDIF.

could be that support in the snd_usb_audio driver is not provided anymore
for this device or is not working properly ... and BTW USB is not USB -
there is USB1, USB2 and now USB3

I still think if you don't see the device, the card is unsupported in the
usb audio driver

So I looked for you in the kernel config - it looks like the hid you find
are the audio jack controls, but I do not see the second one.

I think it is a problem with the codec or you need to load SND_HDA_GENERIC
and SND_HDA_CODEC_CMEDIA

perhaps they are not autoloaded

you could also try loading the intel hda driver, it should pull related (if
it succeeds to load without hardware)

regards

Symbol: HID_CMEDIA [=n]                                                         
                                                                   │
  │ Type  : tristate                                                          
                                                                         │
  │ Prompt: CMedia CM6533 HID audio jack controls                             
                                                                         │
  │   Location:                                                               
                                                                         │
  │     -> Device Drivers                                                     
                                                                         │
  │       -> HID support                                                      
                                                                         │
  │         -> HID bus support (HID [=y])                                     
                                                                         │
  │ (1)       -> Special HID drivers                                          
                                                                         │
  │   Defined at drivers/hid/Kconfig:225                                      
                                                                         │
  │   Depends on: INPUT [=y] && HID [=y]                                      
                                                                         │
  │                                                                           
                                                                         │
  │                                                                           
                                                                         │
  │ Symbol: SND_HDA_CODEC_CMEDIA [=m]                                         
                                                                         │
  │ Type  : tristate                                                          
                                                                         │
  │ Prompt: Build C-Media HD-audio codec support                              
                                                                         │
  │   Location:                                                               
                                                                         │
  │     -> Device Drivers                                                     
                                                                         │
  │       -> Sound card support (SOUND [=m])                                  
                                                                         │
  │         -> Advanced Linux Sound Architecture (SND [=m])                   
                                                                         │
  │ (2)       -> HD-Audio                                                     
                                                                         │
  │   Defined at sound/pci/hda/Kconfig:189                                    
                                                                         │
  │   Depends on: SOUND [=m] && !UML && SND [=m] && SND_HDA [=m]              
                                                                         │
  │   Selects: SND_HDA_GENERIC [=m]                     

Reply via email to