freaking linux

OMFG could they make it harder to install a zip program
my computer wont let me do it or somthing

i dont have a audio driver on here and i need to install one

so im trying to install this linux audio driver this is like my second time using my linux comp
and its so annoying OMG rawr bbq!

so can someone help me unzip this

i unziped it to my desktop and i opend the folder and pressed install then it gave me something about this being a excutable file and i pushed i dont care install

and well it just sat there and did nothing i still have no sound!

someone please help
 
If it's a .sh filetype just open up a terminal and type "sudo sh path_to_file" (replace "path_to_file" with the location of the file... for example: "/home/ronster667/Desktop/filename.sh)

If you don't use Ubuntu the "sudo" part won't be necessary, just log in as root.
 
i dont understand

i dont see it anywere saying that any of the files are sh

the folder before it was unpacked was realtek-linux-audiopack-4.06a.tar.bz2

i unpacked it on my desktop and it is now realtek-linux-audiopack-4.06a

the folders that are in it are

alsa-driver-1.0.14-4.06a.tar.bz2
also-lib-1.0.14.tar.bz2
alsa-utils-1.014.tar.bz2
instal
readme.txt
test.wav.bz2
version

i have no clue what your asking me to do
 
i dont understand

i dont see it anywere saying that any of the files are sh

the folder before it was unpacked was realtek-linux-audiopack-4.06a.tar.bz2

i unpacked it on my desktop and it is now realtek-linux-audiopack-4.06a

the folders that are in it are

alsa-driver-1.0.14-4.06a.tar.bz2
also-lib-1.0.14.tar.bz2
alsa-utils-1.014.tar.bz2
instal
readme.txt
test.wav.bz2
version

i have no clue what your asking me to do

I was saying IF there is a .sh file... unfortunately it appears that there isn't. Have you checked any docs?
 
i read the readme, and it says for automatic install
Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.

Automatic install:
execute

./install

Manual install:
Step 1. unzip source code
tar xfvj alsa-driver-1.0.xx.tar.bz2

Step 2. Turn on sound support (soundcore module, default turn on)

Step 3. Complied source code
a. cd alsa-driver-1.0.xx
b. ./configure
c. make
d. make install
e. ./snddevices

Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
(Please refer to the attached modules.conf)

snd-xxxx is the card ID.

-- Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888
--- Intel ICH6 ICH7 ---------
snd-hda-intel
--- ATI chipset -----
snd-atiixp

-- AC97 controller --ALC655 ALC650 ALC250 ALC255
--- Intel ICH6 ICH7 , SiS 7012 and NVidia----------
snd-intel8x0
--- Via8233 Via686a -------------------------------
snd-via82xx
--- ATI Chipset -------------------------------
snd-atiixp

Copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file.
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-xxxx
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

Step 5. reboot your machine

Step 6. Use the alsamixer the disable mute (All audio line default is mute)
*Must to compile and to install the ALSA library and utility. (Use automatic install is already install)
excute alsamixer

Note: 1. The most detail information, can refer the alsa-kernel/Documenttation/ALSA-Configuration.txt in the azx-021705.tar.bz2.
2. Kernel Version must be 2.2.14 or later.
3. All mixer channels are muted by default. You must use a native
or OSS mixer program to unmute appropriate channels.
4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux.
5. The driver added to support the SPDIF functoin.
6. a. You can download the alsa-lib-1.0.9 and alsa-utils-1.0.9a form the www.alsa-project.org, then unzip and install them.
b. Suggest use "alsamixer" to control mixer function.
c. Used "alsaconf" can autodetect which drive you need to install (step 4).
7. SUSE Distribution must install the ncurses package.
 
executable files/scripts dont need to have a .sh at the end for them to work.

if you ls normaly the file will be green if it is executable.

Code:
ls -l
should see +x in there.
 
Back
Top