Quote:
Originally Posted by anomie Whoops, somehow I missed that entire blurb. (I noticed it when I read your same post elsewhere.) |
I know you frequent other forums.
I have posted the same problem in linuxquestions.org and bsdforums.org. But no reply in either forums. My past exp. says this forum is more friendlier and chances of one getting replies(irrespective of whether problem is solved or not!) is more here.
Quote:
Originally Posted by anomie When you kldload that driver, does anything appear in /dev/sndstat? Also confirm with kldstat that it loaded the module properly. |
Nothing appears when I try cat /dev/sndstat
When I tried kldstat first time I got,
Code:
Id Refs Address Size Name
1 10 0xc0400000 6f6544 kernel
2 1 0xc0af7000 59f20 acpi.ko
3 1 0xc4364000 16000 linux.ko
4 1 0xc43b9000 17000 ng_btsocket.ko
5 1 0xc43d0000 a000 netgraph.ko
6 1 0xc43de000 2000 ng_bluetooth.ko
Then I did
Code:
kldload sound
kldload snd_via8233
Afterwhich the kldstat gave me this,
Code:
Id Refs Address Size Name
1 12 0xc0400000 6f6544 kernel
2 1 0xc0af7000 59f20 acpi.ko
3 1 0xc4365000 16000 linux.ko
4 1 0xc43b9000 17000 ng_btsocket.ko
5 1 0xc43d0000 a000 netgraph.ko
6 1 0xc43de000 2000 ng_bluetooth.ko
7 2 0xc4d6d000 1c000 sound.ko
8 1 0xc4d92000 5000 snd_via8233.ko
But strangely after I rebooted the output of kldstat reverted back to first one i.e. no entry for sound and snd_via8233.
Then I tried editing the /boot/loader.conf (it was empty! is that correct or something wrong?). I added the line,
Code:
snd_via8233_load="YES"
Now the kldstat showed,
Code:
Id Refs Address Size Name
1 12 0xc0400000 6f6544 kernel
2 1 0xc0af7000 6170 snd_via8233.ko
3 2 0xc0afe000 22b88 sound.ko
4 1 0xc0b21000 59f20 acpi.ko
5 1 0xc4368000 16000 linux.ko
6 1 0xc43c6000 17000 ng_btsocket.ko
7 1 0xc43bb000 a000 netgraph.ko
8 1 0xc43e1000 2000 ng_bluetooth.ko
Now, this entry is consistant but this has not solved my problem.
As for ALC660 even I didnot find any support in realtek' s ownsite. Actually, in one of mailinglists one user had the same problem with ALC660. But all he got as response was to forget about onboard sound and to install an external card! Even googling didnot help.
Looking at the msg which also mentioned about GStream plugins, I ran /usr/sysinstall and through ftp option installed whatever 'gstreamer*' thing I could find and rebooted.
Nothing worked. The snag persists. Dont know what to do ?!
Well, I'm not a music guy so soundwise it doesnot really matter. But it's kinda puzzle which I'm not able to solve and it hurts the ego.
