* Opti 931: Med931 ver.2.0
@ 2002-08-07 12:52 ` hugo.ferreira
2002-08-07 13:20 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: hugo.ferreira @ 2002-08-07 12:52 UTC (permalink / raw)
To: alsa-devel
Hi,
Ive been having a hell of a time trying to make the ALSA drivers for an ISAPnP Opti 931 based card to work. My sound card is a Med931 (Color Expert) ver.2.0. I have been looking around for more information and have the following questions:
1. I am using kernel 2.4.8 (from Mandrake 8.1). In the ftp sight I came across kernel patches. My question is do I have to apply these patches? BTW, I only found patches for 2.4.7 and 2.4.9. Does this mean 2.4.8 is not supported/tested or its ok.
2. I also found in the patches section a patch for the Opti 931 chip. It was submitted on the 2002-05-07 by Michael Corlett and assigned Jaroslav Kysela. Its status is still open. Does this mean it still has not been applied to cvs or is not included in rc2 of ver. 0.9.0? A simpletons question: how is the status classified?
On a more general note, could someone out there that has the Opti 931 working give me a hand on this? Specifically I would like to know if the drivers pnp detection was on or if the isapnp tools where used. Please note that I have successfully bused the OSS drivers and am using the same settings with the ALSA drivers to no avail.
TIA,
Hugo Ferreira.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Opti 931: Med931 ver.2.0
2002-08-07 12:52 ` hugo.ferreira
@ 2002-08-07 13:20 ` Takashi Iwai
2002-08-07 13:34 ` Massimo Piccioni
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2002-08-07 13:20 UTC (permalink / raw)
To: hugo.ferreira; +Cc: alsa-devel, Massimo Piccioni
At Wed, 7 Aug 2002 13:52:19 +0100,
hugo.ferreira@mail.telepac.pt wrote:
>
> Hi,
>
> 1. I am using kernel 2.4.8 (from Mandrake 8.1). In the ftp sight
> I came across kernel patches. My question is do I have to apply these
> patches? BTW, I only found patches for 2.4.7 and 2.4.9. Does this
> mean 2.4.8 is not supported/tested or its ok.
no, as long as you compile alsa-driver externally from alsa-driver
package, you don't have to apply a patch to the kernel.
> 2. I also found in the patches section a patch for the Opti 931
> chip. It was submitted on the 2002-05-07 by Michael Corlett and
> assigned Jaroslav Kysela. Its status is still open. Does this mean
> it still has not been applied to cvs or is not included in rc2 of
> ver. 0.9.0? A simpleton� question: how is the �tatus�classified?
the patch was already in cvs. but i'm not sure whether it was already
fixed on rc2. please try the cvs version.
you'll need to update alsa-lib, too, if you use the cvs drivers.
> On a more general note, could someone out there that has the Opti
> 931 working give me a hand on this? Specifically I would like to
> know if the driver� pnp detection was on or if the isapnp tools
> where used. Please note that I have successfully bused the OSS
> drivers and am using the same settings with the ALSA drivers to no
> avail.
i could help for general fixes but such a hardware specific problem is
difficult to handle without the card in hands...
perhaps Massimo, the original author of opti9x drivers, can help
better. (now cc'ed, too)
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Opti 931: Med931 ver.2.0
2002-08-07 13:20 ` Takashi Iwai
@ 2002-08-07 13:34 ` Massimo Piccioni
0 siblings, 0 replies; 6+ messages in thread
From: Massimo Piccioni @ 2002-08-07 13:34 UTC (permalink / raw)
To: hugo.ferreira; +Cc: alsa-devel
hello all
>> On a more general note, could someone out there that has the Opti
>>931 working give me a hand on this? Specifically I would like to
>>know if the driver� pnp detection was on or if the isapnp tools
>>where used.
>>
you don't need to use isapnptool, because ALSA/kernel do have internal
isapnp support
>> Please note that I have successfully bused the OSS
>>drivers and am using the same settings with the ALSA drivers to no
>>avail.
>>
>>
>...
>perhaps Massimo, the original author of opti9x drivers, can help
>better. (now cc'ed, too)
>
>
now I'm going to test the patch committed to CVS (on all opti9xx chips),
and I'll let you know as soon as possible.
Massimo
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Opti 931: Med931 ver.2.0
@ 2002-08-09 9:03 ` hugo.ferreira
2002-08-09 10:29 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: hugo.ferreira @ 2002-08-09 9:03 UTC (permalink / raw)
To: alsa-devel
Takashi,
>the patch was already in cvs. but i'm not sure whether it was >already
>fixed on rc2. please try the cvs version.
>you'll need to update alsa-lib, too, if you use the cvs drivers.
I downloaded the cvs version and attempted the cvscompile in the
driver, libs, tools and utils. Unfortunately I could not compile the
lib because of an error. Seems to be occurring in the control/
control_shm.c file. I have attached the output for you to see.
I am sorry I took so long to answer but my disk was full and I had
to move some stuff around to be able to compile ok.
I would like to confirm the following though:
1. All I need to do is a cvscompile, the modules will be
automatically installed (no need to depmod a for example?).
2. I need not remove the rc2 compilation output (no make clean
necessary?)
TIA,
Hugo Ferreira.
FROM: Takashi Iwai
DATE: 08/07/2002 06:20:43
SUBJECT: RE: [Alsa-devel] Opti 931: Med931 ver.2.0
At Wed, 7 Aug 2002 13:52:19 +0100,
<EMAIL: PROTECTED> wrote:
>
> Hi,
>
> 1. I am using kernel 2.4.8 (from Mandrake 8.1). In the ftp sight
> I came across kernel patches. My question is do I have to apply these
> patches? BTW, I only found patches for 2.4.7 and 2.4.9. Does this
> mean 2.4.8 is not supported/tested or its ok.
no, as long as you compile alsa-driver externally from alsa-driver
package, you don't have to apply a patch to the kernel.
> 2. I also found in the patches section a patch for the Opti 931
> chip. It was submitted on the 2002-05-07 by Michael Corlett and
> assigned Jaroslav Kysela. Its status is still open. Does this mean
> it still has not been applied to cvs or is not included in rc2 of
> ver. 0.9.0? A simpleton� question: how is the �tatus�classified?
the patch was already in cvs. but i'm not sure whether it was already
fixed on rc2. please try the cvs version.
you'll need to update alsa-lib, too, if you use the cvs drivers.
> On a more general note, could someone out there that has the Opti
> 931 working give me a hand on this? Specifically I would like to
> know if the driver� pnp detection was on or if the isapnp tools
> where used. Please note that I have successfully bused the OSS
> drivers and am using the same settings with the ALSA drivers to no
> avail.
i could help for general fixes but such a hardware specific problem is
difficult to handle without the card in hands...
perhaps Massimo, the original author of opti9x drivers, can help
better. (now cc'ed, too)
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
<EMAIL: PROTECTED>
https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Opti 931: Med931 ver.2.0
2002-08-09 9:03 ` Opti 931: Med931 ver.2.0 hugo.ferreira
@ 2002-08-09 10:29 ` Takashi Iwai
0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2002-08-09 10:29 UTC (permalink / raw)
To: hugo.ferreira; +Cc: alsa-devel
At Fri, 9 Aug 2002 10:03:09 +0100,
hugo.ferreira@mail.telepac.pt wrote:
>
> Takashi,
>
> >the patch was already in cvs. but i'm not sure whether it was >already
> >fixed on rc2. please try the cvs version.
> >you'll need to update alsa-lib, too, if you use the cvs drivers.
>
> I downloaded the cvs version and attempted the �vscompile�in the
> driver, libs, tools and utils. Unfortunately I could not compile the
> lib because of an error. Seems to be occurring in the control/
> control_shm.c file. I have attached the output for you to see.
hmm, not found. did you forget to attach it actually?
anyway, to track down the bug, we need the precise information about
your environment - which distribution, glibc, and kernel version,
etc.
> I am sorry I took so long to answer but my disk was full and I had
> to move some stuff around to be able to compile ok.
perhaps that was the reason -- disk full.
> I would like to confirm the following though:
> 1. All I need to do is a �vscompile� the modules will be
> automatically installed (no need to depmod � for example?).
no. cvscompile does only compile.
after that, you need to install the drivers by running "make install"
as root.
> 2. I need not remove the rc2 compilation output (no �ake clean�
> necessary?)
no. the very latest makefile on alsa-driver will remove all old
modules before installation.
ciao,
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Opti 931: Med931 ver.2.0
2002-08-13 10:16 hugo.ferreira
@ 2002-08-13 13:05 ` Clemens Ladisch
0 siblings, 0 replies; 6+ messages in thread
From: Clemens Ladisch @ 2002-08-13 13:05 UTC (permalink / raw)
To: hugo.ferreira; +Cc: alsa-devel
hugo.ferreira@mail.telepac.pt wrote:
> > > 1. How may I compile/make and install just the modules that I am
> > > interested in (--with-card ?)
> >
> > You can use --with-cards or edit a file in the root directory of the alsa
> > kernel source. sorry, can't remember the name and I'm not on my home
> > computer right now.
>
> You mean I can do a "./cvscompile --with-cards=snd-opti93x" ?
>
> > Seems like I did "make modules" and "make modules
> > install" just like
>
> I'll try this and see what happens. Takashi said
> a "make install" would suffice though.
I'm using the following commands to compile and install the USB MIDI
driver:
~/alsa-driver/usb# make snd-usb-midi.o
~/alsa-driver/usb# cp snd-usb-midi.o /lib/modules/2.4.18/kernel/sound/usb/
(modify file/directory names appropriately)
This only works if the package already had been installed, and if the
changes only affect one module, but this seems to be just what you want
to do.
HTH
Clemens
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-08-13 13:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20020809090309.UVJU12516.fep06-svc.mail.telepac.pt@127.0.0.1>
2002-08-09 9:03 ` Opti 931: Med931 ver.2.0 hugo.ferreira
2002-08-09 10:29 ` Takashi Iwai
2002-08-13 10:16 hugo.ferreira
2002-08-13 13:05 ` Clemens Ladisch
[not found] <20020807125219.FUAL12516.fep06-svc.mail.telepac.pt@127.0.0.1>
2002-08-07 12:52 ` hugo.ferreira
2002-08-07 13:20 ` Takashi Iwai
2002-08-07 13:34 ` Massimo Piccioni
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.