Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 05:07:15 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        Zaid Dashti <Zaid@Dashti.Com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <Pine.BSI.4.21.0004200456280.22388-100000@blues.jpj.net>
In-Reply-To: <00042014051000.00278@pc58>

next in thread | previous in thread | raw e-mail | index | archive | help
> 1- how i can install my sound in FreeBSD ?

In FreeBSD 4.0 or 5.0, add "device pcm" (see pcm(4)) to the configuration
of your kernel and in /dev/ do "./MAKEDEV snd0".

> 2- when i type su command it's doesn't work like linux slackware why?
>      and how i can solve this problem ?

Slackware may use GNU su, which doesn't honour the wheel group (check the
documentation of GNU su for a chuckle).  On FreeBSD, either add the users
to the wheel group in /etc/group, for example like:

	wheel:*:0:root,zaid

or delete that group entirely if you prefer the GNU-style behaviour.  Have
a look at sudo in the ports collection too.
--
Trevor Johnson
http://jpj.net/~trevor/gpgkey.txt



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.21.0004200456280.22388-100000>