Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Fri, 28 Aug 1998 02:00:05 +1000

Re: insmod kgi

Smoke writes:

>  When i try to insert the kgi module, i get the following:
>  
>  root@vired/tmp/degas/kgicon/kgi/ insmod kgicon.o
>  kgicon.o: init_module: Device or resource busy
>  
>  _which_ device or resource exactly is busy ?

VGA ports, probably.  [vgacon allocates them]

If you want to try fixing it, you'll need to look in the chipset driver
of your card to find "check_io_region(...vga...)" or somesuch and
comment it out.  Many KGI drivers already have this commented out.

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]