LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-28-2004, 02:54 AM   #1
cprogrck
Member
 
Registered: May 2004
Posts: 91

Rep: Reputation: 15
sound sound sound


i installed red hat 9 and my sound still wont work. Red hat has found a sound driver that "should" work for my intergrated sound card but for some reason mainly this reason:

The i810_audio driver could not be loaded. This soundcard may not be compatible with Red Hat Linux.

that's what happens when i run redhats sound card detection. Also a boot somthing calle imod or somthing like that fails to load (it's hard to read because it moves fast). Anyone have any ideas?

Also note that all the info my on my sound card is correct but it seems like the kernel can run the correct info. This may be because I might be using the same audio driver i used for redhat 8 (the driver didn't work). I also have problems with updating my kernel. It has somthing to do with that same driver's (i think) depenencies.
 
Old 05-28-2004, 04:27 AM   #2
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
Hi cprogrck,
can you do this and post the output, please:
open a terminal as root
run the sound card detection
in the terminal issue this command: tail /var/log/messages
This will probably give you (us) more information about the issue at hand.

Thanks,
- drowstar
 
Old 05-28-2004, 10:24 AM   #3
cprogrck
Member
 
Registered: May 2004
Posts: 91

Original Poster
Rep: Reputation: 15
this is the output

May 28 10:35:05 x1-6-00-09-5b-0b-8
b-37 rhnsd[1687]: Red Hat Network
Services Daemon starting up.
May 28 10:35:05 x1-6-00-09-5b-0b-8
b-37 rhnsd: rhnsd startup succeede
d
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 kernel: Intel 810 + AC97 Audi
o, version 0.24, 17:27:30 Mar 13 2
003
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 kernel: PCI: No IRQ known for
interrupt pin A of device 00:06.0
. Please try using pci=biosirq.
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 kernel: i810: NVIDIA nForce A
udio found at IO 0xd800 and 0xd400
, MEM 0x0000 and 0x0000, IRQ 0
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 kernel: i810_audio: unable to
allocate irq 0
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 insmod: /lib/modules/2.4.20-8
/kernel/drivers/sound/i810_audio.o
: init_module: No such device
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 insmod: Hint: insmod errors c
an be caused by incorrect module p
arameters, including invalid IO or
IRQ parameters. You may fin
d more information in syslog or th
e output from dmesg
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 insmod: /lib/modules/2.4.20-8
/kernel/drivers/sound/i810_audio.o
: insmod sound-slot-0 failed
May 28 10:38:11 x1-6-00-09-5b-0b-8
b-37 modprobe: modprobe: Can't loc
ate module sound-service-0-3
 
Old 05-29-2004, 06:21 AM   #4
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
Hi cprogrck,
the important part is this:
Code:
May 28 10:38:11 x1-6-00-09-5b-0b-8b-37 kernel: i810_audio: unable to allocate irq 0
May 28 10:38:11 x1-6-00-09-5b-0b-8b-37 insmod: /lib/modules/2.4.20-8/kernel/drivers/sound/i810_audio.o: init_module: No such device
This seems to suggest that your system indeed cannot talk to your soundcard. (There might be a problem with the i810_audio driver. I am not sure, I have tried this driver on a fedora system and it didnt work either. To be honest, I wasnt able to solve the problem then. Worked on SuSE though.)
However, this may just as well be a less difficult problem to solve.
I am astonished about this section:
Code:
May 28 10:38:11 x1-6-00-09-5b-0b-8b-37 kernel: Intel 810 + AC97 Audio, version 0.24, 17:27:30 Mar 13 2003
It seems to suggest that the driver has been loaded.

This needs further investigating. Please do a lsmod and lspci and post the output. (it would also be helpful, if you'd check if the output differs before and after you run the sound card detection program. The crucial part is where the output contains "810" (or "i810" or "Intel 810". "810" is a resonable compromise. You can filter the output by attaching "| grep 810" to either command (e.g.: lspci | grep 810).

One thing you could try right now (without more information) is check, if your sound controls are not muted (this was a problem on fedora core 1.9x, might just be there redhat, too). The command would be alsacntl (I am not completely sure right now. Type "alsa", hit tab and chose the command that seems to be closest). If all controls that show up are on zero, you've got (at least part of) your problem's solution right there. Bring them up to a medium level.

Good luck, I'll respond as soon as I can,
- drowstar
 
Old 05-30-2004, 01:23 PM   #5
cprogrck
Member
 
Registered: May 2004
Posts: 91

Original Poster
Rep: Reputation: 15
i got it to work

i updated redhat 9 to fedora core 2. It has great driver support, but of course there's always that problem with Wine.
 
Old 05-30-2004, 01:48 PM   #6
proudclod
Member
 
Registered: May 2004
Distribution: Fedora Core 2
Posts: 381

Rep: Reputation: 30
Wine works great for me on Fedora Core 2
 
Old 05-30-2004, 03:37 PM   #7
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
cprogrck,
what do you mean: "that problem with Wine"?
Worked for me, when I still used it. (and thats to say a lot, because Fedora had the most issues I have ever experienced on my system)

Anyways, any luck with your sound? and are there any questions about wine I might be able to answer?

Later,
- drowstar
 
Old 05-30-2004, 08:42 PM   #8
cprogrck
Member
 
Registered: May 2004
Posts: 91

Original Poster
Rep: Reputation: 15
it was a little problem i had

for some reason i had trouble runing wine on fedora core 2 it turns out that there's some kind of error with exec-sheild. At first i thought all was lost. See wine worked fine for me in redhat9 but in fedora you have to run echo 0 > ./proc/sys/kernel/exec-sheild or somthing like that. It has to do with the way red hat tried to prevent buffer overflows by makeing programs run at a certain point in ram (i think). However most windows programs need to run in the same locations.
 
Old 05-30-2004, 08:55 PM   #9
cprogrck
Member
 
Registered: May 2004
Posts: 91

Original Poster
Rep: Reputation: 15
here look at this:

--------------before
[root@x1-6-00-09-5b-0b-8b-37 root]# wine regedit
Segmentation fault
--------------after
[root@x1-6-00-09-5b-0b-8b-37 root]# echo 0 > /proc/sys/kernel/exec-shield
[root@x1-6-00-09-5b-0b-8b-37 root]# wine regedit
[root@x1-6-00-09-5b-0b-8b-37 root]#
--------------------------------------------------------------------------------------------------------
notice that wine ran regedit after a ran the echo 0 > /proc/sys/kernel/exec-shield command. It's actually a common problem with fedora core 2. I guess some people are lucky.

goto this thread

http://www.linuxquestions.org/questions/history/178011

my error wasn't the same but it works. I can have my sound and my wine too. (ummmm)
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
ALSA MIDI: Sound fonts for NVIDIA/NForce Soundstorm on-board sound vharishankar Linux - Hardware 6 09-04-2007 12:37 PM
FC2: Sound Card (SiS SI7012) Detect But Donot Play Sound rajanaeem Linux - Hardware 0 10-22-2004 03:41 PM
How to make a sound on Realtec ALC-650 card sound on a Shuttle ST62K? Laurent Linux - Hardware 0 05-30-2004 11:57 AM
No Sound : request_module: failed /sbin/modprobe -- sound-slot-0. error = 256 Mebuh Linux - General 0 01-26-2004 07:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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