* cs4281 driver missing from 2.6.0-test6-bk6?
@ 2003-10-05 1:24 Joseph Pingenot
2003-10-05 2:41 ` Scott West
0 siblings, 1 reply; 5+ messages in thread
From: Joseph Pingenot @ 2003-10-05 1:24 UTC (permalink / raw)
To: linux-kernel
Hello.
I was using menuconfig to check out 2.6.0-test6-bk6, when I found that
the cs4281 ALSA driver had disappeared.
Is this intentional, did I screw something up, or is it accidental?
Thanks!
-Joseph
--
Joseph===============================================trelane@digitasaru.net
"Asked by CollabNet CTO Brian Behlendorf whether Microsoft will enforce its
patents against open source projects, Mundie replied, 'Yes, absolutely.'
An audience member pointed out that many open source projects aren't
funded and so can't afford legal representation to rival Microsoft's. 'Oh
well,' said Mundie. 'Get your money, and let's go to court.'
Microsoft's patents only defensive? http://swpat.ffii.org/players/microsoft
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cs4281 driver missing from 2.6.0-test6-bk6?
2003-10-05 1:24 cs4281 driver missing from 2.6.0-test6-bk6? Joseph Pingenot
@ 2003-10-05 2:41 ` Scott West
2003-10-05 3:17 ` Joseph Pingenot
0 siblings, 1 reply; 5+ messages in thread
From: Scott West @ 2003-10-05 2:41 UTC (permalink / raw)
To: trelane; +Cc: linux-kernel
On Sat, 4 Oct 2003 20:24:39 -0500 Joseph Pingenot
<trelane@digitasaru.net> wrote:
> Hello.
>
> I was using menuconfig to check out 2.6.0-test6-bk6, when I found that
> the cs4281 ALSA driver had disappeared.
> Is this intentional, did I screw something up, or is it accidental?
>
> Thanks!
>
> -Joseph
> --
> Joseph===============================================trelane@digitasaru.net
> "Asked by CollabNet CTO Brian Behlendorf whether Microsoft will enforce its
> patents against open source projects, Mundie replied, 'Yes, absolutely.'
> An audience member pointed out that many open source projects aren't
> funded and so can't afford legal representation to rival Microsoft's. 'Oh
> well,' said Mundie. 'Get your money, and let's go to court.'
> Microsoft's patents only defensive? http://swpat.ffii.org/players/microsoft
> -
> 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/
Enabling joystick support under the input devices clears this up I believe. Sent me for a loop when I saw that too :).
Scott
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cs4281 driver missing from 2.6.0-test6-bk6?
2003-10-05 2:41 ` Scott West
@ 2003-10-05 3:17 ` Joseph Pingenot
2003-10-05 7:36 ` Muli Ben-Yehuda
0 siblings, 1 reply; 5+ messages in thread
From: Joseph Pingenot @ 2003-10-05 3:17 UTC (permalink / raw)
To: Scott West; +Cc: linux-kernel
>From Scott West on Saturday, 04 October, 2003:
>On Sat, 4 Oct 2003 20:24:39 -0500 Joseph Pingenot
><trelane@digitasaru.net> wrote:
>> Hello.
>> I was using menuconfig to check out 2.6.0-test6-bk6, when I found that
>> the cs4281 ALSA driver had disappeared.
>> Is this intentional, did I screw something up, or is it accidental?
>> Thanks!
>> -Joseph
>Enabling joystick support under the input devices clears this up I believe. Sent me for a loop when I saw that too :).
>Scott
Aaaah. Close. It was "Gameport Support" that dunnit. This laptop doesn't
have such on it, so I thought I'd give it a whirl sans, especially since
I'm trying to figure out why stuff is locking up on it.
Seems like an odd dependency. You know why that is set up so?
Thankye.
--
Joseph===============================================trelane@digitasaru.net
"Asked by CollabNet CTO Brian Behlendorf whether Microsoft will enforce its
patents against open source projects, Mundie replied, 'Yes, absolutely.'
An audience member pointed out that many open source projects aren't
funded and so can't afford legal representation to rival Microsoft's. 'Oh
well,' said Mundie. 'Get your money, and let's go to court.'
Microsoft's patents only defensive? http://swpat.ffii.org/players/microsoft
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cs4281 driver missing from 2.6.0-test6-bk6?
2003-10-05 3:17 ` Joseph Pingenot
@ 2003-10-05 7:36 ` Muli Ben-Yehuda
2003-10-05 19:21 ` Joseph Pingenot
0 siblings, 1 reply; 5+ messages in thread
From: Muli Ben-Yehuda @ 2003-10-05 7:36 UTC (permalink / raw)
To: Scott West, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2598 bytes --]
On Sat, Oct 04, 2003 at 10:17:55PM -0500, Joseph Pingenot wrote:
> Aaaah. Close. It was "Gameport Support" that dunnit. This laptop doesn't
> have such on it, so I thought I'd give it a whirl sans, especially since
> I'm trying to figure out why stuff is locking up on it.
> Seems like an odd dependency. You know why that is set up so?
You can look in the archives for the exact details
(http://marc.theaimsgroup.com/?l=linux-kernel&m=106479206731633&w=2),
but the bottom line is that it's a bug and already fixed in Alsa CVS
(equivalent patch also attached). Now we just need to wait until Linus
pulls it in...
diff -Naur --exclude-from /home/muli/p/dontdiff linux-2.5/sound/pci/Kconfig revert-alsa-gameport-2.6.0-t6/sound/pci/Kconfig
--- linux-2.5/sound/pci/Kconfig Mon Sep 29 16:46:37 2003
+++ revert-alsa-gameport-2.6.0-t6/sound/pci/Kconfig Mon Sep 29 17:14:36 2003
@@ -17,7 +17,7 @@
config SND_CS46XX
tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for Cirrus Logic CS4610 / CS4612 /
CS4614 / CS4615 / CS4622 / CS4624 / CS4630 / CS4280 chips.
@@ -30,7 +30,7 @@
config SND_CS4281
tristate "Cirrus Logic (Sound Fusion) CS4281"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for Cirrus Logic CS4281.
@@ -83,7 +83,7 @@
config SND_TRIDENT
tristate "Trident 4D-Wave DX/NX; SiS 7018"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for Trident 4D-Wave DX/NX and
SiS 7018 soundcards.
@@ -110,20 +110,20 @@
config SND_ENS1370
tristate "(Creative) Ensoniq AudioPCI 1370"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1370.
config SND_ENS1371
tristate "(Creative) Ensoniq AudioPCI 1371/1373"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1371 and
Sound Blaster PCI 64 or 128 soundcards.
config SND_ES1938
tristate "ESS ES1938/1946/1969 (Solo-1)"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for ESS Solo-1 (ES1938, ES1946, ES1969)
soundcard.
@@ -173,7 +173,7 @@
config SND_SONICVIBES
tristate "S3 SonicVibes"
- depends on SND && GAMEPORT
+ depends on SND
help
Say 'Y' or 'M' to include support for S3 SonicVibes based soundcards.
--
Muli Ben-Yehuda
http://www.mulix.org
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cs4281 driver missing from 2.6.0-test6-bk6?
2003-10-05 7:36 ` Muli Ben-Yehuda
@ 2003-10-05 19:21 ` Joseph Pingenot
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Pingenot @ 2003-10-05 19:21 UTC (permalink / raw)
To: Muli Ben-Yehuda; +Cc: Scott West, linux-kernel
>From Muli Ben-Yehuda on Sunday, 05 October, 2003:
>On Sat, Oct 04, 2003 at 10:17:55PM -0500, Joseph Pingenot wrote:
>> Aaaah. Close. It was "Gameport Support" that dunnit. This laptop doesn't
>> have such on it, so I thought I'd give it a whirl sans, especially since
>> I'm trying to figure out why stuff is locking up on it.
>> Seems like an odd dependency. You know why that is set up so?
>You can look in the archives for the exact details
>(http://marc.theaimsgroup.com/?l=linux-kernel&m=106479206731633&w=2),
>but the bottom line is that it's a bug and already fixed in Alsa CVS
>(equivalent patch also attached). Now we just need to wait until Linus
>pulls it in...
Ah. Makes sense. Is just a curious minor annoyance. Unfortunately,
the major annoyances I find with 2.6.0-test6-bk6 are about to be posted.
:)
Thanks!
-Joseph
--
Joseph===============================================trelane@digitasaru.net
"Asked by CollabNet CTO Brian Behlendorf whether Microsoft will enforce its
patents against open source projects, Mundie replied, 'Yes, absolutely.'
An audience member pointed out that many open source projects aren't
funded and so can't afford legal representation to rival Microsoft's. 'Oh
well,' said Mundie. 'Get your money, and let's go to court.'
Microsoft's patents only defensive? http://swpat.ffii.org/players/microsoft
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-10-05 19:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-05 1:24 cs4281 driver missing from 2.6.0-test6-bk6? Joseph Pingenot
2003-10-05 2:41 ` Scott West
2003-10-05 3:17 ` Joseph Pingenot
2003-10-05 7:36 ` Muli Ben-Yehuda
2003-10-05 19:21 ` Joseph Pingenot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox