Bug 97609 - [sound] Load Sound Module - VIA8233 - fails
Summary: [sound] Load Sound Module - VIA8233 - fails
Status: Closed Not Accepted
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 6.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 14:20 UTC by Weifeng Que
Modified: 2017-06-29 01:37 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Weifeng Que 2006-05-22 14:20:23 UTC
Hi Hackers,

I have a main-board sound card via8233, I try to load its module at boot time,
but it does not work.
And I try to some way to solve the problem myself.

add 
device sound
device snd_via8233 
in kernel....

okay, it works sometime...but not all time.

and I edit the /boot/loader.conf to load the sound module
sound_load="YES"
snd_via8233_load="YES"

it has the same problem...

I will show the kernel message when boot :
May 22 20:43:17 ninja kernel: pcm0: <VIA VT8233> port 0xe400-0xe4ff irq 11 at device 17.5 on pci0
May 22 20:43:17 ninja kernel: pcm0: primary codec not ready (cnt = 0x7d0)
May 22 20:43:17 ninja kernel: device_attach: pcm0 attach returned 6

Pleas help to check it. Thank you all.

Fix: 

Sorry, I have no idea.
How-To-Repeat: 1) add 
device sound / device snd_via8233 in kernel , re-compile it , reboot.
2) add 
sound_load="YES" / snd_via8233_load = "YES"
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-06-14 10:36:31 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-multimedia

Over to maintainer(s).