Results 11 to 20 of 22
I'm almost sure that the sndconfig command is there, it's just not in your path. Look for it on /sbin or /usr/sbin. If it's not there, try
Code:
find / ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-01-2004 #11Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
I'm almost sure that the sndconfig command is there, it's just not in your path. Look for it on /sbin or /usr/sbin. If it's not there, try
It'll take a while, but eventually it'll spit out the answer. After you find it, execute it by running the command with the absolute path name as root. For example, if it's in /usr/local/sbin, as root, type /usr/local/sbin/sndconfigCode:find / sndconfig
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-01-2004 #12Just Joined!
- Join Date
- Nov 2004
- Posts
- 68
definatly worth trying. Thanks, trying it now.
- 12-01-2004 #13Just Joined!
- Join Date
- Nov 2004
- Posts
- 68
The computer sounded like it was doing a lot of thinking with just the desktop screen. After a while it stopped thinking, and still only the desktop screen. I tried to do it thourgh the file menu and "find files", but it did not indicate anything. I do not understand how come this did not download. Is it possible to get it elsewhere?
- 12-01-2004 #14Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Okay. Fire up Konsole. That should bring you to a DOS like prompt. Type su. This is the command to gain root user privilage in Linux. You'll be prompted for your password. As root type find / sndconfig
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-01-2004 #15Just Joined!
- Join Date
- Nov 2004
- Posts
- 68
From the Konsole:
find: sndconfig: No such file or directory
That really stinks. I am not sure as to why not the file did not load during the install. The Konsole find command worked great. I need to learn the root commands. Any other options? Is it something I can get from elsewhere or from the ISO disk #1 that I was prompted to enter during the install? I appreciate your time.
- 12-01-2004 #16Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
http://linux.about.com/od/commands/l/blcmdl1_find.htm
You missed the forward slash (/) find / sndconfig
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-01-2004 #17Just Joined!
- Join Date
- Nov 2004
- Posts
- 68
good eye with that, but it comes back as a directory???
bash: /: is a directory
[thomas@user-12hc0nr thomas]$
- 12-01-2004 #18Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Okay...
Step one: become root
Step two: enter the entire command at the prompt "find / sndconfig"
Notice after you become root, $ changes to #. Also notice I didn't use quotes.Code:[thomas@user-12hc0nr thomas]$su password: [thomas@user-12hc0nr thomas]#find / sndconfig
The find command take two arguements. The first one is the directory to start searching in and the second is the search string. find, starting in the top most directory the string sndconfig is 'find / sndconfig' without the quotes.
Hope that helps,
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 12-01-2004 #19Just Joined!
- Join Date
- Nov 2004
- Posts
- 68
I have the pound # sign now, so I am the root, and the search is running.
- 12-01-2004 #20Just Joined!
- Join Date
- Nov 2004
- Posts
- 68
this is what i got:
find: sndconfig: No such file or directory
I used the backslash and no quotes. I suspect it is not there. For whatever reason the backslash is not present when it indicates the result.


Reply With Quote
