Re: Need help getting Edirol SD-90 (USB) working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jim Grusendorf wrote:
> I know this isn't the place for general tutorials, but I'm wondering
> if someone could give me the commands to accomplish this. I'm
> attempting to follow a tutorial for recompiling the kernel
> (https://help.ubuntu.com/community/Kernel/Compile), but unfortunately
> know nothing about patching.

Reinstalling the kernel can be dangerous if you don't know what you're
doing; I'd recommend you patch the separate driver package:

1) Install the linux-headers package;
2) download ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2
3) unpack it:
   tar xjf alsa-driver-1.0.23.tar.bz2
4) cd alsa-driver-1.0.23/alsa-kernel
5) patch -p1 < /where/you/put/the/patchfile
6) cd ..
7) ./configure
8) make
9) sudo make install-modules

Then unload and load the snd-usb-audio module, or reboot.

(This will overwrite the sound module of your current kernel, so they
might get overwritten again if you update the kernel package.)


HTH
Clemens

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux