Re: [Cooker] SB Live! 5.1 PCI not working

2003-09-08 Thread John Keller
Thierry Vignaud wrote:
 Trey Sizemore [EMAIL PROTECTED] writes:
 
  I had my SB Live! 5.1 SoundBlaster PCI card working under MDK 9.2
  Beta 2, but cannot seem to get it working under RC1.  I changed the
  driver from Audigy to emu10k1 and make sure that neither aumix or
  kmix were muted.  Any other ideas or is this perhaps a bug?  Did not
  see one listed in my search at qu.mandrakesoft.com.
 
 classic bug sound tester:
[many items]

plug to use Wiki
Or:
http://qa.mandrakesoft.com/twiki/bin/view/Main/HardwareHowTo
/plug to use Wiki

- John




Re: [Cooker] SB Live! 5.1 PCI not working

2003-09-06 Thread Thierry Vignaud
Trey Sizemore [EMAIL PROTECTED] writes:

 I had my SB Live! 5.1 SoundBlaster PCI card working under MDK 9.2
 Beta 2, but cannot seem to get it working under RC1.  I changed the
 driver from Audigy to emu10k1 and make sure that neither aumix or
 kmix were muted.  Any other ideas or is this perhaps a bug?  Did not
 see one listed in my search at qu.mandrakesoft.com.

classic bug sound tester:

lspcidrake -v | fgrep AUDIO will tell you which driver your card use
by default (and if your card is detected)

grep sound-slot /etc/modules.conf will tell you what driver it
currently uses

/sbin/lsmod will enable you to check if its module (driver) is
loaded or not

/sbin/chkconfig --list sound and /sbin/chkconfig --list alsa will
tell you if sound and alsa services're configured to be run on
initlevel 3

aumix -q will tell you if the sound volume is muted or not

/sbin/fuser -v /dev/dsp will tell which program uses the sound card.




[Cooker] SB Live! 5.1 PCI not working

2003-09-01 Thread Trey Sizemore
I had my SB Live! 5.1 SoundBlaster PCI card working under MDK 9.2 Beta
2, but cannot seem to get it working under RC1.  I changed the driver
from Audigy to emu10k1 and make sure that neither aumix or kmix were
muted.  Any other ideas or is this perhaps a bug?  Did not see one
listed in my search at qu.mandrakesoft.com.

Thanks.




Re: [Cooker] SB Live and MDK 8.1 / ALSA questions

2002-01-23 Thread Danny Tholen

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I think ALSA will not fix the problem(maybe alsa 0.9 will, i read somewhere they coded 
a workaround inthere) 
RtcW has the same problem. There is a bug in glibc, this is a fix:

copy this into a file called memset.c: 

 void *memset(void *s, int c, int n) 
{ 
char *p = s; 
while (n--) 
*p++ = c; 
return s; 
} 

 compile it: 
gcc -shared -o memset.so memset.c 
(you will get a warning) 
copy memset.so into your quake or wolfenstein dir. 

 open the wolfspdemo or quake3 script in the wolfenstein or quake install directory(or 
the script used to start the real game, dunno what it is called), and change it, if it 
says: 
./wolfsp.x86 $* 
it should become: 
LD_PRELOAD=./memset.so ./wolfsp.x86 $*
(similar ofcourse for quake3)


Danny

 

On Friday 23 November 2001 13:52, you wrote:
 le ven 23-11-2001 à 05:38, Ryan Little a écrit :
  Has anyone here had problems with Quake 3 crashing during sound
  initialization on a SB Live card?
 
  I'm using the 2.4.13 (MDK source but custom recompile) kernel drivers
  for the SB Live (emu10k1 drivers)
 
  Someone told me it can be cured by using the ALSA drivers but thus far
  I've had no luck getting ALSA to work.
 
  I've tried finding an up to date how-to/FAQ for alsa but the most
  current is dated 1999 and speaks of kernel 2.2.18. Does anyone know of a
  newer version?

 [root@bastard root]# modprobe -l | grep emu10k1
 /lib/modules/2.4.13-6mdk/kernel/drivers/char/joystick/emu10k1-gp.o.gz
 /lib/modules/2.4.13-6mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz
 /lib/modules/2.4.13-6mdk/alsa/snd-card-emu10k1.o.gz
 /lib/modules/2.4.13-6mdk/alsa/snd-emu10k1.o.gz
 /lib/modules/2.4.13-6mdk/alsa/snd-synth-emu10k1.o.gz

 /usr/src/linux/alsa-driver-0.5.12/INSTALL

 remove OSS reference and put :

 # ALSA native device support
 alias char-major-116 snd
 alias snd-card-0 snd-card-emu10k1
 # OSS/Free setup
 alias char-major-14 soundcore
 alias sound-slot-0 snd-card-0
 alias sound-service-0-0 snd-mixer-oss
 alias sound-service-0-1 snd-seq-oss
 alias sound-service-0-3 snd-pcm-oss
 alias sound-service-0-8 snd-seq-oss

- -- 
For a moment, nothing happened. Then, after a second or 
so, nothing continued to happen. 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8TyApaeiN+EU2vEIRAmrpAJ9HF/guqhgcNrvd5TyLy1Lc1fT9qQCfVvkg
K0ZzTLhCMQeKdTE+T1hv/8k=
=PGHH
-END PGP SIGNATURE-




[Cooker] SB Live!/HardDrake/KDE problem

2001-05-05 Thread Andrej Borsenkow

I've tried selecting my SB Live! Player in harddrake and pressing
configure. As a result I lost my sound (at least in KDE - I have not
tested more). harddrake reconfigured modules to use ALSA (I suspect -
because I have seen ALSA at startup). Here is working modules.conf after
the installation:


pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias scsi_hostadapter ppa
alias scsi_hostadapter1 ide-scsi
alias sound-slot-0 emu10k1

and here is modules.conf generated by harddrake that does not work:


pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias scsi_hostadapter ppa
alias scsi_hostadapter1 ide-scsi
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-card-emu10k1
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

kernel-2.4.3-25mdk
harddrake-0.9.3-18mdk

-andrej





Re: [Cooker] SB Live! midi LM 8.0 beta1

2001-03-23 Thread =/\\= Majki =/\\=



 "=/\\= Majki =/\\=" [EMAIL PROTECTED] writes:
 
  Hi!
  When I try to play midi on my SB Live! I got error:
  open /dev/sequencer: No such device
 
 what do you have in your /etc/conf.modules ?
 

pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias parport_lowlevel parport_pc
alias sound-slot-0 emu10k1
pre-install plip modprobe parport_pc ; echo 7  /proc/parport/0/irq
alias eth0 ne2k-pci






Re: [Cooker] SB Live! midi LM 8.0 beta1

2001-03-21 Thread Chmouel Boudjnah

Guillaume Rousse [EMAIL PROTECTED] writes:

 But Alsa must be compiled with --with-sequencer=yes options. 

is what we do.

 And devfs must be either disabled, 

is what we do.

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




[Cooker] SB Live! midi LM 8.0 beta1

2001-03-20 Thread =/\\= Majki =/\\=

Hi!
When I try to play midi on my SB Live! I got error:
open /dev/sequencer: No such device
Mikoaj






Re: [Cooker] SB Live! midi LM 8.0 beta1

2001-03-20 Thread Chmouel Boudjnah

"=/\\= Majki =/\\=" [EMAIL PROTECTED] writes:

 Hi!
 When I try to play midi on my SB Live! I got error:
 open /dev/sequencer: No such device

what do you have in your /etc/conf.modules ?

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] SB Live! midi LM 8.0 beta1

2001-03-20 Thread David Walluck

Hi.

Last I knew, emu10k1 did not include midi support.

On 20 Mar 2001, Chmouel Boudjnah wrote:

 Date: 20 Mar 2001 21:41:23 +0100
 From: Chmouel Boudjnah [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] SB Live!  midi  LM 8.0 beta1
 
 "=/\\= Majki =/\\=" [EMAIL PROTECTED] writes:
 
  Hi!
  When I try to play midi on my SB Live! I got error:
  open /dev/sequencer: No such device
 
 what do you have in your /etc/conf.modules ?
 
 

-- 
Sincerely,

David Walluck
[EMAIL PROTECTED]





Re: [Cooker] SB Live! midi LM 8.0 beta1

2001-03-20 Thread Guillaume Rousse


Le 2001.03.21 08:40:09 +0400, David Walluck a crit :
 Hi.
 
 Last I knew, emu10k1 did not include midi support.
 
wrong
But Alsa must be compiled with --with-sequencer=yes options. And devfs must
be either disabled, or enabled and effectively used.
[root@agathe guillaume]# ll /proc/asound/dev/
total 0
crw-rw-rw-1 root root 116,   0 mar 21 10:47 controlC0
crw-rw-rw-1 root root 116,   8 mar 21 10:47 midiC0D0
crw-rw-rw-1 root root 116,   6 mar 21 10:47 mixerC0D0
crw-rw-rw-1 root root 116,  24 mar 21 10:47 pcmC0D0c
crw-rw-rw-1 root root 116,  16 mar 21 10:47 pcmC0D0p
crw-rw-rw-1 root root 116,  25 mar 21 10:47 pcmC0D1c
crw-rw-rw-1 root root 116,  26 mar 21 10:47 pcmC0D2c
crw-rw-rw-1 root root 116,  33 mar 21 10:47 timer
-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.




[Cooker] SB Live! PCI Audio Card

2000-01-05 Thread James Jennison

Does the oxygen-3 ISO contain support for the SB Live! PCI audio
card?  Please let me know.  I thought there was a post stating that it
indeed does.  Thanks.


James Jennison 



Re: [Cooker] SB Live! PCI Audio Card

2000-01-05 Thread Roger

With this cooker version, you should be able to simply "make" the driver per
instructions at:

http://www.euronet.nl/~mailme/

goto the instructions page (url at the top) and should see a good set of
instructions including a couple of modifictions to the /emu10k1/Makefile


Btw:  had to manually edit the smp=auto and modversions=auto (or similar) w/i
the makefile since on computer, it stated "smp=no and modversions=no" on
install which resulted in "unresolved errors".  Changed both to "yes" on mine
(since i do also have an smp install) and it work like a charm!

Hope this helps.



On Wed, 05 Jan 2000, you wrote:
 Does the oxygen-3 ISO contain support for the SB Live! PCI audio
 card?  Please let me know.  I thought there was a post stating that it
 indeed does.  Thanks.
 
 
 James Jennison
-- 


Sent from:

Lattitude (deg):32.7130
Longitude (deg):-117.1530
Altitude (ft):  410.0
GMT to Local (hrs): -8.0 (daylight savings enabled)



Created with Linux-Mandrake 6.1!

http://www.linux-mandrake.com/

Currently Beta Testing Mandrake Ver 7.0 (CODE NAMED: OXYGEN)



Re: [Cooker] SB Live! PCI Audio Card

2000-01-05 Thread James Jennison

lothar-soundconfig-0.6.5-1mdk

Also, when I try running soundconfig-text, I keep getting a segmentation
fault.  Any ideas?

-James

On 5 Jan 2000, Chmouel Boudjnah wrote:

 James Jennison [EMAIL PROTECTED] writes:
 
  Does the oxygen-3 ISO contain support for the SB Live! PCI audio
  card?  Please let me know.  I thought there was a post stating that it
  indeed does.  Thanks.
 
 what lothar-soundconfig version ?
 
   --Chmouel
 



RE: [Cooker] SB Live! PCI Audio Card

2000-01-05 Thread James Jennison

When I use the soundconfig gtk version, all of the settings are at -1, and
it won't let me change them.  And yes, I did upgrade the detect library.

James

-Original Message-
From: Alexandre Dussart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 05, 2000 9:04 AM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SB Live! PCI Audio Card


James Jennison [EMAIL PROTECTED] writes:

 lothar-soundconfig-0.6.5-1mdk
 
 Also, when I try running soundconfig-text, I keep getting a segmentation
 fault.  Any ideas?

And what about soundconfig gtk version? need to know if it's the same
with soundconfig  soundconfig-text...

Have you upgraded detect library too(detect-0.9.29-5mdk)?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
   --Alexandre



RE: [Cooker] SB Live! PCI Audio Card

2000-01-05 Thread James Jennison

Okay, I did that, but did not here any sound.  And I know the card works,
because it worked under windows.  Any more suggestions?

-James

-Original Message-
From: Alexandre Dussart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 05, 2000 11:05 AM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] SB Live! PCI Audio Card


James Jennison [EMAIL PROTECTED] writes:

 When I use the soundconfig gtk version, all of the settings are at -1, and
 it won't let me change them.  And yes, I did upgrade the detect library.

All values are set to -1 because you don't need to specify any IO or
IRQ for your card...

Just press 'Test' to check if you hear the sample and 'Ok' to write
configuration(ok performs a test too)

Greets,
   Alex..

-- 
MandrakeSoft  http://www.mandrakesoft.com/
   --Alexandre



[Cooker] SB Live

1999-12-23 Thread Leigh Renfrow

Since you know about the sblive open source...

does anybody know where i can download it from and how to get it to run
under Mandrake Linux 6.0With No Kernel Updates?? i've been going nuts
over it for some time now and never could figure it out..
if you could tell me the answers to both of those questions i would really
appriciate it thanks

__
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html