Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
alsa locks up boot process
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mlybarger
Guru
Guru


Joined: 04 Sep 2002
Posts: 475

PostPosted: Tue Oct 08, 2002 12:19 am    Post subject: alsa locks up boot process Reply with quote

when i enable alsa during the boot process, my machine locks up hard when it gets to starting alsa sound, only a power reset will get it back. alsa starts just fine when it's turned off during the boot, but the settings for the amixer aren't stored. i'm using the snd-via8233 driver for my onboard audio card.

to enable alsasound during boot...
Code:

rc-update add alsasound boot


and to shut it off so i'll get to a login window..
Code:

rc-update del alsasound


any ideas why it's locking up?
Back to top
View user's profile Send private message
SingleHanded
n00b
n00b


Joined: 21 Sep 2002
Posts: 6

PostPosted: Tue Oct 08, 2002 10:59 am    Post subject: Alsa and Via8233 driver Reply with quote

Same prbleme here!
Back to top
View user's profile Send private message
headly
n00b
n00b


Joined: 21 Jun 2002
Posts: 46

PostPosted: Tue Oct 08, 2002 5:11 pm    Post subject: Reply with quote

The alsasound script runs the alsa-ctl program among other things. This is responsible for restoringthe sound levels during boot. It locks up my machine with an ensoniq 1371 solidly.

1) Dont use the alsasound script.

2) Make an entry for your sound card module in /etc/modules.autoload
(or should that be /etc/module.autoload).

3) Make an entry/entries for amixer in /etc/conf.d/local.start

Typically,

amixer set Master 90% unmute &>/dev/null
amixer set PCM 90% unmute &>/dev/null

This works for me.
Back to top
View user's profile Send private message
ice_cool
n00b
n00b


Joined: 13 Aug 2002
Posts: 42

PostPosted: Mon Dec 16, 2002 7:33 pm    Post subject: Reply with quote

headly you just made my day.

I had the same problem with via8233
Back to top
View user's profile Send private message
s003apr
Apprentice
Apprentice


Joined: 04 Oct 2002
Posts: 162

PostPosted: Mon Dec 16, 2002 8:17 pm    Post subject: Reply with quote

I'm having a similar problem, just some clarification on the solution though:
Quote:
2) Make an entry for your sound card module in /etc/modules.autoload
(or should that be /etc/module.autoload).

what should this entry look like?

Should it include all of the lines that I used in /etc/modules.d/alsa?
Back to top
View user's profile Send private message
headly
n00b
n00b


Joined: 21 Jun 2002
Posts: 46

PostPosted: Tue Dec 17, 2002 2:08 pm    Post subject: Re: modules.autoload Reply with quote

Not the lines from modules.d/alsa

Just the name of the module/modules needed get your sound card working

e.g.

# Sound Card Driver
snd-ens1371
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum