Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72513 - ALSA initscript hangs on snd-seq-oss although all modules are loaded once i kill the process
Summary: ALSA initscript hangs on snd-seq-oss although all modules are loaded once i k...
Status: RESOLVED DUPLICATE of bug 72099
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 17:05 UTC by Tepelstreeltje
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tepelstreeltje 2004-11-25 17:05:28 UTC
When starting /etc/init.d/alsasound i get the following output:
# /etc/init.d/alsasound start
 * Loading ALSA drivers ...
 *   Loading: snd-card-0 ...     [ ok ]                                                                         
 *   Loading: snd-seq-oss ...

and then it hangs :(

when i kill the process which is modprobing ( yes i needed to remove alsasound from the runlevels to be able to boot) i see that all modules are loaded.
Even snd-seq-oss is loaded correctly. So i _do_ have sound after alsasound is killed.

when i run `dmesg` to see for any odd output i see the following:
ACPI: PCI interrupt 0000:02:0c.0[A] -> GSI 11 (level, low) -> IRQ 11

0000:02:0c.0 is my soundcard according to lspci:
0000:02:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)

i tried reemerging alsa-utils and module-init-tools but no dice

alsa-utils: 1.0.7
module-init-tools: 3.1
i (ofcourse) use the ALSA drivers supplied with the kernel

Reproducible: Always
Steps to Reproduce:
1. boot
2. load alsasound
3. kill it (optional :)
Actual Results:  
system hangs if alsasound is in runlevels
if loaded from cmd the cmd just hangs

Expected Results:  
load normally

Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo i686)
=================================================================
System uname: 2.6.9-gentoo i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.6
distcc 2.18.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/etc/portage/overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apache2 apm arts avi berkdb bitmap-fonts cdparanoia crypt cups
dba divx4linux encode f77 fam flac foomaticdb fortran gd gdbm gif gpm gtk2 imlib
imlib2 java jpeg kde libwww mad matroska mikmod mmx motif mpeg mpeg4 mysql
ncurses nls nptl oggvorbis ooo-kde opengl pam pcre pear-db perl php png posix
python qt quicktime readline samba sdl session slang sockets spell spl sse ssl
struts svga tcltk tcpd tiff truetype x86 xine xml xml2 xmms xv xvid zlib"
Comment 1 Creede Lambard 2004-11-25 17:10:00 UTC
I am seeing this problem in 1.0.6. Upgrading to 1.0.7 makes this problem go away, but then I end up with other problems, most notably an inability to write to /dev/dsp (mplayer and mpg123 both segfault when I try to use them to write to /dev/dsp).
Comment 2 Tepelstreeltje 2004-11-26 04:44:49 UTC
I have 1.0.7 installed
ill try downgrading to 1.0.6 maybe that'll help
Comment 3 Tepelstreeltje 2004-11-26 04:51:21 UTC
1.0.6 didnt work either
still no clue what it could be
Comment 4 Aaron Walker (RETIRED) gentoo-dev 2004-11-26 04:54:45 UTC

*** This bug has been marked as a duplicate of 72099 ***
Comment 5 Lee Trager 2004-11-28 20:37:52 UTC
What is the problem with? Is it alsa-utils or module-init-tools? Downgranding module-init-tools seems to have fixed it for me.