Realtek ALC662 Sound

Realtek ALC662 Sound

Postby pujithadimuthu » Mar 9th, '21, 04:37

Hi,

1. After latest updates as I understood my sound card is not working too
Foxconn G31MXP Motherboard.

2. How do I enable 5.1 Sound?

Code: Select all
[dimuthu@Pujitha-PC ~]$ lsb_release -a
LSB Version:    *
Distributor ID: Mageia
Description:    Mageia 7
Release:        7
Codename:       mga7
[dimuthu@Pujitha-PC ~]$


Code: Select all
[dimuthu@Pujitha-PC ~]$ uname -a
Linux Pujitha-PC.localdomain 5.10.20-desktop-2.mga7 #1 SMP Fri Mar 5 20:47:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
[dimuthu@Pujitha-PC ~]$


https://findhard.ru/en/motherboards/mod ... onn-g31mxp

FYA.

Thanks,

Pujitha Dimuthu
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Mar 9th, '21, 23:23

Please post the output as regular user of

Code: Select all
lspcidrake -v
grep -i codec /proc/asound/card*/codec*
LC_ALL=C systemctl --user status pulseaudio.socket pulseaudio.service -a
LC_ALL=C pacmd ls
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 10th, '21, 01:01

As ROOT

Code: Select all
[root@Pujitha-PC dimuthu]# lspcidrake -v
ehci_pci        : Intel Corporation|NM10/ICH7 Family USB2 EHCI Controller [SERIAL_USB] (vendor:8086 device:27cc subv:105b subd:0ded) (rev: 01)
snd_hda_intel   : NVIDIA Corporation|High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:10de device:0be3 subv:1043 subd:852d) (rev: a1)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #1 [SERIAL_USB] (vendor:8086 device:27c8 subv:105b subd:0ded) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #3 [SERIAL_USB] (vendor:8086 device:27ca subv:105b subd:0ded) (rev: 01)
ata_piix        : Intel Corporation|82801G (ICH7 Family) IDE Controller [STORAGE_IDE] (vendor:8086 device:27df subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|NM10/ICH7 Family PCI Express Port 2 [BRIDGE_PCI] (vendor:8086 device:27d2) (rev: 01)
unknown         : Intel Corporation|82G33/G31/P35/P31 Express DRAM Controller [BRIDGE_HOST] (vendor:8086 device:29c0) (rev: 10)
i2c_i801        : Intel Corporation|NM10/ICH7 Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:27da subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|82801 PCI Bridge [BRIDGE_PCI] (vendor:8086 device:244e) (rev: e1)
snd_hda_intel   : Intel Corporation|NM10/ICH7 Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:27d8 subv:105b subd:0ded) (rev: 01)
Card:NVIDIA GeForce 8100 to GeForce 415: NVIDIA Corporation|GT218 [GeForce 210] [DISPLAY_VGA] (vendor:10de device:0a65 subv:1043 subd:852d) (rev: a2)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #2 [SERIAL_USB] (vendor:8086 device:27c9 subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|82G33/G31/P35/P31 Express PCI Express Root Port [BRIDGE_PCI] (vendor:8086 device:29c1) (rev: 10)
intel_rng       : Intel Corporation|82801GB/GR (ICH7 Family) LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:27b8 subv:105b subd:0ded) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #4 [SERIAL_USB] (vendor:8086 device:27cb subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|NM10/ICH7 Family PCI Express Port 1 [BRIDGE_PCI] (vendor:8086 device:27d0) (rev: 01)
ata_piix        : Intel Corporation|NM10/ICH7 Family SATA Controller [IDE mode] [STORAGE_IDE] (vendor:8086 device:27c0 subv:105b subd:0ded) (rev: 01)
r8169           : Realtek Semiconductor Co., Ltd.|RTL810xE PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:10ec subd:0ded) (rev: 02)
hub             : Linux 5.10.20-desktop-2.mga7 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usbhid          : USB|USB Keyboard [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:1a2c device:2d23)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hid_generic     : USB USB Keyboard
hid_generic     : USB USB Keyboard
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]# grep -i codec /proc/asound/card*/codec*
/proc/asound/card0/codec#2:Codec: Realtek ALC662 rev1
/proc/asound/card1/codec#0:Codec: Nvidia GPU 0b HDMI/DP
/proc/asound/card1/codec#1:Codec: Nvidia GPU 0b HDMI/DP
/proc/asound/card1/codec#2:Codec: Nvidia GPU 0b HDMI/DP
/proc/asound/card1/codec#3:Codec: Nvidia GPU 0b HDMI/DP
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]# LC_ALL=C systemctl --user status pulseaudio.socket pulseaudio.service -a
Failed to connect to bus: Operation not permitted
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]#
[root@Pujitha-PC dimuthu]# LC_ALL=C pacmd ls
XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e g happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)
No PulseAudio daemon running, or not running as session daemon.
[root@Pujitha-PC dimuthu]#
Last edited by pujithadimuthu on Mar 10th, '21, 01:05, edited 1 time in total.
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 10th, '21, 01:04

As a normal user.

Code: Select all
[dimuthu@Pujitha-PC ~]$ lspcidrake -v
ehci_pci        : Intel Corporation|NM10/ICH7 Family USB2 EHCI Controller [SERIAL_USB] (vendor:8086 device:27cc subv:105b subd:0ded) (rev: 01)
snd_hda_intel   : NVIDIA Corporation|High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:10de device:0be3 subv:1043 subd:852d) (rev: a1)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #1 [SERIAL_USB] (vendor:8086 device:27c8 subv:105b subd:0ded) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #3 [SERIAL_USB] (vendor:8086 device:27ca subv:105b subd:0ded) (rev: 01)
ata_piix        : Intel Corporation|82801G (ICH7 Family) IDE Controller [STORAGE_IDE] (vendor:8086 device:27df subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|NM10/ICH7 Family PCI Express Port 2 [BRIDGE_PCI] (vendor:8086 device:27d2) (rev: 01)
unknown         : Intel Corporation|82G33/G31/P35/P31 Express DRAM Controller [BRIDGE_HOST] (vendor:8086 device:29c0) (rev: 10)
i2c_i801        : Intel Corporation|NM10/ICH7 Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:27da subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|82801 PCI Bridge [BRIDGE_PCI] (vendor:8086 device:244e) (rev: e1)
snd_hda_intel   : Intel Corporation|NM10/ICH7 Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:27d8 subv:105b subd:0ded) (rev: 01)
Card:NVIDIA GeForce 8100 to GeForce 415: NVIDIA Corporation|GT218 [GeForce 210] [DISPLAY_VGA] (vendor:10de device:0a65 subv:1043 subd:852d) (rev: a2)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #2 [SERIAL_USB] (vendor:8086 device:27c9 subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|82G33/G31/P35/P31 Express PCI Express Root Port [BRIDGE_PCI] (vendor:8086 device:29c1) (rev: 10)
intel_rng       : Intel Corporation|82801GB/GR (ICH7 Family) LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:27b8 subv:105b subd:0ded) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #4 [SERIAL_USB] (vendor:8086 device:27cb subv:105b subd:0ded) (rev: 01)
unknown         : Intel Corporation|NM10/ICH7 Family PCI Express Port 1 [BRIDGE_PCI] (vendor:8086 device:27d0) (rev: 01)
ata_piix        : Intel Corporation|NM10/ICH7 Family SATA Controller [IDE mode] [STORAGE_IDE] (vendor:8086 device:27c0 subv:105b subd:0ded) (rev: 01)
r8169           : Realtek Semiconductor Co., Ltd.|RTL810xE PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:10ec subd:0ded) (rev: 02)
hub             : Linux 5.10.20-desktop-2.mga7 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usbhid          : USB|USB Keyboard [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:1a2c device:2d23)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 5.10.20-desktop-2.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hid_generic     : USB USB Keyboard
hid_generic     : USB USB Keyboard
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$ grep -i codec /proc/asound/card*/codec*
/proc/asound/card0/codec#2:Codec: Realtek ALC662 rev1
/proc/asound/card1/codec#0:Codec: Nvidia GPU 0b HDMI/DP
/proc/asound/card1/codec#1:Codec: Nvidia GPU 0b HDMI/DP
/proc/asound/card1/codec#2:Codec: Nvidia GPU 0b HDMI/DP
/proc/asound/card1/codec#3:Codec: Nvidia GPU 0b HDMI/DP
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$ LC_ALL=C systemctl --user status pulseaudio.socket pulseaudio.service -a
* pulseaudio.socket - Sound System
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; disabled; vendor preset: enabled)
   Active: active (running) since Wed 2021-03-10 04:14:07 +0530; 18min ago
   Listen: /run/user/1000/pulse/native (Stream)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.socket

Mar 10 04:14:07 Pujitha-PC.localdomain systemd[3823]: Listening on Sound System.
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

* pulseaudio.service - Sound Service
   Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor preset: enabled)
   Active: active (running) since Wed 2021-03-10 04:14:21 +0530; 18min ago
 Main PID: 4057 (pulseaudio)
   CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.service
           |-4057 /usr/bin/pulseaudio --daemonize=no
           `-4109 /usr/libexec/pulse/gsettings-helper

Mar 10 04:14:16 Pujitha-PC.localdomain systemd[3823]: Starting Sound Service...
Mar 10 04:14:21 Pujitha-PC.localdomain systemd[3823]: Started Sound Service.
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$ LC_ALL=C pacmd ls
Memory blocks currently allocated: 1, size: 63.9 KiB.
Memory blocks allocated during the whole lifetime: 1330, size: 11.2 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-0000_00_1b.0.analog-stereo
Default source name: alsa_input.pci-0000_00_1b.0.analog-stereo
Memory blocks of type POOL: 1 allocated/610 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/234 accumulated.
Memory blocks of type IMPORTED: 0 allocated/486 accumulated.
25 module(s) loaded.
    index: 0
        name: <module-device-restore>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore the volume/mute state of devices"
                module.version = "12.2.0-5.mga7"
    index: 1
        name: <module-stream-restore>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore the volume/mute/device state of streams"
                module.version = "12.2.0-5.mga7"
    index: 2
        name: <module-card-restore>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore profile of cards"
                module.version = "12.2.0-5.mga7"
    index: 3
        name: <module-augment-properties>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Augment the property sets of streams with additional static information"
                module.version = "12.2.0-5.mga7"
    index: 4
        name: <module-switch-on-port-available>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "David Henningsson"
                module.description = "Switches ports and profiles when devices are plugged/unplugged"
                module.version = "12.2.0-5.mga7"
    index: 5
        name: <module-udev-detect>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Detect available audio hardware and load matching drivers"
                module.version = "12.2.0-5.mga7"
    index: 6
        name: <module-alsa-card>
        argument: <device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1">
        used: 0
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "ALSA Card"
                module.version = "12.2.0-5.mga7"
    index: 7
        name: <module-alsa-card>
        argument: <device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1">
        used: 0
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "ALSA Card"
                module.version = "12.2.0-5.mga7"
    index: 8
        name: <module-esound-protocol-unix>
        argument: <>
        used: -1
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "ESOUND protocol (UNIX sockets)"
                module.version = "12.2.0-5.mga7"
    index: 9
        name: <module-native-protocol-unix>
        argument: <>
        used: -1
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "Native protocol (UNIX sockets)"
                module.version = "12.2.0-5.mga7"
    index: 10
        name: <module-gsettings>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Sylvain Baubeau"
                module.description = "GSettings Adapter"
                module.version = "12.2.0-5.mga7"
    index: 11
        name: <module-default-device-restore>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore the default sink and source"
                module.version = "12.2.0-5.mga7"
    index: 12
        name: <module-rescue-streams>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "When a sink/source is removed, try to move its streams to the default sink/source"
                module.version = "12.2.0-5.mga7"
    index: 13
        name: <module-always-sink>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Colin Guthrie"
                module.description = "Always keeps at least one sink loaded even if it's a null one"
                module.version = "12.2.0-5.mga7"
    index: 14
        name: <module-intended-roles>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically set device of streams based on intended roles of devices"
                module.version = "12.2.0-5.mga7"
    index: 15
        name: <module-suspend-on-idle>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "When a sink/source is idle for too long, suspend it"
                module.version = "12.2.0-5.mga7"
    index: 16
        name: <module-systemd-login>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Create a client for each login session of this user"
                module.version = "12.2.0-5.mga7"
    index: 17
        name: <module-position-event-sounds>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
                module.version = "12.2.0-5.mga7"
    index: 18
        name: <module-role-cork>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Lennart Poettering"
                module.description = "Mute & cork streams with certain roles while others exist"
                module.version = "12.2.0-5.mga7"
    index: 19
        name: <module-filter-heuristics>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Colin Guthrie"
                module.description = "Detect when various filters are desirable"
                module.version = "12.2.0-5.mga7"
    index: 20
        name: <module-filter-apply>
        argument: <>
        used: -1
        load once: yes
        properties:
                module.author = "Colin Guthrie"
                module.description = "Load filter sinks automatically when needed"
                module.version = "12.2.0-5.mga7"
    index: 21
        name: <module-x11-publish>
        argument: <display=:0>
        used: -1
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "X11 credential publisher"
                module.version = "12.2.0-5.mga7"
    index: 22
        name: <module-device-manager>
        argument: <do_routing=1>
        used: -1
        load once: yes
        properties:
                module.author = "Colin Guthrie"
                module.description = "Keep track of devices (and their descriptions) both past and present and prioritise by role"
                module.version = "12.2.0-5.mga7"
    index: 23
        name: <module-x11-xsmp>
        argument: <display=:0 session_manager=local/Pujitha-PC.localdomain:@/tmp/.ICE-unix/3990,unix/Pujitha-PC.localdomain:/tmp/.ICE-unix/3990>
        used: -1
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "X11 session management"
                module.version = "12.2.0-5.mga7"
    index: 24
        name: <module-cli-protocol-unix>
        argument: <>
        used: -1
        load once: no
        properties:
                module.author = "Lennart Poettering"
                module.description = "Command line interface protocol (UNIX sockets)"
                module.version = "12.2.0-5.mga7"
1 sink(s) available.
  * index: 0
        name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
        driver: <module-alsa-card.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
        state: SUSPENDED
        suspend cause: IDLE
        priority: 9039
        volume: front-left: 46531 /  71% / -8.92 dB,   front-right: 46531 /  71% / -8.92 dB
                balance 0.00
        base volume: 65536 / 100% / 0.00 dB
        volume steps: 65537
        muted: no
        current latency: 0.00 ms
        max request: 0 KiB
        max rewind: 0 KiB
        monitor source: 0
        sample spec: s16le 2ch 48000Hz
        channel map: front-left,front-right
                     Stereo
        used by: 0
        linked by: 0
        configured latency: 0.00 ms; range is 0.50 .. 1837.50 ms
        card: 1 <alsa_card.pci-0000_00_1b.0>
        module: 7
        properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "ALC662 rev1 Analog"
                alsa.id = "ALC662 rev1 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "0"
                alsa.card_name = "HDA Intel"
                alsa.long_card_name = "HDA Intel at 0xfdff8000 irq 27"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1b.0"
                sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "27d8"
                device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
                device.form_factor = "internal"
                device.string = "front:0"
                device.buffering.buffer_size = "352800"
                device.buffering.fragment_size = "176400"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-stereo"
                device.profile.description = "Analog Stereo"
                device.description = "Built-in Audio Analog Stereo"
                alsa.mixer_name = "Realtek ALC662 rev1"
                alsa.components = "HDA:10ec0662,105b0ded,00100101"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        ports:
                analog-output-lineout: Line Out (priority 9900, latency offset 0 usec, available: yes)
                        properties:

                analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "audio-headphones"
        active port: <analog-output-lineout>
2 source(s) available.
    index: 0
        name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
        driver: <module-alsa-card.c>
        flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
        state: SUSPENDED
        suspend cause: IDLE
        priority: 1030
        volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
                balance 0.00
        base volume: 65536 / 100% / 0.00 dB
        volume steps: 65537
        muted: no
        current latency: 0.00 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 48000Hz
        channel map: front-left,front-right
                     Stereo
        used by: 0
        linked by: 0
        configured latency: 0.00 ms; range is 0.50 .. 1837.50 ms
        monitor_of: 0
        card: 1 <alsa_card.pci-0000_00_1b.0>
        module: 7
        properties:
                device.description = "Monitor of Built-in Audio Analog Stereo"
                device.class = "monitor"
                alsa.card = "0"
                alsa.card_name = "HDA Intel"
                alsa.long_card_name = "HDA Intel at 0xfdff8000 irq 27"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1b.0"
                sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "27d8"
                device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
                device.form_factor = "internal"
                device.string = "0"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
  * index: 1
        name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
        driver: <module-alsa-card.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
        state: SUSPENDED
        suspend cause: IDLE
        priority: 9039
        volume: front-left: 65537 / 100% / 0.00 dB,   front-right: 65537 / 100% / 0.00 dB
                balance 0.00
        base volume: 5841 /   9% / -63.00 dB
        volume steps: 65537
        muted: no
        current latency: 0.00 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
                     Stereo
        used by: 0
        linked by: 0
        configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
        card: 1 <alsa_card.pci-0000_00_1b.0>
        module: 7
        properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "ALC662 rev1 Analog"
                alsa.id = "ALC662 rev1 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "0"
                alsa.card_name = "HDA Intel"
                alsa.long_card_name = "HDA Intel at 0xfdff8000 irq 27"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1b.0"
                sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "27d8"
                device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
                device.form_factor = "internal"
                device.string = "front:0"
                device.buffering.buffer_size = "352800"
                device.buffering.fragment_size = "176400"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-stereo"
                device.profile.description = "Analog Stereo"
                device.description = "Built-in Audio Analog Stereo"
                alsa.mixer_name = "Realtek ALC662 rev1"
                alsa.components = "HDA:10ec0662,105b0ded,00100101"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        ports:
                analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: yes)
                        properties:
                                device.icon_name = "audio-input-microphone"
                analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: yes)
                        properties:
                                device.icon_name = "audio-input-microphone"
                analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: yes)
                        properties:

        active port: <analog-input-front-mic>
6 client(s) logged in.
    index: 0
        driver: <module-systemd-login.c>
        owner module: 16
        properties:
                application.name = "Login Session c2"
                systemd-login.session = "c2"
    index: 3
        driver: <protocol-native.c>
        owner module: 9
        properties:
                application.name = "libphonon"
                native-protocol.peer = "UNIX socket client"
                native-protocol.version = "32"
                application.process.id = "3990"
                application.process.user = "dimuthu"
                application.process.host = "Pujitha-PC.localdomain"
                application.process.binary = "ksmserver"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = "aaf6d588be954efd89dea0b8ed15c946"
                application.process.session_id = "c2"
    index: 6
        driver: <module-x11-xsmp.c>
        owner module: 23
        properties:
                application.name = "XSMP Session on KDE as 102502601c71cf000161532986200000039900010"
                xsmp.vendor = "KDE"
                xsmp.client.id = "102502601c71cf000161532986200000039900010"
    index: 10
        driver: <protocol-native.c>
        owner module: 9
        properties:
                application.name = "QPulse"
                native-protocol.peer = "UNIX socket client"
                native-protocol.version = "32"
                application.process.id = "4026"
                application.process.user = "dimuthu"
                application.process.host = "Pujitha-PC.localdomain"
                application.process.binary = "plasmashell"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = "aaf6d588be954efd89dea0b8ed15c946"
                application.process.session_id = "c2"
    index: 11
        driver: <protocol-native.c>
        owner module: 9
        properties:
                application.name = "Brave input"
                native-protocol.peer = "UNIX socket client"
                native-protocol.version = "32"
                application.process.id = "11210"
                application.process.user = "dimuthu"
                application.process.host = "Pujitha-PC.localdomain"
                application.process.binary = "brave"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = "aaf6d588be954efd89dea0b8ed15c946"
                application.process.session_id = "c2"
    index: 12
        driver: <cli.c>
        owner module: 24
        properties:
                application.name = "UNIX socket client"
2 card(s) available.
    index: 0
        name: <alsa_card.pci-0000_01_00.1>
        driver: <module-alsa-card.c>
        owner module: 6
        properties:
                alsa.card = "1"
                alsa.card_name = "HDA NVidia"
                alsa.long_card_name = "HDA NVidia at 0xfcffc000 irq 17"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:01:00.1"
                sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1"
                device.bus = "pci"
                device.vendor.id = "10de"
                device.vendor.name = "NVIDIA Corporation"
                device.product.id = "0be3"
                device.product.name = "High Definition Audio Controller"
                device.string = "1"
                device.description = "High Definition Audio Controller"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        profiles:
                output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5900, available: no)
                output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (priority 800, available: no)
                output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (priority 800, available: no)
                output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (priority 5700, available: no)
                output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) Output (priority 600, available: no)
                output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) Output (priority 600, available: no)
                output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (priority 5700, available: no)
                output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (priority 600, available: no)
                output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (priority 600, available: no)
                output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (priority 5700, available: no)
                output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (priority 600, available: no)
                output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (priority 600, available: no)
                off: Off (priority 0, available: unknown)
        active profile: <off>
        ports:
                hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
                hdmi-output-3: HDMI / DisplayPort 4 (priority 5600, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "video-display"
    index: 1
        name: <alsa_card.pci-0000_00_1b.0>
        driver: <module-alsa-card.c>
        owner module: 7
        properties:
                alsa.card = "0"
                alsa.card_name = "HDA Intel"
                alsa.long_card_name = "HDA Intel at 0xfdff8000 irq 27"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:1b.0"
                sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
                device.bus = "pci"
                device.vendor.id = "8086"
                device.vendor.name = "Intel Corporation"
                device.product.id = "27d8"
                device.product.name = "NM10/ICH7 Family High Definition Audio Controller"
                device.form_factor = "internal"
                device.string = "0"
                device.description = "Built-in Audio"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        profiles:
                input:analog-stereo: Analog Stereo Input (priority 65, available: unknown)
                output:analog-stereo: Analog Stereo Output (priority 6500, available: unknown)
                output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6565, available: unknown)
                output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500, available: unknown)
                output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (priority 5565, available: unknown)
                off: Off (priority 0, available: unknown)
        active profile: <output:analog-stereo+input:analog-stereo>
        sinks:
                alsa_output.pci-0000_00_1b.0.analog-stereo/#0: Built-in Audio Analog Stereo
        sources:
                alsa_output.pci-0000_00_1b.0.analog-stereo.monitor/#0: Monitor of Built-in Audio Analog Stereo
                alsa_input.pci-0000_00_1b.0.analog-stereo/#1: Built-in Audio Analog Stereo
        ports:
                analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: yes)
                        properties:
                                device.icon_name = "audio-input-microphone"
                analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: yes)
                        properties:
                                device.icon_name = "audio-input-microphone"
                analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: yes)
                        properties:

                analog-output-lineout: Line Out (priority 9900, latency offset 0 usec, available: yes)
                        properties:

                analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no)
                        properties:
                                device.icon_name = "audio-headphones"
                iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
                        properties:

0 sink input(s) available.
0 source output(s) available.
0 cache entrie(s) available.
[dimuthu@Pujitha-PC ~]$
[dimuthu@Pujitha-PC ~]$
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 10th, '21, 05:25

Got the Sound Back. ??? :D

How do I enable 5.1 Sound?
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Mar 10th, '21, 17:58

I don't see any obvious issues, although the base volume is only at 9% for the primary source.

What application do you use to test sound ? Also, please add a screenshot from the output and devices tabs of pavucontrol-qt.

For 5.1 sound, how do you want to output 5.1 sound over an analog stereo connection?
But in general, have a look at e.g. https://wiki.archlinux.org/index.php/Pu ... nd_systems
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 11th, '21, 01:06

VLC Player, Audio Volume Advance settings, Brave Web Browser
Attachments
03TAB.png
Tab 01
03TAB.png (125.04 KiB) Viewed 21056 times
02TAB.png
Tab 02
02TAB.png (134.26 KiB) Viewed 21056 times
01TAB.png
Tab 03
01TAB.png (143.39 KiB) Viewed 21056 times
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Mar 11th, '21, 01:23

doktor5000 wrote:Also, please add a screenshot from the output and devices tabs of pavucontrol-qt.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 11th, '21, 02:05

What is pavucontrol-qt. ??? Do Not know. How do I open it?

another thing not related to this. Web browser link will not open Telegam link.
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 11th, '21, 03:01

If there is a system crash (Eg: Power fail) after reboot driver fails to load. Now happened.
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 11th, '21, 06:17

Found the App.
Attachments
03.png
03
03.png (1.28 MiB) Viewed 21048 times
02.png
02
02.png (1.27 MiB) Viewed 21048 times
01.png
01
01.png (1.27 MiB) Viewed 21048 times
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 11th, '21, 06:18

...
Attachments
05.png
05
05.png (1.28 MiB) Viewed 21048 times
04.png
04
04.png (1.28 MiB) Viewed 21048 times
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Mar 11th, '21, 18:17

I don't see any obvious issues.

Does it help, if you change the profile on the "configuration" tab to something else?
Or change it to something else, then back to analog stereo duplex ?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Mar 12th, '21, 03:11

in pavucontrol-qt no. yesterday I install it. In the configure volume I mute the sound. Then on it.
As I remember there was a setting change in the audio volume. Not gave much attention. But it was changed to headphones.
After sound came it is in Line out. I haven't done any changers. it should be in the default.

Another thing can not clear clipboard history using clear history. one by one it is possible. FYA.
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby isadora » Mar 12th, '21, 11:19


Another thing can not clear clipboard history using clear history. one by one it is possible. FYA.

In general it is advised, to create separate topics for different issues.
It makes searching in the forum easier for somebody else, who might run into the same problem in future, and chances people are picking up your issue is bigger.
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2742
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Sep 2nd, '21, 07:51

Again lot the sound. After update. Please check. Thanks. And hope you all are fine too.
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Sep 2nd, '21, 18:20

Who should check that ? You seem to be the only one who has that issue, and you didn't mention what you did afterwards, and then sound is back magically.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Sep 3rd, '21, 03:43

Sometimes I got an issue with the HDD. It is getting idle. This is a new HDD. After cleaning slots of the VGA, RAM, HDD and the Processor it is working fine. Sometimes I change HDD connected slots too. It happens in windows too. less common in Linux.

Yesterday I reset the BIOS too
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Sep 3rd, '21, 17:23

And what does that HDD issue have to do with losing sound ?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Sep 3rd, '21, 22:22

PC Power off and restart. Some times. Always tries to shutdown proper way. But some times not.

I done this now sound OK. FYI

1. Login as normal user and root ( su - root )
2. Execute sweeper and bleachbit ( #sweeper #bleachbit )
3. Cleared browser history. Clear cash and temporary files using Sweeper and Bleachbit.
4. reboot
5. Login back to normal account

6. Login as normal user and root root ( su - root )
7. execute sweeper and bleachbit ( #sweeper #bleachbit )
8. Clear cash and temporary files using Sweeper and Bleachbit
9. reboot
10. login back to normal account

11. Play a mp3 using VLC player

I have identical 2 motherboards time to time this issue shows. But As I understand motherboard is Good.
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby doktor5000 » Sep 3rd, '21, 23:03

pujithadimuthu wrote:2. Execute sweeper and bleachbit ( #sweeper #bleachbit )

You're probably creating those problems yourself. And you should never run those as root.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Realtek ALC662 Sound

Postby pujithadimuthu » Sep 6th, '21, 07:15

In #sweeper I select all but in #bleachbit I select cash, temp, etc files etc. Not critical ones. I updated the OS and worked fine.
Again I lost the sound I think Chrome and Brave create these issues.
If I clear the cash it will not give an output. But if I remove history and then cash I got the sound.

Normally I check News, Play YouTube, Online Shopping websites, Crypto websites and Browse web using Brave. Sometimes I use Chrome and Open WPS Office and VlC. Simple
User avatar
pujithadimuthu
 
Posts: 66
Joined: Nov 4th, '20, 10:13
Location: Taprobana

Re: Realtek ALC662 Sound

Postby sturmvogel » Sep 6th, '21, 08:04

You don't need such useless and potentially harmfull (for your system stability) software. Especially if you are a unexperienced linux user.
https://www.wilderssecurity.com/threads/why-linux-cleanup-utilities-are-dangerous.300182/
sturmvogel
 
Posts: 678
Joined: Jul 30th, '12, 00:39

Re: Realtek ALC662 Sound

Postby morgano » Sep 6th, '21, 17:21

Mandriva since 2006, Mageia 2011 at home & work. Thinkpad T40, T43, T400, T510, Dell M4400, M6300, Acer Aspire 7. Workstation using LVM, LUKS, VirtualBox, BOINC
morgano
 
Posts: 1306
Joined: Jun 15th, '11, 17:51
Location: Kivik, Sweden

Re: Realtek ALC662 Sound

Postby doktor5000 » Sep 6th, '21, 18:16

I'm checking news sites, watching youtube videos and such using Chrome. But I've never lost sound from that, and I also never ran neither bleachbit nor sweeper.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Sound

Who is online

Users browsing this forum: No registered users and 1 guest