Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27103 - /etc/init.d/alsasound doesnt load snd-seq-oss
Summary: /etc/init.d/alsasound doesnt load snd-seq-oss
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-22 03:30 UTC by humillo
Modified: 2003-09-04 03:49 UTC (History)
1 user (show)

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 humillo 2003-08-22 03:30:04 UTC
The init script should load snd-seq-oss automatically if detected. 



Reproducible: Always
Steps to Reproduce:
1. emerge alsa-driver alsa-utils
2. /etc/init/alsasound start
3. cat /proc/asound/seq/drivers && ls -l /dev/seq*
Actual Results:  
(none)

Expected Results:  
After modprobing snd-seq-oss I get:

snd-seq-oss,loaded,0
lr-xr-xr-x    1 root     root           15 Aug 22 12:15 /dev/sequencer ->
sound/sequencer
lr-xr-xr-x    1 root     root           16 Aug 22 12:15 /dev/sequencer2 ->
sound/sequencer2


# emerge info
Portage 2.0.49_pre18 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r6)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 AMD Athlon(tm) XP 1600+
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mmx
motif mpeg ncurses nls pdflib png quicktime truetype xml2 xmms xv zlib directfb
alsa gdbm berkdb slang readline arts tetex aalib svga X sdl pam libwww ssl perl
python oggvorbis gtk qt kde opengl artswrappersuid dvd faad gtk2 lcms offensive
pic samba slp sse tiff -gpm -java -gnome -mikmod -spell -tcpd -imlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O -pipe"
CXXFLAGS="-march=athlon-xp -O -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.es.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 humillo 2003-08-28 08:33:28 UTC
Following instructions from alsa-project.org, Ive added this line in /etc/modules.d/alsa:

options snd-intel8x0 mpu_port=0x330

Now the init script is loading things differently, the output is:

# cat /proc/asound/seq/drivers && ls -l /dev/seq*
snd-seq-midi,loaded,1
ls: /dev/seq*: No such file or directory

The sequencer is still not loading, but Ive got the midi device working now.
Comment 2 John Mylchreest (RETIRED) gentoo-dev 2003-09-04 01:59:07 UTC
initscript has now been updated into portage. 

give it 15 minutes, emerge sync and then copy /usr/portage/media-sound/alsa-utils/files/alsasound to /etc/init.d/alsasound and try again please.

Comment 3 humillo 2003-09-04 03:49:56 UTC
With the new init script I get the midi device and the sequencer. 
 
thanks!