- Code: Select all
root@freebsd:/usr/lib/oss/build# ossinfo
Version info: OSS 4.0rc2 (build 172/200609212314) (0x00040000)
Number of audio devices: 0
Number of MIDI devices: 0
Number of mixer devices: 1
Device objects
0: envy240 M Audio Audiophile 2496
1: softoss0 OSS Virtual Mixer v3.0
MIDI devices (/dev/midi*)
Mixer devices (/dev/mixer*)
0: M Audio Audiophile 2496 (Mixer 0 of device object 0)
Audio devices (/dev/dsp*)
and
- Code: Select all
root@freebsd:/usr/lib/oss/build# uname -a
FreeBSD freebsd.local 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Oct 9 04:09:26 CEST 2006 root@freebsd.local:/usr/obj/usr/src/sys/i686 i386
produces
- Code: Select all
root@freebsd:/usr/lib/oss/build# dmesg | grep envy
envy24: Got DMA buffer beyond address 256M.
envy24: Reboot and try again
envy240: <M Audio Audiophile 2496> port 0xec00-0xec1f,0xe800-0xe80f,0xe400-0xe40f,0xe000-0xe03f irq 16 at device 12.0 on pci0
envy240: detached
envy24: Got DMA buffer beyond address 256M.
envy24: Reboot and try again
envy240: <M Audio Audiophile 2496> port 0xec00-0xec1f,0xe800-0xe80f,0xe400-0xe40f,0xe000-0xe03f irq 16 at device 12.0 on pci0
envy240: detached
envy24: Got DMA buffer beyond address 256M.
envy24: Reboot and try again
envy240: <M Audio Audiophile 2496> port 0xec00-0xec1f,0xe800-0xe80f,0xe400-0xe40f,0xe000-0xe03f irq 16 at device 12.0 on pci0
envy240: detached
envy24: Got DMA buffer beyond address 256M.
envy24: Reboot and try again
envy240: <M Audio Audiophile 2496> port 0xec00-0xec1f,0xe800-0xe80f,0xe400-0xe40f,0xe000-0xe03f irq 16 at device 12.0 on pci0
while
- Code: Select all
root@freebsd:/usr/lib/oss/modules# dmesg | grep nvidia
nvidia0: <GeForce 6800 LE> mem 0xde000000-0xdeffffff,0xd0000000-0xd7ffffff,0xdd000000-0xddffffff irq 16 at device 0.0 on pci1
nvidia0: [GIANT-LOCKED]
Situation:
0) I have 1GB of RAM
1) using or disabling nvidia.ko makes no difference
2) using 'osscore_load="yes"' and 'envy24_load="yes"' in '/boot/loader.conf' after copying all OSS-modules to '/boot/modules' produces a nice kernel panic during boot
3) using original FreeBSD-6.1-RELEASE or my own 6.2-kernel makes NO difference at all. I haven't tested 7.0-kernel 'cause I would like to keep my nvidia driver
Any ideas?
Cheers,
Uri
