LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-02-2003, 11:10 PM   #1
safil
Member
 
Registered: Aug 2003
Location: nyc
Distribution: RH 9
Posts: 55

Rep: Reputation: 15
help executing files


My soundcard isn't working so I downloaded the drivers for it. I just have no idea how to install it. The file is "au88xx-1.1.2.tar.gz. Can someone please help install this in order to get my soundcard to work? I'm new to RH9, so I don't really have any experience in shell. If anyone can explain what I have to do in order to install the driver it would mean alot. Thanxs!
 
Old 09-02-2003, 11:25 PM   #2
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
first uncompress the file. You can probably do it by double clicking on it. It will create a new directory with all the files. Go into that directory and there should be a readme file that explains what to do. Hope this helps a little.
 
Old 09-02-2003, 11:41 PM   #3
mcd
Member
 
Registered: Aug 2003
Location: Denver, CO
Distribution: CentOS, Debian
Posts: 825

Rep: Reputation: 33
the extension .tar.gz means it's an archive (tar) file that has also been zipped. to uncompress this, use

tar -xzvf filename

that usually creates a directory called filename, which you should enter with cd filename. the usual process for installing packages from source is

./configure
make
make install

HOWEVER - it is always a good idea to read any instructions included before installing, as quatsch suggested! usually you can find a file name INSTALL. you can read it using

cat INSTALL

or

less INSTALL

hope that helps,
 
Old 09-02-2003, 11:46 PM   #4
safil
Member
 
Registered: Aug 2003
Location: nyc
Distribution: RH 9
Posts: 55

Original Poster
Rep: Reputation: 15
Thanx!!! Helped alot. But after I read the README file and installed the file, alot of errors came up. So I went back to the README file and read that "if you get unresolved symbol errors during install, rebuild your kernel with sound suppor (soundcore) built in (not a module)". Does anyone know what that means and if so can u help. Don't mean to be an ass, but please be specific as I am not "shell" literate yet. Thank you.
 
Old 09-02-2003, 11:52 PM   #5
mcd
Member
 
Registered: Aug 2003
Location: Denver, CO
Distribution: CentOS, Debian
Posts: 825

Rep: Reputation: 33
hmm. i still pretty much a newb myself, so i don't know the ins and outs of getting your soundcard working, unfortunately. what that's saying though, is that you have to recompile your kernel. there are a number of threads about doing this with extensive advice, just search around for a couple minutes. since it's pretty complicated, you might just do some research on it and wait and see if anyone else has ideas of how to get the card working without recompiling the kernel. on the other hand, it'll certainly be an educational experience!

sorry i couldn't be more help,
 
Old 09-03-2003, 12:04 AM   #6
safil
Member
 
Registered: Aug 2003
Location: nyc
Distribution: RH 9
Posts: 55

Original Poster
Rep: Reputation: 15
sounds to risky for a newb like me. I'll wait for other opinion. Thanks anyway!
 
Old 09-03-2003, 12:09 AM   #7
mcd
Member
 
Registered: Aug 2003
Location: Denver, CO
Distribution: CentOS, Debian
Posts: 825

Rep: Reputation: 33
i don't blame you, i still haven't gotten around to it either
 
Old 09-03-2003, 01:51 AM   #8
sandeep
LQ Newbie
 
Registered: Feb 2001
Location: India
Distribution: RedHat8
Posts: 8

Rep: Reputation: 0
compiling kernel is straight forward if you follow the steps as described in http://www.tldp.org/HOWTO/Kernel-HOWTO.html

Make sure that you have kernel sources (/usr/src/linux-2.4/ on RH)
then cd to the kernel source directory and do a
make xconfig
you should be running X windows for this (you default gui login should do this)
This pops up a kernel configure window,where you can select/unselect many kernel options.

Read http://www.tldp.org/HOWTO/Kernel-HOWTO/quick_steps.html
this first though

after making the required changes, save and exit the kernel configurator and do a
make dep
nohup make bzImage &
this will put the new kernel here:
/usr/src/linux/arch/i386/boot/bzImage
copy this and the .configure file in the kernel source directory into /boot
and update your boot manager.
May be you'll need to read the respective howto. Look it up in
http://www.tldp.org

Hope that helps.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Executing files in a terminal by default Vnet1 Linux - Newbie 2 03-24-2004 12:54 PM
Running/Executing .run files BigEast55 Linux - Newbie 1 01-08-2004 05:01 PM
Executing bin files Squiddy Slackware 2 11-07-2003 02:11 AM
Executing .bin files klmn1 Linux - Software 2 06-06-2003 02:04 AM
executing files jiggaracci Linux - General 8 10-13-2002 01:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration