Re: How do i build the snd_driver ?

2004-10-23 Thread Gert Cuykens
What does this mean ?

7rxI# make install
install -o root -g wheel -m 555   snd_driver.ko /boot/kernel
install: snd_driver.ko: No such file or directory
*** Error code 71

Stop in /usr/src/sys/modules/sound/driver/driver.
7rxI#



On Sun, 24 Oct 2004 00:48:47 +0200, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> 
> 
> Can somebody tell me wich folder i have to type
> 
> make install
> 
> so i have a snd_driver
> 
> i gues this one ?
> 
> /usr/src/sys/modules/sound/driver/driver
> 
> On Wed, 20 Oct 2004 01:09:01 -0400, Mike Hauber <[EMAIL PROTECTED]> wrote:
> > On Tuesday 19 October 2004 11:27 pm, Gert Cuykens
> > proclaimed:
> >
> >
> >
> > > How do i build and install the snd_driver ?
> >
> >
> > Hot off the undercover press is a secret documentation
> > project for FreeBSD.  It's codename -- 'The FreeBSD
> > Handbook.'
> >
> > You can find it here:
> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
> >
> > More specifically, you'll be able to find the answers you're
> > looking for in this section of the handbook:
> >
> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html
> >
> > (Be advised that links may have wrapped)
> >
> > HTH
> >
> > Mike
> > ___
> >
> >
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do i build the snd_driver ?

2004-10-23 Thread Gert Cuykens
Can somebody tell me wich folder i have to type

make install

so i have a snd_driver

i gues this one ?

/usr/src/sys/modules/sound/driver/driver


On Wed, 20 Oct 2004 01:09:01 -0400, Mike Hauber <[EMAIL PROTECTED]> wrote:
> On Tuesday 19 October 2004 11:27 pm, Gert Cuykens
> proclaimed:
> 
> 
> 
> > How do i build and install the snd_driver ?
> 
> 
> Hot off the undercover press is a secret documentation
> project for FreeBSD.  It's codename -- 'The FreeBSD
> Handbook.'
> 
> You can find it here:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
> 
> More specifically, you'll be able to find the answers you're
> looking for in this section of the handbook:
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html
> 
> (Be advised that links may have wrapped)
> 
> HTH
> 
> Mike
> ___
> 
> 
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do i build the snd_driver ?

2004-10-19 Thread Mike Hauber
On Tuesday 19 October 2004 11:27 pm, Gert Cuykens 
proclaimed:

> How do i build and install the snd_driver ?


Hot off the undercover press is a secret documentation 
project for FreeBSD.  It's codename -- 'The FreeBSD 
Handbook.'

You can find it here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

More specifically, you'll be able to find the answers you're 
looking for in this section of the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html


(Be advised that links may have wrapped)


HTH

Mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do i build the snd_driver ?

2004-10-19 Thread Subhro
Read through /usr/src/sys/conf/NOTES

Regards
S.


On Wed, 20 Oct 2004 06:06:01 +0200, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> # kldstat
> Id Refs AddressSize Name
> 13 0x8010 79ce00   kernel
> 21 0xa77e1000 1cd  blank_saver.ko
> 
> # kldload snd_driver
> kldload: can't load snd_driver: No such file or directory
> 
> Need some more help :)
> 
> On Tue, 19 Oct 2004 22:39:16 -0500, Eric Kjeldergaard
> <[EMAIL PROTECTED]> wrote:
> > On Wed, 20 Oct 2004 05:27:25 +0200, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> >
> >
> > > How do i build and install the snd_driver ?
> > When you install a fBSD system, the snd_driver is already built and
> > installed.  All one should need to do is kldload snd_driver.  This
> > driver is build and installed in a make buildkernel and make
> > installkernel (respectively[This process is now aliased to make kernel
> > for the lazy amongst us and I hope the same gets done with world
> > eventually]). If you /really/ want, the sound driver can be compiled
> > fully into the kernel, but this is largely unnecessary.
> >
> > --
> > If I write a signature, my emails will appear more personalised.
> 
> 
> >
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do i build the snd_driver ?

2004-10-19 Thread Gert Cuykens
# kldstat
Id Refs AddressSize Name
 13 0x8010 79ce00   kernel
 21 0xa77e1000 1cd  blank_saver.ko

# kldload snd_driver
kldload: can't load snd_driver: No such file or directory

Need some more help :)




On Tue, 19 Oct 2004 22:39:16 -0500, Eric Kjeldergaard
<[EMAIL PROTECTED]> wrote:
> On Wed, 20 Oct 2004 05:27:25 +0200, Gert Cuykens <[EMAIL PROTECTED]> wrote:
>
>
> > How do i build and install the snd_driver ?
> When you install a fBSD system, the snd_driver is already built and
> installed.  All one should need to do is kldload snd_driver.  This
> driver is build and installed in a make buildkernel and make
> installkernel (respectively[This process is now aliased to make kernel
> for the lazy amongst us and I hope the same gets done with world
> eventually]). If you /really/ want, the sound driver can be compiled
> fully into the kernel, but this is largely unnecessary.
>
> --
> If I write a signature, my emails will appear more personalised.
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How do i build the snd_driver ?

2004-10-19 Thread Gert Cuykens
How do i build and install the snd_driver ?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"