LinuxQuestions.org
Visit Jeremy's Blog.
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 09-01-2011, 07:47 PM   #1
Gonzalo_VC
Member
 
Registered: Nov 2009
Location: South America
Distribution: PCLinuxOS, Debian
Posts: 66

Rep: Reputation: 2
Question Does Slack handles SIS sound cards well?


Hi, all.
Do you know if Slack handles SIS sound cards well? No other distro does, apparently.
Shame we don't have some "generic" tool to handle those %$#@$ cards. Some older (cheep) machines had those SIS motherboards with everything on-board.
 
Old 09-02-2011, 01:34 PM   #2
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
...want my two cents? Ditch the SiS stuff and invest in a better sound card (anything is better) - personal experience. Had troubles with the internal network card, popped in an other one and poof, networking right away. SiS stuff is... iffy at best.

Thor
 
Old 09-02-2011, 02:59 PM   #3
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware, Debian
Posts: 7,351

Rep: Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750
Quote:
Originally Posted by Gonzalo_VC View Post
Hi, all.
Do you know if Slack handles SIS sound cards well? No other distro does, apparently.
Shame we don't have some "generic" tool to handle those %$#@$ cards. Some older (cheep) machines had those SIS motherboards with everything on-board.
Check out the HCL and see if your card is listed.

http://www.linuxquestions.org/hcl/
 
Old 09-05-2011, 09:08 PM   #4
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
ALSA supports most SIS audio chipsets out of the box.

Code:
http://www.alsa-project.org/main/index.php/Matrix:Vendor-SiS
The page on the website will tell you what ALSA module you'll need to load, or look for as being detected.
 
Old 09-05-2011, 10:26 PM   #5
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by Thor_2.0 View Post
Ditch the SiS stuff and invest in a better sound card (anything is better)
Pretty much. All the SiS 'sound cards' I've seen are just AC97, aka really bad sounding (though the SIS966 shouldnt be, but I've never seen one).

You should be able to get a much better card 2nd hand for virtually nothing, or even new for less than $25 US.
 
Old 09-05-2011, 11:13 PM   #6
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
From experience... Audio is audio on Linux. There's really no difference in terms of quality with any chips or cards due to ALSA's driver structure.

The SiS966 is nothing but an HDA codec. It has the same audio quality as any other chip that uses the snd_intel_hda driver, and fairly much any other ALSA driver supported audio card.

My Realtek ALC880 has the same quality of audio as my PCIe ASUS Xonar DX, except when I use it with Windows I get the benefits of the Xonar's hardware accelerated DirectSoundGX layer, OpenAL, EAX and such, while the Realtek driver only has software accelerated support of audio.

ALSA Linux drivers aren't like Windows drivers where features like EAX and wavetable audio quality really come into play. ALSA drivers mainly are there to provide audio and get it working with basic hardware level support.

Last edited by ReaperX7; 09-05-2011 at 11:15 PM.
 
Old 09-06-2011, 06:41 AM   #7
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
There are differences in how well the code for any given sound chip is written. I can see your point about drivers (and driver features) with alsa, but thats not the only thing that matters.

The (mostly) hardware dependant stuff like SNR (Signal To Noise Ratio) and TDH (Total Harmonic Distortion) still matter.

I've got a few boards with different HDA chips, adn there is quite a difference in sound quality. The 2 boards I have with VIA chips (VT1708B and VT1708S) both have _far_ worse sound than the realtek 889 HDA I'm running at the moment. I've used a Xonar DX a few times, and it was a quite a bit better sounding than the RTL 889.

How much you would notice the differences in sound quality would depend on your speakers/amp, source material and your ears.
 
Old 09-06-2011, 08:11 AM   #8
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
i've had a problem with the SIS sound hardware on my machine where Linux can't figure out what to do with the ADI audio chip. the sound seems to work fine, but when the machine is booting, the kernel complains about the ADI hardware. later when i get home, i'll post the entry from dmesg i'm talking about.
 
Old 09-06-2011, 02:35 PM   #9
Gonzalo_VC
Member
 
Registered: Nov 2009
Location: South America
Distribution: PCLinuxOS, Debian
Posts: 66

Original Poster
Rep: Reputation: 2
Exclamation

Quote:
Originally Posted by Thor_2.0 View Post
...want my two cents? Ditch the SiS stuff and invest in a better sound card (anything is better) - personal experience. Had troubles with the internal network card, popped in an other one and poof, networking right away. SiS stuff is... iffy at best.
Thor

I think one of the 100 uses for Linux is to give extra life to several "older" machines we have (machines that could only handle up to a Win98 OS can easily run a 2011 Linux!!!). So, we cannot expend money changing cards.
I think / hope / wish, Linux supported those cards even minimally.

Besides that, yes, sis cards are too bad.

Cheers.
 
Old 09-06-2011, 08:39 PM   #10
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by Gonzalo_VC View Post
I think / hope / wish, Linux supported those cards even minimally.
At least some of the SiS sound chips do work with linux.

See the link in ReaperX7s post.
 
Old 09-06-2011, 09:57 PM   #11
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
VIA is oddly one of the few chipset makers I've tended to avoid like a plague ridden rat. Never have liked them, so audio-wise I'm in the dark with them. Had 5 systems with KT133/266/333 series and none of them were ever stable or reliable for usage. Had to RMA one board 4 times back to the manufacturer.
 
Old 09-06-2011, 10:25 PM   #12
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
ok, so i thought my SIS sound hardware was still showing an error. it definitely used to with slack 13.0, but i find nothing in dmesg, /var/log/messages, /var/log/syslog or /var/log/debug to indicate it's still happening in 13.37
 
Old 09-06-2011, 10:26 PM   #13
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by ReaperX7 View Post
VIA is oddly one of the few chipset makers I've tended to avoid like a plague ridden rat. Never have liked them, so audio-wise I'm in the dark with them. Had 5 systems with KT133/266/333 series and none of them were ever stable or reliable for usage. Had to RMA one board 4 times back to the manufacturer.
Actually, both the VIA sound chips I have are on other manufacuters chipsets- ones intel (asus P5KPL-CM, Intel G31) and ones nVidia (asrock NC68-S UCC, nForce 630a)

I've had a few VIA KT266A/333 boards. None of them lasted that long, though at least the A7V-266E I had ran OK....though I did have to RMA it, and then the replacement died again just outside of warranty. A lot of the other KT266A/333/400 boards I've seen were far worse.

The only running socket 'a' boards I still have are nVidia (asus A7N-266, nForce 1) and...oddly enough...SiS (ECS K7S5A, SiS 735). Even though SiS is considered fairly crap, I've actually had good luck with SiS chipset boards.
 
Old 09-06-2011, 10:42 PM   #14
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
@unclejed613 ALSA has been updated a bunch since 13.0 was initially released. The newer version included with 13.37 could have updates that have repaired your error. It actually happens something gets fixed.

@cascade9 SiS is generally a medium to low end chipset manufacturer from ratings and reviews, but I've always found SiS to be fairly reliable. Had one system (SiS 630/730S) outlast an Intel and an Nvidia system by several years (Intel 900 board lasted 1.5 years and Nvidia nForce 430 board lasted 3.5 years) before the power supply barfed out and destroyed the motherboard after 7.5 years running strong. For a low end manufacturer they often have the best reliability and stability of any manufacturer I've had the pleasure to use.
 
Old 09-07-2011, 07:02 AM   #15
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
I'd tend to agree about SiS ReaperX7. Though I did have a lot of dodgy socket 370 SiS chipset boards go though where I used to work (refurbishing).

Its a pity that SiS has pretty much dropped off the market.
 
  


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
kernel file handles vs userspace file handles. jiml8 Programming 7 05-13-2008 06:32 PM
FC2: Sound Card (SiS SI7012) Detect But Donot Play Sound rajanaeem Linux - Hardware 0 10-22-2004 03:41 PM
Conflict problem with sis 305 and nvidia video cards a.mcneill Linux - Hardware 0 10-11-2004 07:54 PM
2 slack problems: sound (2 cards) and video(resolution) plasticus Slackware 4 02-14-2004 01:42 PM
no sound on sis onboard sound kernel 2.4.18 blither Linux - General 10 12-13-2002 05:53 AM

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

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