LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > 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
 
Thread Tools
Old 01-26-2002, 12:17 PM   #1
Chypmunk
Member
 
Registered: Mar 2001
Distribution: redhat 7.0
Posts: 75
Thanked: 0
Unhappy Sound Blaster PCI128 issues. PLEASE HELP!!


[Log in to get rid of this advertisement]
hey all! I was recentally playing around with my newley built computer and decided to partition the drive. I did that, Installed Redhat 7.0, and got LILO all set up so I could boot back into ME if I needed to. I logged in, ran sndconfig, and it detected the card. It then said that it had a (insert odd name here) chipset, and that it wasn't supported. It works well in windows, and it can be recognized in DOS as a sound blaster or compatible. Any way I could tweak linux so it thinks it is a soundblaster?

This is sad, cauz I liked linux redhat! I allready have to compile scource to get my ethernet card working. I have used redhat 7.0 before, so I kinda know what I am doing.

Any help would be appreciated.
Thankyou.
Jude
Chypmunk is offline     Reply With Quote
Old 01-26-2002, 03:29 PM   #2
finegan
Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Thanked: 0
Maybe.

The most important information was actually what you lfet out. If you could post (insert odd name here) of the chipset, then there's probably been a driver created for it in the year since 7.0 came out.

Cheers,

Finegan
finegan is offline     Reply With Quote
Old 01-26-2002, 05:26 PM   #3
Chypmunk
Member
 
Registered: Mar 2001
Distribution: redhat 7.0
Posts: 75
Thanked: 0

Original Poster
sorry bout that.. I didn't have a pen handy so I could write it down.. It says it detects an Ensoniq15880 AudioPCI. Then it goes to the next screen where it says that this card is not supported.

Thankyou for the help!
Jude
Chypmunk is offline     Reply With Quote
Old 01-26-2002, 10:57 PM   #4
Chypmunk
Member
 
Registered: Mar 2001
Distribution: redhat 7.0
Posts: 75
Thanked: 0

Original Poster
hello?

hey ! ... any help? I kinda wanna get this thing workin'...

anything would be appreciated!

thanx..
Jude

:smash:
Chypmunk is offline     Reply With Quote
Old 01-27-2002, 01:30 PM   #5
finegan
Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Thanked: 0
Sorry dude, you have to realise most of the people who poke around here do it from work on the weekdays... okay, not most, just me really.

The Ensoniq 15880 doesn't exist as far as I can tell, but the 5800 does... so I'm thinking RedHat's sound utils just stuffed up its output. The modules for the 5880 is oddly enough the same as nearly every other Ensoniq chipset, the es1371. To see if I've got this right, try:

modprobe es1371

The command line should blink for a second, and then return nothing, which means it accepted the module. You can check to see if it bound to the hardware right with:

dmesg

This is the kernel's log of recognizing all of the hardware. Its chronological, so the most recent addition will be at the bottom.

Oh, if upon modprobe es1371 spits back a bunch of 'unresolved symbol' garbage, you may need to insmod soundcore first, with:

modprobe soundcore

Then try modprobing es1371. I can't remember if RH 7.1 had soundcore built into the kernel, or if you had to pop that in on your own.

If sound works after this, then just post back and I can help you with how to make everything work automagically from boot. If es1371 doesn't go in... post the output from:

cat /proc/pci

So we can figure out if you either need to a) grab an updated version of the module and compile it like you did for the NIC, or b) we even have to find a different module entirely. I'm pretty certain es1371 is the right one.

Cheers,

Finegan
finegan is offline     Reply With Quote
Old 01-27-2002, 03:55 PM   #6
Chypmunk
Member
 
Registered: Mar 2001
Distribution: redhat 7.0
Posts: 75
Thanked: 0

Original Poster
thanks dude

allrite.. I had a es1688 sounddrive, But windows didn't like it.. thats why I switched.. I will try the es chipset you mentioned..

thankyou!
Jude
Chypmunk is offline     Reply With Quote
Old 01-27-2002, 05:36 PM   #7
Chypmunk
Member
 
Registered: Mar 2001
Distribution: redhat 7.0
Posts: 75
Thanked: 0

Original Poster
LET THERE BE SOUND!!

allrite.. I tried that modprobe es1371 and it worked.. Now.. How do I get it to do that on bootup? put that in the modules.conf file or something?

thankyou!
Jude.

Also, How can I install a package from the redhat cd? I forgot to install the developer package so I can't compile my NIC drivers..
Chypmunk is offline     Reply With Quote
Old 01-27-2002, 06:24 PM   #8
finegan
Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Thanked: 0
Okay, er I lied.

I forgot what file it is in /etc/ that RH uses to load modules. Its been a while since i had to do that in RH due to how good kudzo usually is. Wiggy.

A rather hackish way is to stick the line:

/sbin/modprobe es1371

at the end of a file called /etc/rc.d/rc.local
rc.local is the very last init script run on the boot sequence, so regardless of everything else, that should do it.

Anyway, if no one else posts the Red Hat way by the time I get home, I'll have it up.

As far as the compiler tools... there should be a package handler installed if you want to do it through X+Gnome. RH uses RPMs, RedHat Package manager (their bid to control the universe). Actually, RPMs work really well, I'm just a cynic.

If you want to do it from the command line, just mount the CD, almost definately the first one, and look in the RPMS directory. I suspect you probably only need gcc, and maybe bison or yacc... also, you may not need to compile a module for the NIC, you didn't for the sound card, what kind is it offhand?

I could hardly ever get anything to work right with the compiler provided with RH7.0.

Cheers,

Finegan
finegan is offline     Reply With Quote
Old 01-27-2002, 06:31 PM   #9
Chypmunk
Member
 
Registered: Mar 2001
Distribution: redhat 7.0
Posts: 75
Thanked: 0

Original Poster
got that all taken care of.. I used GnoRPM.. now I have other problems.. Thankyou for gettin the tunes workin on my linux box!

Jude
Chypmunk is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Wireless internet + Sound Blaster 24bit issues Mikesoft Ubuntu 7 11-11-2005 02:20 PM
Sound Blaster Live! 24 issues sogetsu Linux - Hardware 0 07-02-2005 12:24 PM
no sound - mandrake 10.1 soundblaster pci128 Zhou Yi Linux - Hardware 12 04-05-2005 08:00 AM
ATI 3D Acceleration and Sound Blaster issues Mad Mardigan Linux - Hardware 0 02-19-2005 06:50 PM
no sound in mandrake 9.2 using creative PCI128 dark.stars Linux - Hardware 0 06-09-2004 06:17 PM


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

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration