Re: onboard sound does not work

2004-02-10 Thread Andrew Hall
On Mon, 2004-02-09 at 17:05, Nicolas wrote:
 On Monday 09 February 2004 22.29, Andrew Hall wrote:
  On Mon, 2004-02-09 at 16:24, Nicolas wrote:
   On Monday 09 February 2004 21.50, Andrew Hall wrote:
On Mon, 2004-02-09 at 15:24, Nathan Kinkade wrote:
 On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf
  
   [EMAIL PROTECTED] wrote:
  Hello.
  I am a newbie to both unix and FreeBSD. I am trying to configure my
  onboard sond without success.
   My motherboard: ASUS P4S800-MX
  Audio spec: ADI AD1888 6channel audio codec.
 
  pciconf -lv says:
  [EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039
  rev=0xa0 hdr=0x00
  vendor   = 'Silicon Integrated Systems (SiS)'
  device   = 'SiS7012 PCI Audio Accelerator'
  class= multimedia
  subclass = audio
 
  dmesg:
  pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device
  2.7 on pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)
 
  I tried kldload snd_driver.ko but
  kldstat says:
  Id Refs AddressSize Name
   1   35 0xc040 37fd84   kernel
   21 0xc078 51a18acpi.ko
   31 0xc2c24000 8000 ipfw.ko
   41 0xc2c62000 19000linux.ko
   51 0xc3306000 2000 snd_driver.ko
   61 0xc3308000 8000 snd_maestro3.ko
 
  I have device pcm in my kernel.
  Is there something more you need to know??
  I have read man pcm, the handbook and complete freebsd but I can t
  figure it out. I still think that everything is a bit confusing
  because i am not very good at computers and i am sure that I miss
  something fundamental. Hope that somebody can direct me to what i
  am missing. Many thanks Gaf
   
I think you need snd_ich.ko. Run 'kldload /boot/kernel/snd_ich.ko' and
try again.  Search the freebsd list archives for 'sis 7012' and you'll
find a lot of relevant entries.
   
Drew
   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
  
   Hi.
   I tried to do what you suggested and I get:
   kldload: can't load snd_ich.ko: File exists
   I have also tried with options PNPBIOS before but that is already in 5.2,
   I was told.
   I will look in the archives.
   Thank You for answering!!
   Gaf
 
  I can't guarantee success, but I would kldunload snd_driver.ko and
  snd_maestro, then kldload snd_pcm.ko and snd_ich.ko.   I use the ich
  driver, and thats the only two sound modules I load.
 
  Drew
 
 Nope. No sucess this time either. Just tells me the files exists. And I 
 checked the arhives multimedia and questions and there where no entries for 
 SiS 7012. Back to zero.
 Prehaps it is not supported??
 Thanks again.
 

Sorry man wish I could help out more.   FWIW I searched for 'sis 7012'
and found a few postings on the first page of results.  The file exists
error means that you are attempting to load a module into the kernel
that is already there via another module or compiled in,  

Drew

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


onboard sound does not work

2004-02-09 Thread by way of Gaf [EMAIL PROTECTED]
Hello.
I am a newbie to both unix and FreeBSD. I am trying to configure my onboard
sond without success.
 My motherboard: ASUS P4S800-MX
Audio spec: ADI AD1888 6channel audio codec.

pciconf -lv says:
[EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0
hdr=0x00
vendor   = 'Silicon Integrated Systems (SiS)'
device   = 'SiS7012 PCI Audio Accelerator'
class= multimedia
subclass = audio

dmesg:
pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7 on
 pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)

I tried kldload snd_driver.ko but
kldstat says:
Id Refs AddressSize Name
 1   35 0xc040 37fd84   kernel
 21 0xc078 51a18acpi.ko
 31 0xc2c24000 8000 ipfw.ko
 41 0xc2c62000 19000linux.ko
 51 0xc3306000 2000 snd_driver.ko
 61 0xc3308000 8000 snd_maestro3.ko

I have device pcm in my kernel.
Is there something more you need to know??
I have read man pcm, the handbook and complete freebsd but I can t figure it
out. I still think that everything is a bit confusing because i am not very
good at computers and i am sure that I miss something fundamental.
Hope that somebody can direct me to what i am missing.
Many thanks Gaf

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: onboard sound does not work

2004-02-09 Thread Nathan Kinkade
On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf [EMAIL PROTECTED] wrote:
 Hello.
 I am a newbie to both unix and FreeBSD. I am trying to configure my onboard
 sond without success.
  My motherboard: ASUS P4S800-MX
 Audio spec: ADI AD1888 6channel audio codec.
 
 pciconf -lv says:
 [EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0
 hdr=0x00
 vendor   = 'Silicon Integrated Systems (SiS)'
 device   = 'SiS7012 PCI Audio Accelerator'
 class= multimedia
 subclass = audio
 
 dmesg:
 pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7 on
  pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)
 
 I tried kldload snd_driver.ko but
 kldstat says:
 Id Refs AddressSize Name
  1   35 0xc040 37fd84   kernel
  21 0xc078 51a18acpi.ko
  31 0xc2c24000 8000 ipfw.ko
  41 0xc2c62000 19000linux.ko
  51 0xc3306000 2000 snd_driver.ko
  61 0xc3308000 8000 snd_maestro3.ko
 
 I have device pcm in my kernel.
 Is there something more you need to know??
 I have read man pcm, the handbook and complete freebsd but I can t figure it
 out. I still think that everything is a bit confusing because i am not very
 good at computers and i am sure that I miss something fundamental.
 Hope that somebody can direct me to what i am missing.
 Many thanks Gaf

I really don't know much about sound, but since there are no replies as
of yet: in my experience, once the pcm module finds a device then things
seem to work.  In what ways have you verified that sound is not in fact
working?  Are you using devfs?  If not, are the sound devices created:
dsp, etc

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: onboard sound does not work

2004-02-09 Thread Andrew Hall
On Mon, 2004-02-09 at 15:24, Nathan Kinkade wrote:
 On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf [EMAIL PROTECTED] wrote:
  Hello.
  I am a newbie to both unix and FreeBSD. I am trying to configure my onboard
  sond without success.
   My motherboard: ASUS P4S800-MX
  Audio spec: ADI AD1888 6channel audio codec.
  
  pciconf -lv says:
  [EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0
  hdr=0x00
  vendor   = 'Silicon Integrated Systems (SiS)'
  device   = 'SiS7012 PCI Audio Accelerator'
  class= multimedia
  subclass = audio
  
  dmesg:
  pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7 on
   pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)
  
  I tried kldload snd_driver.ko but
  kldstat says:
  Id Refs AddressSize Name
   1   35 0xc040 37fd84   kernel
   21 0xc078 51a18acpi.ko
   31 0xc2c24000 8000 ipfw.ko
   41 0xc2c62000 19000linux.ko
   51 0xc3306000 2000 snd_driver.ko
   61 0xc3308000 8000 snd_maestro3.ko
  
  I have device pcm in my kernel.
  Is there something more you need to know??
  I have read man pcm, the handbook and complete freebsd but I can t figure it
  out. I still think that everything is a bit confusing because i am not very
  good at computers and i am sure that I miss something fundamental.
  Hope that somebody can direct me to what i am missing.
  Many thanks Gaf
 

I think you need snd_ich.ko. Run 'kldload /boot/kernel/snd_ich.ko' and
try again.  Search the freebsd list archives for 'sis 7012' and you'll
find a lot of relevant entries. 

Drew

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: onboard sound does not work

2004-02-09 Thread Gaf
On Monday 09 February 2004 21.24, you wrote:
 On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf [EMAIL PROTECTED] 
wrote:
  Hello.
  I am a newbie to both unix and FreeBSD. I am trying to configure my
  onboard sond without success.
   My motherboard: ASUS P4S800-MX
  Audio spec: ADI AD1888 6channel audio codec.
 
  pciconf -lv says:
  [EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0
  hdr=0x00
  vendor   = 'Silicon Integrated Systems (SiS)'
  device   = 'SiS7012 PCI Audio Accelerator'
  class= multimedia
  subclass = audio
 
  dmesg:
  pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7 on
   pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)
 
  I tried kldload snd_driver.ko but
  kldstat says:
  Id Refs AddressSize Name
   1   35 0xc040 37fd84   kernel
   21 0xc078 51a18acpi.ko
   31 0xc2c24000 8000 ipfw.ko
   41 0xc2c62000 19000linux.ko
   51 0xc3306000 2000 snd_driver.ko
   61 0xc3308000 8000 snd_maestro3.ko
 
  I have device pcm in my kernel.
  Is there something more you need to know??
  I have read man pcm, the handbook and complete freebsd but I can t figure
  it out. I still think that everything is a bit confusing because i am not
  very good at computers and i am sure that I miss something fundamental.
  Hope that somebody can direct me to what i am missing.
  Many thanks Gaf

 I really don't know much about sound, but since there are no replies as
 of yet: in my experience, once the pcm module finds a device then things
 seem to work.  In what ways have you verified that sound is not in fact
 working?  Are you using devfs?  If not, are the sound devices created:
 dsp, etc

 Nathan
Hi. 
Sorry but you go to fast. I am very new to FreeBSD
I have now installed a soundcard from a friend and it works SB live.
[EMAIL PROTECTED]:10:0: class=0x040100 card=0x80261102 chip=0x00021102 rev=0x07 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU10K1 Audio Chipset (SB Live!)'
class= multimedia
subclass = audio
Before this I could not play audio cd:s
But I still need to configure my own card/chips.
Thank you for answering!!
Gaf

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: onboard sound does not work

2004-02-09 Thread Nicolas
On Monday 09 February 2004 21.50, Andrew Hall wrote:
 On Mon, 2004-02-09 at 15:24, Nathan Kinkade wrote:
  On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf 
[EMAIL PROTECTED] wrote:
   Hello.
   I am a newbie to both unix and FreeBSD. I am trying to configure my
   onboard sond without success.
My motherboard: ASUS P4S800-MX
   Audio spec: ADI AD1888 6channel audio codec.
  
   pciconf -lv says:
   [EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0
   hdr=0x00
   vendor   = 'Silicon Integrated Systems (SiS)'
   device   = 'SiS7012 PCI Audio Accelerator'
   class= multimedia
   subclass = audio
  
   dmesg:
   pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7
   on pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)
  
   I tried kldload snd_driver.ko but
   kldstat says:
   Id Refs AddressSize Name
1   35 0xc040 37fd84   kernel
21 0xc078 51a18acpi.ko
31 0xc2c24000 8000 ipfw.ko
41 0xc2c62000 19000linux.ko
51 0xc3306000 2000 snd_driver.ko
61 0xc3308000 8000 snd_maestro3.ko
  
   I have device pcm in my kernel.
   Is there something more you need to know??
   I have read man pcm, the handbook and complete freebsd but I can t
   figure it out. I still think that everything is a bit confusing because
   i am not very good at computers and i am sure that I miss something
   fundamental. Hope that somebody can direct me to what i am missing.
   Many thanks Gaf

 I think you need snd_ich.ko. Run 'kldload /boot/kernel/snd_ich.ko' and
 try again.  Search the freebsd list archives for 'sis 7012' and you'll
 find a lot of relevant entries.

 Drew

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
Hi.
I tried to do what you suggested and I get:
kldload: can't load snd_ich.ko: File exists
I have also tried with options PNPBIOS before but that is already in 5.2, I 
was told.
I will look in the archives.
Thank You for answering!!
Gaf

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: onboard sound does not work

2004-02-09 Thread Andrew Hall
On Mon, 2004-02-09 at 16:24, Nicolas wrote:
 On Monday 09 February 2004 21.50, Andrew Hall wrote:
  On Mon, 2004-02-09 at 15:24, Nathan Kinkade wrote:
   On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf 
 [EMAIL PROTECTED] wrote:
Hello.
I am a newbie to both unix and FreeBSD. I am trying to configure my
onboard sond without success.
 My motherboard: ASUS P4S800-MX
Audio spec: ADI AD1888 6channel audio codec.
   
pciconf -lv says:
[EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039 rev=0xa0
hdr=0x00
vendor   = 'Silicon Integrated Systems (SiS)'
device   = 'SiS7012 PCI Audio Accelerator'
class= multimedia
subclass = audio
   
dmesg:
pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device 2.7
on pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)
   
I tried kldload snd_driver.ko but
kldstat says:
Id Refs AddressSize Name
 1   35 0xc040 37fd84   kernel
 21 0xc078 51a18acpi.ko
 31 0xc2c24000 8000 ipfw.ko
 41 0xc2c62000 19000linux.ko
 51 0xc3306000 2000 snd_driver.ko
 61 0xc3308000 8000 snd_maestro3.ko
   
I have device pcm in my kernel.
Is there something more you need to know??
I have read man pcm, the handbook and complete freebsd but I can t
figure it out. I still think that everything is a bit confusing because
i am not very good at computers and i am sure that I miss something
fundamental. Hope that somebody can direct me to what i am missing.
Many thanks Gaf
 
  I think you need snd_ich.ko. Run 'kldload /boot/kernel/snd_ich.ko' and
  try again.  Search the freebsd list archives for 'sis 7012' and you'll
  find a lot of relevant entries.
 
  Drew
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 Hi.
 I tried to do what you suggested and I get:
 kldload: can't load snd_ich.ko: File exists
 I have also tried with options PNPBIOS before but that is already in 5.2, I 
 was told.
 I will look in the archives.
 Thank You for answering!!
 Gaf

I can't guarantee success, but I would kldunload snd_driver.ko and
snd_maestro, then kldload snd_pcm.ko and snd_ich.ko.   I use the ich
driver, and thats the only two sound modules I load. 

Drew

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: onboard sound does not work

2004-02-09 Thread Nicolas
On Monday 09 February 2004 22.29, Andrew Hall wrote:
 On Mon, 2004-02-09 at 16:24, Nicolas wrote:
  On Monday 09 February 2004 21.50, Andrew Hall wrote:
   On Mon, 2004-02-09 at 15:24, Nathan Kinkade wrote:
On Mon, Feb 09, 2004 at 03:47:31PM +0100, by way of Gaf
 
  [EMAIL PROTECTED] wrote:
 Hello.
 I am a newbie to both unix and FreeBSD. I am trying to configure my
 onboard sond without success.
  My motherboard: ASUS P4S800-MX
 Audio spec: ADI AD1888 6channel audio codec.

 pciconf -lv says:
 [EMAIL PROTECTED]:2:7:  class=0x040100 card=0x810d1043 chip=0x70121039
 rev=0xa0 hdr=0x00
 vendor   = 'Silicon Integrated Systems (SiS)'
 device   = 'SiS7012 PCI Audio Accelerator'
 class= multimedia
 subclass = audio

 dmesg:
 pcm0: SiS 7012 port 0xa000-0xa07f,0xa400-0xa4ff irq 18 at device
 2.7 on pci0 pcm0: Unknown AC97 Codec (id = 0x41445368)

 I tried kldload snd_driver.ko but
 kldstat says:
 Id Refs AddressSize Name
  1   35 0xc040 37fd84   kernel
  21 0xc078 51a18acpi.ko
  31 0xc2c24000 8000 ipfw.ko
  41 0xc2c62000 19000linux.ko
  51 0xc3306000 2000 snd_driver.ko
  61 0xc3308000 8000 snd_maestro3.ko

 I have device pcm in my kernel.
 Is there something more you need to know??
 I have read man pcm, the handbook and complete freebsd but I can t
 figure it out. I still think that everything is a bit confusing
 because i am not very good at computers and i am sure that I miss
 something fundamental. Hope that somebody can direct me to what i
 am missing. Many thanks Gaf
  
   I think you need snd_ich.ko. Run 'kldload /boot/kernel/snd_ich.ko' and
   try again.  Search the freebsd list archives for 'sis 7012' and you'll
   find a lot of relevant entries.
  
   Drew
  
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  Hi.
  I tried to do what you suggested and I get:
  kldload: can't load snd_ich.ko: File exists
  I have also tried with options PNPBIOS before but that is already in 5.2,
  I was told.
  I will look in the archives.
  Thank You for answering!!
  Gaf

 I can't guarantee success, but I would kldunload snd_driver.ko and
 snd_maestro, then kldload snd_pcm.ko and snd_ich.ko.   I use the ich
 driver, and thats the only two sound modules I load.

 Drew

Nope. No sucess this time either. Just tells me the files exists. And I 
checked the arhives multimedia and questions and there where no entries for 
SiS 7012. Back to zero.
Prehaps it is not supported??
Thanks again.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]