LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-01-2001, 08:52 PM   #1
jane207
LQ Newbie
 
Registered: Nov 2001
Posts: 28

Rep: Reputation: 15
Help on configuration RH7.1 sound card


I am totally new to Linux. Hope I can get your help!
I just installed my Rh7.1. By following get-start-guide, login as root and password, then command sndconfig. It said "bash:sndcoonfig:command not found". What should I do? I need this feature for my project, please please help! Thanks in advance.

Jane
 
Old 11-01-2001, 10:25 PM   #2
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
I don't know if this will work, but try running /usr/sbin/sndconfig as root.
 
Old 11-01-2001, 10:57 PM   #3
pbharris
Member
 
Registered: Apr 2001
Location: chicago, IL
Distribution: debian, redhat
Posts: 280

Rep: Reputation: 30
hello,
if that fails please let us know what card you are using. redhat has setup sound for me on installation since 6.2 ..
 
Old 11-02-2001, 04:41 AM   #4
siddiqu
Member
 
Registered: Mar 2001
Location: India
Posts: 332

Rep: Reputation: 30
have u installed sndconfig rpm ?
otherwise pls install that and then try.


U can check the card details in /proc/pci file
siddiqu.T
 
Old 11-02-2001, 10:09 AM   #5
jane207
LQ Newbie
 
Registered: Nov 2001
Posts: 28

Original Poster
Rep: Reputation: 15
Thanks for your reply.
I have tried /usr/sbin/sndconfig, it does not work either.
Also I do not know what card I am using, could you please tell me how to check that? I know this post maybe stupid, and I am readlly a fool of the hardware. So please help me out this, thanks.
I think I have installed "sndconfig rpm" file. I sticked with the installation guide step by step, and have chosen all the package except KDE. I checked the "/proc/pci" file, and found nothing about sound card. Does that mean that I do not have a sound card installed or I did not install the "sndcoonfig rpm" file?
I am really frustrated with Linux until now. I know there must be a way out, and hope can get your help eagerly!
Thanks for your reply again!
Jane
 
Old 11-02-2001, 10:15 AM   #6
syxxpac023
Member
 
Registered: Aug 2001
Location: Knoxville, TN
Distribution: RedHat 7.1
Posts: 61

Rep: Reputation: 15
It's just /sbin/sndconfig

if that doesn't work.. try this..

locate sndconfig

Find a file in a bin or sbin directory called sndconfig and run that file with it's full path or cd into the directory and type:

./sndconfig
 
Old 11-02-2001, 10:23 AM   #7
jane207
LQ Newbie
 
Registered: Nov 2001
Posts: 28

Original Poster
Rep: Reputation: 15
I have tried sbin/sndconfig, it does not work.
Tried to find the file sndconfig in both bin and sbin directory, but all failed. Would you please kindly tell me what should be next? Thanks.

Jane
 
Old 11-02-2001, 10:29 AM   #8
syxxpac023
Member
 
Registered: Aug 2001
Location: Knoxville, TN
Distribution: RedHat 7.1
Posts: 61

Rep: Reputation: 15
First type:

rpm -q sndconfig

to see if the rpm is installed, if it's installed then skip the installation process below:

If it's not installed, go here to get the RPM for RH7.1 on an Intel machine:

http://speakeasy.rpmfind.net//linux/....8-1.i386.html

Just click on the big letters to download the rpm. Then at the prompt in that directory type:

rpm -ivh sndconfig-0.64.8-1.i386.rpm

That should install the RPM for you.

Now you should be able to locate the sndconfig file and run the binary. Feel free to ask if you need anymore help.
 
Old 11-02-2001, 10:31 AM   #9
syxxpac023
Member
 
Registered: Aug 2001
Location: Knoxville, TN
Distribution: RedHat 7.1
Posts: 61

Rep: Reputation: 15
Just click on that link by the way.. the whole link didn't show up in the post for some reason.... sorry.
 
Old 11-02-2001, 10:45 AM   #10
jane207
LQ Newbie
 
Registered: Nov 2001
Posts: 28

Original Poster
Rep: Reputation: 15
When I try rpm -q sndconfig, and system tells me that "command not fouond", I think I did not install that file.
Then I go to download from that link. If I click on it, it display the whole file in Netscape, can I just save this file in html style and keep going? I also try to "save the link as" by using right button on my mouse, and get "Access denied" error. what is next? Thanks.

Jane
 
Old 11-02-2001, 10:52 AM   #11
jane207
LQ Newbie
 
Registered: Nov 2001
Posts: 28

Original Poster
Rep: Reputation: 15
I tried to save the displayed file and also got "Permission denied error", what is wrong?

Jane
 
Old 11-02-2001, 10:54 AM   #12
syxxpac023
Member
 
Registered: Aug 2001
Location: Knoxville, TN
Distribution: RedHat 7.1
Posts: 61

Rep: Reputation: 15
Right click and then select save as and save this file somewhere that you can find it:

ftp://ftp.rpmfind.net/linux/redhat/7...4.8-1.i386.rpm

Then type the command I gave before:

rpm -ivh sndconfig-0.64.8-1.i386.rpm

You have to be root in order for it to allow you to install this. If the command before didn't work though.. rpm -q sndconfig... then you have other problems that I'm not sure how to fix. Also.. if you can't find your sound card in /proc/pci then it's probably one of two things. The card isn't plugged in properly or the card isn't supported by RedHat Linux. It should say something in it about multimedia audio controller or something to that effect. Even on-board sound controllers should show up here. You shouldn't really have to run this program. I have installed RedHat Linux 7.1on 3 or 4 occassions and never once had to do anything as far as setting up my sound card. I hope that yours will work though. Keep trying.
 
Old 11-02-2001, 10:57 AM   #13
syxxpac023
Member
 
Registered: Aug 2001
Location: Knoxville, TN
Distribution: RedHat 7.1
Posts: 61

Rep: Reputation: 15
Be sure that you're root when you're doing all of this.. it makes things a lot simpler as far as these permission errors go.
 
Old 11-02-2001, 11:46 AM   #14
jane207
LQ Newbie
 
Registered: Nov 2001
Posts: 28

Original Poster
Rep: Reputation: 15
syxxpac023,
Thanks for your kindly reply and great patience! According to your instruction,now my PC can give me sound. How nice to have sound! How nice to get your help on this! THanks again!

Jane
 
  


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
Sound card configuration MrKevvie Mandriva 1 09-10-2004 11:43 PM
Sound Card Configuration RedHatMN Linux - Newbie 6 06-19-2003 01:12 PM
Sound Card configuration lorio Linux - Hardware 1 09-18-2002 09:36 AM
sound card configuration cokalie Linux - Newbie 0 01-10-2002 09:38 AM
Help on configuration RH7.1 sound card jane207 Linux - Newbie 1 11-02-2001 09:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:40 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