|
Lines 956-961
Link Here
|
| 956 |
</enum> |
956 |
</enum> |
| 957 |
|
957 |
|
| 958 |
<sect1> |
958 |
<sect1> |
|
|
959 |
<heading>I can't create the snd0 device!</heading> |
| 960 |
|
| 961 |
<p>The command to create the devices for the sound card is: |
| 962 |
<verb> |
| 963 |
# cd /dev |
| 964 |
# sh MAKEDEV snd0 |
| 965 |
</verb> |
| 966 |
|
| 967 |
<p>However, this does not make a device named <tt>/dev/snd0</tt>. |
| 968 |
Instead, it creates devices named <tt>mixer0</tt>, <tt>sndstat0</tt>, |
| 969 |
<tt>dsp0</tt>, and others. Running the command is still necessary |
| 970 |
to add sound devices, however. |
| 971 |
|
| 972 |
<sect1> |
| 959 |
<heading>How do I re-read /etc/rc.conf and re-start /etc/rc without |
973 |
<heading>How do I re-read /etc/rc.conf and re-start /etc/rc without |
| 960 |
a reboot?</heading> |
974 |
a reboot?</heading> |