LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
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
 
LinkBack Search this Thread
Old 01-06-2002, 12:50 PM   #1
Ontrose
LQ Newbie
 
Registered: Jul 2001
Location: Terre Haute, IN
Distribution: Slackware 8.0
Posts: 27

Rep: Reputation: 15
Question Slack 8.0 SoundBlaster Awe64 Mic doesn't work


Hello, I'm using slack 8.0 on a pII 350 with a sound blaster awe64, sound works fine for playback, but the mic doesn't work. I go to the sound mixer thingy and turn it up all the way and nada... it works fine in winME. I use the sb module and have it set in my /etc/rc.d/rc.modules as:

/sbin/modprobe sb io=0x220 irq=5 dma=1 dma16=5

I'm using kernel 2.4.5

Anybody know what I can do to get it to run?

Thanks in advance,

Ontrose
 
Old 01-06-2002, 08:50 PM   #2
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
When I installed slack my mic worked and line in worked, but no other sound worked.

I rebuilt the kernel

used mpu401, sound blaster, and awe32synth
 
Old 01-06-2002, 08:55 PM   #3
Ontrose
LQ Newbie
 
Registered: Jul 2001
Location: Terre Haute, IN
Distribution: Slackware 8.0
Posts: 27

Original Poster
Rep: Reputation: 15
it won't let me select those in xconfig... i have sound support on 'y'.... am i overlooking something else or do they just need to be on module.... and do i just add all 3 modules in my /etc/rc.d/rc.modules ?

thanks

Last edited by Ontrose; 01-06-2002 at 09:03 PM.
 
Old 01-06-2002, 09:05 PM   #4
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
you must select oss first
 
Old 01-06-2002, 09:10 PM   #5
Ontrose
LQ Newbie
 
Registered: Jul 2001
Location: Terre Haute, IN
Distribution: Slackware 8.0
Posts: 27

Original Poster
Rep: Reputation: 15
do i still need my modprobe line in /etc/rc.d/rc.modules:

/sbin/modprobe sb blah blah blah

??
 
Old 01-06-2002, 09:34 PM   #6
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
if you build it into the kernel with the y option then the module.conf options will not work.

It may not need options if you use support for plug and play,but if it does you will pass them to the kernel in lilo.conf

just add it into your existing append command or create a new one
it is in this format

sb=<i/o>,<irq>,<dma>,<dma16> mpu=<i/o>,<irq>

append= "sb=220,9,1,5 mpu=330,9 hdc=ide-scsi"

Last edited by DavidPhillips; 01-06-2002 at 09:46 PM.
 
Old 01-06-2002, 09:48 PM   #7
Ontrose
LQ Newbie
 
Registered: Jul 2001
Location: Terre Haute, IN
Distribution: Slackware 8.0
Posts: 27

Original Poster
Rep: Reputation: 15
well, i recompiled with those options and took commented out the modprobe lines and rebooted to have no sound.... so i uncommented it and rebooted it and the sound came back, but i still don't have a mic... does that mean i need to add the irq and dma,etc. to lilo.conf and if so, what's the syntax for that?

here's the current modprobe line:

Code:
/sbin/modprobe sb io=0x220 irq=5 dma=1 dma16=5
thanks in advance

Ontrose
 
Old 01-07-2002, 08:50 PM   #8
Avatar2U
LQ Newbie
 
Registered: Jan 2002
Posts: 14

Rep: Reputation: 0
is you awe 64 isa?
if so it seem linux has problems with isa-pnp devices
the is some help out there but I had one an removed it for a pci 16 (great sounding now)
 
Old 01-07-2002, 09:56 PM   #9
Ontrose
LQ Newbie
 
Registered: Jul 2001
Location: Terre Haute, IN
Distribution: Slackware 8.0
Posts: 27

Original Poster
Rep: Reputation: 15
yeah, its an isa... i just don't get why everything works except for the microphone... i'm thinking about upgrading my ol' box soon (its a aging pII 350 <--been a good box for about 3 years now, can't complain) maybe i'll include a new soundcard then.

Ontrose
 
Old 01-08-2002, 09:26 PM   #10
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
try lsmod

it should not show any modules loaded for sound if the kernel is supporting it.

Mine is ISA

Everything works

this is what I have for
lilo.conf
append= "sb=220,9,1,5 mpu401=330,9"
if you already have an append line then add to it. My complete append line is this

append= "sb=220,9,1,5 mpu401=330,9 hdc=ide-scsi hdd=ide-scsi"

It works without it but some loki games did not have sound.


plug and play may need to be enabled in bios.

I would try this append line, and if you don,t have sound try irq 5.

Better yet you can do cat /proc/interrupts with the modules loaded and see what it is on.


You should not need to buy another card it works great.

Last edited by DavidPhillips; 01-08-2002 at 09:38 PM.
 
Old 01-08-2002, 11:39 PM   #11
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
I just checked my card again.

It is not using the append line but is using plug and play instead.

the dmesg output looks like this...


Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996 sb: Creative SB AWE64 Gold detected
sb: ISAPnP reports 'Creative SB AWE64 Gold' at i/o 0x220, irq 5, dma 1, 5
<Sound Blaster 16 (4.16)> at 0x220 irq 5 dma 1,5
<Sound Blaster 16> at 0x330 irq 5 dma 0,0
sb: 1 Soundblaster PnP card(s) found.
ISAPnP reports AWE64 Gold WaveTable at i/o 0x620
<SoundBlaster EMU8000 (RAM4096k)>
es1371: version v0.30 time 11:52:07 Jan 2 2002


I seem to have lost my joystick after setting up plug and play, Guess I will have to figure something out on it.

here is it's info from dmesg

gameport0: NS558 PnP at 0x200 size 8 speed 677 kHz
input0: Microsoft SideWinder Force Feedback Pro [AC on] on gameport0.0 [3-bit id 14 data 16]


The only thing I tried it in was descent3.

maybe it will work somewhere else.

Last edited by DavidPhillips; 01-08-2002 at 11:43 PM.
 
Old 01-09-2002, 05:37 PM   #12
Ontrose
LQ Newbie
 
Registered: Jul 2001
Location: Terre Haute, IN
Distribution: Slackware 8.0
Posts: 27

Original Poster
Rep: Reputation: 15
well i recompiled again, guess i goofed something last time and now the mic works and its incorporated into the kernel as it should be... only problem... mic only works when i put my mouth on the mic and scream

lol... oh well... back to the drawing board
 
Old 01-11-2002, 10:33 PM   #13
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
It's starting to sound like the mixer settings. My mic is down low on bootup and turning up Mix brings it up
 
Old 01-11-2002, 11:12 PM   #14
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,153

Rep: Reputation: 56
I found out the joystick fix.


I already had the right kernel settings

you need input core joystick support and select the classic ISA / PNP gameports and your joystick.


the problem I had was not having enabled support for /dev filesystem.

the work around is this...

if you have more sticks repeat for as many as you need.. this was more than enough for all three on the sidewinder. Or 2.5 I guess.


rm /dev/js0
rm /dev/js1
rm /dev/js2
rm /dev/js3

rm /dev/input/js0
rm /dev/input/js1
rm /dev/input/js2
rm /dev/input/js3

mknod /dev/input/js0 c 13 0
mknod /dev/input/js1 c 13 1
mknod /dev/input/js2 c 13 2
mknod /dev/input/js3 c 13 3

ln -s /dev/input/js0 js0
ln -s /dev/input/js1 js1
ln -s /dev/input/js2 js2
ln -s /dev/input/js3 js3


or just enable support for /dev filesystems should work.

Last edited by DavidPhillips; 01-11-2002 at 11:14 PM.
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Soundblaster AWE64 plays one note and then freezes foxy123 Linux - Hardware 2 11-21-2004 02:04 PM
configuring soundblaster awe64 n00b_casp Slackware 10 08-18-2004 01:38 AM
SoundBlaster Audigy..ALSA drivers... mic works but cant hear any sound. punk Linux - Newbie 1 03-25-2004 06:29 PM
Creative Labs Soundblaster Awe64 Gold Duke_Newrise Linux - Hardware 1 08-24-2003 02:03 PM
Slack 8 and a soundblaster awe64 soundcard Ontrose Linux - General 0 01-02-2002 06:15 PM


All times are GMT -5. The time now is 08: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
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration