* [gentoo-user] module questions
@ 2006-05-31 15:30 maxim wexler
2006-05-31 21:38 ` Mick
0 siblings, 1 reply; 7+ messages in thread
From: maxim wexler @ 2006-05-31 15:30 UTC (permalink / raw
To: gentoo-user
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/<uname>, 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] module questions
2006-05-31 15:30 [gentoo-user] module questions maxim wexler
@ 2006-05-31 21:38 ` Mick
2006-06-01 3:30 ` maxim wexler
0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2006-05-31 21:38 UTC (permalink / raw
To: gentoo-user
On 31/05/06, maxim wexler <blissfix@yahoo.com> 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/<uname>, 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] module questions
2006-05-31 21:38 ` Mick
@ 2006-06-01 3:30 ` maxim wexler
2006-06-01 13:45 ` [gentoo-user] " Mick
0 siblings, 1 reply; 7+ messages in thread
From: maxim wexler @ 2006-06-01 3:30 UTC (permalink / raw
To: gentoo-user
>
> 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).
heathen@localhost ~ $ lsmod
Module Size Used by
ipv6 237376 10
radeon 105216 0
drm 68884 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: module questions
2006-06-01 3:30 ` maxim wexler
@ 2006-06-01 13:45 ` Mick
2006-06-01 21:49 ` Mick
0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2006-06-01 13:45 UTC (permalink / raw
To: gentoo-user
Did you build it as a module? Sorry, I can't check my setup right now
because I'm away from my PC.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: module questions
2006-06-01 13:45 ` [gentoo-user] " Mick
@ 2006-06-01 21:49 ` Mick
2006-06-01 22:39 ` Teresa and Dale
0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2006-06-01 21:49 UTC (permalink / raw
To: gentoo-user
On 01/06/06, Mick <michaelkintzios@gmail.com> wrote:
> Did you build it as a module? Sorry, I can't check my setup right now
> because I'm away from my PC.
OK, had a quick look but can't find a kernel option which builds a
module called radeon_drv . . . where is it?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: module questions
2006-06-01 21:49 ` Mick
@ 2006-06-01 22:39 ` Teresa and Dale
2006-06-02 19:31 ` Mick
0 siblings, 1 reply; 7+ messages in thread
From: Teresa and Dale @ 2006-06-01 22:39 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> On 01/06/06, Mick <michaelkintzios@gmail.com> wrote:
>
>> Did you build it as a module? Sorry, I can't check my setup right now
>> because I'm away from my PC.
>
>
> OK, had a quick look but can't find a kernel option which builds a
> module called radeon_drv . . . where is it?
In the kernel config, hit the "/" key, a box will come up that you can
search for it. Type in radeon and hit enter. One of the ones that
comes up should help you. It will give you the path to get to the
driver so you can enable it as a module or however you want/need it. I
read about the neat little search feature a while back and it does come
in handy for sure.
Hope that helps.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: module questions
2006-06-01 22:39 ` Teresa and Dale
@ 2006-06-02 19:31 ` Mick
0 siblings, 0 replies; 7+ messages in thread
From: Mick @ 2006-06-02 19:31 UTC (permalink / raw
To: gentoo-user
On 01/06/06, Teresa and Dale <teendale@vista-express.com> wrote:
> Mick wrote:
> > OK, had a quick look but can't find a kernel option which builds a
> > module called radeon_drv . . . where is it?
>
>
> In the kernel config, hit the "/" key, a box will come up that you can
> search for it. Type in radeon and hit enter. One of the ones that
> comes up should help you. It will give you the path to get to the
> driver so you can enable it as a module or however you want/need it. I
> read about the neat little search feature a while back and it does come
> in handy for sure.
Assuming I know what I'm looking for I usually grep the .config file.
When in menuconfig the / key is a handy way to get directly to what
your after, but what is the 'search next' key?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-06-02 19:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-31 15:30 [gentoo-user] module questions maxim wexler
2006-05-31 21:38 ` Mick
2006-06-01 3:30 ` maxim wexler
2006-06-01 13:45 ` [gentoo-user] " Mick
2006-06-01 21:49 ` Mick
2006-06-01 22:39 ` Teresa and Dale
2006-06-02 19:31 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox