Re: [gentoo-user] module questions

2006-05-31 Thread maxim wexler
> 
> Just run:
> ===
> # modprobe -v radeon_drv
> ===
> 

localhost heathen # modprobe -v radeon_drv
FATAL: Module radeon_drv not found.

> /etc/modules.autoload.d/kernel-2.6 file then it may
> be already loaded
> (check with lsmod).

[EMAIL PROTECTED] ~ $ lsmod
Module  Size  Used by
ipv6  237376  10 
radeon105216  0 
drm68884  1 radeon
[...]

which isn't exactly the same. And there's still the
matter of the "unresolved" WW startx console message.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] module questions

2006-05-31 Thread Mick

On 31/05/06, maxim wexler <[EMAIL PROTECTED]> wrote:

Hi group,

This appears at the bottom of the console when I
startx:

[...]
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(WW) RADEON: No matching Device section for instance
(BusID PCI:1:0:1)
found
Symbol drmGetClient from module
/usr/lib/modules/drivers/radeon_drv.o is
unresolved!

The module *does* exist at the given location but when
I try to modprobe it I get "file not found" error.
Even when I give modprobe the complete path.

Now, X opens OK, so I don't even know if there is a
problem. The questions are, what is the difference
between the *.o modules under /usr/lib/modules and the
*.ko modules under /lib/modules/, and why can't
modprobe handle them?


Just run:
===
# modprobe -v radeon_drv
===

without either of the two extensions that you mention above.  If you
have already added this module in your
/etc/modules.autoload.d/kernel-2.6 file then it may be already loaded
(check with lsmod).

HTH
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



[gentoo-user] module questions

2006-05-31 Thread maxim wexler
Hi group,

This appears at the bottom of the console when I
startx:

[...]
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(WW) RADEON: No matching Device section for instance
(BusID PCI:1:0:1) 
found
Symbol drmGetClient from module
/usr/lib/modules/drivers/radeon_drv.o is 
unresolved!

The module *does* exist at the given location but when
I try to modprobe it I get "file not found" error.
Even when I give modprobe the complete path.

Now, X opens OK, so I don't even know if there is a
problem. The questions are, what is the difference
between the *.o modules under /usr/lib/modules and the
*.ko modules under /lib/modules/, and why can't
modprobe handle them?

Thanks,

-MW


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list