LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-22-2002, 01:36 AM   #1
psyklops
Member
 
Registered: Jan 2002
Location: Los Angeles
Distribution: RedHat 9.0
Posts: 216

Rep: Reputation: 30
soundon@ command in terminal?


Ok I jsut installed the OSS drivers. Now I need to turn the soundon. The commands: soundconf@ soudoff@ soundon@ are all located in /usr/bin. Im root in /bin trying to turn on sound.

Ive tried several different commands but Im getting command not found errors. Does anyone know the exact cmd line? Im new to unix term cmds.
 
Old 01-22-2002, 07:54 AM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I dont have that distro, but
sounds like /usr/bin is not in your path, or you would be able to just type

soundon

if the commands are there then you should be able to run them like this

/usr/bin/soundon

also you can check the links like this

ls -l /usr/bin/soundon

see what it's pointing to

if you are in /usr/bin try this

./soundon


also you state you are in /bin but the files are in /usr/bin which is a different folder

Last edited by DavidPhillips; 01-22-2002 at 07:55 AM.
 
Old 01-22-2002, 12:09 PM   #3
psyklops
Member
 
Registered: Jan 2002
Location: Los Angeles
Distribution: RedHat 9.0
Posts: 216

Original Poster
Rep: Reputation: 30
Hey I got the command to run but no sound... I even tried to configure it using drakeconfig and soundconfig but no good.

I see you have exp or are using RH 7.2. If you by chance have the SBLive card and are using OSS I could reburn the iso image for RH. If you think you could instruct me through a snd install and config using RH id be willing to do it...
 
Old 01-22-2002, 01:12 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I do not have a SBLive, I have an awe64gold but it is in my slack machine, but it uses a different driver.

lsmod will tell you what modules are loaded

yours should work with sndconfig if you install redhat

what error do you get when you run sndconfig.

Last edited by DavidPhillips; 01-22-2002 at 01:14 PM.
 
Old 01-22-2002, 01:34 PM   #5
psyklops
Member
 
Registered: Jan 2002
Location: Los Angeles
Distribution: RedHat 9.0
Posts: 216

Original Poster
Rep: Reputation: 30
lib/modules/2.4.8-26mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: no such device
lib/modules/2.4.8-26mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod
lib/modules/2.4.8-26mdk/kernel/drivers/sound/emu10k1/emu10k1.o,gz failed
lib/modules/2.4.8-26mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod sound-slot-0 failed

These are the errors when I run sndconfig.
 
Old 01-22-2002, 01:45 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
put this line in /etc/modules.conf

alias sound emu10k1

then look in /etc/group

if you have audio:x:81: then you add users to the line to let them use sound

audio:x:81:username




also try modprobe emu10k1




another note:

I think digital output is not supported by the driver, try the analog outputs

Last edited by DavidPhillips; 01-22-2002 at 01:49 PM.
 
Old 01-22-2002, 04:28 PM   #7
psyklops
Member
 
Registered: Jan 2002
Location: Los Angeles
Distribution: RedHat 9.0
Posts: 216

Original Poster
Rep: Reputation: 30
Heres a copy of my /etc/modules.conf

alias char-major-14 off
alias sound off
alias midi off
alias sound-slot-0 off
alias sound-service-0-0 off
alias sound-service-0-1 off
alias sound-service-0-3 off
alias sound-service-0-8 off
alias sound-service-0-11 off
alias sound-service-0-12 off
alias sound-slot-1 off
alias sound-service-1-0 off
alias sound-service-1-1 off
alias sound-service-1-3 off
alias sound-service-1-8 off
alias sound-service-1-11 off
alias sound-service-1-12 off
alias sound-slot-2 off
alias sound-service-2-0 off
alias sound-service-2-1 off
alias sound-service-2-3 off
alias sound-service-2-8 off
alias sound-service-2-11 off
alias sound-service-2-12 off
alias sound-slot-3 off
alias sound-service-3-0 off
alias sound-service-3-1 off
alias sound-service-3-3 off
alias sound-service-3-8 off
alias sound-service-3-11 off
alias sound-service-3-12 off
alias char-major-116 off
alias snd-card-0 off
alias snd-card-1 off
alias snd-card-2 off
alias snd-card-3 off
alias snd-card-4 off
alias char-major-116 off
alias char-major-116 off
alias sound emu10k1

pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
probeall scsi_hostadapter ide-scsi
alias eth0 tulip

I added the alias... at the bottom.

I checked the /etc/group: audio:x:81syklops
...so that fine.

I ran modprode emu10k1 and got a bunch of errors again.
This was part of it:
"hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters."

It looks like maybe I maybe getting an interrupt with my PCI snd card. So I checked my proc/interrupts
CPU0
0: 201790 XT-PIC timer
1: 3204 XT-PIC keyboard
2: 0 XT-PIC cascade
7: 2 XT-PIC parport0
8: 1 XT-PIC rtc
9: 1579 XT-PIC usb-uhci, eth0
11: 50264 XT-PIC SB Live
12: 75280 XT-PIC PS/2 Mouse
14: 6952 XT-PIC ide0
15: 6 XT-PIC ide1
NMI: 0
ERR: 0

It appears my SBLive has an uninterrupted channel...
Back to square one.

How and where can I check to see if I have my sound on digital or analogue outputs?
And is there a fail safe way to check for sound in the terminal. A command that would play a little tune or something? Thank you.
 
Old 01-22-2002, 05:17 PM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I don't know but that sure is a lot of sound stuff turned off in the modules.conf file

could that be causing a problem?
 
Old 01-22-2002, 05:50 PM   #9
psyklops
Member
 
Registered: Jan 2002
Location: Los Angeles
Distribution: RedHat 9.0
Posts: 216

Original Poster
Rep: Reputation: 30
Not sure I believe the oss did that when I was configuring and installing the driver.

I think I had better luck with ALSA drivers. Going to reinstall and start from new. If the alsa starts to hang up, ill post a new topic.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a terminal command that I can run that will........... ludwig W Linux - Networking 20 11-28-2005 03:59 PM
Terminal command refference TheBlackMan Linux - Newbie 5 12-29-2004 01:56 PM
Terminal command for GUI command "Remove to trash" GunSkit Linux - General 3 06-29-2004 01:50 PM
soundon problem!!!! Gontzzo Slackware 2 01-28-2004 07:18 PM
soundon for esd or asla LOUDSilence Linux - Hardware 0 12-08-2003 01:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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