Page 1 of 1

ALSA after recompile [SOLVED]

Posted: Thu Jul 19, 2007 12:03 pm
by ProofOfConcept
Hi,

I have searched and I know this has been answered already, but the given answer doesn't appear to be working for me. I needed CONFIG_NET_RADIO=y for ndiswrapper so I had to recompile the kernel after setting that option in menuconfig. I recompiled as follows:

Code: Select all

cd /usr/src/linux
make dep && make clean bzImage modules modules_install
mv /mnt/fatx/e/vmlinuz /mnt/fatx/e/oldlinuz
cp /usr/src/linux/arch/i386/boot/bzImage /mnt/fatx/e/vmlinuz
The new kernel boots fine, but, as you know, sound is broken. Now the answer I found when I searched was that I should run

Code: Select all

magic fix alsa && magic
, but when I do that, here's what happens:

I get a display that details a patch:

Code: Select all

Patch serial: 20070501001
wget: wget -T 30 -t 5

* Upgraded to Linux 2.4.34.2
* Disabled TCP Explicit Congestion Notification (caused network issues)
* Updated ALSA drivers to 1.0.14rc1

Press enter to continue...
When I press enter, I get

Code: Select all

This patch is either not installed or does not exist.  Please check your spelling.
Am I misunderstanding what I need to do to get ALSA working again? Thanks for the help, and sorry again for what I know is a noobish question (but hey at least I picked the right forum!). :)

Posted: Thu Jul 19, 2007 5:42 pm
by orochi
the command has changed to

Code: Select all

emerge alsa-driver-xbox

Solved.

Posted: Thu Jul 19, 2007 6:28 pm
by ProofOfConcept
orochi = winner

Thanks a lot!