ALSA after recompile [SOLVED]

A place to ask all newbie questions and not get flamed, though you will get beaten down if you post a newbieish question outside of these walls.
Post Reply
ProofOfConcept
Newbie
Posts: 2
Joined: Thu Jul 19, 2007 11:49 am

ALSA after recompile [SOLVED]

Post 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!). :)
Last edited by ProofOfConcept on Thu Jul 19, 2007 6:28 pm, edited 1 time in total.
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

the command has changed to

Code: Select all

emerge alsa-driver-xbox
ProofOfConcept
Newbie
Posts: 2
Joined: Thu Jul 19, 2007 11:49 am

Solved.

Post by ProofOfConcept »

orochi = winner

Thanks a lot!
Post Reply