
07-03-2006, 08:35 AM
|
|
Junior Member
|
|
Join Date: Jul 2006
Location: Novi Sad-Serbia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
why i don`t have volume control
Today, I have install for first time PC-BSD, so I am total newbie on this system (but I have a lot exp. in Linux). Now all hardware which I have is operational exepct volume control. I can move slider in Sound Mixer and this register mixer (konsole program) but I don`t have any changes in output volume. In /dev/ I don`t have device pcm (I assume that is problem). How can I fix this problem?
Ps. I have installed SB Live! 5.1, and I instlall emu10k1 prog form pcbsd/downloads but I don't have any changes...
|
|

07-03-2006, 08:47 AM
|
 |
Super Moderator
|
|
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: why i don`t have volume control
|
Originally Posted by vladared
|
Today, I have install for first time PC-BSD, so I am total newbie on this system (but I have a lot exp. in Linux). Now all hardware which I have is operational exepct volume control. I can move slider in Sound Mixer and this register mixer (konsole program) but I don`t have any changes in output volume. In /dev/ I don`t have device pcm (I assume that is problem). How can I fix this problem?
Ps. I have installed SB Live! 5.1, and I instlall emu10k1 prog form pcbsd/downloads but I don't have any changes...
|
Kmemu > Multimedia > KMix
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|
|

07-03-2006, 08:57 AM
|
|
Junior Member
|
|
Join Date: Jul 2006
Location: Novi Sad-Serbia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: why i don`t have volume control
No. My sound is still loud and clear
|
|

07-03-2006, 09:41 AM
|
|
Junior Member
|
|
Join Date: Jul 2006
Location: Novi Sad-Serbia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: why i don`t have volume control
On FreeBSD (my friend possess him) solution was in /usr/src/i386/config/GENERC write line device pcm but I don`t have it (GENERIC). Is this config in /PCBSD/conf/PCBSD.i386 ?
|
|

07-03-2006, 09:46 AM
|
 |
Super Moderator
|
|
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: why i don`t have volume control
|
Originally Posted by vladared
|
|
On FreeBSD (my friend possess him) solution was in /usr/src/i386/config/GENERC write line device pcm but I don`t have it (GENERIC). Is this config in /PCBSD/conf/PCBSD.i386 ?
|
nop, PCBSD.i386 is installcd kernel. System default is PCBSDv1.2.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|
|

07-03-2006, 12:26 PM
|
|
Senior Member
|
|
Join Date: May 2005
Location: Sesimbra-Portugal- EU
Posts: 1,617
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Antik, Kmix should be running on the taskbar by default. We shouldn't have to activate it afterwords.
|
|

07-03-2006, 12:30 PM
|
 |
Super Moderator
|
|
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Originally Posted by pcbsdusr
|
|
Antik, Kmix should be running on the taskbar by default. We shouldn't have to activate it afterwords.
|
If you don't have sound card then why you want to use KMix?
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|
|

07-03-2006, 12:34 PM
|
|
Senior Member
|
|
Join Date: May 2005
Location: Sesimbra-Portugal- EU
Posts: 1,617
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
(if a sound device is detected)
This is one of the things we should work on regarding
hardware detection.
|
|

07-03-2006, 12:59 PM
|
|
Junior Member
|
|
Join Date: Jul 2006
Location: Novi Sad-Serbia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
why i don`t have volume controll
But I have sound card and is detected and working but i don't have any control output volume and i can'l low sound!!!! Any idea what can I do??? :?:
|
|

07-03-2006, 01:03 PM
|
 |
Super Moderator
|
|
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: why i don`t have volume controll
|
Originally Posted by vladared
|
|
But I have sound card and is detected and working but i don't have any control output volume and i can'l low sound!!!! Any idea what can I do??? :?:
|
Compiling kernel in PC-BSD is exactly the same as in FreeBSD 6.1. You can find original PC-BSD kernel config file in /PCBSD/conf/PCBSDv1.2.
Add "device pcm" line in kernel config and follow the instructions:
|
Code:
|
# cvsup /root/standard-supfile
# cd /PCBSD/conf
# mkdir /root/kernels
# cp PCBSDv1.2 /root/kernels/MYKERNEL
# ln -s /root/kernels/MYKERNEL |
/etc/make.conf
|
Code:
|
CPUTYPE=i686 #i486, i586, i586/mmx, i686, p2, p3, p4, athlon,athlon-xp, athlon64, opteron
RELEASETAG="RELENG_6_1"
SUP_UPDATE=yes
SUP=/usr/local/bin/cvsup
SUPFLAGS=-g -L 2
SUPHOST=cvsup.FreeBSD.org
SUPFILE=/usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE=/usr/share/examples/cvsup/ports-supfile
#DOCSUPFILE=/usr/share/examples/cvsup/doc-supfile
KERNCONF=MYKERNEL |
CPU optimization works only for ports not for kernel...
Change to the /usr/src directory.
Compile the kernel.
Install the new kernel.
|
Code:
|
# make installkernel |
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 11:22 PM.
|
|