Author Topic: Sound Card Woes (SiS card again)  (Read 1226 times)

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Sound Card Woes (SiS card again)
« Reply #15 on: 28 October 2002, 01:01 »
neither.
i found that the answer to all my problems is simply to run aumix, then run kmix, and both times remember to turn up all the volumes, and i think save the settings.
I am not sure what this actually does, but it creates the right block device or something, one or both of the apps creates the right symlink and so on to make it all happen, and for /dev/dsp to be recognised as the block device for sound.

that's a guess, so if that sounds like bullshit... it is.

Also, i haven't had any problems with sound in mandrake 9.0, only with 8.0 and 8.2...
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Crunchy(Cracked)Butter

  • Member
  • **
  • Posts: 329
  • Kudos: 125
Sound Card Woes (SiS card again)
« Reply #16 on: 28 October 2002, 01:32 »
I'd just like to point out that i have the exact same sound card for my laptop but i installed Suse 8.1 and it works, it did for 7.3 as well last year.

Suse really have put the effort in with SiS products, they even fixed the niggles i had with the video card in version 7.3, all fixed in 8.1.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Sound Card Woes (SiS card again)
« Reply #17 on: 28 October 2002, 02:22 »
well, well, well. I havent got sound working yet, but i did find the module for the sound card was already on my computer. I did modprobe sis7012 and now the module is loaded (when i did "lsmod" it shows "soundcore" now), but there still isnt any sound. I did "chmod 666" /dev/dsp and /dev/mixer. When i start KDE it says "cant open /dev/dsp (no such device) will use nul output".
What do i have to do next?

[ October 27, 2002: Message edited by: The Master of Reality / Bob ]

Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
Sound Card Woes (SiS card again)
« Reply #18 on: 28 October 2002, 08:42 »
When using KDE you do NOT use /dev/dsp.  

/dev/dsp can only listen to one program at a time.  

KDE uses the aRts sound daemon.  This daemon talks to /dev/dsp.  While it is active, NOTHING else can talk to /dev/dsp.  Instead, you have your programs talk to the sound daemon, which can accept multiple inputs and mix them together before piping the output to /dev/dsp.

All KDE programs are automatically set up to use aRts.  

For XMMS, make sure the aRts output plugin is selected.  For command line programs which normally talk to /dev/dsp, run them with the artsdsp command.  For example

artsdsp mpg123 somemp3file.mp3

With my Caldera OpenLinux 3.1 system (KDE 2.2), KDM automatically changes the ownership of the sound devices to the current user, and resets the permissions, so chmoding the  sound device files is pointless.  I don't know if other systems do this as well or not.
In brightest day, in darkest night, no evil shall escape my sight....

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Sound Card Woes (SiS card again)
« Reply #19 on: 28 October 2002, 20:18 »
when i start KDE it gives me the message:

arts cannot open /dev/dsp (no such device)
sound will continue using the null output device
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Sound Card Woes (SiS card again)
« Reply #20 on: 28 October 2002, 20:21 »
that's the exact problem i was having. you know what i found? run aumix, then save settings (i think) then run kmix, and save settings, remembering to unmute and turn everything up in both apps, then you might actually need to restart, i found, or maybe there's a way to kickstart the sound without restarting but i don't know it.

That's exactly the problem i got, and that's exactly how i fixed it.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Sound Card Woes (SiS card again)
« Reply #21 on: 28 October 2002, 21:02 »
there is no aumix in slackware... that i could find.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Sound Card Woes (SiS card again)
« Reply #22 on: 28 October 2002, 21:47 »
slackware, hmm, i think it's a GNOME app, and i don't know what it does, but i seem to remember void main posted some command line stuff to create /dev/dsp and he said it would need to be chmodded so a normal user could use it, are any of those the issue here?
if not, then i am of no more help i am afraid!  :(
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Sound Card Woes (SiS card again)
« Reply #23 on: 29 October 2002, 00:20 »
/dev/dsp is there and its chmodded to 666 which is what its supposed to be.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Sound Card Woes (SiS card again)
« Reply #24 on: 29 October 2002, 01:41 »
I got it to work (in redhat... for now) but its static(y)  when i play things. Anyway to solve this?

[ October 28, 2002: Message edited by: The Master of Reality / Bob ]

Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Sound Card Woes (SiS card again)
« Reply #25 on: 29 October 2002, 07:26 »
Maybe you have a cat in your computer case? Better let it out before it dies...
Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Sound Card Woes (SiS card again)
« Reply #26 on: 29 October 2002, 07:57 »
artsd was causing it. I turned it off and the static stopped.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Sound Card Woes (SiS card again)
« Reply #27 on: 29 October 2002, 13:40 »
quote:
Originally posted by void main:
Maybe you have a cat in your computer case? Better let it out before it dies...


sage advice, you always come up with the best solutions!  :D
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Sound Card Woes (SiS card again)
« Reply #28 on: 29 October 2002, 14:21 »
quote:
Originally posted by The Master of Reality / Bob:
artsd was causing it. I turned it off and the static stopped.


I figured the problem to be kittensd.  
Someone please remove this account. Thanks...