LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 09-18-2004, 07:58 PM   #1
ekaqu
Member
 
Registered: Sep 2004
Distribution: Debian SID, Debian Woody, Debian Sarge
Posts: 39

Rep: Reputation: 15
No sound


Hi, I have debian linux and a nf7 motherboard with built in sound. For the past few days i was able to play sound in xmms, xine, vlc, and so on. This was even after I updated to unstable. I just updated again to be up to date and kde 3.3 got installed (kde 3.2 was installed before). Right after the update, I was unable to get any sound to work (under every DM and WM I have [kde, gnome, fvwm), I tried sndconfig and it said that the onboard sound wasn't in its database so I couldn't use that. I have the drivers installed and I'm currently using kernel 2.4.26-1-386. Oh, by the way, the onboard sound is nForce2 AC97 Audio Controler.

How do I get my sound back?
 
Old 09-18-2004, 08:22 PM   #2
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
have you checked if that module/driver is loaded with lsmod; ? Maybe you can use use modprobe to get it loaded again.
does `lsmod | grep snd``lsmod | grep audio` produce results?

Last edited by micxz; 09-18-2004 at 09:24 PM.
 
Old 09-18-2004, 08:47 PM   #3
ekaqu
Member
 
Registered: Sep 2004
Distribution: Debian SID, Debian Woody, Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
I think the "module/driver" is loaded within lsmod, i see:
Module Size Used by Tainted: P
sg 29420 0 (autoclean) (unused)
nls_cp437 4284 2 (autoclean)
ntfs 46144 2 (autoclean)
input 3040 0 (autoclean)
apm 8680 1 (autoclean)
af_packet 12072 1 (autoclean)
ehci-hcd 15592 0 (unused)
usb-ohci 17000 0 (unused)
usbcore 54240 1 [ehci-hcd usb-ohci]
i810_audio 22616 0
ac97_codec 11624 0 [i810_audio]
soundcore 3300 2 [i810_audio]
ide-scsi 8688 0
scsi_mod 87192 2 [sg ide-scsi]
tulip 37888 0 (unused)
crc32 2880 0 [tulip]
forcedeth 8492 1
dm-mod 38520 0 (unused)
ide-cd 28608 0
cdrom 25696 0 [ide-cd]
rtc 6492 0 (autoclean)
ext3 69548 1 (autoclean)
jbd 36640 1 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
pdc202xx_old 10400 1 (autoclean)
ide-disk 13056 4 (autoclean)
amd74xx 9924 1 (autoclean)
ide-core 96876 4 (autoclean) [ide-scsi ide-cd ide-detect pdc202xx_old ide-disk amd74xx]
unix 13704 146 (autoclean)

I tryed modprobe with the ac97 codec and soundcore but nothing happend, still no sound.
other then that, lsmod | grep snd doesnt produce any results.
 
Old 09-18-2004, 09:26 PM   #4
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
i810_audio 22616 0
ac97_codec 11624 0 [i810_audio]
soundcore 3300 2 [i810_audio]

Tells me there are some sound modules loaded. But maybe you should try others? I once had a siilar issue and I choose a driver for a different mother board that was close to mine and it worked. Good luck'
 
Old 09-18-2004, 09:40 PM   #5
ekaqu
Member
 
Registered: Sep 2004
Distribution: Debian SID, Debian Woody, Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
so the only way to get my sound back is to install drivers from a different mobo? There isnt another way?
 
Old 09-18-2004, 09:50 PM   #6
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
Quote:
Originally posted by ekaqu
so the only way to get my sound back is to install drivers from a different mobo? There isnt another way?
I'm not saying that's the only way. I'm not saying this is correct way either. I'm saying that's what I did a year back to fix sound on a box.
 
Old 09-18-2004, 09:52 PM   #7
ekaqu
Member
 
Registered: Sep 2004
Distribution: Debian SID, Debian Woody, Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
ok, i will try to find a driver that may match my mobos and install them, thanks for your help micxz
 
Old 09-18-2004, 10:10 PM   #8
ekaqu
Member
 
Registered: Sep 2004
Distribution: Debian SID, Debian Woody, Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
oh, to add more to this, when i us xmms it gives me a error saying:
"** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): Device or resource busy"

In the past, all i had to do was go to kcontrol>sound and multimedia> sound system. and then check "auto-suspend if idle after (3 seconds)" This has been a prob for a bit, but normally after the 3 seconds the sound would play. but now xmms always gets that message even after kde lets go of control.
 
Old 09-20-2004, 09:18 PM   #9
ekaqu
Member
 
Registered: Sep 2004
Distribution: Debian SID, Debian Woody, Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
Ok, i booted in knoppix for a dual boot i was going to do and i saw my sound was in the lsmod, so i went to modconf, removed it, and put it back in. after doing so, my sound came back
 
Old 09-20-2004, 09:44 PM   #10
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
Great news'
 
  


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 On
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 - General

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