Zvuk  je pouze ve sluchátkách ne v reproduktorech nemůžu v nastavení vybrat jiný zvukový vystup něž do sluchátek můj zvukový hw je  ALC1220-VB pokusil jsem to spravit nainstalováním PipeWire os ubuntu 22.04
$ hwinfo --sound
32: PCI c00.1: 0403 Audio device                                
  [Created at pci.386]
  Unique ID: rwaR.b0tOCU4_vDC
  Parent ID: IluS.CS5kfnTSviA
  SysFS ID: /devices/pci0000:00/0000:00:03.1/0000:0a:00.0/0000:0b:00.0/0000:0c:00.1
  SysFS BusID: 0000:0c:00.1
  Hardware Class: sound
  Model: "ATI Audio device"
  Vendor: pci 0x1002 "ATI Technologies Inc"
  Device: pci 0xab28 
  SubVendor: pci 0x1002 "ATI Technologies Inc"
  SubDevice: pci 0xab28 
  Driver: "snd_hda_intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xfcb20000-0xfcb23fff (rw,non-prefetchable)
  IRQ: 120 (1226 events)
  Module Alias: "pci:v00001002d0000AB28sv00001002sd0000AB28bc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #19 (PCI bridge)
36: PCI e00.4: 0403 Audio device
  [Created at pci.386]
  Unique ID: ocSE.7C7D+k8gsC2
  Parent ID: JZZT.YJhZDzGYdS4
  SysFS ID: /devices/pci0000:00/0000:00:08.1/0000:0e:00.4
  SysFS BusID: 0000:0e:00.4
  Hardware Class: sound
  Model: "AMD Starship/Matisse HD Audio Controller"
  Vendor: pci 0x1022 "AMD"
  Device: pci 0x1487 "Starship/Matisse HD Audio Controller"
  SubVendor: pci 0x1458 "Gigabyte Technology Co., Ltd"
  SubDevice: pci 0xa0c3 
  Driver: "snd_hda_intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xfc900000-0xfc907fff (rw,non-prefetchable)
  IRQ: 122 (5081 events)
  Module Alias: "pci:v00001022d00001487sv00001458sd0000A0C3bc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #34 (PCI bridge)
$ lspci -nnk | grep -A2 Audio
0c:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 HDMI Audio [Radeon RX 6800/6800 XT / 6900 XT] [1002:ab28]
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 HDMI Audio [Radeon RX 6800/6800 XT / 6900 XT] [1002:ab28]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
--
0e:00.4 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller [1022:1487]
	Subsystem: Gigabyte Technology Co., Ltd Starship/Matisse HD Audio Controller [1458:a0c3]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
$ systemctl --user status pipewire pipewire-session-manager
● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2024-04-20 11:37:20 CEST; 1h 31min ago
TriggeredBy: ● pipewire.socket
   Main PID: 2162 (pipewire)
      Tasks: 2 (limit: 115654)
     Memory: 10.3M
        CPU: 2.411s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─2162 /usr/bin/pipewire
dub 20 11:37:20 PCMR systemd[2155]: Started PipeWire Multimedia Service.
● wireplumber.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2024-04-20 11:37:20 CEST; 1h 31min ago
   Main PID: 2164 (wireplumber)
      Tasks: 4 (limit: 115654)
     Memory: 6.0M
        CPU: 775ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
             └─2164 /usr/bin/wireplumber
dub 20 11:37:20 PCMR systemd[2155]: Started Multimedia Service Session Manager.
dub 20 11:37:20 PCMR wireplumber[2164]: Failed to set scheduler settings: Operace není povolena
$ sudo dmesg | grep codec
[   12.041667] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   12.041672] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.041674] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   12.041676] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   12.041678] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[   12.041680] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   12.041682] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   12.041684] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   12.041685] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
			
									
									
						Problém ze zvukem s ALC1220-VB X470 AORUS ULTRA GAMING
- 
				heavyblack1
- Level 1 
- Příspěvky: 58
- Registrován: leden 15
- Pohlaví:  
- Stav:
		Offline
- 
				- Mohlo by vás zajímat
- Odpovědi
- Zobrazení
- Poslední příspěvek
 
- 
				
- 1
- 3161
- 
						od kecalek
						Zobrazit poslední příspěvek 
 30 pro 2024 07:03
 
 
- 
				- 
												BIOS aktualizace ryzen 5700x a gigabyte B550 aorus elite v2
 od chasburokar » 10 lis 2024 16:30 » v Vše ostatní (sw)
- 7
- 5605
- 
						od Kminek
						Zobrazit poslední příspěvek 
 12 lis 2024 00:23
 
 
- 
												
- 
				
- 1
- 2749
- 
						od Alferi
						Zobrazit poslední příspěvek 
 22 říj 2025 08:35
 
 
- 
				- 
												seznam pc her s detaily na ultra s 128 bitovou sběrnici a QHD 1440p
 od walderan » 26 čer 2025 19:41 » v Problémy s hardwarem
- 2
- 4890
- 
						od Alferi
						Zobrazit poslední příspěvek 
 27 čer 2025 11:13
 
 
- 
												
- 
				
- 0
- 2689
- 
						od AirCrew
						Zobrazit poslední příspěvek 
 03 dub 2025 20:56
 
 
Zpět na “LiNuX a ostatní alternativní OS”
Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 29 hostů


 
 


