[Bug 234021] Sound module not loading upon boot/restart

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

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Sound module not loading upon boot/restart


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234021





------- Additional Comments From a1tmblwd@xxxxxxxxxxxx  2007-05-05 01:57 EST -------
Reply to comment #11:

  Using the files below the sound module does not load on bootup:

[root@slowpoke ~]# cat rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local


[root@slowpoke ~]# cat /etc/modprobe.conf
alias eth0 8139too
alias scsi_hostadapter aic7xxx
alias snd-card-0 snd-sbawe
options snd-card-0 index=0
options snd-sbawe index=0
remove snd-sbawe { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-sbawe

The output from lsmod is in the attached file lsmod.fail.

The sound module loads on bootup using the patched rc.local:

[root@slowpoke ~]# cat rc.local.new
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
modprobe -r snd-sbawe
modprobe snd-sbawe


The output from lsmod is in the attached file lsmod.working.txt. 

The sound module also loads on bootup if all references to snd-awe are removed
from /etc/modprobe.conf and the modified rc.local is used; e.g. 

[root@slowpoke ~]# cat modprobe.conf.new
alias eth0 8139too
alias scsi_hostadapter aic7xxx

dmesg outputs for the failed-to-load and the loading sound configurations are
also attached.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

--
Fedora-relnotes-content mailing list
Fedora-relnotes-content@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-relnotes-content

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Gnome Users]     [KDE Users]

  Powered by Linux