My kernel reconizes my sound card:

monster# kldload snd_hda
monster# kldstat
Id Refs Address            Size     Name
 1   12 0xffffffff80100000 b2b1d0   kernel
 2    1 0xffffffff80c2c000 9dc0     linprocfs.ko
 3    2 0xffffffff80c36000 3a060    linux.ko
 4    1 0xffffffffb11ac000 e3de     snd_hda.ko
 5    1 0xffffffffb11bb000 33c10    sound.ko
monster# sysctl -a|grep snd

hw.snd.latency_profile: 1
hw.snd.latency: 5
hw.snd.report_soft_formats: 1
hw.snd.compat_linux_mmap: 0
hw.snd.feeder_buffersize: 16384
hw.snd.feeder_rate_round: 25
hw.snd.feeder_rate_max: 2016000
hw.snd.feeder_rate_min: 1
hw.snd.verbose: 1
hw.snd.maxautovchans: 16
hw.snd.default_unit: 0
hw.snd.version: 2007061600/amd64
hw.snd.default_auto: 0
monster# ls /dev
acd0            cuad0.lock      mixer0          stdout          ttyvb
acpi            dcons           net             sysmouse        ttyvc
ad10            devctl          net1            ttyd0           ttyvd
ad10s1          devstat         net2            ttyd0.init      ttyve
ad10s1a         dgdb            net3            ttyd0.lock      ttyvf
ad10s1b         fd              network         ttyp0           ums0
ad10s1c         fido            nfs4            ttyp1           urandom
ad10s1d         geom.ctl        nfslock         ttyp2           usb
ad10s1e         io              null            ttyv0           usb0
ad10s1f         kbd0            nvram           ttyv1           usb1
ata             kbd1            pci             ttyv2           usb2
atkbd0          kbdmux0         ppi0            ttyv3           usb3
audit           klog            ptyp0           ttyv4           usb4
bpf0            kmem            ptyp1           ttyv5           usb5
console         lpt0            ptyp2           ttyv6           usb6
consolectl      lpt0.ctl        random          ttyv7           usb7
ctty            mdctl           sndstat         ttyv8           xpt0
cuad0           mem             stderr          ttyv9           zero
cuad0.init      midistat        stdin           ttyva

% cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:
pcm0: <Intel 82801I High Definition Audio Controller> at memory
0xfcdf8000 irq 22 kld snd_hda [20070710_0047] [MPSAFE] (1p:1v/1r:1v
channels duplex default)

But doesn't create the device node for it:
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to