Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Webcam Mikrofon wird nicht angezeigt und funktioniert nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 133
Location: Cologne / Germany

PostPosted: Thu Feb 06, 2025 3:48 pm    Post subject: Webcam Mikrofon wird nicht angezeigt und funktioniert nicht Reply with quote

Reines Alsa System. Kein pulsaudio Kein pipewire
Für das Online Meeting https://jitsi.fem.tu-ilmenau.de/LiwokOnlineMeeting benutze ich jitsi-meet-x86_64-Appimage
Ich kann die Mitglieder hören, aber sie können mich nicht hören.
Für das Online Meeting benutze ich die Logitech, Inc. Quickcam 3000 For Business Webcam.
Die Webcam wird nur für das Online Meeting zum USB Slot eingesteckt.
Code:
cat /proc/asound/cards


    0 [HDMI ]: HDA-Intel - HDA ATI HDMI
    HDA ATI HDMI at 0xfcc20000 irq 65
    1 [Generic ]: HDA-Intel - HD-Audio Generic
    HD-Audio Generic at 0xfca00000 irq 66
    2 [U0x46d0x9a5 ]: USB-Audio - USB Device 0x46d:0x9a5
    USB Device 0x46d:0x9a5 at usb-0000:01:00.0-2, high speed

Ohne eingesteckte Webcam sieht das so aus
Code:
cat /proc/asound/cards


    0 [HDMI ]: HDA-Intel - HDA ATI HDMI
    HDA ATI HDMI at 0xfcc20000 irq 65
    1 [Generic ]: HDA-Intel - HD-Audio Generic
    HD-Audio Generic at 0xfca00000 irq 66


Eine .asoundrc ist vorhanden
Code:

defaults.pcm.card 1
defaults.ctl.card 1

pcm.snd_card {
        type hw
        card 1
        device 0
}

ctl.snd_card {
        type hw
        card 1
        device 0
}

pcm.dmixer {
    type dmix
    ipc_key 1024
    ipc_perm 0666
    slave.pcm "snd_card"
    slave {
        period_time 0
        period_size 1024
        buffer_size 4096
        rate 44100
        channels 2
    }
    bindings {
        0 0
        1 1
    }
}

pcm.dsnooper {
    type dsnoop
    ipc_key 2048
    ipc_perm 0666
    slave.pcm "snd_card"
    slave
    {
        period_time 0
        period_size 1024
        buffer_size 4096
        rate 44100
        channels 2
    }
    bindings {
        0 0
        1 1
    }
}


Wie kriege ich das Mikrofon in der Webcam in der .asoundrc eingebaut, damit die Mitglieder mich hören können.
_________________
Regards
soundrolf

MOBO: ASUS PRIME B550M-K BIOS 3702 09/04/2024
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Navi 24 [Radeon RX 6400/6500 XT/6500M] driver: amdgpu
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
gt_amd64
Apprentice
Apprentice


Joined: 02 Dec 2004
Posts: 183

PostPosted: Mon Feb 10, 2025 5:56 pm    Post subject: Reply with quote

Code:

defaults.ctl.card 2
defaults.pcm.card 2
defaults.pcm.device 0
Back to top
View user's profile Send private message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 133
Location: Cologne / Germany

PostPosted: Tue Feb 11, 2025 1:57 pm    Post subject: Reply with quote

@gt_amd64
Wie soll ich das verstehen. Soll ich jetzt deine 3 Zeilen in der obigen .asoundrc einfügen
Oder eine .asoundrc mit nur den 3 Zeilen einfügen

Wenn ich die 3 Zeilen einfüge kann ich meine Musik nicht hören.
Deswegen habe ich mal defaults.ctl.card 2 und defaults.pcm.card 2 so verändert

defaults.ctl.card 1
defaults.pcm.card 1
defaults.pcm.device 0

Danach kann ich wieder meine Musik hören. Aber im jitsi-meet-appimage kann ich immer noch nicht das Mikrofon aktivieren.
Es bleibt auf mute
_________________
Regards
soundrolf

MOBO: ASUS PRIME B550M-K BIOS 3702 09/04/2024
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Navi 24 [Radeon RX 6400/6500 XT/6500M] driver: amdgpu
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
gt_amd64
Apprentice
Apprentice


Joined: 02 Dec 2004
Posts: 183

PostPosted: Tue Feb 11, 2025 6:43 pm    Post subject: Reply with quote

Es ging Dir um das Mikrofon und Du hast das im Debian-Forum 8O als Ausgabe von arecord -l geposted
Quote:

Karte 2: U0x46d0x9a5 [USB Device 0x46d:0x9a5], Gerät 0: USB Audio [USB Audio]

demnach ist Deine Mikrofon-Karte: 2 und dein Mikrofon-Gerät: 0
also
Code:

defaults.ctl.card 2
defaults.pcm.card 2
defaults.pcm.device 0


Mit den genannten Einstellungen in der .asoundrc (erstmal ohne weitere Einträge) solltest du mit dem Mikrofon etwas aufnehmen können (mit alsamixer usw. testen)
Wenn das funktioniert musst du die .asoundrc noch so anpassen das Aufnahme und Wiedergabe funktionieren, also die entsprechenden Karten und Geräte einstellen.

Viel mehr kann ich Dir leider nicht helfen, ich nutze kein reines Alsa System.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum