linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: sound?!?!!?
       [not found] <fa.rtf4jbv.1pg8pa3@ifi.uio.no>
@ 2001-07-17 19:39 ` John Weber
  0 siblings, 0 replies; 11+ messages in thread
From: John Weber @ 2001-07-17 19:39 UTC (permalink / raw)
  To: linux-kernel, David.Dominick

Dominick, David wrote:

> I am having problems with the opl3sa2 driver for yamaha sound card on my
> toshiba running kernel 2.4.6
> 
> HELP!!!

I am running kernel 2.4.6 on a toshiba satellite 225CDS and toshiba 
tecra 8000 (both use OPL3sa2 driver), and sound is working well.  What 
exactly do you have problems with?  Is this a redhat problem (a problem 
with sndconfig)?


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

* RE: sound?!?!!?
@ 2001-07-19 14:03 Dominick, David
  0 siblings, 0 replies; 11+ messages in thread
From: Dominick, David @ 2001-07-19 14:03 UTC (permalink / raw)
  To: linux-kernel

is there a sound guru in the house? or does anybody have a mailing list
address for Linux sound?

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

* RE: sound?!?!!?
@ 2001-07-18 13:16 Dominick, David
  0 siblings, 0 replies; 11+ messages in thread
From: Dominick, David @ 2001-07-18 13:16 UTC (permalink / raw)
  To: 'Christian Bornträger', linux-kernel


yup it is there...
Funny that the impossible things were easy to get configured, and the pnp bs
is impossible.
-----Original Message-----
From: Christian Bornträger [mailto:christian@borntraeger.net]
Sent: Wednesday, July 18, 2001 3:06 AM
To: Dominick, David; linux-kernel@vger.kernel.org
Subject: Re: sound?!?!!?


> when running sndconfig I get:
> /lib/modules/2.4.6/kernel/drivers/sound/sound.o: unresolved symbol
> request_module

Its only a guess, but have you included kmod in the Kernel?

cd /usr/src/linux
grep KMOD .config 
	should look like:

CONFIG_KMOD=y

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

* Re: sound?!?!!?
  2001-07-17 21:52 sound?!?!!? Dominick, David
@ 2001-07-18  7:06 ` Christian Bornträger
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Bornträger @ 2001-07-18  7:06 UTC (permalink / raw)
  To: Dominick, David, linux-kernel

> when running sndconfig I get:
> /lib/modules/2.4.6/kernel/drivers/sound/sound.o: unresolved symbol
> request_module

Its only a guess, but have you included kmod in the Kernel?

cd /usr/src/linux
grep KMOD .config 
	should look like:

CONFIG_KMOD=y

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

* RE: sound?!?!!?
@ 2001-07-17 21:52 Dominick, David
  2001-07-18  7:06 ` sound?!?!!? Christian Bornträger
  0 siblings, 1 reply; 11+ messages in thread
From: Dominick, David @ 2001-07-17 21:52 UTC (permalink / raw)
  To: 'John Weber', linux-kernel

when running sndconfig I get:
/lib/modules/2.4.6/kernel/drivers/sound/sound.o: unresolved symbol
request_module

-----Original Message-----
From: John Weber [mailto:weber@nyc.rr.com]
Sent: Tuesday, July 17, 2001 3:39 PM
To: linux-kernel@vger.kernel.org; Dominick, David
Subject: Re: sound?!?!!?


Dominick, David wrote:

> I am having problems with the opl3sa2 driver for yamaha sound card on my
> toshiba running kernel 2.4.6
> 
> HELP!!!

I am running kernel 2.4.6 on a toshiba satellite 225CDS and toshiba 
tecra 8000 (both use OPL3sa2 driver), and sound is working well.  What 
exactly do you have problems with?  Is this a redhat problem (a problem 
with sndconfig)?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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

* RE: sound?!?!!?
@ 2001-07-17 20:11 Dominick, David
  0 siblings, 0 replies; 11+ messages in thread
From: Dominick, David @ 2001-07-17 20:11 UTC (permalink / raw)
  To: 'Christian Bornträger', linux-kernel

thanks, but yeah I tried both of those. I am trying to change the memory
addresses for the card itself in the bios now.

-----Original Message-----
From: Christian Bornträger [mailto:linux-kernel@borntraeger.net]
Sent: Tuesday, July 17, 2001 4:09 PM
To: Dominick, David; linux-kernel@vger.kernel.org
Subject: Re: sound?!?!!?


> it is most likely a problem with me, but I have tried everything and I
keep
> getting the error that device not found or busy. I get this rather I use

Possibly you already tried this, then ignore my ideas:

First idea:
It might be a stupid idea, as I don´t know your Toshiba but try to change
the 
PnP OS option in the BIOS. (from yes to no or from no to yes)
If you don´t have success set it back, of course.

Second idea:
Have you activated ISA PnP in the Kernel?
/proc/isapnp must exist and the sound module should be loaded after the 
isaPnP support. 
If /proc/isapnp exists, what is sndconfig doing?

Good Luck.

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

* Re: sound?!?!!?
  2001-07-17 19:50 sound?!?!!? Dominick, David
@ 2001-07-17 20:08 ` Christian Bornträger
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Bornträger @ 2001-07-17 20:08 UTC (permalink / raw)
  To: Dominick, David, linux-kernel

> it is most likely a problem with me, but I have tried everything and I keep
> getting the error that device not found or busy. I get this rather I use

Possibly you already tried this, then ignore my ideas:

First idea:
It might be a stupid idea, as I don´t know your Toshiba but try to change the 
PnP OS option in the BIOS. (from yes to no or from no to yes)
If you don´t have success set it back, of course.

Second idea:
Have you activated ISA PnP in the Kernel?
/proc/isapnp must exist and the sound module should be loaded after the 
isaPnP support. 
If /proc/isapnp exists, what is sndconfig doing?

Good Luck.

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

* RE: sound?!?!!?
@ 2001-07-17 19:50 Dominick, David
  2001-07-17 20:08 ` sound?!?!!? Christian Bornträger
  0 siblings, 1 reply; 11+ messages in thread
From: Dominick, David @ 2001-07-17 19:50 UTC (permalink / raw)
  To: 'John Weber', linux-kernel

it is most likely a problem with me, but I have tried everything and I keep
getting the error that device not found or busy. I get this rather I use the
kernel modules for this card, or I try alsa's driver pack.
Is there some configuration step that you did when using the kernel module?
I had this working a long time ago under the 2.2.x kernel, so I know that
the sound card works, it also works on my W2k hard drive.

-----Original Message-----
From: John Weber [mailto:weber@nyc.rr.com]
Sent: Tuesday, July 17, 2001 3:39 PM
To: linux-kernel@vger.kernel.org; Dominick, David
Subject: Re: sound?!?!!?


Dominick, David wrote:

> I am having problems with the opl3sa2 driver for yamaha sound card on my
> toshiba running kernel 2.4.6
> 
> HELP!!!

I am running kernel 2.4.6 on a toshiba satellite 225CDS and toshiba 
tecra 8000 (both use OPL3sa2 driver), and sound is working well.  What 
exactly do you have problems with?  Is this a redhat problem (a problem 
with sndconfig)?

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

* RE: sound?!?!!?
@ 2001-07-17 19:14 Dominick, David
  0 siblings, 0 replies; 11+ messages in thread
From: Dominick, David @ 2001-07-17 19:14 UTC (permalink / raw)
  To: 'Ignacio Vazquez-Abrams'; +Cc: Linux Kernel List

good series of questions....
I am configuring the kernel to support that module, but it never sees the
device.
I tried the manual configuration too and it cannot find the device.

-----Original Message-----
From: Ignacio Vazquez-Abrams [mailto:ignacio@openservices.net]
Sent: Tuesday, July 17, 2001 3:12 PM
To: Dominick, David
Cc: Linux Kernel List
Subject: Re: sound?!?!!?


On Tue, 17 Jul 2001, Dominick, David wrote:

> I am having problems with the opl3sa2 driver for yamaha sound card on my
> toshiba running kernel 2.4.6
>
> HELP!!!

Um, how exactly? Is it causing oopses? Is it stuttering? Does that question
belong on this list?

-- 
Ignacio Vazquez-Abrams  <ignacio@openservices.net>


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

* Re: sound?!?!!?
  2001-07-17 19:03 sound?!?!!? Dominick, David
@ 2001-07-17 19:12 ` Ignacio Vazquez-Abrams
  0 siblings, 0 replies; 11+ messages in thread
From: Ignacio Vazquez-Abrams @ 2001-07-17 19:12 UTC (permalink / raw)
  To: Dominick, David; +Cc: Linux Kernel List

On Tue, 17 Jul 2001, Dominick, David wrote:

> I am having problems with the opl3sa2 driver for yamaha sound card on my
> toshiba running kernel 2.4.6
>
> HELP!!!

Um, how exactly? Is it causing oopses? Is it stuttering? Does that question
belong on this list?

-- 
Ignacio Vazquez-Abrams  <ignacio@openservices.net>




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

* sound?!?!!?
@ 2001-07-17 19:03 Dominick, David
  2001-07-17 19:12 ` sound?!?!!? Ignacio Vazquez-Abrams
  0 siblings, 1 reply; 11+ messages in thread
From: Dominick, David @ 2001-07-17 19:03 UTC (permalink / raw)
  To: Linux Kernel List


I am having problems with the opl3sa2 driver for yamaha sound card on my
toshiba running kernel 2.4.6

HELP!!!

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

end of thread, other threads:[~2001-07-19 14:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fa.rtf4jbv.1pg8pa3@ifi.uio.no>
2001-07-17 19:39 ` sound?!?!!? John Weber
2001-07-19 14:03 sound?!?!!? Dominick, David
  -- strict thread matches above, loose matches on Subject: below --
2001-07-18 13:16 sound?!?!!? Dominick, David
2001-07-17 21:52 sound?!?!!? Dominick, David
2001-07-18  7:06 ` sound?!?!!? Christian Bornträger
2001-07-17 20:11 sound?!?!!? Dominick, David
2001-07-17 19:50 sound?!?!!? Dominick, David
2001-07-17 20:08 ` sound?!?!!? Christian Bornträger
2001-07-17 19:14 sound?!?!!? Dominick, David
2001-07-17 19:03 sound?!?!!? Dominick, David
2001-07-17 19:12 ` sound?!?!!? Ignacio Vazquez-Abrams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).