Re: nforce2 audio?

2003-07-31 Thread anubis
On Thu, 31 Jul 2003 06:33 am, Daniel Nielsen wrote:
 Hi.

 It seems my nforce2 onboard audio is not detected by freebsd 5.1 plain
 install... dmesg says:

 uhub1: 3 ports with 3 removable, self powered
 pci0: serial bus, USB at device 2.2 (no driver attached)
 pci0: network, ethernet at device 4.0 (no driver attached)
 pci0: multimedia, audio at device 5.0 (no driver attached)
 pci0: multimedia, audio at device 6.0 (no driver attached)
 pcib1: ACPI PCI-PCI bridge at device 8.0 on pci0
 pci1: ACPI PCI bus on pcib1
 sis0: NatSemi DP83815 10/100BaseTX port 0xc000-0xc0ff mem
 0xee01-0xee010fff irq 11 at device 7.0 on pci1

 using google, i've learned that it might be snd_pcm.ko module I should
 use... but no, I have snd_pcm_load=yes in /boot/loader.conf , and it
 is loaded...

 FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 Preloaded elf kernel /boot/kernel/kernel at 0xc06f2000.
 Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc06f221c.
 Preloaded elf module /boot/kernel/acpi.ko at 0xc06f22c8.

 So, what can I possibly do to make my onboard sound work?

 /Daniel

Recompile the kernel in FBSD 5.1 with 
device  pcm 
in the KERNCONF file
device  xl
will pick up the 3com onboard nic for the deluxe model
Dont know about the other onboard nic yet


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


Re: nforce2 audio?

2003-07-31 Thread Daniel Nielsen
On 31/07-03 20.21, anubis wrote:

[snip]

 Recompile the kernel in FBSD 5.1 with 
 devicepcm 
 in the KERNCONF file
 devicexl
 will pick up the 3com onboard nic for the deluxe model
 Dont know about the other onboard nic yet
 

Thanks, I'll try that.

/Daniel

-- 
There are no great men, only great challenges that ordinary men are forced
by circumstances to meet.
-- Admiral William Halsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nforce2 audio?

2003-07-31 Thread Daniel Harris
On Thu, 31 Jul 2003 06:33 am, Daniel Nielsen wrote:
So, what can I possibly do to make my onboard sound work?

/Daniel
Try snd_ich_load=YES in /boot/loader.conf.

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


Re: nforce2 audio?

2003-07-31 Thread Daniel Nielsen
On 31/07-03 12.39, Daniel Harris wrote:
 On Thu, 31 Jul 2003 06:33 am, Daniel Nielsen wrote:
 
 So, what can I possibly do to make my onboard sound work?
 
 /Daniel
 
 Try snd_ich_load=YES in /boot/loader.conf.
 

I tried this while waiting for cvsup to finish.. and it recognizes the
onboard sound now... Whee!



-- 
There are no great men, only great challenges that ordinary men are forced
by circumstances to meet.
-- Admiral William Halsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nforce2 audio?

2003-07-30 Thread Daniel Nielsen
Hi. 

It seems my nforce2 onboard audio is not detected by freebsd 5.1 plain
install... dmesg says:

uhub1: 3 ports with 3 removable, self powered
pci0: serial bus, USB at device 2.2 (no driver attached)
pci0: network, ethernet at device 4.0 (no driver attached)
pci0: multimedia, audio at device 5.0 (no driver attached)
pci0: multimedia, audio at device 6.0 (no driver attached)
pcib1: ACPI PCI-PCI bridge at device 8.0 on pci0
pci1: ACPI PCI bus on pcib1
sis0: NatSemi DP83815 10/100BaseTX port 0xc000-0xc0ff mem
0xee01-0xee010fff irq 11 at device 7.0 on pci1

using google, i've learned that it might be snd_pcm.ko module I should
use... but no, I have snd_pcm_load=yes in /boot/loader.conf , and it
is loaded...

FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc06f2000.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc06f221c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc06f22c8.

So, what can I possibly do to make my onboard sound work?

/Daniel
  
-- 
There are no great men, only great challenges that ordinary men are forced
by circumstances to meet.
-- Admiral William Halsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nforce2 audio?

2003-07-30 Thread Kenneth Culver
You can use the sound module, or recompile your kernel with device pcm,
but I doubt very seriously that the nforce2 audio is supported.

Ken

 uhub1: 3 ports with 3 removable, self powered
 pci0: serial bus, USB at device 2.2 (no driver attached)
 pci0: network, ethernet at device 4.0 (no driver attached)
 pci0: multimedia, audio at device 5.0 (no driver attached)
 pci0: multimedia, audio at device 6.0 (no driver attached)
 pcib1: ACPI PCI-PCI bridge at device 8.0 on pci0
 pci1: ACPI PCI bus on pcib1
 sis0: NatSemi DP83815 10/100BaseTX port 0xc000-0xc0ff mem
 0xee01-0xee010fff irq 11 at device 7.0 on pci1

 using google, i've learned that it might be snd_pcm.ko module I should
 use... but no, I have snd_pcm_load=yes in /boot/loader.conf , and it
 is loaded...

 FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 Preloaded elf kernel /boot/kernel/kernel at 0xc06f2000.
 Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc06f221c.
 Preloaded elf module /boot/kernel/acpi.ko at 0xc06f22c8.

 So, what can I possibly do to make my onboard sound work?

 /Daniel

 --
 There are no great men, only great challenges that ordinary men are forced
 by circumstances to meet.
   -- Admiral William Halsey
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: nforce2 audio?

2003-07-30 Thread Lee Harr
It seems my nforce2 onboard audio is not detected by freebsd 5.1 plain


works for me in -stable:

pcm0: Nvidia nForce2 AC97 controller port 0xd400-0xd47f,0xd000-0xd0ff mem 
0xe
d08-0xed080fff irq 5 at device 6.0 on pci0
pcm0: Realtek ALC650 ac97 codec

Maybe try compiling pcm in to the kernel instead of loading the module.
I have had that make a difference before.
_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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