Re: [newbie] Identifying sound server for Xine

2002-07-10 Thread Michael Adams

Ah Southbridge?... is it on this list.

[root@localhost michael]# lspcidrake
agpgart : VIA Technologies|VT82C691 [Apollo PRO]
unknown : VIA Technologies|VT82C598 [Apollo MVP3 AGP]
unknown : VIA Technologies|VT82C686 [Apollo Super]
unknown : VIA Technologies|VT82C586 IDE [Apollo]
usb-uhci: VIA Technologies|VT82C586B USB
usb-uhci: VIA Technologies|VT82C586B USB
unknown : VIA Technologies|VT82C686 [Apollo Super ACPI]
via82cxxx_audio : VIA Technologies|VT82C686 [Apollo Super AC97/Audio]
Card:RIVA TNT2  : nVidia Corporation|Vanta
unknown : Virtual|Hub []
unknown : Virtual|Hub []


Contents of /etc/modules.conf

alias usb-interface usb-uhci
alias sound-slot-0 via82cxxx_audio
probeall scsi_hostadapter ide-scsi


I wont break Xine or my system if i tried typing in OSS or ALSA will i?. 
They seem the most common spoken of on the list. Is there any specific 
wording i have to type it in as?

On Tue, 09 Jul 2002 20:07, Andy Napier wrote:
 What Southbridge does the Epox EP-6VBA have?  Could be one of  following
 VT8231, VT82C686A, VT82C686B, VT8233, VT8233A, VT8233C, VT8235

 All but the VT8235 are currently supported, although the VT8233A requires a
 new driver to get it working.

 Xine can use OSS, ALSA, ESD and ARTSD but I have only used it with OSS
 (ALSA emulation).  Check /etc/modules.conf for lines like;

 alias char-major-116 snd

 alias snd-card-0 snd-card-via (X being the southbridge you have)

 alias char-major-14 soundcore

 alias sound-slot-0 snd-card-0

 alias sound-service-0-0 snd-mixer-oss

 alias sound-service-0-1 snd-seq-oss

 alias sound-service-0-3 snd-pcm-oss

 alias sound-service-0-8 snd-seq-oss

 alias sound-service-0-12 snd-pcm-oss

 This provides the ALSA modules with oss emulation (or should do :)

 Try: cat /proc/pci

 To get an idea or what hardware is installed.

 Hope it helps

 Andy







 - Original Message -
 From: Michael Adams [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, July 09, 2002 7:03 AM
 Subject: [newbie] Identifying sound server for Xine

  Unlike others, my stock standard Xine install seems to be running fine...
  except, i have to tell it which sound server i am using.
 
  I beleive there is more than one sound server choice i could have

 installed.

  I have a standard install on onboard Epox EP-6VBA (VIA, Apollo, AC-97)
 
  How do i find which one i am running, and what do i tell Xine it is

 called.

  --
  Michael

 ---
- 

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

-- 
Michael



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Identifying sound server for Xine

2002-07-10 Thread John Richard Smith

Michael Adams wrote:

Ah Southbridge?... is it on this list.

[root@localhost michael]# lspcidrake
agpgart : VIA Technologies|VT82C691 [Apollo PRO]
unknown : VIA Technologies|VT82C598 [Apollo MVP3 AGP]
unknown : VIA Technologies|VT82C686 [Apollo Super]
unknown : VIA Technologies|VT82C586 IDE [Apollo]
usb-uhci: VIA Technologies|VT82C586B USB
usb-uhci: VIA Technologies|VT82C586B USB
unknown : VIA Technologies|VT82C686 [Apollo Super ACPI]
via82cxxx_audio : VIA Technologies|VT82C686 [Apollo Super AC97/Audio]
Card:RIVA TNT2  : nVidia Corporation|Vanta
unknown : Virtual|Hub []
unknown : Virtual|Hub []


  


I think your sound chip is VIA Technologies | VT82C686 and not VT 8233.

I would expect your /etc/modules.conf to look more like,

alias char-major-116 snd
alias snd-card-0 snd-card-via82C686

I have no experience with this chip, cannot say for sure if 
supported,but it might well be.
John

[EMAIL PROTECTED] 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Identifying sound server for Xine

2002-07-10 Thread Andy Napier

Looks like the VT82C686 so modules.conf  should look something like this,
I'd open up you case and have a look at the Southbridge to get the exact
revision... as there are 2 versions a and B rule of thumb if I remember
correctly is that a only supports ATA66 and B supports ATA100 (not sure
if that helps much).

alias char-major-116 snd

alias snd-card-0 snd-card-via686a (for 686B, 8231)

alias char-major-14 soundcore

alias sound-slot-0 snd-card-0

alias sound-service-0-0 snd-mixer-oss

alias sound-service-0-1 snd-seq-oss

alias sound-service-0-3 snd-pcm-oss

alias sound-service-0-8 snd-seq-oss

alias sound-service-0-12 snd-pcm-oss



This will setup OSS emulation so all you need to do is launch xine, open
Tools/Audio and change null to oss and press enter.



Or you can do it from bash # xine -A oss



There's a good section on VIA audio drivers here 
http://www.viaarena.com/?PageID=128 and http://www.viaarena.com/?PageID=88



Cheers



Andy

- Original Message -
From: John Richard Smith [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 10, 2002 1:37 PM
Subject: Re: [newbie] Identifying sound server for Xine


 Michael Adams wrote:

 Ah Southbridge?... is it on this list.
 
 [root@localhost michael]# lspcidrake
 agpgart : VIA Technologies|VT82C691 [Apollo PRO]
 unknown : VIA Technologies|VT82C598 [Apollo MVP3 AGP]
 unknown : VIA Technologies|VT82C686 [Apollo Super]
 unknown : VIA Technologies|VT82C586 IDE [Apollo]
 usb-uhci: VIA Technologies|VT82C586B USB
 usb-uhci: VIA Technologies|VT82C586B USB
 unknown : VIA Technologies|VT82C686 [Apollo Super ACPI]
 via82cxxx_audio : VIA Technologies|VT82C686 [Apollo Super AC97/Audio]
 Card:RIVA TNT2  : nVidia Corporation|Vanta
 unknown : Virtual|Hub []
 unknown : Virtual|Hub []
 
 
 
 

 I think your sound chip is VIA Technologies | VT82C686 and not VT 8233.

 I would expect your /etc/modules.conf to look more like,

 alias char-major-116 snd
 alias snd-card-0 snd-card-via82C686

 I have no experience with this chip, cannot say for sure if
 supported,but it might well be.
 John

 [EMAIL PROTECTED]











 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Identifying sound server for Xine

2002-07-10 Thread Michael Adams

I wonder if I should have stated that sound is working on my system. Just 
not in Xine. I want to identify which sound server is working so i can tell 
Xine. Xine is currently set to null in setup  Audio tag.

On Thu, 11 Jul 2002 03:35, Andy Napier wrote:
 Looks like the VT82C686 so modules.conf  should look something like this,
 I'd open up you case and have a look at the Southbridge to get the exact
 revision... as there are 2 versions a and B rule of thumb if I remember
 correctly is that a only supports ATA66 and B supports ATA100 (not sure
 if that helps much).

 alias char-major-116 snd

 alias snd-card-0 snd-card-via686a (for 686B, 8231)

 alias char-major-14 soundcore

 alias sound-slot-0 snd-card-0

 alias sound-service-0-0 snd-mixer-oss

 alias sound-service-0-1 snd-seq-oss

 alias sound-service-0-3 snd-pcm-oss

 alias sound-service-0-8 snd-seq-oss

 alias sound-service-0-12 snd-pcm-oss



 This will setup OSS emulation so all you need to do is launch xine, open
 Tools/Audio and change null to oss and press enter.



 Or you can do it from bash # xine -A oss



 There's a good section on VIA audio drivers here 
 http://www.viaarena.com/?PageID=128 and http://www.viaarena.com/?PageID=88



 Cheers



 Andy

 - Original Message -
 From: John Richard Smith [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, July 10, 2002 1:37 PM
 Subject: Re: [newbie] Identifying sound server for Xine

  Michael Adams wrote:
  Ah Southbridge?... is it on this list.
  
  [root@localhost michael]# lspcidrake
  agpgart : VIA Technologies|VT82C691 [Apollo PRO]
  unknown : VIA Technologies|VT82C598 [Apollo MVP3 AGP]
  unknown : VIA Technologies|VT82C686 [Apollo Super]
  unknown : VIA Technologies|VT82C586 IDE [Apollo]
  usb-uhci: VIA Technologies|VT82C586B USB
  usb-uhci: VIA Technologies|VT82C586B USB
  unknown : VIA Technologies|VT82C686 [Apollo Super ACPI]
  via82cxxx_audio : VIA Technologies|VT82C686 [Apollo Super AC97/Audio]
  Card:RIVA TNT2  : nVidia Corporation|Vanta
  unknown : Virtual|Hub []
  unknown : Virtual|Hub []
  
 
  I think your sound chip is VIA Technologies | VT82C686 and not VT 8233.
 
  I would expect your /etc/modules.conf to look more like,
 
  alias char-major-116 snd
  alias snd-card-0 snd-card-via82C686
 
  I have no experience with this chip, cannot say for sure if
  supported,but it might well be.
  John
 
  [EMAIL PROTECTED]

 ---
- 

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

-- 
Michael



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Identifying sound server for Xine

2002-07-09 Thread Andy Napier

What Southbridge does the Epox EP-6VBA have?  Could be one of  following
VT8231, VT82C686A, VT82C686B, VT8233, VT8233A, VT8233C, VT8235

All but the VT8235 are currently supported, although the VT8233A requires a
new driver to get it working.

Xine can use OSS, ALSA, ESD and ARTSD but I have only used it with OSS (ALSA
emulation).  Check /etc/modules.conf for lines like;

alias char-major-116 snd

alias snd-card-0 snd-card-via (X being the southbridge you have)

alias char-major-14 soundcore

alias sound-slot-0 snd-card-0

alias sound-service-0-0 snd-mixer-oss

alias sound-service-0-1 snd-seq-oss

alias sound-service-0-3 snd-pcm-oss

alias sound-service-0-8 snd-seq-oss

alias sound-service-0-12 snd-pcm-oss

This provides the ALSA modules with oss emulation (or should do :)

Try: cat /proc/pci

To get an idea or what hardware is installed.

Hope it helps

Andy







- Original Message -
From: Michael Adams [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 09, 2002 7:03 AM
Subject: [newbie] Identifying sound server for Xine


 Unlike others, my stock standard Xine install seems to be running fine...
 except, i have to tell it which sound server i am using.

 I beleive there is more than one sound server choice i could have
installed.
 I have a standard install on onboard Epox EP-6VBA (VIA, Apollo, AC-97)

 How do i find which one i am running, and what do i tell Xine it is
called.

 --
 Michael








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Identifying sound server for Xine

2002-07-08 Thread Michael Adams

Unlike others, my stock standard Xine install seems to be running fine...
except, i have to tell it which sound server i am using.

I beleive there is more than one sound server choice i could have installed. 
I have a standard install on onboard Epox EP-6VBA (VIA, Apollo, AC-97)

How do i find which one i am running, and what do i tell Xine it is called.

-- 
Michael



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com