Hirdetés

Új hozzászólás Aktív témák

  • kem

    addikt

    Sziasztok!

    Itt a kovetkezo kihivas. Nem mukodik a mikrofonom, pedig kellene SIP phonehoz.
    Probaltam mar par dolgot:
    1. hozzaadni dolgokat ehhez a filehoz:
    $ cat /etc/modprobe.d/alsa-base.conf
    # autoloader aliases
    install sound-slot-0 /sbin/modprobe snd-card-0
    install sound-slot-1 /sbin/modprobe snd-card-1
    install sound-slot-2 /sbin/modprobe snd-card-2
    install sound-slot-3 /sbin/modprobe snd-card-3
    install sound-slot-4 /sbin/modprobe snd-card-4
    install sound-slot-5 /sbin/modprobe snd-card-5
    install sound-slot-6 /sbin/modprobe snd-card-6
    install sound-slot-7 /sbin/modprobe snd-card-7

    # Cause optional modules to be loaded above generic modules
    install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
    #
    # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
    install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
    install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
    install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
    #
    install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
    # Cause optional modules to be loaded above sound card driver modules
    install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
    install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

    # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
    install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
    # Prevent abnormal drivers from grabbing index 0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-caiaq index=-2
    options snd-usb-ua101 index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    # Ubuntu #62691, enable MPU for snd-cmipci
    options snd-cmipci mpu_port=0x330 fm_port=0x388
    # Keep snd-pcsp from being loaded as first soundcard
    options snd-pcsp index=-2
    # Keep snd-usb-audio from beeing loaded as first soundcard
    options snd-usb-audio index=-2

    #extra lines by me
    options snd-hda-intel model=asus
    #alias snd-card-0 snd-hda-intel
    #options snd-hda-intel model=auto

    2. pavucontrol
    3. sudo apt-get remove pulseaudio
    sudo apt-get install pulseaudio
    Infok:
    sudo dmidecode -t bios
    # dmidecode 3.0
    Getting SMBIOS data from sysfs.
    SMBIOS 3.0 present.

    Handle 0x0000, DMI type 0, 24 bytes
    BIOS Information
    Vendor: American Megatrends Inc.
    Version: X555UA.205
    Release Date: 11/08/2015
    Address: 0xF0000
    Runtime Size: 64 kB
    ROM Size: 6016 kB
    Characteristics:
    PCI is supported
    BIOS is upgradeable
    BIOS shadowing is allowed
    Boot from CD is supported
    Selectable boot is supported
    BIOS ROM is socketed
    EDD is supported
    5.25"/1.2 MB floppy services are supported (int 13h)
    3.5"/720 kB floppy services are supported (int 13h)
    3.5"/2.88 MB floppy services are supported (int 13h)
    Print screen service is supported (int 5h)
    8042 keyboard services are supported (int 9h)
    Serial services are supported (int 14h)
    Printer services are supported (int 17h)
    ACPI is supported
    USB legacy is supported
    Smart battery is supported
    BIOS boot specification is supported
    Targeted content distribution is supported
    UEFI is supported
    BIOS Revision: 5.11

    Handle 0x0024, DMI type 13, 22 bytes
    BIOS Language Information
    Language Description Format: Long
    Installable Languages: 1
    en|US|iso8859-1
    Currently Installed Language: en|US|iso8859-1

    sudo dmidecode -t baseboard
    # dmidecode 3.0
    Getting SMBIOS data from sysfs.
    SMBIOS 3.0 present.

    Handle 0x0002, DMI type 2, 15 bytes
    Base Board Information
    Manufacturer: ASUSTeK COMPUTER INC.
    Product Name: X555UA
    Version: 1.0
    Serial Number: XXXXXXX
    Asset Tag: ATN12345678901234567
    Features:
    Board is a hosting board
    Board is replaceable
    Location In Chassis: MIDDLE
    Chassis Handle: 0x0003
    Type: Motherboard
    Contained Object Handles: 0

    Handle 0x0004, DMI type 10, 26 bytes
    On Board Device 1 Information
    Type: Video
    Status: Enabled
    Description: VGA
    On Board Device 2 Information
    Type: Ethernet
    Status: Enabled
    Description: GLAN
    On Board Device 3 Information
    Type: Ethernet
    Status: Enabled
    Description: WLAN
    On Board Device 4 Information
    Type: Sound
    Status: Enabled
    Description: Audio CODEC
    On Board Device 5 Information
    Type: SATA Controller
    Status: Enabled
    Description: SATA Controller
    On Board Device 6 Information
    Type: Other
    Status: Enabled
    Description: USB 2.0 Controller
    On Board Device 7 Information
    Type: Other
    Status: Enabled
    Description: USB 3.0 Controller
    On Board Device 8 Information
    Type: Other
    Status: Enabled
    Description: SMBus Controller
    On Board Device 9 Information
    Type: Other
    Status: Enabled
    Description: Card Reader
    On Board Device 10 Information
    Type: Other
    Status: Enabled
    Description: Cmos Camera
    On Board Device 11 Information
    Type: Other
    Status: Enabled
    Description: Bluetooth

    Tegnap este orakig forumoztam, de nem talaltam mukodo megoldast. Mi lehet a gond?

    kem

Új hozzászólás Aktív témák