|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Tips, Tricks & Tweaks Tips and Solutions for SUSE Linux
(Please do not post questions here) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
First of all, change to your home directory, as all the instructions will asume that you will work from there
Code:
cd ~ Code:
su yum install automake autoconf libtool kernel-devel ncurses-devel gettext-devel Code:
rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg alsa Code:
cd alsa/alsa-driver ./hgcompile make install Code:
cd ../alsa-lib ./hgcompile make install Code:
cd ../alsa-utils ./hgcompile make install Code:
/sbin/modprobe snd-intel8x0 /sbin/modprobe snd-pcm-oss /sbin/modprobe snd-mixer-oss /sbin/modprobe snd-seq-oss Code:
cd ../.. rm alsa -Rfv You may want to check if your sound is not mutes, as it is by default, before reporting bugs... |
|
|||
|
Sorry for possibly a n00b q., but is there any advantage to doing this over letting Smart or Yast install/update the packages for you?
|
|
|||
|
Quote:
|
|
|||
|
Quote:
<blockquote>copying file alsa-kernel/drivers/mpu401/mpu401.c patching file mpu401.c Hunk #1 succeeded at 30 (offset 2 lines). Hunk #2 FAILED at 46. Hunk #3 FAILED at 64. Hunk #4 FAILED at 149. Hunk #5 succeeded at 300 (offset 53 lines). 3 out of 5 hunks FAILED -- saving rejects to file mpu401.c.rej make[2]: *** [mpu401.c] Error 1 make[2]: Leaving directory `/home/peter/alsa/alsa-driver/drivers/mpu401' make[1]: *** [_sfdep_mpu401] Error 2 make[1]: Leaving directory `/home/peter/alsa/alsa-driver/drivers' make: *** [dep] Error 1</blockquote> Any ideas what has gone wrong? |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|