Wpis z alsa-base.conf usunięty
system zrestartowany
dźwięk bez zmian
Instalowałeś 14.04 bez zaznaczonej opcji formatowania?
Nie. Opcja formatowania była zaznaczona.
Jaka była sytuacja na tym laptopie wcześniej, jeżeli chodzi o dźwięk?
W windowsie XP wszystko działa dobrze. W windzie 7 oraz 8 brak dźwięku.
Mandrake 10.1 była taka sama sytuacja ale jakoś ustawiłem i było ok ( ale to było jakieś 10 lat temu). Mandriva brak dźwięku.
-- 6 mar 2015, o 14:53 --
Wczoraj spróbowałem zainstalować nowe sterowniki do dźwięku ze strony
http://www.realtek.com.tw/downloads/
1
rozpakowanie - z powodzeniem
2
Kod: Zaznacz cały
#make
.
..
make -C /lib/modules/3.16.0-30-generic/build SUBDIRS=/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa CPP="gcc -E" CC="gcc" modules
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-30-generic'
CC [M] /home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.o
/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.c: In function ‘snd_pcm_file_fd’:
/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.c:1647:2: error: implicit declaration of function ‘fget_light’ [-Werror=implicit-function-declaration]
file = fget_light(fd, fput_needed);
^
/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.c:1647:7: warning: assignment makes pointer from integer without a cast [enabled by default]
file = fget_light(fd, fput_needed);
^
/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.c: In function ‘snd_pcm_lib_mmap_iomem’:
/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.c:3453:26: warning: unused variable ‘runtime’ [-Wunused-variable]
struct snd_pcm_runtime *runtime = substream->runtime;;
^
cc1: some warnings being treated as errors
make[3]: *** [/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/pcm_native.o] Error 1
make[2]: *** [/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore] Error 2
make[1]: *** [_module_/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-30-generic'
make: *** [compile] Error 2
#
3
mimo wszystko spróbowałem
Kod: Zaznacz cały
#make install
.
..
make[1]: Entering directory `/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include'
make[1]: Entering directory `/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore'
mkdir -p /lib/modules/3.16.0-30-generic/kernel/sound/acore
cp snd-hrtimer.ko snd-hwdep.ko snd-page-alloc.ko snd-pcm.ko snd-rawmidi.ko snd-timer.ko snd.ko /lib/modules/3.16.0-30-generic/kernel/sound/acore
cp: cannot stat ‘snd-hrtimer.ko’: No such file or directory
cp: cannot stat ‘snd-hwdep.ko’: No such file or directory
cp: cannot stat ‘snd-page-alloc.ko’: No such file or directory
cp: cannot stat ‘snd-pcm.ko’: No such file or directory
cp: cannot stat ‘snd-rawmidi.ko’: No such file or directory
cp: cannot stat ‘snd-timer.ko’: No such file or directory
cp: cannot stat ‘snd.ko’: No such file or directory
make[1]: *** [modules_install] Error 1
make[1]: Leaving directory `/home/user/Pobrane/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore'
make: *** [install-modules] Error 1
#
dodatkowo
po tych operacjach polecenie
Kod: Zaznacz cały
#alsamixer
cannot open mixer: No such file or directory
#
przestało działać
Może ktoś mi pomóc z instalacją tych sterowników ?