Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23323 - alsa-driver alsa-utils ebuild must be rewrite to admit 2.4.x and 2.5.x in the same box
Summary: alsa-driver alsa-utils ebuild must be rewrite to admit 2.4.x and 2.5.x in the...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Low major (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 06:31 UTC by Ovidiu Ghinet
Modified: 2003-12-13 14:52 UTC (History)
4 users (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 Ovidiu Ghinet 2003-06-23 06:31:44 UTC
I have a small suggestion about alsa-driver

You see i have two kernels 2.4.21 and 2.5.72, more to say is that i have
configured sound for my pci card (cs4281) buid in, NOT as a module this
maked me think that:

/etc/init.d/alsasound: must be modified to not check for /proc/asound

/etc/init.d/alsasound: must be modified to try to modprobe snd-somethings
only with 2.4 kernels and only for 2.5 kernels with sound drivers compiled
as modules (witch is not an optional thing to do even if you do the
following IMPORTANT change)

/etc/init.d/alsasound: SHOULD BE PART OF THE alsa-utils NOT FROM
alsa-driver
And i say that because:
        - if we run 2.5 kernels there is no need to install those modules
that alsa-driber ebuild anyway will not succed in compiling if no 2.4.x
sources founded in /usr/src/linux... making people scream and shout...
        - /etc/init.d/alsasound needs "alsactl" anyway on boths kernel
aproches...

/etc/modules.d/alsa: remains a problematic issue we can leave it to
"alsa-driver" in the hope that if the user knows how to compile a 2.5.x
kernel with alsa drivers as modules, NOT build in, will also know how
to make a /etc/modules.d/alsa but BETTER to not asume such things
/etc/modules.d/alsa in my opinion can also be part of "alsa-utils"




        In my virtually reality mind i think that making
/etc/init.d/alsasound part of "alsa-utils" and /etc/modules.d/alsa part of
"alsa-driver" can make our life easier (if we want 2.5.x kernel THAT WILL
BE SOON 2.6 so... HURRY UP MY FRIEND)
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2003-06-23 09:32:57 UTC
Well, I would VERY much like to see this too :)
Comment 2 Guy 2003-08-03 18:17:30 UTC
See also bug #24470.
Comment 3 Guy 2003-08-04 19:54:09 UTC
[sigh]

Dyslexia strikes again - that was supposed to be bug # 22470.

[/sigh]
Comment 4 Andrew Cooks (RETIRED) gentoo-dev 2003-12-11 13:44:04 UTC
I think this was fixed recently?

acooks@blackbetty acooks $ qpkg -f /etc/init.d/alsasound
media-sound/alsa-utils *

I'm don't understand why /etc/modules.d/alsa has to change. My alsa modules are working fine on 2.6.0_beta9.

Can this bug be closed?
Comment 5 Ovidiu Ghinet 2003-12-12 03:02:26 UTC
It seam that this bug is finally fixed :0)
Comment 6 John Mylchreest (RETIRED) gentoo-dev 2003-12-13 14:52:51 UTC
just fyi, i made these changes about 4 months ago (perhaps more) ;)