All of lore.kernel.org
 help / color / mirror / Atom feed
* sound card driver
@ 1999-06-04  0:16 Yau Chan
  0 siblings, 0 replies; 10+ messages in thread
From: Yau Chan @ 1999-06-04  0:16 UTC (permalink / raw)
  To: linux-sound

Hi.  I'm a beginner in Linux.
I'm using an Ensoniq SoundScape PnP and RH 6.0
After reading all the documentations, it says
OSS/Free doesn't work with my sound card.  
Only the OSS/Linux works with it, I wonder if
there is any other drivers that's available
for free that I can use to activate my sound card?
Thanks a lot!!

Ben.
(ychan@cs.wisc.edu)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Sound Card Driver
@ 2004-12-20  5:35 Kaushal Shriyan
  2004-12-20  5:43 ` Lee Revell
  0 siblings, 1 reply; 10+ messages in thread
From: Kaushal Shriyan @ 2004-12-20  5:35 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

Hi All !

I have got INTEL915GM Mother Board with onboard sound chip
C-Media CM9880L with RHEL 3.0 Base kernel Loaded(2.4.21-4.EL).
I would appreciate if you can guide me how to build driver.

I have downloaded alsa-driver-1.0.7,but I am getting the below error

1 out of 8 hunks FAILED -- saving rejects to file pdaudiocf.c.rej
make[3]: *** [pdaudiocf.c] Error 1
make[3]: Leaving directory
`/root/17122004/alsa-driver-1.0.7/pcmcia/pdaudiocf'
make[2]: *** [_sfdep_pdaudiocf] Error 2
make[2]: Leaving directory `/root/17122004/alsa-driver-1.0.7/pcmcia'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/root/17122004/alsa-driver-1.0.7'
make: *** [include/sndversions.h] Error 2
[root@pcs alsa-driver-1.0.7]# 

Awaiting your earnest reply.

-- 
Regards,

Kaushal Shriyan
Technical Engineer
Red Hat India Pvt. Ltd.
135, Mittal Towers
13th Floor, B Wing
Nariman Point
Mumbai 400021
India
Tel    : +91-22-22881326/27
Fax    : +91-22-22881318
Cell   : +91-9820367783
E-mail : kshriyan@redhat.com


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: Sound Card Driver
@ 2004-12-20  6:08 "Tien,  C.L. - 田承禮"
  2004-12-20  6:53 ` Kaushal Shriyan
  0 siblings, 1 reply; 10+ messages in thread
From: "Tien,  C.L. - 田承禮" @ 2004-12-20  6:08 UTC (permalink / raw)
  To: Lee Revell, kshriyan; +Cc: alsa-devel

9880 is the azalia codec so snd-azx is needed here.

ChenLi Tien
-----Original Message-----
From:	Lee Revell [mailto:rlrevell@joe-job.com]
Sent:	2004/12/20 [星期一] 上午 12:43
To:	kshriyan@redhat.com
Cc:	alsa-devel@lists.sourceforge.net
Subject:	Re: [Alsa-devel] Sound Card Driver
On Mon, 2004-12-20 at 11:05 +0530, Kaushal Shriyan wrote:
> Hi All !
> 
> I have got INTEL915GM Mother Board with onboard sound chip
> C-Media CM9880L with RHEL 3.0 Base kernel Loaded(2.4.21-4.EL).
> I would appreciate if you can guide me how to build driver.
> 
> I have downloaded alsa-driver-1.0.7,but I am getting the below error
> 
> 1 out of 8 hunks FAILED -- saving rejects to file pdaudiocf.c.rej

This looks like a bug.

But, you could probably work around the problem by only compiling for
the card you use.  Assuming that chipset requires the intel8x0 driver,
try cvscompile --with-cards=intel8x0, or ./configure
--with-cards=intel8x0 in the alsa-driver directory.

Lee



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: Sound Card Driver
@ 2004-12-20  6:55 Kaushal Shriyan
  2004-12-20  7:29 ` Lee Revell
  0 siblings, 1 reply; 10+ messages in thread
From: Kaushal Shriyan @ 2004-12-20  6:55 UTC (permalink / raw)
  To: cltien; +Cc: rlrevell, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 991 bytes --]

Hi Tien

I have used the following steps
./configure --with-oss=yes --with-sequencer=yes --with-cards=azx
make
make install

The drivers get compiled successfully, but when I run the soundcard
detection gui application, I get NO SOUND CARD Detected.

My lsmod are as below:-
[root@pcs root]# lsmod 
Module                  Size  Used by    Not tainted
snd-azx                25692   0  (unused)
snd-pcm                90432   0  [snd-azx]
snd-timer              21628   0  [snd-pcm]
snd                    51172   0  [snd-azx snd-pcm snd-timer]
snd-page-alloc          8296   0  [snd-pcm snd-timer snd]
soundcore               7044   0  [snd]

Awaiting your earnest reply

Regards

Kaushal Shriyan
-- 
Regards,

Kaushal Shriyan
Technical Engineer
Red Hat India Pvt. Ltd.
135, Mittal Towers
13th Floor, B Wing
Nariman Point
Mumbai 400021
India
Tel    : +91-22-22881326/27
Fax    : +91-22-22881318
Cell   : +91-9820367783
E-mail : kshriyan@redhat.com


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: Sound Card Driver
@ 2004-12-20  7:30 Peter Zubaj
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Zubaj @ 2004-12-20  7:30 UTC (permalink / raw)
  To: kshriyan; +Cc: alsa-devel

What is in /proc/asound/cards ???

Peter Zubaj



____________________________________
RAMMSTEIN, 22.02.2005 o 20,00, Bratislava Incheba, 
Info: 0904 666 363, http://www.xl.sk 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: Sound Card Driver
@ 2004-12-20  9:47 "Tien,  C.L. - 田承禮"
  2004-12-20 11:42 ` Takashi Iwai
  0 siblings, 1 reply; 10+ messages in thread
From: "Tien,  C.L. - 田承禮" @ 2004-12-20  9:47 UTC (permalink / raw)
  To: kshriyan; +Cc: rlrevell, alsa-devel

Hi,

9880 is a Azalia codec, but it can also be used as an AC97 codec, please check if your system has AC97 controller (PCI ID 266E) or azalia controller (2668).

ChenLi Tien
-----Original Message-----
From:	Kaushal Shriyan [mailto:kshriyan@redhat.com]
Sent:	2004/12/20 [星期一] 上午 01:55
To:	Tien,  C.L. - 田承禮
Cc:	rlrevell@joe-job.com; alsa-devel@lists.sourceforge.net
Subject:	RE: [Alsa-devel] Sound Card Driver




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-12-20 11:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-04  0:16 sound card driver Yau Chan
  -- strict thread matches above, loose matches on Subject: below --
2004-12-20  5:35 Sound Card Driver Kaushal Shriyan
2004-12-20  5:43 ` Lee Revell
2004-12-20  6:08 "Tien,  C.L. - 田承禮"
2004-12-20  6:53 ` Kaushal Shriyan
2004-12-20  6:55 Kaushal Shriyan
2004-12-20  7:29 ` Lee Revell
2004-12-20  7:30 Peter Zubaj
2004-12-20  9:47 "Tien,  C.L. - 田承禮"
2004-12-20 11:42 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.