Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12524 - Alsa 0.9.0_rc6
Summary: Alsa 0.9.0_rc6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL: http://www.alsa-project.org
Whiteboard:
Keywords:
: 10312 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-12-21 10:44 UTC by Bernardo S. A. Silva
Modified: 2002-12-21 11:17 UTC (History)
1 user (show)

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


Attachments
My alsasound script (alsasound,3.90 KB, application/octet-stream)
2002-12-21 10:45 UTC, Bernardo S. A. Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernardo S. A. Silva 2002-12-21 10:44:17 UTC
1- Thanxs a lot, agenkin@gentoo.org, 'cause the ebuild of the ALSA driver, utils
and lib of the version rc6 is perfect. I really don't understant why it is masked.

2- The little bug on /etc/ini.d/alsasound is there. Sorry, but it is not fixed.
It is not a BUG, but it is nice to see a line like that on my boot:
 * Starting alsa...
 * Starting sysklog, ..snd-emu10k1
I really think that can be another way to solve this problem. Some more
"beautiful" way, but It just don't apear in my mind. So, my alsasound script
still have the line:
  #

  ebegin "Initialising ALSA."

  drivers="`/sbin/modprobe -c | \
    grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | \
    awk '{print $3}'`"
  for i in $drivers; do
    if [ "$i" != off ]; then
      einfon "Starting sound driver: $i "
      /sbin/modprobe $i
      eend 0
    fi
  done
  echo " " #<- THE LINE THAT FIX THE PROBLEM

   Thanx a lot... nice work! Bernardo S. A. Silva
Comment 1 Bernardo S. A. Silva 2002-12-21 10:45:04 UTC
Created attachment 6635 [details]
My alsasound script
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-12-21 11:16:19 UTC
Okay I added the fix to the CVS.  Thanks!
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-12-21 11:17:28 UTC
*** Bug 10312 has been marked as a duplicate of this bug. ***