Re: which init script takes care of loading the sound?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> And we have a response. It's been reassigned by him to udev... and by 
>> udev maintainer Harald back to asla-utils.
>> Great! We're back to square 1!
>> 
>> -- 
>> Regards,
>> विवेक ज. पाटणकर (Vivek J. Patankar)
>> 
>> Registered Linux User #374218
>> Fedora release 7 (Moonshine)
>> Linux 2.6.22.1-33.fc7 x86_64
>> My USB drives automount! :p
>> 
>
> Bummer!!!  We'll still keep our workaround or create a script on our own that does this.
> The nasd daemon starts the Network Audio Server, I have strong convictions that this is the one that should have the fix, > but like you say no one confirms or denies this.  
>

This is what the nasd reports 

[root@localhost init.d]# cat nasd | more
#!/bin/bash
#
# nasd        Starts nasd.
#
#
# chkconfig: 345 88 88
# description: Network transparent audio server

#Servicename
SERVICE=nasd

#Source function library.
. /etc/init.d/functions

[ -f /usr/bin/$SERVICE ] || exit 0

# Source config
if [ -f /etc/sysconfig/$SERVICE ] ; then
        . /etc/sysconfig/$SERVICE
else
        NASD_OPTIONS="-b -local"
fi

RETVAL=0

start() {

I will add this after start() { in /etc/rc.d/init.d/nasd   

# Load mixer settings, here because I think it belongs here 
grep -q "\(alsa\)" /proc/devices
if [ $? = 0 -a -x /sbin/salsa ]; then
   action $"Saving mixer settings" /sbin/salsa -l
fi


to nasd and report back to check if it works 


Will report back.

Regards,

Antonio 





      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux