[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: fglrx-driver 8.14.13-2



Check your /lib/modules/ dir.
I have had problems with the kernel naming convention before where my
deb package installed to a different location than where my kernel
modules were living.  The module should be living under
/lib/modules/#kernel version#/misc/.

If all else fails:
find / -name fglrx.ko
and see where the module found its way to.

-John

On 7/28/05, Kalle Westerman <thekalle at gmail dot com> wrote:
On 7/25/05, Flavio Stanchina <flavio at stanchina dot net> wrote:
Kalle Westerman wrote:

Sorry for the late answer, been busy.
I'm just glad someone helps :)

I managed to get the kernel module installed [...]
[...]
[drm] failed to load kernel module "fglrx"
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *

As the log says: "maybe driver kernel module missing or bad". If the
module is actually installed, this means that it couldn't be loaded.

Shut down X, or even better reboot your system into single user mode to
make sure that X was never loaded. Then go to a text console and type
   modprobe fglrx

and report what it says.
modprobe: Can't locate fglrx.
I suppose that means there's something I didn't do right and you have
a hunch what part I should redo? (Was so long since I first tried
installing so I can't really relate)

--
Ciao, Flavio