LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-19-2002, 02:48 PM   #1
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Rep: Reputation: 15
Soundblaster 4.1 digital problem


I can't get my soundblaster 4.1 digital to work in slackware 8.1. On soundblasters homepage (http://www.soundblaster.com) they say they don't have any linux drivers for my sound card. Any tips on how to get the sound to work?

Ps. I've tried to detect it with modprobe. Ds.
 
Old 10-19-2002, 03:47 PM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
4.1? Hmm, I guess I am out of the league, is it the Europe thing? I've never seen such a thing, 5.1 yes, but 4.1 escapes me, anyway /sbin/modprobe emu10k1 should bring it to live, didn't it?
 
Old 10-19-2002, 04:20 PM   #3
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
Almost forgot check
http://opensource.creative.com/
 
Old 10-20-2002, 04:49 AM   #4
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
when I do modprobe emu10k1 I get this:
/lib/modules/2.4.18/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: No such device
/lib/modules/2.4.18/kernel/drivers/sound/emu10k1/emu10k1.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod /lib/modules/2.4.18/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
/lib/modules/2.4.18/kernel/drivers/sound/emu10k1/emu10k1.o.gz: insmod emu10k1 failed
I have a built-in ac97 audio on my motherboard. Would it be easier to install that?
 
Old 10-20-2002, 07:11 AM   #5
bynaar
Member
 
Registered: Jul 2002
Posts: 141

Rep: Reputation: 15
Have you tried to uncomment the emu10k1 module in the rc.modules config file ?
I'ts located in the /etc/rc.d directory .
All you have to do is to remove the # sign before the line with
the emu10k1 module.

I use the audigy card , and to get it to work I have to use the eperimental / beta driver from

http://sourceforge.net/projects/emu10k1

maybe it's the same for the 4.1 card ?

here is an extract of the rc.modules file:

### Sound support ###
# Sound Blaster Pro/16 support:
#/sbin/modprobe sb io=0x220 irq=5 dma=3 dma16=5 mpu_io=0x300
# Sound Blaster Live support:
/sbin/modprobe emu10k1
# MAD16 support:
#/sbin/modprobe mad16 io=0x530 irq=7 dma=0 dma16=1
# AD1816(A) sound driver:
#/sbin/modprobe modprobe ad1816 io=0x530 irq=5 dma=1 dma2=3 ad1816_clockfreq=33000
# Crystal CS4232 based (PnP) cards:
#/sbin/modprobe cs4232
# ES1370 support, such as Sound Blaster 128PCI:
#/sbin/modprobe es1370
# ES1371 support, such as Sound Blaster 64V PCI:
#/sbin/modprobe es1371
# ESS Maestro, Maestro2, Maestro2E:
#/sbin/modprobe maestro
# ESS Maestro3/Allegro:
#/sbin/modprobe maestro3
# (For information on configuring other sound cards with Linux,
# see the documentation in /usr/src/linux/Documentation/sound/,
# and /usr/src/linux/Documentation/Configure.help.
 
Old 10-20-2002, 01:49 PM   #6
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
I tried to uncomment the line with /sbin/modprobe emu10k1 but it didn't work. I've heard somewhere that my card is based on SB pci 128 so I tried the es1370. I still can't hear any sound from cd or mp3.

btw, I upgraded to emu10k1 0.20.

Please help soon 'cause this is really starting to bug me.
 
Old 10-20-2002, 02:36 PM   #7
bynaar
Member
 
Registered: Jul 2002
Posts: 141

Rep: Reputation: 15
Before digging deeper in the problem, try the ES1371 module
 
Old 10-20-2002, 03:37 PM   #8
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
Didn't work. xmms halts with any of the es mods.
 
Old 10-20-2002, 04:40 PM   #9
bynaar
Member
 
Registered: Jul 2002
Posts: 141

Rep: Reputation: 15
question: do you log in as root or a ordinary user ?
in the latter , you must have permisions to use mixer / stuff . .

do this as root:

chmod 666 /dev/dsp
chmod 666 /dev/mixer
chmod 666 /dev/audio
chmod 666 /dev/sequencer
 
Old 10-21-2002, 03:03 AM   #10
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
It's my system so I'm the root. I tried you commands and now the sound work. Do I need to add some line somewhere to make the sound work everytime I boot.
 
Old 10-21-2002, 05:20 AM   #11
bynaar
Member
 
Registered: Jul 2002
Posts: 141

Rep: Reputation: 15
you dont have to re-enter the chmod commands.
Just uncomment the right driver-module in the rc.modules file will do!


Paniken sprider sig när man inte får igång mp3 spelaren ! ;-)
 
Old 10-21-2002, 06:45 AM   #12
dagge
Member
 
Registered: Oct 2002
Location: Sweden
Distribution: Sourcemage
Posts: 31

Original Poster
Rep: Reputation: 15
Aha. Visste inte att du var svensk. jag har bara 2 mp3s än så länge. Blir nog fler när jag får bredband :-). Har du haft slackware länge?
 
Old 10-21-2002, 10:15 AM   #13
bynaar
Member
 
Registered: Jul 2002
Posts: 141

Rep: Reputation: 15
jag kommer inte riktigt ihåg hur länge jag har kört med slackware
kanske nästan ett år .
Man lär sig mer än om man kör red hat eller liknande.

lycka till med mp3'orna . . . .
 
  


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
Creative SoundBlaster 5:1 - Digital output Jason1 Linux - Hardware 4 06-18-2005 11:00 AM
need help in installing alsa drivers for soundblaster pci 4.1 digital sivakrdy Linux - Hardware 2 02-01-2005 09:15 AM
soundblaster usb problem eo697 Linux - Hardware 1 07-03-2004 05:21 PM
Creative SoundBlaster 4.1 Digital or Creative SoundBlaster Live! 5.1 Digital jonsson84 Linux - Hardware 3 01-24-2004 12:50 AM
Soundblaster Digital selection subservant Linux - General 1 02-11-2003 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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