Unix Technical Forum

SB Live Sound Card just does not work

This is a discussion on SB Live Sound Card just does not work within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Jeffrey Froman (jeffrey@fro.man) writes: > Sterling Haas wrote: > >> I also have Slack 10.0 with a SoundBlaster Live. ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 02-19-2008, 04:14 PM
Michael Black
 
Posts: n/a
Default Re: SB Live Sound Card just does not work


Jeffrey Froman (jeffrey@fro.man) writes:
> Sterling Haas wrote:
>
>> I also have Slack 10.0 with a SoundBlaster Live. I wasn't at all
>> surprised when, after installing the OS, the sound wouldn't work: that's
>> par for the course for ALSA. I therefore removed ALSA and rebuilt my
>> kernel with OSS support. Everything has worked perfectly ever since.

>
> I have a SoundBlaster Live as well, and it has worked perfectly with every
> distribution of Slackware since 7.0. When Slackware switched to ALSA, it
> continued to work without incident, and sound quality improved.
>
> Jeffrey


I wondered about that myself. When I installed 7 back in January on this
computer that has Soundblaster Live, I seem to recall having to configure
things for the soundcard. I can't recall what happened when I installed 9.1
about a week later. I know when I put 10 on two weeks ago, I didn't have to
do anything to get the soundcard working.

Michael

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-19-2008, 04:14 PM
rintek wuuk
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

Robert D. De Mars wrote:

> rintek wuuk wrote:
>> Hi,
>>
>> I had the same problem with this soundcard when i was using kde-3.3
>> (current-testing)
>> When i downgraded to 3.2.3 i didn`t have any sound problems anymore.
>> ( i personaly don`t use modules)

>
> Should I recompile the kernel with the emu10k1 driver built
> into the kernel perhaps? Instead of using the module?
>


Hi Robert

I suggest you grep the 2.6.8.1 kernel source and
compile everything in you need.Don`t use modules.

Disable soundcard 0 and don`t compile any OSS into
your kernel.

Fireup alsamixer,setup your settings, unmute,escape,
and store your settings: alsactl store

good luck :-)

Age


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-19-2008, 04:14 PM
rintek wuuk
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

Robert D. De Mars wrote:


>
> I actually have to do a alsamixer -c1 to access the SB Live
> card. No matter what I seem to try I always get ths error
> when I start KDE:
> Sound server informational message:
> Error while initializing the sound driver:
> device: default can't be opened for playback (No such device)
> The sound server will continue, using the null output device.
>

Hi Robert,

Which arts version are you using ?

Age

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-19-2008, 04:14 PM
Robert D. De Mars
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

rintek wuuk wrote:
> Hi Robert
>
> I suggest you grep the 2.6.8.1 kernel source and
> compile everything in you need.Don`t use modules.
>
> Disable soundcard 0 and don`t compile any OSS into
> your kernel.
>
> Fireup alsamixer,setup your settings, unmute,escape,
> and store your settings: alsactl store
>
> good luck :-)
>
> Age


Hi Age.

I will give the 2.6.8.1 a try, and take the advice you
mentioned above. I'll let you know how it goes.

Many Thanks,

Robert De Mars
--
Lat. 45:09n
Long. 93:18w
http://b-o-b.homelinux.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-19-2008, 04:14 PM
Robert D. De Mars
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

rintek wuuk wrote:
> Hi Robert,
>
> Which arts version are you using ?
>
> Age
>


Hello again. I am using arts version 1.2.3.

Kind Regards,

Robert De Mars
--
Lat. 45:09n
Long. 93:18w
http://b-o-b.homelinux.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-19-2008, 04:14 PM
rintek wuuk
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

Robert D. De Mars wrote:

>
> I will give the 2.6.8.1 a try, and take the advice you
> mentioned above. I'll let you know how it goes.


#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_SEQUENCER_OSS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set


CONFIG_SND_EMU10K1=y

Succes ;-)

Age

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-19-2008, 04:15 PM
Robert D. De Mars
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

rintek wuuk wrote:
> Hi Robert
>
> I suggest you grep the 2.6.8.1 kernel source and
> compile everything in you need.Don`t use modules.
>


2.6.8.1 compiled, with no modules. Booted no prob.

> Disable soundcard 0 and don`t compile any OSS into
> your kernel.


Any ref to OSS I did not compile. There were a couple OSS
options in the Alsa options while I was configging. I
turned those off too. I hope that is correct.

How do I disable soundcard 0?

>
> Fireup alsamixer,setup your settings, unmute,escape,
> and store your settings: alsactl store
>
> good luck :-)
>
> Age
>
>


Many Thanks,

Robert De Mars
--
Lat. 45:09n
Long. 93:18w
http://b-o-b.homelinux.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-19-2008, 04:15 PM
Robert D. De Mars
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

rintek wuuk wrote:
> Robert D. De Mars wrote:
>
>
>>I will give the 2.6.8.1 a try, and take the advice you
>>mentioned above. I'll let you know how it goes.

>
>
> #
> # Sound
> #
> CONFIG_SOUND=y
>
> #
> # Advanced Linux Sound Architecture
> #
> CONFIG_SND=y
> CONFIG_SND_TIMER=y
> CONFIG_SND_PCM=y
> CONFIG_SND_HWDEP=y
> CONFIG_SND_RAWMIDI=y
> CONFIG_SND_SEQUENCER=y
> # CONFIG_SND_SEQ_DUMMY is not set
> # CONFIG_SND_MIXER_OSS is not set
> # CONFIG_SND_PCM_OSS is not set
> # CONFIG_SND_SEQUENCER_OSS is not set
> # CONFIG_SND_VERBOSE_PRINTK is not set
> # CONFIG_SND_DEBUG is not set
>
> #
> # Generic devices
> #
> # CONFIG_SND_DUMMY is not set
> # CONFIG_SND_VIRMIDI is not set
> # CONFIG_SND_MTPAV is not set
> # CONFIG_SND_SERIAL_U16550 is not set
> # CONFIG_SND_MPU401 is not set
>
>
> CONFIG_SND_EMU10K1=y
>
> Succes ;-)
>
> Age
>


Hello again. Where exactly is the above config file located?

Thanks,

Robert De Mars
--
Lat. 45:09n
Long. 93:18w
http://b-o-b.homelinux.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 02-19-2008, 04:15 PM
rintek wuuk
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

Robert D. De Mars wrote:


>
> Hello again. Where exactly is the above config file located?
>


In the directory where you made your kernel config.

Age

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 02-19-2008, 04:41 PM
Hayley Wesson
 
Posts: n/a
Default Re: SB Live Sound Card just does not work

On Wed, 06 Oct 2004 03:05:12 +0000, Robert D. De Mars wrote:

<snip>
> snd-bt87x 4840 1


On mine, when this module is loaded it makes my SBLive card fail. I
wound up having to add it to /etc/hotplug/blacklist and using the
patch cord to hook up the sound from it to my SBLive card, and everything
now works great.

hth,
--
Hayley
(u_jrffba@ubgznvy.pbz)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:16 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com