Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2004 10:16:30 -0600
From:      Nathan Kinkade <nkinkade@ub.edu.bz>
To:        "dkouroun@mailbox.gr" <dkouroun@mailbox.gr>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: fail to recognize sound device
Message-ID:  <20040222161630.GB4964@nkinkade.bmp.ub>
In-Reply-To: <200402221538.RAA26023@mailbox.gr>
References:  <200402221538.RAA26023@mailbox.gr>

next in thread | previous in thread | raw e-mail | index | archive | help

--6sX45UoQRIJXqkqR
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Feb 22, 2004 at 05:38:36PM +0200, dkouroun@mailbox.gr wrote:
> Dear Sirs,
> Thank you for Giving FreeBSD  for free.  Basically I would like to ask
> you about a problem I have with the sound hardware which I wasn't able
> to resolve. And I also have some suggestions to make!
>=20
> After Installation when writing #startx, at the prompt KDE loads and I
> get a message than sound driver /dev/pcm couldn't be found. SuSE and
> Redhat both recognize my sound driver as 82801DB AC'97. Further more
> alot of stuff like xmms, and other applications were not installed
> although I checked them to be installed when I was asked. The funny
> thing is that those applications exist in /usr/.../ports.=20
>=20
> 1:How can I configure my sound device?

Unless something has changed sound is not configured in the default
(generic) kernel.  You can either add 'device pcm' to your kernel config
file and recompile, or you can load the pcm module with
'$kldload snd_pcm'.

> 2:How can I install xmms or other stuff which exist in my hard-drive
> but are not installed?

You may be confused about how the ports work.  Just because a directory
exists in /usr/ports/ doesn't mean that the port is installed.  If you
type 'xmms' at a prompt and XMMS doesn't launch, the either it isn't
installed or your PATH environment variable is non-standard.  To install
applications (if you have an Internet connection), xmms for example, do:

# cd /usr/ports/multimedia/xmms
# make install clean

This will fetch the sources from the Internet, compile and install the
program.  You can also install precompiled packages and perhaps the
easiest way of doing this is to use the /stand/sysinstall program.  Once
sysinstall has initialized goto Configure->Packages.

> 3:How can I configure kdm such that I can switch window manager and I
> do not have to type startx all the time?

The easiest way is to start using display manager that will allow you to
select your window manager.  If you are using KDE, then you may like KDM
which may already be installed if you have KDE installed.  To cause it
to launch on boot, edit the file /etc/ttys and change 'xdm' to 'kdm' in
the following line:

ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure

> Suggestions:
> 1: It would be really attractive if the installation of FreeBSD was as
> easy and comfortable(visual stuff) as SuSE's.

=46rom my perspective, the FreeBSD installer is very intuitive.  Something
doesn't necessarily have to be graphical and point-and-click to be easy
to use and logical.

> 2: It would be nice if kdm or xdm or something was installed and
> needen't have to be configured after installation. For instance during
> the installation the user should be asked if he would like to have xdm
> or kdm installed ...

I could be wrong about this, but I think KDM is installed if you choose
to install KDE3.  XDM comes along with XFree86, too.  Not sure about
whether you are prompted to use one of these by default during install,
though.

> Thanks in advance!
> Looking forward to your answer!
> Drosos.

Nathan
--=20
gpg --keyserver pgp.mit.edu --recv-keys D8527E49

--6sX45UoQRIJXqkqR
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQFAONXeO0ZIEthSfkkRApL2AJwIHIJhD1Ro3TRa6A+w+VuEwgIkVwCfdRsK
yw5xOaWxRLoFIwEXCUcFBwo=
=Srav
-----END PGP SIGNATURE-----

--6sX45UoQRIJXqkqR--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040222161630.GB4964>