xf86-video-ati-6.8.0-r1 problems
Hi All,
Just emerged x11-drivers/xf86-video-ati-6.8.0-r1 (I was previously using x11-drivers/xf86-video-ati-6.6.3 and noticed this in my Xorg.0.log: ========================================== (--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID = 0x4c59) (--) RADEON(0): Linear framebuffer at 0x0000000048000000 (II) RADEON(0): AGP card detected (II) RADEON(0): Legacy BIOS detected drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module "radeon" (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. ========================================== I looked in the log because my desktop font suddenly grew in size significantly (I am guessing that it grew from 12PS to 14-16PS). Any idea if there's anything I can do other than reverting to previous package? -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
>drmOpenDevice: node name is /dev/dri/card0
>drmOpenDevice: open result is -1, (No such device or address) >drmOpenDevice: open result is -1, (No such device or address) >drmOpenDevice: Open failed >[drm] failed to load kernel module "radeon" According to this there are no module named radeon in /lib/modules/<kernel version>/kernel/drivers/video Maybe new package renamed module? Try find it and load manually using modprobe. On Wed, Jul 16, 2008 at 11:30 PM, Mick <michaelkintzios@gmail.com> wrote: Hi All, Just emerged x11-drivers/xf86-video-ati-6.8.0-r1 (I was previously using x11-drivers/xf86-video-ati-6.6.3 and noticed this in my Xorg.0.log: ========================================== (--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID = 0x4c59) (--) RADEON(0): Linear framebuffer at 0x0000000048000000 (II) RADEON(0): AGP card detected (II) RADEON(0): Legacy BIOS detected drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module "radeon" (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. ========================================== I looked in the log because my desktop font suddenly grew in size significantly (I am guessing that it grew from 12PS to 14-16PS). *Any idea if there's anything I can do other than reverting to previous package? -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
On Wednesday 16 July 2008, Andrew Tchernoivanov wrote:
> >drmOpenDevice: node name is /dev/dri/card0 > >drmOpenDevice: open result is -1, (No such device or address) > >drmOpenDevice: open result is -1, (No such device or address) > >drmOpenDevice: Open failed > >[drm] failed to load kernel module "radeon" > > According to this there are no module named radeon in /lib/modules/<kernel > version>/kernel/drivers/video > Maybe new package renamed module? Try find it and load manually using > modprobe. Well, it's not there . . . all I have is: # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/* -rw-r--r-- 1 root root 4291 May 14 18:34 /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/output.ko /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/backlight: total 8 drwxr-xr-x 2 root root 72 May 14 18:34 . drwxr-xr-x 3 root root 112 May 14 18:34 .. -rw-r--r-- 1 root root 5610 May 14 18:34 lcd.ko -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
On Wednesday 16 July 2008, Andrew Tchernoivanov wrote:
> >drmOpenDevice: node name is /dev/dri/card0 > >drmOpenDevice: open result is -1, (No such device or address) > >drmOpenDevice: open result is -1, (No such device or address) > >drmOpenDevice: Open failed > >[drm] failed to load kernel module "radeon" > > According to this there are no module named radeon in /lib/modules/<kernel > version>/kernel/drivers/video > Maybe new package renamed module? Try find it and load manually using > modprobe. I think you're right. Not only I did not find a radeon module under kernel modules, but I noticed that the package actually installed this instead: /usr/lib/xorg/modules/drivers/radeon_drv.so modprobing either module fails . . . What now? I am not sure if this is bug. -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
>modprobing either module fails . . .
What is the error message? On Thu, Jul 17, 2008 at 10:19 AM, Mick <michaelkintzios@gmail.com> wrote: On Wednesday 16 July 2008, Andrew Tchernoivanov wrote: > >drmOpenDevice: node name is /dev/dri/card0 > >drmOpenDevice: open result is -1, (No such device or address) > >drmOpenDevice: open result is -1, (No such device or address) > >drmOpenDevice: Open failed > >[drm] failed to load kernel module "radeon" > > According to this there are no module named radeon in /lib/modules/<kernel > version>/kernel/drivers/video > Maybe new package renamed module? Try find it and load manually using > modprobe. I think you're right. *Not only I did not find a radeon module under kernel modules, but I noticed that the package actually installed this instead: /usr/lib/xorg/modules/drivers/radeon_drv.so modprobing either module fails . . . What now? *I am not sure if this is bug. -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
On Thursday 17 July 2008, Andrew Tchernoivanov wrote:
> >modprobing either module fails . . . > > What is the error message? # modprobe -v radeon_drv FATAL: Module radeon_drv not found. # modprobe -v radeon FATAL: Module radeon not found. -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
># modprobe -v radeon_drv
>FATAL: Module radeon_drv not found. That's strange. But try one more thing - copy this radeon_drv from /usr/lib/xorg/modules/drivers to /lib/modules/<kernel version>/kernel/drivers/video Because according to modprobe's man page, by default it will look driver in /lib/modules/... So try to copy it and write here, what will modprobe say On Thu, Jul 17, 2008 at 11:04 PM, Mick <michaelkintzios@gmail.com> wrote: On Thursday 17 July 2008, Andrew Tchernoivanov wrote: > >modprobing either module fails . . . > > What is the error message? # modprobe -v radeon_drv FATAL: Module radeon_drv not found. # modprobe -v radeon FATAL: Module radeon not found. -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
On Thursday 17 July 2008, Andrew Tchernoivanov wrote:
> ># modprobe -v radeon_drv > >FATAL: Module radeon_drv not found. > > That's strange. But try one more thing - copy this radeon_drv from > /usr/lib/xorg/modules/drivers to /lib/modules/<kernel > version>/kernel/drivers/video > Because according to modprobe's man page, by default it will look driver in > /lib/modules/... > So try to copy it and write here, what will modprobe say First I linked it: # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/ total 8 drwxr-xr-x 3 root root 144 Jul 17 22:21 . drwxr-xr-x 14 root root 344 May 14 18:34 .. drwxr-xr-x 2 root root 72 May 14 18:34 backlight -rw-r--r-- 1 root root 4291 May 14 18:34 output.ko lrwxrwxrwx 1 root root 43 Jul 17 22:21 radeon.so -> /usr/lib/xorg/modules/drivers/radeon_drv.so but since that did not work, I copied it: # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/ total 448 drwxr-xr-x 3 root root 176 Jul 17 22:27 . drwxr-xr-x 14 root root 344 May 14 18:34 .. drwxr-xr-x 2 root root 72 May 14 18:34 backlight -rw-r--r-- 1 root root 4291 May 14 18:34 output.ko lrwxrwxrwx 1 root root 43 Jul 17 22:21 radeon.so -> /usr/lib/xorg/modules/drivers/radeon_drv.so -rwxr-xr-x 1 root root 448808 Jul 17 07:09 radeon_drv.so Modprobing either of the two fails with the same error message. -- Regards, Mick |
xf86-video-ati-6.8.0-r1 problems
Mick wrote:
On Thursday 17 July 2008, Andrew Tchernoivanov wrote: # modprobe -v radeon_drv FATAL: Module radeon_drv not found. That's strange. But try one more thing - copy this radeon_drv from /usr/lib/xorg/modules/drivers to /lib/modules/<kernel version>/kernel/drivers/video Because according to modprobe's man page, by default it will look driver in /lib/modules/... So try to copy it and write here, what will modprobe say First I linked it: # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/ total 8 drwxr-xr-x 3 root root 144 Jul 17 22:21 . drwxr-xr-x 14 root root 344 May 14 18:34 .. drwxr-xr-x 2 root root 72 May 14 18:34 backlight -rw-r--r-- 1 root root 4291 May 14 18:34 output.ko lrwxrwxrwx 1 root root 43 Jul 17 22:21 radeon.so -> /usr/lib/xorg/modules/drivers/radeon_drv.so but since that did not work, I copied it: # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/ total 448 drwxr-xr-x 3 root root 176 Jul 17 22:27 . drwxr-xr-x 14 root root 344 May 14 18:34 .. drwxr-xr-x 2 root root 72 May 14 18:34 backlight -rw-r--r-- 1 root root 4291 May 14 18:34 output.ko lrwxrwxrwx 1 root root 43 Jul 17 22:21 radeon.so -> /usr/lib/xorg/modules/drivers/radeon_drv.so -rwxr-xr-x 1 root root 448808 Jul 17 07:09 radeon_drv.so Modprobing either of the two fails with the same error message. That's because this is not a kernel module. drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module "radeon" (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. I'm just guessing here, but maybe your kernel is missing DRM support for your graphics chip. What's the output of grep -i radeon /boot/config-$(uname -r) ? Regards, Andi -- gentoo-user@lists.gentoo.org mailing list |
xf86-video-ati-6.8.0-r1 problems
Hi,
I think this problem is not *-ati (driver) related. Since the module needed for drm has the same name as the driver has, but resides in another directory. I would suggest you to check whether x11-base/x11-drm or to the kernel module is build for drm. Since I am using the package mentioned above, there is a .ko called "/lib/modules/<version>/x11-drm/radeon.ko". The kernel module for ati drm resides in "/lib/modules/<version>/kernel/drivers/char/radeon.ko". Hope this helps. Regards, acm. |
| All times are GMT. The time now is 11:10 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.