LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-07-2015, 05:14 PM   #1
Alekzar
LQ Newbie
 
Registered: May 2006
Location: Rio de Janeiro, Brazil
Distribution: Slackware
Posts: 9

Rep: Reputation: 0
Sound Blaster Audigy Fx on Slack 14.1 (64bits)


Does anyone know how to set up a Sound Blaster Audigy Fx (SB1570) on the Slack 14.1 (64bits)???

- It is a a PCI Express Sound card and uses a Realtek ALC898 chipset, linux loads the snd-hda-intel module for it.
- KDE shows a mixer for it, as usual.

Apparently everything is fine, but every time that I try play a sound
I heard static noise only!

The lspci -v output:

03:00.0 Audio device: Creative Labs Device 0012 (rev 01)
Subsystem: Creative Labs Device 0010
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f7c04000 (64-bit, non-prefetchable) [size=16K]
Memory at f7c00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [170] Device Serial Number 00-00-00-00-00-00-00-00
Capabilities: [180] Power Budgeting <?>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

aplay -l output:

**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Creative [HDA Creative], device 0: ALC898 Analog [ALC898 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0


What is wrong?
Anybody can help me with this?
 
Old 01-08-2015, 10:02 AM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
So is it actually attempting to make a sound and that sound is static, or are you only hearing static constantly through the speakers?

My guess is that your system is playing sound through card 0, which is your hdmi port (from your video card). You would need to change the defaults to card 1, which is your Audigy.

See the following for more troubleshooting and possible fixes.

http://docs.slackware.com/howtos:har...s_on_slackware
 
Old 01-08-2015, 10:35 AM   #3
Alekzar
LQ Newbie
 
Registered: May 2006
Location: Rio de Janeiro, Brazil
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks bassmadrigal,

I only hear static hiss whenever any sound is played.

I had seen the page you suggested, but it didn't help much.
 
Old 01-08-2015, 12:30 PM   #4
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
How are you trying to play sounds? Do you have anything in place to have the sound go to the card instead of the hdmi port (asound.conf/.asoundrc)? Have you tried playing a wave file using aplay and specifying your device? (likely aplay -D plughw:1,0 /location/to/test.wav)
 
Old 01-08-2015, 12:40 PM   #5
Alekzar
LQ Newbie
 
Registered: May 2006
Location: Rio de Janeiro, Brazil
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Yes, I created a /etc/modprobe.d/sound.conf file setting the Audigy as default card and tried to play a sound file with the command 'aplay-D plughw: 1.0...' keep happening the same thing.
 
Old 01-08-2015, 02:05 PM   #6
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
I've not had much luck playing proper sound in an HDMI system without blacklisting the HDMI. Unless you really need it for something you might consider just removing it altogether from software support.
 
Old 01-09-2015, 05:18 AM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
The Audigy should be using a Creative based driver rather than the HDA driver. The HDA might be a co-processor chip, but it should be using the snd-emu10k2 driver.
 
1 members found this post helpful.
Old 01-09-2015, 10:57 AM   #8
Alekzar
LQ Newbie
 
Registered: May 2006
Location: Rio de Janeiro, Brazil
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks ReaperX7 for your co-operation!

Sound Blaster Audigy is a product line of sound cards from Creative that has several different models. Some older models use the kernel module snd-emu10k1 or snd-emu10k2 on Linux. The Sound Blaster Audigy Fx (SB1570) is a newer model that takes the ALC898 chip of Realtek and uses the snd_hda_intel kernel module on Linux. You can confirm this in the pages below.

http://www.linux-hardware-guide.com/...pcie-5-1-sound

or

http://en.wikipedia.org/wiki/Sound_Blaster_Audigy


I am suspecting that maybe the problem is related to the kernel version...
 
Old 01-09-2015, 11:09 AM   #9
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Seeing your linked info should confirm that you need to build a newer kernel. IIRC v14.1 Slackware uses 3.10.x and the first article refers to 3.16.x. Following Alien Bob's excellent guide http://alien.slackbook.org/dokuwiki/...rnelbuilding&s[]=kernel&s[]=compile will not only help you build a proper, newer kernel but also customize it for low latency and realtime scheduling, a substantial game for a system in which sound and multimedia are high priority.
 
1 members found this post helpful.
Old 01-09-2015, 11:23 AM   #10
Alekzar
LQ Newbie
 
Registered: May 2006
Location: Rio de Janeiro, Brazil
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Yeah, You're right yes enorbet!

I'm going to have to get some time to take care of that...

Thanks for the Alien Bob's link...
 
Old 01-09-2015, 11:32 AM   #11
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Pat has a config file for 3.18.1 in the -current testing/ directory. Your pick between generic or huge (generic builds most things as modules where huge has them built into the kernel).

http://slackbuilds.org/mirror/slackw...esting-3.18.1/
 
1 members found this post helpful.
Old 01-09-2015, 12:03 PM   #12
Alekzar
LQ Newbie
 
Registered: May 2006
Location: Rio de Janeiro, Brazil
Distribution: Slackware
Posts: 9

Original Poster
Rep: Reputation: 0
Thank you bassmadrigal!

I'll see it there too.
 
Old 01-09-2015, 06:18 PM   #13
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Be aware that, if they still support them, Realtek did write their own custom Linux driver a while back specifically for their stuff.

As an optional venture you might also get better support using the "OSSv4" driver from the oss SlackBuild package, just be aware you will have to rebuild that driver if you update the kernel.
 
Old 01-12-2015, 11:39 PM   #14
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Rep: Reputation: 39
Quote:
Originally Posted by enorbet View Post
I've not had much luck playing proper sound in an HDMI system without blacklisting the HDMI. Unless you really need it for something you might consider just removing it altogether from software support.
Using an /etc/asound.conf always solves my problems. And I have 3 soundcards enabled. When I want to switch cards I just change the asound.conf and all works fine.

Code:
pcm.!default {
      type plug
      slave {
      pcm "hw:1,1" # HD audio
      }
        }
 
Old 01-14-2015, 02:52 PM   #15
fizh
LQ Newbie
 
Registered: Jan 2015
Location: Singapore
Distribution: slackware
Posts: 2

Rep: Reputation: Disabled
sound

I had a problem with sound too, the default was not at card 0 but card 1. Tried the recommended fixes on slackware site but to no avail as something would be broken onwards. I had trouble with graphics too, screen went black after a while text came out, logging out booted into black screen, suspend into black screen too. My slackware adventure was going pitch black. when i ran arch in the past i had a similar screen problem as i had kept the iso i check the setup and compared against my slackware.

Found the fix in my arch's lilo.conf, I set append= "nomodeset". After i did this to my Slackware64 14.1, it worked.Even the sound cards were displaying in the correct manner. Life is so bright after all. Not that sure why it works, it was a long time back when i fix my arch. its been awhile too since i was using linux. In any case i also added a 'snd-hda-intel' just to be safe. Hope this solves your problems too.
 
  


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
No sound w/ Sound Blaster Audigy 2 (and possibly other related cards) fix swiftpaw Mandriva 2 05-08-2006 12:43 PM
help crackling/boiling soup sound in madriva 2006 with sound blaster audigy mbman Mandriva 1 01-14-2006 10:23 PM
sound blaster audigy in slack 10 mokojin Linux - Hardware 2 09-02-2004 06:21 AM
Sound Blaster Audigy jroberts Linux - Hardware 7 03-12-2003 04:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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