You are not logged in.

#1 2019-04-13 10:35:26

jow
Member
Registered: 2019-04-13
Posts: 2

Soundblaster Z (ca0132) shows up in alsamixer - no sound with toslink

Hi!
I recently switched from gentoo to arch on my media computer-after years of python dependency conflicts I just want to give it a try.
I have a Soundblaster Z which should work out of the box since a few month. I tried linux-longterm kernel and  5.0.7-arch1-1-ARCH

The card is recognized by alsa, so I tried the default mute/unmute of all flags  and controllers but that doesnt helped.
This is my .asoundrc which I copied from the old installation:

pcm.!default iec958

dmesg  | grep snd

[    3.865054] snd_hda_intel 0000:01:00.0: Disabling MSI
[    3.865059] snd_hda_intel 0000:01:00.0: Force to non-snoop mode
[    3.906313] snd_hda_codec_ca0132 hdaudioC0D1: autoconfig for Sound Blaster Z: line_outs=3 (0xb/0x11/0x10/0x0/0x0) type:line
[    3.906319] snd_hda_codec_ca0132 hdaudioC0D1:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.906322] snd_hda_codec_ca0132 hdaudioC0D1:    hp_outs=1 (0xf/0x0/0x0/0x0/0x0)
[    3.906324] snd_hda_codec_ca0132 hdaudioC0D1:    mono: mono_out=0x0
[    3.906326] snd_hda_codec_ca0132 hdaudioC0D1:    dig-out=0xc/0xd
[    3.906328] snd_hda_codec_ca0132 hdaudioC0D1:    inputs:
[    3.906331] snd_hda_codec_ca0132 hdaudioC0D1:      Mic=0x12
[    3.906333] snd_hda_codec_ca0132 hdaudioC0D1:      Line=0x13
[    3.906335] snd_hda_codec_ca0132 hdaudioC0D1:    dig-in=0xe
[    4.005015] snd_hda_intel 0000:01:00.0: Direct firmware load for ctefx-desktop.bin failed with error -2
[    4.607461] snd_hda_codec_ca0132 hdaudioC0D1: ca0132 DSP downloaded and running
[   96.845872] snd_hda_intel 0000:01:00.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

aplay -L

null
    Discard all samples (playback) or generate zero samples (capture)
jack
    JACK Audio Connection Kit
pulse
    PulseAudio Sound Server
sysdefault:CARD=Creative
    HDA Creative, CA0132 Analog
    Default Audio Device
front:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    Front speakers
surround21:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Creative,DEV=0
    HDA Creative, CA0132 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Creative,DEV=0
    HDA Creative, CA0132 Digital
    IEC958 (S/PDIF) Digital Audio Output
usbstream:CARD=Creative
    HDA Creative
    USB Stream Output
sysdefault:CARD=Audio
    Intel HDMI/DP LPE Audio, Intel HDMI/DP LPE Audi
    Default Audio Device
hdmi:CARD=Audio,DEV=0
    Intel HDMI/DP LPE Audio, Intel HDMI/DP LPE Audi
    HDMI Audio Output
hdmi:CARD=Audio,DEV=1
    Intel HDMI/DP LPE Audio, Intel HDMI/DP LPE Audi
    HDMI Audio Output
usbstream:CARD=Audio
    Intel HDMI/DP LPE Audio
    USB Stream Output

lspci

00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0e)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e)
00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e)
00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 0e)
00:1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 (rev 0e)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 0e)
01:00.0 Audio device: Creative Labs Sound Core3D [Sound Blaster Recon3D / Z-Series] (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 11)

speakter-test (with and without -Diec958:CARD=Creative,DEV=0)

speaker-test 1.1.8

Playback device is iec958:CARD=Creative,DEV=0
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Channels count (1) not available for playbacks: Invalid argument
Setting of hwparams failed: Invalid argument

Maybe someone could give me a hint I am out of ideas..

Last edited by jow (2019-04-13 10:35:50)

Offline

#2 2019-04-13 11:06:48

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,655

Re: Soundblaster Z (ca0132) shows up in alsamixer - no sound with toslink

Please post

amixer -c0
#Your speaker test should, in any capacity include a valid channel count
speaker-test -c2

Offline

#3 2019-04-13 11:20:36

jow
Member
Registered: 2019-04-13
Posts: 2

Re: Soundblaster Z (ca0132) shows up in alsamixer - no sound with toslink

amixer -c0

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 99
  Mono: Playback 79 [80%] [-20.00dB] [on]
Simple mixer control 'Front',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 99
  Mono:
  Front Left: Playback 90 [91%] [0.00dB] [on]
  Front Right: Playback 90 [91%] [0.00dB] [on]
Simple mixer control 'Surround',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 99
  Mono:
  Front Left: Playback 90 [91%] [0.00dB] [on]
  Front Right: Playback 90 [91%] [0.00dB] [on]
Simple mixer control 'Center',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 99
  Mono: Playback 90 [91%] [0.00dB] [on]
Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 99
  Mono: Playback 90 [91%] [0.00dB] [on]
Simple mixer control 'Mic Boost',0
  Capabilities: cenum
  Items: '0 dB' '10 dB' '20 dB' '30 dB'
  Item0: '0 dB'
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined cswitch cswitch-joined
  Playback channels: Mono
  Capture channels: Mono
  Mono: Playback [on] Capture [off]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 99
  Front Left: Capture 99 [100%] [9.00dB] [on]
  Front Right: Capture 99 [100%] [9.00dB] [on]
Simple mixer control 'Enable InFX',0
  Capabilities: cswitch cswitch-joined
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Enable OutFX',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'FX: Crystalizer',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 100
  Mono: Playback 65 [65%] [on]
Simple mixer control 'FX: Dialog Plus',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 100
  Mono: Playback 50 [50%] [on]
Simple mixer control 'FX: Equalizer',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'FX: Equalizer Preset',0
  Capabilities: enum
  Items: 'Flat' 'Acoustic' 'Classical' 'Country' 'Dance' 'Jazz' 'New Age' 'Pop' 'Rock' 'Vocal'
  Item0: 'Flat'
Simple mixer control 'FX: Mic SVM',0
  Capabilities: cswitch cswitch-joined
  Capture channels: Mono
  Mono: Capture [on]
Simple mixer control 'FX: Noise Reduction',0
  Capabilities: cswitch cswitch-joined
  Capture channels: Mono
  Mono: Capture [on]
Simple mixer control 'FX: Smart Volume',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 100
  Mono: Playback 74 [74%] [on]
Simple mixer control 'FX: Smart Volume Setting',0
  Capabilities: enum
  Items: 'Normal' 'Loud' 'Night'
  Item0: 'Normal'
Simple mixer control 'FX: Surround',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 100
  Mono: Playback 67 [67%] [on]
Simple mixer control 'FX: Voice Focus',0
  Capabilities: cswitch cswitch-joined
  Capture channels: Mono
  Mono: Capture [on]
Simple mixer control 'FX: X-Bass',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 100
  Mono: Playback 50 [50%] [on]
Simple mixer control 'FX: X-Bass Crossover',0
  Capabilities: pvolume pvolume-joined
  Playback channels: Mono
  Capabilities: pvolume pvolume-joined
  Playback channels: Mono
  Limits: Playback 1 - 100
  Mono: Playback 8 [7%]
Simple mixer control 'HP/Speaker Auto Detect',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Rear Mic' 'Line' 'Front Mic'
  Item0: 'Rear Mic'
Simple mixer control 'Output Select',0
  Capabilities: enum
  Items: 'Line Out' 'Headphone' 'Surround'
  Item0: 'Line Out'
Simple mixer control 'VoiceFX',0
  Capabilities: cenum
  Items: 'Neutral' 'Female2Male' 'Male2Female' 'ScrappyKid' 'Elderly' 'Orc' 'Elf' 'Dwarf' 'AlienBrute' 'Robot' 'Marine' 'Emo' 'DeepVoice' 'Munchkin'
  Item0: 'Neutral'
Simple mixer control 'What U Hear',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 99
  Front Left: Capture 90 [91%] [0.00dB] [on]
  Front Right: Capture 90 [91%] [0.00dB] [on]

speaker-test  -c 2

speaker-test 1.1.8

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 64 to 1048576
Period size range from 32 to 524288
Using max buffer size 1048576
Periods = 4
Unable to set hw params for playback: Invalid argument
Setting of hwparams failed: Invalid argument

Offline

#4 2019-04-17 08:14:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,655

Re: Soundblaster Z (ca0132) shows up in alsamixer - no sound with toslink

IEC control is enabled that should be fine, what about

aplay -D iec958 --dump-hw-params

Last edited by V1del (2019-04-17 08:15:00)

Offline

Board footer

Powered by FluxBB