openSUSE Forums > Archives > SF Archives > ARCHIVES - Tips, Tricks & Tweaks » Howto Install Latest Alsa Drivers

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Tips, Tricks & Tweaks
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
  #1 (permalink)  
Old 22-Jan-2007, 16:13
John Markh
Guest
 
Posts: n/a
Default

First of all, change to your home directory, as all the instructions will asume that you will work from there
Code:
cd ~
Install nessesary dependencies
Code:
su
yum install automake autoconf libtool kernel-devel ncurses-devel gettext-devel
Now, let's download the latest ALSA project files
Code:
rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg alsa
First thing we are going to do is to compile and install the ALSA drivers
Code:
cd alsa/alsa-driver 
./hgcompile
make install
Now, let's compile and install ALSA libraries
Code:
cd ../alsa-lib
./hgcompile
make install
Also, compile and install ALSA utils
Code:
cd ../alsa-utils
./hgcompile
make install
Now, let's insert the modules in to the kernel
Code:
/sbin/modprobe snd-intel8x0
/sbin/modprobe snd-pcm-oss
/sbin/modprobe snd-mixer-oss
/sbin/modprobe snd-seq-oss
Last thing we want to do is to is to clean up the mess we have done
Code:
cd ../..
rm alsa -Rfv
That's it!
You may want to check if your sound is not mutes, as it is by default, before reporting bugs...
  #2 (permalink)  
Old 02-Feb-2007, 04:07
daboochmeister
Guest
 
Posts: n/a
Default

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?
  #3 (permalink)  
Old 02-Feb-2007, 04:59
John Markh
Guest
 
Posts: n/a
Default

Quote:
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?
[/b]
Well, you might NEED the newest possible version, before package will be created for Smart/Yast.
  #4 (permalink)  
Old 20-Mar-2007, 12:19
plusmore
Guest
 
Posts: n/a
Thumbs up

Quote:

First thing we are going to do is to compile and install the ALSA drivers
Code:
cd alsa/alsa-driver 
./hgcompile
make install
[/b]
Trying this on a brand new installation and got the following:

<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?

  #5 (permalink)  
Old 20-Mar-2007, 13:45
gabrielx
Guest
 
Posts: n/a
Default

hello,

Is guide work with any card of sound ?

thanks a lot
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2