Re: snd_ich and syntax error

2005-11-30 Thread Boris Samorodov
On Tue, 29 Nov 2005 19:55:22 -0200 JoaoBR wrote: > On Tuesday 29 November 2005 19:03, Kevin Oberman wrote: > > To get ICH audio to work on my system, I had to include the following in > > my kernel: > > # Sound card > > device smbus > > device ichsmb > > device smb > > d

Re: snd_ich and syntax error

2005-11-29 Thread JoaoBR
On Tuesday 29 November 2005 19:03, Kevin Oberman wrote: > To get ICH audio to work on my system, I had to include the following in > my kernel: > # Sound card > device smbus > device ichsmb > device smb > device sound > device snd_ich > nice idea but i

Re: snd_ich and syntax error

2005-11-29 Thread Marco Calviani
29 Nov 2005 15:56:42 -0500, Lowell Gilbert < [EMAIL PROTECTED]>: > Well, you need to end the file with a linefeed. > Do you get the error if you add a newline at the end? > You've got it! There were two spaces at the beginning of the next line. That was causing the syntax error Thanks ve

Re: snd_ich and syntax error

2005-11-29 Thread Kevin Oberman
To get ICH audio to work on my system, I had to include the following in my kernel: # Sound card device smbus device ichsmb device smb device sound device snd_ich I believe the System Management bus is required for the AC97 attachment. With those, it ju

Re: snd_ich and syntax error

2005-11-29 Thread Lowell Gilbert
Marco Calviani <[EMAIL PROTECTED]> writes: > I use it on 6.0-Stable but the AC97 is still not working but I got no error > > > compiling it into the kernel > > > > João > > > > > Hi, >i'm attaching my config file. And the error i'm having is: > > config: MARCO1:283: syntax error > > However

Re: snd_ich and syntax error

2005-11-29 Thread Boris Samorodov
On Tue, 29 Nov 2005 19:54:45 + Marco Calviani wrote: > I use it on 6.0-Stable but the AC97 is still not working but I got no error > > compiling it into the kernel > > > > João > > > > > Hi, >i'm attaching my config file. And the error i'm having is: > config: MARCO1:283: syntax error D

Re: snd_ich and syntax error

2005-11-29 Thread Marco Calviani
I use it on 6.0-Stable but the AC97 is still not working but I got no error > compiling it into the kernel > > João > > Hi, i'm attaching my config file. And the error i'm having is: config: MARCO1:283: syntax error However if i try to load the module with kldload snd_ich the sound card works

Re: snd_ich and syntax error

2005-11-29 Thread Scot Hetzel
On 11/29/05, Marco Calviani <[EMAIL PROTECTED]> 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

Re: snd_ich and syntax error

2005-11-29 Thread JoaoBR
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 Er

snd_ich and syntax error

2005-11-29 Thread Marco Calviani
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. Any ideas for this behaviour