Re: how to get audio working on ultra 80 w/ debian testing

2004-03-04 Thread Fabio Massimo Di Nitto
On Wed, 3 Mar 2004, Abe Olson wrote:

 xmms works if I plug my headphones or speakers into the jack on the
 front of the cdrom.  I get nothing from any of the sound card outputs
 that are on the back of the machine.

You need to configure xmms properly. afaik you have to use the xmms-cdread
plugin.

 Looks like its on:
 ebus0: [auxio] [power] [SUNW,pll] [sc] [se] [su] [su] [ecpp] [fdthree]
 [eeprom] [flashprom] [SUNW,CS4231]

Yup... that was it.

Fabio

-- 
user fajita: step one
fajita Whatever the problem, step one is always to look in the error log.
user fajita: step two
fajita When in danger or in doubt, step two is to scream and shout.



Re: how to get audio working on ultra 80 w/ debian testing

2004-03-03 Thread Fabio Massimo Di Nitto

Hi Abe,

On Tue, 2 Mar 2004, Abe Olson wrote:


  I can get sound by plugging headphones or speakers into the cdrom
  drive and some applications send sound out the (admittadly not bad
  sounding) tower speaker.  None of the outputs on the sound card itself
  seem to work though.  How can I get that to work?

IIRC you have to use digital extraction to listen to cd's. xmms can do it
if properly configured.

 What's the output of lsmod?
 ai:/etc# lsmod
 Module  Size  Used byNot tainted
 rtc 1928   0
 openpromfs 12536   0  (unused)
 hid15568   0  (unused)
 openprom4900   0
 cs4231 21392   1
 audio  22912   2  [cs4231]
 parport31264   0  (unused)
 ai:/etc#

 I don't see anything like a sound card in the lspci output.  In lsmod,
 cs4231 is the module for the onboard sound on the ultra 80.

The cs4231 is on another bus. Check your dmesg output and search for sbus
or something similar. All the devices on that bus are on the same line.
Unfortunatly i cannot be more precise since my U60 is dead.

Fabio

-- 
user fajita: step one
fajita Whatever the problem, step one is always to look in the error log.
user fajita: step two
fajita When in danger or in doubt, step two is to scream and shout.



Re: how to get audio working on ultra 80 w/ debian testing

2004-03-03 Thread Arvind R.
Hi,

I'm not too sure about ultra-80 or debian testing, but
on ultra-5 ( with CS4231 ) and woody, sparc-utils has to be installed
and /etc/default/audioctl has to correctly set. The CS4231
chip-set is not exactly compatible with the Desktop
mixers!

I've been using for a few months, a small GUI app I wrote
and I've just uploaded it to
http://www.acarlab.com/aCL-pub/linux/linux_support.html#SparcAudioCtl

Hope it's useful to some and I'd like to know what
other Sun-sparcs it works on.

Please, also can somwbody tell me what exactly is the
purpose of the 'monitor' channel on the CS4231 chip-set.
All the gain controls just appear to be in series!

- arvind



Re: how to get audio working on ultra 80 w/ debian testing

2004-03-03 Thread Abe Olson

Fabio Massimo Di Nitto wrote:


Hi Abe,

On Tue, 2 Mar 2004, Abe Olson wrote:

 


I can get sound by plugging headphones or speakers into the cdrom
drive and some applications send sound out the (admittadly not bad
sounding) tower speaker.  None of the outputs on the sound card itself
seem to work though.  How can I get that to work?
 



IIRC you have to use digital extraction to listen to cd's. xmms can do it
if properly configured.

 

xmms works if I plug my headphones or speakers into the jack on the 
front of the cdrom.  I get nothing from any of the sound card outputs 
that are on the back of the machine.



What's the output of lsmod?
ai:/etc# lsmod
Module  Size  Used byNot tainted
rtc 1928   0
openpromfs 12536   0  (unused)
hid15568   0  (unused)
openprom4900   0
cs4231 21392   1
audio  22912   2  [cs4231]
parport31264   0  (unused)
ai:/etc#

I don't see anything like a sound card in the lspci output.  In lsmod,
cs4231 is the module for the onboard sound on the ultra 80.
   



The cs4231 is on another bus. Check your dmesg output and search for sbus
or something similar. All the devices on that bus are on the same line.
Unfortunatly i cannot be more precise since my U60 is dead.

Fabio

 


Looks like its on:
ebus0: [auxio] [power] [SUNW,pll] [sc] [se] [su] [su] [ecpp] [fdthree] 
[eeprom] [flashprom] [SUNW,CS4231]



Abe




how to get audio working on ultra 80 w/ debian testing

2004-03-02 Thread Abe Olson


I can get sound by plugging headphones or speakers into the cdrom 
drive and some applications send sound out the (admittadly not bad 
sounding) tower speaker.  None of the outputs on the sound card itself 
seem to work though.  How can I get that to work?


I'm not sure on sparc, but on x86 I'd be asking these questions:
What version of kernel do you have (uname -a)?

[EMAIL PROTECTED]:/etc$ uname -a
Linux ai 2.4.18 #2 Thu Apr 11 14:37:17 EDT 2002 sparc64 GNU/Linux

Which version of Debian did you install (stable, testing, unstable)?

testing

What's the output of lspci?

ai:/etc# lspci
00:00.0 Host bridge: Sun Microsystems Computer Corp. Psycho PCI Bus Module
00:01.0 Bridge: Sun Microsystems Computer Corp. EBUS (rev 01)
00:01.1 Ethernet controller: Sun Microsystems Computer Corp. Happy Meal 
(rev 01)00:03.0 SCSI storage controller: LSI Logic / Symbios Logic 
53c875 (rev 14)

00:03.1 SCSI storage controller: LSI Logic / Symbios Logic 53c875 (rev 14)
01:00.0 Host bridge: Sun Microsystems Computer Corp. Psycho PCI Bus Module
01:01.0 USB Controller: NEC Corporation USB (rev 43)
01:01.1 USB Controller: NEC Corporation USB (rev 43)
01:01.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
ai:/etc#

What's the output of lsmod?
ai:/etc# lsmod
Module  Size  Used byNot tainted
rtc 1928   0
openpromfs 12536   0  (unused)
hid15568   0  (unused)
openprom4900   0
cs4231 21392   1
audio  22912   2  [cs4231]
parport31264   0  (unused)
ai:/etc#

I don't see anything like a sound card in the lspci output.  In lsmod, 
cs4231 is the module for the onboard sound on the ultra 80.


I can only listen to cd's by plugging headphones or speakers into the 
jack on the front of the cdrom.  gxine and xine output audio through the 
tower speaker.


Thanks!


Abe