Hi people!
TL;DR = VIA VT1724 Envy24 mute on fedora, but working on windows (dual boot pc)
I have an old pc, and I was using ubuntu - but ubuntu is so resource hungry - so I am using fedora for the last months. Loved the Kde spin, this last 2 weeks I am using the gnome spin. It is better that I was expected, lighter than I expected.
So, the problem: the sound card of my mainboard died. I bought a pci soundcard. Let me show the details:
Code:
# lspci -v
01:01.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
Subsystem: VIA Technologies Inc. Device 2403
Flags: bus master, medium devsel, latency 64, IRQ 21
I/O ports at b800 [size=32]
I/O ports at b400 [size=128]
Capabilities: [80] Power Management version 1
Kernel driver in use: snd_ice1724
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ICE1724 [ICEnsemble ICE1724], device 0: ICE1724 [ICE1724]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICE1724 [ICEnsemble ICE1724], device 1: ICE1724 IEC958 [ICE1724 IEC958]
Subdevices: 1/1
Subdevice #0: subdevice #0
#dmesg | grep 1724
[ 0.063519] pci 0000:01:01.0: [1412:1724] type 00 class 0x040100
[ 10.973779] ice1724: No matching model found for ID 0x12140324
[ 10.976706] ice1724: Invalid EEPROM version 1
And I got no sound. Yes, alsamix was one of my first tries and no, it is not muted. So far, I found little to nothing info on the web.
Edit
Also, I found something about creating an
/etc/modprobe.d/alsa.conf with:
options snd-ice1724 model=av710
But I was unable to find what model to specify in this file.
Any ideas - besides buying a new soundcard?