Date: Thu, 07 Apr 2005 09:11:38 -0500 From: Jon Noack <noackjr@alumni.rice.edu> To: Warren <shinjii@virusinfo.rdksupportinc.com> Cc: freebsd-stable@freebsd.org Subject: Re: Sound problem Message-ID: <42553F9A.40501@alumni.rice.edu> In-Reply-To: <200504072032.00765.shinjii@virusinfo.rdksupportinc.com> References: <200504071841.44277.shinjii@virusinfo.rdksupportinc.com> <opsouxsh1a8527sy@smtp.local> <200504072032.00765.shinjii@virusinfo.rdksupportinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/7/2005 5:32 AM, Warren wrote: >>Why don't you post some more info about your system? For example: the >>output of 'uname -a', the output of 'dmesg', the type of hardware that you >>are using. >>What does 'all of a sudden' mean? Did you upgrade something? >> >>I'm not telling that I can solve your problem, but other people need to >>know these things before they can help. >> >>Ronald. > > FreeBSD 5.4-STABLE and all of a sudden means i cvsuped my ports/src and did > installworld and buid kernel yesterday 6th April ... rebooted my machine and > sound hasnt worked since. > > /dev/sndstat shows nothing > > in loader.conf i have: > snd_via8233_load="YES" # via8233 > > kernel i have: device sound > > dmesg shows no errors at all and as previously said sound was working before > the reboot. > > loading the module using kldload shows: kldload snd_via8233.ko > kldload: can't load snd_via8233.ko: Exec format error You don't have to put "device sound" in your kernel config. I use the following in /boot/loader.conf: sound_load="YES" snd_es137x_load="YES" I wonder if you are experiencing some weird interaction between using snd_via8233 as a module and compiling device sound into the kernel. Try either compiling everything into the kernel or only using modules for sound. Jon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42553F9A.40501>