Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sound just stopped
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
cf25
Apprentice
Apprentice


Joined: 20 Jun 2002
Posts: 158

PostPosted: Sun Oct 06, 2002 2:41 pm    Post subject: sound just stopped Reply with quote

so the other day i was wanting to experiment with some new things so i built a new kernel (wisely ? saving the old one). shortly thereafter i decided that the new junk wasn't for me and i switched back to the old on. i just changed the bzImage back to the original one. everything is fine again except now i have no sound!!! is there a way i can trouble-shoot this? i am using the same kernel i had before when sound worked like a charm. any reason why this would happen? i cant think of any other reason it would stop.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sun Oct 06, 2002 5:07 pm    Post subject: Reply with quote

Whenever rebuilding the kernel, ALSA drivers need to be rebuilt.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
cf25
Apprentice
Apprentice


Joined: 20 Jun 2002
Posts: 158

PostPosted: Sun Oct 06, 2002 7:05 pm    Post subject: Reply with quote

but i never used alsa in the first place. i just compiled support for my card into the kernel and it worked just fine. never really saw the need for alsa
Back to top
View user's profile Send private message
CaveMole
n00b
n00b


Joined: 05 Oct 2002
Posts: 18
Location: Albuquerque, NM, USA

PostPosted: Thu Oct 10, 2002 3:01 pm    Post subject: modules Reply with quote

did you re-build modules for your trial kernel?

Perhaps the modules no longer match.

You might want to try to re-create your original kernel config (did you save it?)
and re-build the whole dang kernel and modules.

Its probobally a good idea to do something like:

cd /usr/src/linux
cp .config foo
make mrproper
cp foo .config
make menuconfig # turn back to old config settings
cp .config config-10-10-02
make dep
make bzImage
make modules
make modules_install

Make a habit of doing the cp .config config-mm-dd-yy
whenever you get a "good" kernel, that makes it easy to
re-produce:

make mrproper
cp config-10-10-02
make oldconfig
make bzImage...
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