RE: [Cooker] How is sound setup by default for Thinkpads?

2001-04-27 Thread Paul R Streitman


Here is my /proc/interrupts (running cooker, plus my own 2.4.3-ac14 kernel
on a Thinkpad T21):

   CPU0
  0: 184690  XT-PIC  timer
  1:   2917  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  3:  30164  XT-PIC  ibmtr_cs
  7: 66  XT-PIC  parport0
 11:   1708  XT-PIC  cs46xx, Texas Instruments PCI1450, Texas
Instruments PCI1450 (#2), Texas Instruments PCI1420, Texas Instruments
PCI1420 (#2), usb-uhci
 12:   9063  XT-PIC  PS/2 Mouse
 14:  12617  XT-PIC  ide0
 15:  3  XT-PIC  ide1
NMI:  0
ERR:  0

Sound is working for me, as is my pcmcia IBM Turbo II token ring card.

  Thanks,
Paul
z/OS core components development
Internet: [EMAIL PROTECTED]


   
   
"Robert Nicholson" 
   
<[EMAIL PROTECTED]>   To: <[EMAIL PROTECTED]>
   
Sent by:cc:
   
cooker-owner@linux-ma   Subject:     RE: [Cooker] How is sound 
setup by default for Thinkpads?
ndrake.com 
   
   
   
   
   
04/26/01 03:22 PM  
   
Please respond to  
   
cooker 
   
   
   
   
   



can you do a cat /proc/interripts some time.

Does you PCIC controller use irq 11 as well as the sound driver?

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Paul R Streitman
> Sent: Thursday, April 26, 2001 11:54 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] How is sound setup by default for Thinkpads?
>
>
>
> I always compile my own (non-Mandrake) kernel for my (T21) thinkpad and
> cs46xx works fine for me without ALSA.  Just make sure that you select
> 'yes' for Sound and CS461x support.  If you choose to include CS461X as a
> module instead of directly in the kernel you will need to add the
> following
> two lines in your module.conf:
>
> alias sound-slot-0 cs46xx
> options cs46xx thinkpad=1
>
> Paul
> z/OS core components development
> Internet: [EMAIL PROTECTED]
>
>
>
>
> "Robert Nicholson"
>
> <[EMAIL PROTECTED]>   To:
> <[EMAIL PROTECTED]>
>         Sent by:cc:
>
> cooker-owner@linux-ma   Subject:
> [Cooker] How is sound setup by default for Thinkpads?
> ndrake.com
>
>
>
>
>
> 04/26/01 11:12 AM
>
> Please respond to
>
> cooker
>
>
>
>
>
>
>
>
>
> One thing that MAndrake got right was the sound configuration for my
> thinkpad and since I've had to compile my own kernel I cannot get sound
> working. I was wondering how they did it. I've seen the /var/log entries
> that use cs46xx and recognise my soundcard perfectly in their kernel and
> I've even heard the sound. But I simply cannot get sound to work in my
> custom kernel (to solve the mouse problems)... I notice they used Alsa in
> addition to the support in the kernel and I've got the same setup also.
>
> Anybody know exactly how the sound was setup in the kernel.
>
> Have Mandrake patched their kernel source rpm yet to remove the Ps/2
> keyboard code that stops the mouse working? I'd like to grab the rpm if
> it's
> available anywhere.
>
>
>
>
>
>
>









Re: [Cooker] How is sound setup by default for Thinkpads?

2001-04-27 Thread R.I.P. Deaddog

On Thu, 26 Apr 2001, Robert Nicholson wrote:

> Anybody know exactly how the sound was setup in the kernel.

For me, I just added this line into modules.conf:

alias sound-slot-0 cs46xx


> Have Mandrake patched their kernel source rpm yet to remove the Ps/2
> keyboard code that stops the mouse working? I'd like to grab the rpm if it's
> available anywhere.

I also compiled it by myself, but by removing the relative lines in spec
file and rpm -bb. Probably you'll have better luck this way too...

Abel Cheung





RE: [Cooker] How is sound setup by default for Thinkpads?

2001-04-26 Thread Robert Nicholson

can you do a cat /proc/interripts some time.

Does you PCIC controller use irq 11 as well as the sound driver?

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Paul R Streitman
> Sent: Thursday, April 26, 2001 11:54 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] How is sound setup by default for Thinkpads?
> 
> 
> 
> I always compile my own (non-Mandrake) kernel for my (T21) thinkpad and
> cs46xx works fine for me without ALSA.  Just make sure that you select
> 'yes' for Sound and CS461x support.  If you choose to include CS461X as a
> module instead of directly in the kernel you will need to add the 
> following
> two lines in your module.conf:
> 
> alias sound-slot-0 cs46xx
> options cs46xx thinkpad=1
> 
> Paul
> z/OS core components development
> Internet: [EMAIL PROTECTED]
> 
> 
>   
> 
> "Robert Nicholson"
> 
> <[EMAIL PROTECTED]>   To: 
> <[EMAIL PROTECTED]>   
> Sent by:cc:   
>                             
> cooker-owner@linux-ma   Subject: 
> [Cooker] How is sound setup by default for Thinkpads?
> ndrake.com
> 
>   
> 
>   
> 
> 04/26/01 11:12 AM 
> 
> Please respond to 
> 
> cooker
> 
>   
> 
>   
> 
> 
> 
> 
> 
> One thing that MAndrake got right was the sound configuration for my
> thinkpad and since I've had to compile my own kernel I cannot get sound
> working. I was wondering how they did it. I've seen the /var/log entries
> that use cs46xx and recognise my soundcard perfectly in their kernel and
> I've even heard the sound. But I simply cannot get sound to work in my
> custom kernel (to solve the mouse problems)... I notice they used Alsa in
> addition to the support in the kernel and I've got the same setup also.
> 
> Anybody know exactly how the sound was setup in the kernel.
> 
> Have Mandrake patched their kernel source rpm yet to remove the Ps/2
> keyboard code that stops the mouse working? I'd like to grab the rpm if
> it's
> available anywhere.
> 
> 
> 
> 
> 
> 
> 




Re: [Cooker] How is sound setup by default for Thinkpads?

2001-04-26 Thread Paul R Streitman


I always compile my own (non-Mandrake) kernel for my (T21) thinkpad and
cs46xx works fine for me without ALSA.  Just make sure that you select
'yes' for Sound and CS461x support.  If you choose to include CS461X as a
module instead of directly in the kernel you will need to add the following
two lines in your module.conf:

alias sound-slot-0 cs46xx
options cs46xx thinkpad=1

Paul
z/OS core components development
Internet: [EMAIL PROTECTED]


   
   
"Robert Nicholson" 
   
<[EMAIL PROTECTED]>   To: <[EMAIL PROTECTED]>
   
Sent by:cc:
   
cooker-owner@linux-ma       Subject:     [Cooker] How is sound 
setup by default for Thinkpads?
ndrake.com 
   
   
   
   
   
04/26/01 11:12 AM  
   
Please respond to  
   
cooker 
   
   
   
   
   




One thing that MAndrake got right was the sound configuration for my
thinkpad and since I've had to compile my own kernel I cannot get sound
working. I was wondering how they did it. I've seen the /var/log entries
that use cs46xx and recognise my soundcard perfectly in their kernel and
I've even heard the sound. But I simply cannot get sound to work in my
custom kernel (to solve the mouse problems)... I notice they used Alsa in
addition to the support in the kernel and I've got the same setup also.

Anybody know exactly how the sound was setup in the kernel.

Have Mandrake patched their kernel source rpm yet to remove the Ps/2
keyboard code that stops the mouse working? I'd like to grab the rpm if
it's
available anywhere.










[Cooker] How is sound setup by default for Thinkpads?

2001-04-26 Thread Robert Nicholson


One thing that MAndrake got right was the sound configuration for my
thinkpad and since I've had to compile my own kernel I cannot get sound
working. I was wondering how they did it. I've seen the /var/log entries
that use cs46xx and recognise my soundcard perfectly in their kernel and
I've even heard the sound. But I simply cannot get sound to work in my
custom kernel (to solve the mouse problems)... I notice they used Alsa in
addition to the support in the kernel and I've got the same setup also.

Anybody know exactly how the sound was setup in the kernel.

Have Mandrake patched their kernel source rpm yet to remove the Ps/2
keyboard code that stops the mouse working? I'd like to grab the rpm if it's
available anywhere.