Colin Watson wrote:
> Ah, no - you want the 'gawk' package itself.
>
> [EMAIL PROTECTED] ~]$ dpkg -p gawk
> Package: gawk
> Priority: optional
> Section: interpreters
> Installed-Size: 708
> Maintainer: James Troup <[EMAIL PROTECTED]>
> Architecture: i386
> Version: 1:3.0.4-4
> [...]
>
> I'm not
On Fri, 17 Nov 2000 at 12:40:27 +0100, robert_wilhelm_land wrote:
> This is the log:
>
> MINI:~/drivers/sound/aureal# make install20
> make install AUCHIP=AU8820
> make[1]: Entering directory `/root/drivers/sound/aureal'
> cc -D__KERNEL__ -DMODULE -DAU8820 -mpentium -O6 -fomit-frame-pointer
> -W
Colin, the make procedure fails on the command "gawk":
>
> Change this to:
>
> install: compile
> mv -f $(CONF) $(CONF).old
> gawk -f mod_conf $(CONF).old > $(CONF) #!!!
> echo "alias sound $(NAME)" >> $(CONF)
> echo "alias midi $(NAME)" >> $
On Thu, 16 Nov 2000 at 15:02:57 +0100, robert_wilhelm_land wrote:
> Colin, thanks for the very very quick answer!
>
> > > CONF = $(wildcard /etc/modules.conf)
> > [...]
> > > install: compile
> > >mv -f $(CONF) $(CONF).old
> > >gawk -f mod_conf $(CONF).old > $(CONF)
> > >echo "alias
Colin, thanks for the very very quick answer!
> > CONF = $(wildcard /etc/modules.conf)
> [...]
> > install: compile
> >mv -f $(CONF) $(CONF).old
> >gawk -f mod_conf $(CONF).old > $(CONF)
> >echo "alias sound $(NAME)" >> $(CONF)
> >echo "alias midi $(NAME)" >> $(CONF)
>
> Beware;
On Thu, 16 Nov 2000 at 13:42:52 +0100, robert_wilhelm_land wrote:
> Colin wrote:
>
> > >make install AUCHIP=AU8820
> > >make[1]: Entering directory `/root/drivers/sound/aureal'
> > ^^
> > >cc -D__KERNEL__ -DMODULE -DAU8820 -mpentium -O6 -fomi
Colin wrote:
> >After not getting the aureal sound driver to install, I'm so unsure
> >about enabling or disabling this feature the next time I have to build
> >a new kernel. Most astonishing is the first output of make:
> >
> >make install AUCHIP=AU8820
> >make[1]: Entering directory `/root/drive
[EMAIL PROTECTED] wrote:
>Would someone kindly clarify the aspects of the DMODVERSIONS flag in
>the kernel makefile?
It inserts versioning symbols into modules so that you can (possibly)
run them in kernels other than that which they were compiled against.
However, I don't think this is really you
8 matches
Mail list logo