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>

index | next in thread | raw e-mail

>Date: Tue, 29 Nov 2005 09:44:44 -0800 From: Greg Maruszeczka 
<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=ISO-8859-1

JoaoBR wrote:
> On Tuesday 29 November 2005 11:53, Marco Calviani wrote:
> 
>>Hi list,
>>   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      snd_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  "snd_ich"

This *may* work, but I believe I'm correct in saying that quotation marks are 
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


home | help

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