Jump to content

TwoFace

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by TwoFace

  1. Here: [root@twoface twoface]# cat /etc/modprobe.conf alias eth0 forcedeth install scsi_hostadapter /sbin/modprobe sata_nv; /bin/true install usb-interface /sbin/modprobe ohci-hcd; /sbin/modprobe ehci-hcd; /bin/true #ALSA Portion # OSS/Free portion # card #1 blacklist audio blacklist snd-usb-audio remove snd-0 /sbin/modprobe --first-time -r --ignore-remove snd-0 install snd-0 /sbin/modprobe --first-time --ignore-install snd-0 remove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intel install snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; } remove snd-hdsp /sbin/modprobe --first-time -r --ignore-remove snd-hdsp install snd-hdsp /sbin/modprobe --first-time --ignore-install snd-hdsp alias sound-slot-0 snd-hda-intel I've read that alsa driver 1.0.14 supports kernel version 2.6.20 and later, but my kernel is 2.6.17. May be this is the problem?
  2. Thanks for advice. I entered system as root in console mode, ran the alsaconf. It said that all is OK, but after starting X I had again this message: Error while initializing the sound driver: device /dev/dsp can't be opened (no such file or directory) The sound server will continue, using the null output devise Any ideas?
  3. Hi all! Few days ago I installed my first Linux and I have problem... At first, my computer: Motherboard - ASRock AM2NF6G-VSTA(nForce 405, on-board audio:Realtek HD, codec - ALC888), CPU - Athlon 64 3000+, 1 Gb RAM, Samsung 160GB SATA, nVidia GeForce 7300GT 256Mb I have Mandriva Linux 2007.1 Free(i586). Problem: When I turn audio system, I have this message: ound server informational message: Error while initializing the sound driver: device /dev/dsp can't be opened (no such device) The sound server will continue, using the null output devise I tried to find solution by myself. I've downloaded and installed alsa-driver-1.0.14, but this don't help me. After that I've downloaded driver realtek-linux-audiopack-4.06b.tar.bz2 from Realtek Web site. I installed them following instructions, but this don't work. Here some information i've collected during my dance with system: twoface@twoface ~]$ alsamixer alsamixer: function snd_ctl_open failed for default: No such device [twoface@twoface ~]$ [root@twoface twoface]# modprobe snd-hda-intel WARNING: Error inserting snd_hwdep (/lib/modules/2.6.17-13mdv/kernel/sound/core/snd-hwdep.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting snd_timer (/lib/modules/2.6.17-13mdv/kernel/sound/core/snd-timer.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting snd_pcm (/lib/modules/2.6.17-13mdv/kernel/sound/core/snd-pcm.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting snd_hwdep (/lib/modules/2.6.17-13mdv/kernel/sound/core/snd-hwdep.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting snd_timer (/lib/modules/2.6.17-13mdv/kernel/sound/core/snd-timer.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting snd_pcm (/lib/modules/2.6.17-13mdv/kernel/sound/core/snd-pcm.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.17-13mdv/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error running install command for snd_hda_intel Please, help me solve this problem, I hav'nt slept all this days searching Web, but I can't find solution! P.S.: Sorry for my bad English, it's not my native.
×
×
  • Create New...