Unix Technical Forum

snd problem

This is a discussion on snd problem within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> i'm newbe in slack, and i've problem with sound card. when linux start load some modules to my sound ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 02:38 PM
LaBiOL
 
Posts: n/a
Default snd problem

i'm newbe in slack, and i've problem with sound card.
when linux start load some modules to my sound card like
snd-fm801, snd-pci, snd-ac97-codec and others.
what can i do to stop this. i just want one module (forte)
witch my sound card works fine. i've tried to change
/etc/hotplug/blacklist and unset x flag in /etc/rc.d/rc.alsa
but nothing change. any idea ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 02:38 PM
M
 
Posts: n/a
Default Re: snd problem

On Wed, 11 Aug 2004 10:59:10 +0200, LaBiOL wrote:

> i'm newbe in slack, and i've problem with sound card.
> when linux start load some modules to my sound card like
> snd-fm801, snd-pci, snd-ac97-codec and others.
> what can i do to stop this.

[scissors]
-------------------
Build your own kernel. only choose sound.
Go to www.alsa-project.org
Download alsa. build alsa yourself, only choose your own soundcard.
Every time you build a new kernel, you have to rebuild alsa too.
It is better explained on the alsa-site.
It is some trouble, but indeed Slackware will boot (and run) faster.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 02:38 PM
Richard Adams
 
Posts: n/a
Default Re: snd problem

On Wed, 11 Aug 2004 10:59:10 +0200, LaBiOL wrote:

> i'm newbe in slack, and i've problem with sound card.
> when linux start load some modules to my sound card like
> snd-fm801, snd-pci, snd-ac97-codec and others.
> what can i do to stop this. i just want one module (forte)
> witch my sound card works fine. i've tried to change
> /etc/hotplug/blacklist and unset x flag in /etc/rc.d/rc.alsa
> but nothing change. any idea ?


Change permissions of /etc/rc.d/rc.alsa
chmod a-x rc.alsa
It will not then get executed upon reboot.
You may also need to edit out all lines concerning alsa modules in
/etc/modules.conf as well.
You can load your desired module via /etc/rc.d/rc.local . Placeing;
/sbin/modprobe forte
in /etc/rc.d/rc.local should be fine.

No need to recompile anthing this way like someone else suggested.
Presuming that is that you are using kernel 2.4.22 which is supplied by
slack-10.

--
If the Linux community is a bunch of thieves because they
try to imitate windows programs, then the Windows community
is built on organized crime.

Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 02:39 PM
LaBiOL
 
Posts: n/a
Default Re: snd problem

i know. but nothing change. when i removed lines in /etc/modules.conf and
removed file rc.alsa, after reboot the modules still load to kernel.
perheps it's becouse i have hotplug scripts. but i don't know how to
property reconfigure it. thx for any help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 02:39 PM
Richard Adams
 
Posts: n/a
Default Re: snd problem

On Wed, 11 Aug 2004 22:36:40 +0200, LaBiOL wrote:

> i know. but nothing change. when i removed lines in /etc/modules.conf and
> removed file rc.alsa, after reboot the modules still load to kernel.
> perheps it's becouse i have hotplug scripts. but i don't know how to
> property reconfigure it. thx for any help.


Then read the comments in /etc/hotplug/blacklist it meantions what happens
on a default system.

Here it is,

# OSS (Open Sound System) modules. This is the old and deprecated Linux
# sound system, though we still ship modules for it (for now). If you
# want to use OSS, remove the alsa-driver package and cut out (or comment
# out) this list. With these modules blacklisted ALSA will load by
# default.

I bet you still have forte blacklisted, it is by default.

--
If the Linux community is a bunch of thieves because they
try to imitate windows programs, then the Windows community
is built on organized crime.

Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 02:40 PM
LaBiOL
 
Posts: n/a
Default Re: snd problem

> I bet you still have forte blacklisted, it is by default.
So, you lose. I've configured my adsl modem, okipage printer, even scroll
in my mouse. But I don't know what happens with this modules :>
I removed forte from blacklist. And it's quite interesting becouse I have
in blacklist such modules as ac97, ac97_codec and other whose still load
at startup. Now I have small script run at system start. It simply
remove this modules from kernel and load my favorite one - forte. Next
week I will read hotplug script and try reconfigure it preperty.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 02:41 PM
Richard Adams
 
Posts: n/a
Default Re: snd problem

On Thu, 12 Aug 2004 22:20:08 +0200, LaBiOL wrote:

>> I bet you still have forte blacklisted, it is by default.


> So, you lose.


That is possable, noone is perfect.

> I've configured my adsl modem, okipage printer, even
> scroll in my mouse. But I don't know what happens with this modules :> I
> removed forte from blacklist. And it's quite interesting becouse I have
> in blacklist such modules as ac97, ac97_codec and other whose still load
> at startup. Now I have small script run at system start. It simply
> remove this modules from kernel and load my favorite one - forte. Next
> week I will read hotplug script and try reconfigure it preperty.


So you lose really then as if hotplug worked properly then you would not
be having so many problems would you.!

--
If the Linux community is a bunch of thieves because they
try to imitate windows programs, then the Windows community
is built on organized crime.

Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:31 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com