LinHES Forums http://forum.linhes.org/ |
|
an easier way to update ALSA sound drivers? http://forum.linhes.org/viewtopic.php?f=14&t=10074 |
Page 1 of 1 |
Author: | neutron68 [ Tue May 16, 2006 7:54 pm ] |
Post subject: | an easier way to update ALSA sound drivers? |
Is there a one-line operation that will update the ALSA sound drivers? I'd really like to find an easier way than what I've been doing. I've been following the directions on the ALSA website - a tedious operation. I suspect there might be a better way. There are 5 main files to download and unzip into their own directorys. Then, for each of these, you must type: ./configure make make install make clean Each of the 5 directories takes about 5 minutes to work over, so you spend about 25 minutes sitting there wating to type the next command. Is there a simple command such as 'update-ALSA' that will just fetch, compile and install the drivers? Eric |
Author: | neutron68 [ Sun May 21, 2006 10:07 pm ] |
Post subject: | this is somewhat easier |
Since nobody knows an easier way to update ALSA drivers, I guess I'll go with a home-brew script to do the work for me. This does all the same steps as I've been doing during installs - without me having to sit here and wait to type the next command! Excellent! ![]() Put the contents of this into a text file, name it something like "alsa11update.sh" and then call it like other scirpts: (ex. "sh alsa11update.sh"). At the end of all this, you need to run 'alsamixer' from a command line and unmute all the sound channels - then you can rock and roll! Enjoy! Eric Code: cd /usr/src
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.11.tar.bz2 wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.11.tar.bz2 wget ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-1.0.11.tar.bz2 wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.11.tar.bz2 wget ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.0.11.tar.bz2 bunzip2 alsa-driver-1.0.11.tar.bz2 bunzip2 alsa-lib-1.0.11.tar.bz2 bunzip2 alsa-plugins-1.0.11.tar.bz2 bunzip2 alsa-utils-1.0.11.tar.bz2 bunzip2 alsa-tools-1.0.11.tar.bz2 tar -xvf alsa-driver-1.0.11.tar tar -xvf alsa-lib-1.0.11.tar tar -xvf alsa-plugins-1.0.11.tar tar -xvf alsa-utils-1.0.11.tar tar -xvf alsa-tools-1.0.11.tar cd /usr/src/alsa-driver-1.0.11 ./configure make make install make clean cd /usr/src/alsa-lib-1.0.11 ./configure make make install make clean cd /usr/src/alsa-utils-1.0.11 ./configure make make install make clean cd /usr/src/alsa-plugins-1.0.11 ./configure make make install make clean cd /usr/src/alsa-driver-1.0.11 ./snddevices Eric |
Author: | bmyers [ Sat May 27, 2006 11:28 am ] |
Post subject: | |
Thanks! That fixed my ALI sound card problem on my ASUS P4DR just great.. Bill |
Author: | mad_paddler [ Sat May 27, 2006 11:39 am ] |
Post subject: | |
Just in case you didnt know, you can bunzip and untar in the same step with: tar -xvjf nameoffile.tar.bz2 The j is the important bit ![]() |
Author: | neutron68 [ Fri Jun 02, 2006 12:13 pm ] |
Post subject: | thanks for tip! |
mad_paddler wrote: Just in case you didnt know, you can bunzip and untar in the same step with:
tar -xvjf nameoffile.tar.bz2 The j is the important bit ![]() Thanks for the tip. I've never seen that before! Eric |
Author: | afrochops [ Sun Jun 18, 2006 3:44 pm ] |
Post subject: | |
THANK YOU !!!! I spent 2 hours yesterday trying to get the sound working with R5C7 and the modules were loaded for both my sound cards, but I couldn't get any sound no matter what I did. Ran your script and loaded the new module and it works like a charm!!! |
Author: | infringer [ Thu Jul 13, 2006 9:56 pm ] |
Post subject: | |
Any scripts like this available for the IR blaster for PVR150 ? |
Author: | flensr [ Sun Aug 20, 2006 7:39 am ] |
Post subject: | |
Alsa drivers were fairly easy for me... Yea you have to install it manually but it's a single file and a handful of commands. I used the instructions by syracuse from another thread: To get the sound to work (Realtek 880) for both stereo and 5.1 coax out: a) open a term window (i.e. Alt-x), b) become super-user (su) c) cd /usr/src d) wget ftp://ftp.alsa-project.org/pub/driver/a ... c5.tar.bz2 e) tar jxvf alsa-driver-1.0.11rc5.tar.bz2 f) cd alsa-driver-1.0.11rc5 g) ./configure h) make i) make install |
Author: | neutron68 [ Thu Aug 24, 2006 10:30 am ] |
Post subject: | PVR-150 |
infringer wrote: Any scripts like this available for the IR blaster for PVR150 ?
I believe that support scripts are built-in to Knoppmyth for the PVR-150. If you choose the Hauppauge remote during your Knoppmyth setup, I think the IR communications get set up for you. If you didn't choose a remote at setup time you can re-run the script: /usr/local/bin/lirc-reconfig.sh There is another script for the IR Blaster hardware, but I expect this gets called automatically after you run the script I just listed: /usr/local/bin/irblaster.sh Eric |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |