From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <sebastian@werner-productions.de> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_ADSP_NXDOMAIN, DMARC_MISSING,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by chiba.3jane.net (Postfix) with ESMTP id 0545A24C41 for <gentoo-dev@gentoo.org>; Sun, 30 Dec 2001 17:35:48 -0600 (CST) Received: from [195.20.224.209] (helo=mrvdom02.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 16KpUv-0005NO-00 for gentoo-dev@gentoo.org; Mon, 31 Dec 2001 00:36:09 +0100 Received: from pd9e1150a.dip.t-dialin.net ([217.225.21.10]) by mrvdom02.kundenserver.de with esmtp (Exim 2.12 #2) id 16KpUv-0003Ft-00 for gentoo-dev@gentoo.org; Mon, 31 Dec 2001 00:36:09 +0100 Subject: Re: [gentoo-dev] Creative Vibra128 Sound install From: Sebastian Werner <sebastian@werner-productions.de> To: gentoo-dev@gentoo.org In-Reply-To: <001f01c19188$4dd4dc60$0501010a@kgpro> References: <001f01c19188$4dd4dc60$0501010a@kgpro> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 31 Dec 2001 00:36:11 +0100 Message-Id: <1009755375.1594.2.camel@wp.smile> Mime-Version: 1.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@gentoo.org> List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=subscribe> List-Id: Developer discussion list <gentoo-dev.gentoo.org> List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe> List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/> X-Archives-Salt: 5231f75f-8070-4d4a-94cc-e0234c84561d X-Archives-Hash: 9486f2f38b7fd8a5b4f279b1336dac12 Hey Normally you don't need the init.d-script... this is the file of the default alsa-installation i think. Mhh. You don't must reboot to take changes effect. Try to call update-modules manually. I don't know if it is done by the system while booting. Remove the entry in modules.autoload. I think it's enough to put some lines to aliases: alias /dev/sound soundcore alias /dev/dsp soundcore post-install soundcore /sbin/mysound.sh start The contents of /sbin/mysound.sh: #!/bin/bash if [ "$1" = "start" ]; then modprobe snd-card-${here paste your driver} modprobe snd-pcm-oss alsactl restore fi ... change mode to 755 (chmod 755 /sbin/mysound.sh) You can extend it with a stop-flag... I don't need this. I am set up the volume once and start alsactl store. So i have the correct volume each time i access the sound-device Regards Sebastian Werner Am Mon, 2001-12-31 um 00.18 schrieb Kevin Gordon: > Hi everyone, > While doing sound install : > emerge media-sound/alsa-driver > depmod -a > /etc/init.d/alsa start > received error /etc/asound.conf not found > edited /etc/modules-autoload (with snd-card-sb16 which I think is ok for > Creative Vibra128) > edited /etc/modules.d/aliases > reboot (snd-card-sb16 did not start (!!) ) > Any thoughts please? > Thanks, > Kevin > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev