Strona 1 z 2

Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:31
autor: NoiseBomb
Jestem nowicjuszem jeżeli chodzi o Linuksa, Ubuntu zainstalowałem dzisiaj.Kiedy zainstalowałem sterowniki realatek, nie mam od tej pory dźwięku. Proszę o pomoc

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:40
autor: brezniew
Jakie sterowniki?

Kod: Zaznacz cały

aplay -l

Kod: Zaznacz cały

cat /proc/asound/cards

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:44
autor: NoiseBomb
aplay -l - nie znaleziono żadnych kart dźwiękowych

a sterowniki instalowałem ze strony realatek http://www.realtek.com.tw/downloads/dow ... Down=false

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:46
autor: brezniew
Zastosuj się do tego co napisał kolega ilin i podaj potem link z wynikami.
http://forum.dug.net.pl/viewtopic.php?p ... 51#p164151

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:50
autor: NoiseBomb

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:55
autor: brezniew

Kod: Zaznacz cały

sudo modprobe snd-hda-intel

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 21:57
autor: NoiseBomb
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-page-alloc.ko': No such file or directory
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd.ko': No such file or directory
WARNING: Error running install command for snd
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-timer.ko': No such file or directory
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-page-alloc.ko': No such file or directory
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd.ko': No such file or directory
WARNING: Error running install command for snd
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-timer.ko': No such file or directory
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-pcm.ko': No such file or directory
WARNING: Error running install command for snd_pcm
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-hwdep.ko': No such file or directory
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/pci/hda/snd-hda-codec.ko': No such file or directory
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/pci/hda/snd-hda-intel.ko': No such file or directory


tylko to się pokazało

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:00
autor: brezniew

Kod: Zaznacz cały

ls /etc/modprobe.d

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:01
autor: NoiseBomb
ls ls /etc/modprobe.d
ls: nie ma dostępu do ls: No such file or directory
/etc/modprobe.d:
alsa-base blacklist-modem.conf
alsa-base.conf blacklist-oss.conf
blacklist-ath_pci.conf blacklist-watchdog.conf
blacklist.conf intel-5300-iwlagn-disable11n.conf
blacklist-firewire.conf nvidia-graphics-drivers.conf
blacklist-framebuffer.conf

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:05
autor: brezniew

Kod: Zaznacz cały

cat /etc/modprobe.d/alsa-base

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:08
autor: NoiseBomb
cat: /etc/modprobe.d/alsa-base-blacklist-modem.conf: No such file or directory

znalazłem identyczny problem który ja mam viewtopic.php?f=136&t=144044

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:11
autor: brezniew
źle skopiowałem.

Kod: Zaznacz cały

cat /etc/modprobe.d/alsa-base

Kod: Zaznacz cały

cat /etc/modprobe.d/alsa-base.conf

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:14
autor: NoiseBomb
na pierwsze to się pokazało
options snd-hda-intel model=3stack-dig

na drugie polecenie to się pokazało

Kod: Zaznacz cały

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

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:21
autor: brezniew
Pierwszy usuń i potem powtórz

Kod: Zaznacz cały

sudo modprobe snd-hda-intel

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:24
autor: NoiseBomb
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-page-alloc.ko': No such file or directory
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd.ko': No such file or directory
WARNING: Error running install command for snd
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-timer.ko': No such file or directory
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-page-alloc.ko': No such file or directory
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd.ko': No such file or directory
WARNING: Error running install command for snd
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-timer.ko': No such file or directory
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-pcm.ko': No such file or directory
WARNING: Error running install command for snd_pcm
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/acore/snd-hwdep.ko': No such file or directory
WARNING: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/pci/hda/snd-hda-codec.ko': No such file or directory
FATAL: Could not read '/lib/modules/2.6.35-23-generic/kernel/sound/pci/hda/snd-hda-intel.ko': No such file or directory


możliwe że czegoś po prostu brakuje...

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:25
autor: brezniew
No brakuje modułu snd-hda-intel

Kod: Zaznacz cały

dpkg -l | grep oss
Poprawiłem.

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:27
autor: majsza
A podaj tylko dotyczące Audio device:

Kod: Zaznacz cały

lspci -v

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:28
autor: NoiseBomb
dpkg - | grep oss
dpkg: należy określić działanie

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or `more' !

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:29
autor: NoiseBomb

Kod: Zaznacz cały

01:00.1 Audio device: nVidia Corporation GF104 High Definition Audio Controller (rev a1)
	Subsystem: Micro-Star International Co., Ltd. Device 2322
	Flags: bus master, fast devsel, latency 0, IRQ 5
	Memory at e3000000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel modules: snd-hda-intel

Re: Realatek ALC888: brak dźwięku

: 24 maja 2011, 22:32
autor: brezniew
Najlepiej przeinstaluj to utworzy moduł.

Kod: Zaznacz cały

sudo aptitude reinstall linux-image-`uname -r`
majsza w linku są wyniki.