mikrofon- debian - buntu -skype

Sekcia: Hardware a Drivery 09.04.2009 | 13:15
Avatar Jan Hovancik debian, win  Používateľ
zdar.

tak mam na kompe debian sid (sidux)
vstavana kamera a mikrofon frci poho..ked zapnem mikrofon tak sa pocujem... len v skype to nefrci :/

skusal som crunchbang live cd, kde je aj skype a tam mi to frcalo poho...
kedze sa tomu nerozumiem, co mam spravit aby mi to frcalo?

crunchbang@crunchbang:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.17.

conta@mycomp:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18a.
crunchbang@crunchbang:~$ cat /etc/modprobe.d/alsa-base
# 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 && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet 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 -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb 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 -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# 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-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2

conta@mycomp:~$ 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 && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }

# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2

crunchbang@crunchbang:~$ cat /proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfebf8000 irq 16

conta@mycomp:~$ cat /proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfebf8000 irq 16
- peace, not war -
    • Re: mikrofon- debian - buntu -skype 09.04.2009 | 13:17
      Avatar Jan Hovancik debian, win  Používateľ
      pokracovanie:

      crunchbang@crunchbang:~$ lsmod | grep snd
      snd_hda_intel 381488 0
      snd_pcm_oss 46848 0
      snd_mixer_oss 22784 1 snd_pcm_oss
      snd_pcm 83204 2 snd_hda_intel,snd_pcm_oss
      snd_seq_dummy 10884 0
      snd_seq_oss 38528 0
      snd_seq_midi 14336 0
      snd_rawmidi 29824 1 snd_seq_midi
      snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi
      snd_seq 57776 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
      snd_timer 29960 2 snd_pcm,snd_seq
      snd_seq_device 15116 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
      snd 63268 9 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
      soundcore 15328 1 snd
      snd_page_alloc 16136 2 snd_hda_intel,snd_pcm

      conta@mycomp:~$ lsmod | grep snd
      snd_hda_codec_si3054 4492 1
      snd_hda_codec_realtek 188624 1
      snd_hda_intel 24520 5
      snd_hda_codec 64492 3 snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel
      snd_hwdep 7056 1 snd_hda_codec
      snd_pcm_oss 38112 0
      snd_mixer_oss 14636 1 snd_pcm_oss
      snd_pcm 72464 5 snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec,snd_pcm_oss
      snd_seq_dummy 2512 0
      snd_seq_oss 30048 0
      snd_seq_midi 6176 0
      snd_rawmidi 21120 1 snd_seq_midi
      snd_seq_midi_event 6860 2 snd_seq_oss,snd_seq_midi
      snd_seq 49712 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
      snd_timer 20468 3 snd_pcm,snd_seq
      snd_seq_device 6776 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
      snd 56868 21 snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
      soundcore 7136 1 snd
      snd_page_alloc 8884 2 snd_hda_intel,snd_pcm

      dik za vsetky napady :)
      - peace, not war -
      • Re: mikrofon- debian - buntu -skype 11.04.2009 | 00:17
        Avatar Jan Hovancik debian, win  Používateľ
        no tak problem vyrieseny...

        pouzivam alsa-base s crunchbang a frci mi to.. zvuk bol sice o moc viac tichy ale alsamixer a tab capture na maximum to spravili..

        zvuk neni taky dobry ako na crunchbang ale ide aspon

        any ideas preco?
        - peace, not war -