LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-20-2004, 05:43 PM   #1
binjured
LQ Newbie
 
Registered: Dec 2004
Posts: 28

Rep: Reputation: 15
Audigy NX/FC3 : Sound crackling / distortion


Hey, I have a problem with sound distortion when using my Audigy NX (USB) soundcard in Fedora Core 3. Sound works fine in Windows XP Pro. I am using ALSA and I believe I have the latest RPMs installed for it. I have tried changing settings in alsamixer with no results. If anyone knows how to fix this I would really appreciate it.

Kernel: 2.6.9-1.681_FC3 i686

cat /etc/modprobe.conf
Code:
alias eth0 r8169 Gigabit Ethernet driver 1.1.2
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/a lsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/mo dprobe -r --ignore-remove snd-intel8x0
alias snd-card-1 snd-usb-audio
options snd-card-1 index=1
install snd-usb-audio /sbin/modprobe --ignore-install snd-usb-audio && /usr/sbin /alsactl restore >/dev/null 2>&1 || :
remove snd-usb-audio { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/m odprobe -r --ignore-remove snd-usb-audio
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394


Last edited by binjured; 12-20-2004 at 05:58 PM.
 
Old 12-21-2004, 07:53 AM   #2
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
Which programs give the distortion? Many programs (mplayer, xmms) allow you to specify the drivers to use (OSS, ALSA, ...). I got sound distortion with my onboard soundcard when using mplayer, and solved it by switching to a different driver.
Just a thought.
 
Old 12-21-2004, 01:54 PM   #3
binjured
LQ Newbie
 
Registered: Dec 2004
Posts: 28

Original Poster
Rep: Reputation: 15
Well, it happens not only in XMMS playing MP3s, but also when I simply use the "Test" button in the sound card detection program. If it was ALSA and something else did work, I wouldn't have any idea how to change the driver that the system and everything else uses.
 
Old 12-21-2004, 08:18 PM   #4
binjured
LQ Newbie
 
Registered: Dec 2004
Posts: 28

Original Poster
Rep: Reputation: 15
I've tried the following output plugins:
ALSA 1.2.10 ouput plugin : crackling / distortion
OSS Driver 1.2.10 : I get silence
aRts output 0.6.0 : Couldn't Open Audio
eSound Output Plugin 1.2.10 : crackling / distortion

Someone... please help me here. I really want linux to work
 
Old 01-06-2005, 10:31 PM   #5
X2O
LQ Newbie
 
Registered: Aug 2004
Posts: 13

Rep: Reputation: 0
try put this on your $HOME/.asoundrc, if u use ALSA

Code:
pcm.!default {
type plug slave {
pcm "hw:0,0"
rate 48000
}
route_policy default
}
 
Old 01-17-2005, 08:57 PM   #6
ryox03
LQ Newbie
 
Registered: Jan 2005
Location: Long Island, New York
Distribution: Fedora Core 3, SuSE 9.2
Posts: 18

Rep: Reputation: 0
Audigy NX Crackle

I have had the same problem, for some reason in mplayer it doesnt do that though and i dont know why (when playing dvds). I DID however create a shitty fix for xmms. You have to configuire the plugins to downsample the music down to 22khz. Low quality, but gets rid of the crackle. To let you know though this only works in xmms so far as it is the only player to give me that option. Now I was thinking something fishy was going on, then did a usbview and I noticed that it is running at usb 1.1 full speed (12mb) instead of USB 2.0 (480MBs)...I can't see how to fix this. Anybody that would like to take a crack at that one be my guest. That should work for you though, let me know how you do

ernie@hladistributors.com -work email
 
Old 03-13-2005, 12:20 PM   #7
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
Can't get it even to work

I'm a noob to Linux, and I also have a Creative Audigy 2 NX, which is USB. My problem is I don't even get any sound at all, and the red 'mute' light on it stays on, which doesnt happen in windows. How can I choose which drivers to use, e.g. ALSA etc..., or is it something more I need to do to get any sound

Regards, BuckRogers01
 
Old 03-13-2005, 05:09 PM   #8
ryox03
LQ Newbie
 
Registered: Jan 2005
Location: Long Island, New York
Distribution: Fedora Core 3, SuSE 9.2
Posts: 18

Rep: Reputation: 0
you tried running alsamixer in the console and going to all of the muted channels and hitting the m key to unmute? I actually disconnected my NX and used to onboard sound and it sounded ten times better than that in linux, flawless lol.
 
Old 03-15-2005, 02:51 PM   #9
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
for once Linux booted up without the red light on the NX, however, all the channels (I think) were already unmuted, as the was no MM thing above the bars, when I press 'M' it then says off, I don't know why I can't hear anything, the only other thing is I get 2 instances of my card in the sound detection thing, the first one takes about 5-7 seconds for the question to pop up 'did u hear anything', and the instance just pops it up instantly. Any ideas?
 
Old 03-15-2005, 02:59 PM   #10
ryox03
LQ Newbie
 
Registered: Jan 2005
Location: Long Island, New York
Distribution: Fedora Core 3, SuSE 9.2
Posts: 18

Rep: Reputation: 0
i had the same issue. One thing, put all the volume levels in the mixer up 2/3's, on all channels. then do the test. One should produce sound, and the other one should just produce an error. Also make sure no other sound servers are running.
 
Old 03-15-2005, 03:09 PM   #11
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
I'm kinda new to Linux, how do you put the channels up, and do you know what other sound servers might be running if I've just installed a fresh copy of FC3. I use sound a lot, and I get bored without it, so it is vital for me to get it working

Thanks
 
Old 03-15-2005, 03:33 PM   #12
buffed317
Member
 
Registered: Jun 2004
Location: New Jersey, USA
Distribution: Slackware 11
Posts: 191

Rep: Reputation: 31
the pcm slider on the mixer might be the problem. i ran into that in fedora and slackware. if you set it to about 50-75% it might get rid of the crackle.

the should be a program under called volume control or similar under the start menu (or whatever you want to call it). might be under multimedia, sound,....something along those lines
 
Old 03-15-2005, 03:37 PM   #13
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
the pcm slider had a white (or red, can't remember) bar on it, like some of the channels, but it was much higher the then channels marked towards the right, the problem is I don't even have a crackle, or any noise!, (lol)
 
Old 03-15-2005, 04:30 PM   #14
BuckRogers01
Member
 
Registered: Mar 2005
Distribution: Gentoo
Posts: 232

Rep: Reputation: 30
Hurray, I got sound to work. I knew what was going to follow, crackling (I only get it when I play a wav file, or press the test button etc.. not in system sounds), now how do I get rid of this
 
Old 03-16-2005, 05:31 PM   #15
loyal_lin
LQ Newbie
 
Registered: Mar 2005
Posts: 1

Rep: Reputation: 0
Same problem here with audigy 2nx. Slack 10.1 is my distribution.
God.....i ve spent hours on it ....but nothing....i also think it has to do with usb2.0
 
  


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
Sound Crackling mailmaldi Linux - Newbie 3 08-22-2005 12:00 AM
Doom 3 Sound Crackling B0mb Linux - Games 1 04-28-2005 03:45 AM
Sound Blaster Audigy 2 and FC3 barleykorn Linux - Hardware 2 03-17-2005 04:24 PM
Sound Crackling Audigy 2 redneon Linux - Hardware 7 10-06-2004 12:07 AM
Sound distortion on Linux with Creative Audigy platinum EX MvD Linux - General 5 10-19-2003 08:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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