|
|
#1 | ||
|
Registered User
Join Date: Apr 2003
Location: USA
Posts: 5
|
Now that i have nvnet working, i'd like to get my sound drivers running just as well
. Running Mandrake 9.0. Attached is a list of hardware i have, you can see is the lines Quote:
Quote:
|
||
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Apr 2003
Location: Germany
Posts: 77
|
have you enabled the sound card support in the kernel?
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Apr 2003
Location: USA
Posts: 5
|
I haven't made any changes to the kernel. I believe it comes configured with everything needed to support sound cards. The other computer i installed mandrake on works fine with default kernel.
Is there anyway to specify an IRQ setting with insmod or modprobe? the manpages weren't clear enough on this point. They seemed to suggest that these options are module specific. BTW, did i post this in the wrong forum? I hit the post new topic button off of a post i found from the search function, and thought i was posting in "Linux and Nvidia Graphics". Maybe some kind moderator could move the thread there? |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Oct 2003
Posts: 1
|
i have exactly the same probllem
when i try insmod nvaudio i obtain this : Code:
Using /lib/modules/2.4.21-0.25mdk/kernel/drivers/sound/nvaudio.o
/lib/modules/2.4.21-0.25mdk/kernel/drivers/sound/nvaudio.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
Code:
Oct 23 18:34:25 localhost modprobe: /lib/modules/2.4.21-0.25mdk/kernel/drivers/sound/nvaudio.o: Oct 23 18:34:25 localhost modprobe: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. Oct 23 18:34:25 localhost modprobe: You may find more information in syslog or the output from dmesg Oct 23 18:34:25 localhost modprobe: init_module: No such device Oct 23 18:34:25 localhost modprobe: modprobe: insmod /lib/modules/2.4.21-0.25mdk/kernel/drivers/sound/nvaudio.o failed Oct 23 18:34:25 localhost modprobe: modprobe: insmod nvaudio failed I need help .... Emit >> what is your mobo ? me epox 8rda+ |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Oct 2003
Location: Athens, GA, USA
Posts: 17
|
i had the same message. i got mine working in redhat by going to the /etc/modules.conf file, and erasing the sound entry the install put in, making sure the "alias nvaudio" entry was there, then rebooting. i had to put the "option nvaudio spdif_status=0" option in also, because the audio on flash animations was stuttering. now, my sound dies after running certain apps, or leaving the computer for extended periods. i can only fix it by rebooting.
__________________
I'd rather have a bottle in front of me than a frontal lobotomy. AMD Athlon 64 3000+ | MSI K8T-NEO FSR | 2 X 512MB Kingston Hyper-X PC4000 | BFG 6800/OC 128 DDR | Samsung SP1213C 120GB SATA | Lite-on LDW-411S 4X DVD +/- RW | Aspire 550W PSU |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Oct 2003
Posts: 4
|
Me too.
I got it working *partly but without full duplex. Is full duplex possible ??? Anyone done it? MDK 9.1 |
|
|
|
|
|
|
#7 |
|
Registered User
|
Ensure that you don't have any other sound modules loaded. Run an 'lsmod' to see what modules are currently loaded in your system. As well, if your distributions comes with a ready-made kernel, it may have sound compiled directly into the kernel (which i doubt).
If you find any sound modules there, say i810_audio, remove them from the running kernel with "rmmod -r i810_audio", and then insert the nvaudio drivers with "modprobe -v nvaudio". But, it does sound to me like there's already drivers loaded, so, run through your lsmod and make sure. |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Oct 2003
Posts: 4
|
ill persist now I know it can work
I temporarily put in a SB live becuase I need the full duplex for VoIP. Thanks |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rm_init_adapter failure | rizen | NVIDIA Linux | 9 | 11-09-02 09:33 PM |
| multiple cards, insmod, modules.conf | gseidman | NVIDIA Linux | 3 | 09-27-02 01:07 PM |
| NVIDIA kernel not loading on boot-up, but insmod loads it | Kyle | NVIDIA Linux | 3 | 09-10-02 12:01 AM |
| Problem after compilation during insmod | gerbil | NVIDIA Linux | 3 | 07-29-02 04:11 PM |