Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2005 19:25:56 +0000
From:      Uncle Deejy-Pooh <deejy-pooh@ntlworld.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: snd_ich syntax error
Message-ID:  <200511291925.57160.deejy-pooh@ntlworld.com>

next in thread | raw e-mail | index | archive | help
>Date: Tue, 29 Nov 2005 09:44:44 -0800 From: Greg Maruszeczka=20
<greg@grokking.org>
>Subject: Re: snd_ich and syntax error
>To: freebsd-questions@freebsd.org
>Message-ID: <438C938C.6010908@grokking.org>
>Content-Type: text/plain; charset=3DISO-8859-1

JoaoBR wrote:
> On Tuesday 29 November 2005 11:53, Marco Calviani wrote:
>=20
>>Hi list,
>> =A0 i have a problem during the config(8) phase of a kernel configuration
>>file. I would like to add in the kernel the device snd_ich with (as
>>indicated in the handbook):
>>
>>device =A0 =A0 =A0snd_ich
>>
>>However i've got a Syntax Error on that line when i try to config it.
>>


>Put quotation marks around the driver name:

>device=A0=A0"snd_ich"

This *may* work, but I believe I'm correct in saying that quotation marks a=
re=20
only required in cases where the device name contains digits.
Try :
	device	sound
	device	snd_ich

Works for me...

And if it *DOES WORK*, It'll be the FIRST TIME I've been of use to anyone !=
!!

	Good luck
			deej



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