LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > 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
  Search this Thread
Old 08-11-2003, 10:29 AM   #16
Alf829
Member
 
Registered: Jul 2003
Distribution: Fedora Core 2 & 5
Posts: 110

Rep: Reputation: 15

Hi SnowSurfAir,

This is your problem:
Quote:
Originally posted by SnowSurfAir
Code:
modprobe snd-82xx
Instead of that, you should be inputting this:
Code:
modprobe snd-via82xx
Better yet, visit this page for the instructions on how to install your sound card:
http://www.alsa-project.org/alsa-doc...module=via82xx

Cheers,
Alf829
 
Old 08-11-2003, 01:19 PM   #17
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
yeah I did that and it said this:

modprobe snd-via82xx
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-via82xx.o: init_module: No such device
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.20-18.9/kernel/sound/pci/snd-via82xx.o: insmod /lib/modules/2.4.20-18.9/kernel/sound/pci/snd-via82xx.o failed
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-via82xx.o: insmod snd-via82xx failed
 
Old 08-12-2003, 12:24 AM   #18
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I need sound so could someone look at this thread?
 
Old 08-13-2003, 11:59 AM   #19
Alf829
Member
 
Registered: Jul 2003
Distribution: Fedora Core 2 & 5
Posts: 110

Rep: Reputation: 15
Quote:
Originally posted by SnowSurfAir
yeah I did that and it said this:

modprobe snd-via82xx
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-via82xx.o: init_module: No such device
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.20-18.9/kernel/sound/pci/snd-via82xx.o: insmod /lib/modules/2.4.20-18.9/kernel/sound/pci/snd-via82xx.o failed
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-via82xx.o: insmod snd-via82xx failed
Ok, you need to remove any sound modules currently loaded and running on your system. To do that, use rmmod ie rmmod snd

Remove all modules you listed associated with your sound card, then try to modprobe again.

If that fails again, then go to the directory /lib/modules/2.4.20-18.9/kernel/sound/pci/ and look to see if there is indeed a snd-via82xx.o file in there.

Cheers,
Alf829
 
Old 08-13-2003, 12:52 PM   #20
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
do I have to log outa X to do that cuz it said:
Code:
snd: Device or resource busy
 
Old 08-13-2003, 12:53 PM   #21
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
and there is snd-via82xx.o in /lib/modules/2.4.20-18.9/kernel/sound/pci
 
Old 08-14-2003, 09:21 AM   #22
Alf829
Member
 
Registered: Jul 2003
Distribution: Fedora Core 2 & 5
Posts: 110

Rep: Reputation: 15
well, you have to try to remove each snd device to see if any of them are not in use. When the ones not in use are removed, the ones previously in use are now not in use because you have removed the dependencies. Hope this is not too confusing.

Basically, try to remove each device and some of them will be able to be removed. After that, try the first ones you tried to remove. They should now be free.

Cheers,
Alf829
 
Old 08-14-2003, 04:33 PM   #23
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well how do I do that?
 
Old 08-14-2003, 10:43 PM   #24
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I really need it to work so will someone respond?
 
Old 08-15-2003, 08:17 AM   #25
Alf829
Member
 
Registered: Jul 2003
Distribution: Fedora Core 2 & 5
Posts: 110

Rep: Reputation: 15
use rmmod (module name) <- don't put the brackets around the module name!

ie rmmod snd, etc

do through each sound module loaded and try to remove them using rmmod. If it says it's busy, move on to the next one. After you've been through the list once, go through it again and again until all sound modules are unloaded.

The list in this case is the one you get by typing lsmod.

Edit: Note about brackets

Last edited by Alf829; 08-15-2003 at 08:23 AM.
 
Old 08-15-2003, 12:57 PM   #26
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
wait where do I find the modules?? and will that delete them??
 
Old 08-15-2003, 11:17 PM   #27
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
again I really need sound
 
Old 08-16-2003, 09:42 AM   #28
Alf829
Member
 
Registered: Jul 2003
Distribution: Fedora Core 2 & 5
Posts: 110

Rep: Reputation: 15
Hold it! You do not delete the modules. You only want to unload them so that they are not running when you try to modprobe them.

Use lsmod to find out what modules are currently loaded and use rmmod to unload them (this does NOT delete them).
 
Old 08-19-2003, 08:33 AM   #29
Alf829
Member
 
Registered: Jul 2003
Distribution: Fedora Core 2 & 5
Posts: 110

Rep: Reputation: 15
Hi,

Is the sound working for your system? It would be great to know if you were finally able to clear the modprobe problem or found another solution to do it.

Cheers,
Alf829
 
Old 08-19-2003, 04:55 PM   #30
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
no it isnt workin, since no one responded to help me
 
  


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
kernel-2.6.3 compiled with alsa but xmms alsa output dont plays demmylls Linux - General 3 09-01-2006 04:32 AM
Alsa sound *jumpy*: alsa-space: xrun of at least 11.449 msecs. resetting stream qwijibow Linux - General 6 04-22-2006 07:35 PM
ALSA-oss compatability works, but not programs intended for alsa ? qwijibow Linux - Software 5 03-14-2004 07:28 AM
ALSA on Debian, Kernel Source is There Alsa dosent see it? pfizur Linux - Software 3 12-27-2003 08:46 AM
2.6.0 minus built-in ALSA drivers + ALSA 1.0.0rc2 Tino27 Slackware 3 12-19-2003 05:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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