LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-20-2002, 05:42 PM   #1
silverMULLET
LQ Newbie
 
Registered: Oct 2002
Posts: 6

Rep: Reputation: 0
SoundBlaster AWE64value in RedHat 8.0 - I don't know what I'm doing here...


Okay this is probably an easy question for someone who has done something like this before. I wouldn't even ask but I have been looking through google for like an entire DAY with no leads. When I see some steps to take to get this going, they don't seem to work on my system. I'll try give as much information as I can think of.

(RedHat 8.0) most packages installed, I have KDE and GNOME and all the developement tools I think installed.

When I try to use the menu option to configure my sound it says there isn't one detected. when I use the terminal to run the sndconfig command I can't find it ANYWHERE and I've tried in like 3 different places that other people have found it.

I have read that this can be installed with sndconfig, as opposed to using the ALSA or OSS drivers or rebuilding the kernel, and that would be cool if I could just do that because I would like to keep it as simple as possible.

This device is working properly under win98.

PLEASE help if you think you can. Until the switch to Linux, this PC was primarily a jukebox... and I don't want to go back to 98...
 
Old 10-20-2002, 05:54 PM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Ok, try (as root)
modprobe awe_wave

If this works, then add awe_wave to the file /etc/modules.
 
Old 10-20-2002, 06:02 PM   #3
silverMULLET
LQ Newbie
 
Registered: Oct 2002
Posts: 6

Original Poster
Rep: Reputation: 0
Just like everything else I type :

------------------------------------------------------
[root@h24-76-211-37 /]# modprobe awe_wave
bash: modprobe: command not found
------------------------------------------------------
I found that modprobe file in /sbin so I went there and somehow got this.
------------------------------------------------------
[root@h24-76-211-37 sbin]# dir modprobe
modprobe
[root@h24-76-211-37 sbin]# modprobe
bash: modprobe: command not found
------------------------------------------------------
hmm, it didn't look very hard...

I did a "Find Files" and I do not have sndconfig on my computer.

Is my Linux broken? ^o^ ... I just installed it. Did I mention I'm a total noob?
I'm a Windows wizard but starting from scratch with Linux, I'm VERY open to the possibility that this is some major user error issues...

Thanks for the suggestion though!

Last edited by silverMULLET; 10-20-2002 at 06:05 PM.
 
Old 10-20-2002, 06:06 PM   #4
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Try using modprobe with this:
/sbin/modprobe awe_wave
 
Old 10-20-2002, 06:16 PM   #5
silverMULLET
LQ Newbie
 
Registered: Oct 2002
Posts: 6

Original Poster
Rep: Reputation: 0
HOLY CRAPP I HEAR SOUNDS!
THANKS DOOD!

feel like a freaking moron that I spent the last day working on this lol.
Still have to figure out how to get MP3's rockin though... so far just got .WAV files playing and XMMS doesn't want to let me pick MP3 files to play.

Got me on the right track though, thanks again!
 
Old 10-20-2002, 06:23 PM   #6
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Don't forget to add it to the file /etc/modules otherwise you'll need to type that in everytime you boot.

Good luck.
 
Old 10-20-2002, 06:48 PM   #7
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by silverMULLET
--<snip>--
Still have to figure out how to get MP3's rockin though... so far just got .WAV files playing and XMMS doesn't want to let me pick MP3 files to play.
--<snip>--
RedHat 8.0 didn't ship with mp3 support, have a look here for a fix.
 
Old 10-21-2002, 12:39 PM   #8
silverMULLET
LQ Newbie
 
Registered: Oct 2002
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks Aussie, wish I read that yesterday, found it out the hard way ^_^. One question about XMMS, how do I add skins? I downloaded one and tried to move it into the XMMS skin folder using my graphical desktop and it said "access denied"... tried to see where I can give myself more access but I don't know where ...
 
Old 10-21-2002, 12:43 PM   #9
silverMULLET
LQ Newbie
 
Registered: Oct 2002
Posts: 6

Original Poster
Rep: Reputation: 0
Same problem when I go to add that sound loader into my etc/modules. I find a text-type of file called modules.conf and when I try to add that line to it and save it says I don't have permission

This is a home computer with just me and my wife so I don't really care about permissions... if anyone could please tell me how to lower the all-around security level of this thing I would really appreciate it!
 
Old 10-21-2002, 03:59 PM   #10
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Well, if you really wanted, you could always log in as root the whole time... then there'd be no security. However, I would suggest that you simply remeber to use su root (and then enter root's password) if and when you need to edit config files.
 
Old 10-21-2002, 04:04 PM   #11
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Sounds like a permission problem, are you doing it as root or as a user?
For xmms skins you can put them in /home/your-user-name/.xmms/Skins (note, the period . means a hidden file) and for /etc/modules open a terminal and do the following,
Code:
su <enter>
type root password <enter>
mcedit /etc/modules
edit the file and press F2 to save followed by F10 to quit.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
No sound on soundblaster 16 on redhat 9.0 Ian_Hawdon Linux - Hardware 2 05-02-2004 05:31 PM
Fedora, Redhat and Soundblaster benjithegreat98 Fedora 10 02-04-2004 10:23 AM
Soundblaster Audigy and Redhat Polywog Linux - Newbie 2 08-02-2003 10:43 PM
RedHat 8 and SoundBlaster Live! GodFoca Linux - Hardware 0 06-08-2003 06:04 AM
soundblaster live value in redhat 8.0 luap Linux - Hardware 1 03-15-2003 12:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:16 PM.

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