View previous topic :: View next topic |
Author |
Message |
johar n00b
Joined: 26 Feb 2005 Posts: 14
|
Posted: Tue Aug 09, 2005 10:55 pm Post subject: modprobe flgrx Unknown symbol in module? cant load it. |
|
|
ok.. im sure alot of you will tell me to google and read, but i've been doing that for few hours now "still searching though" and i also searched the forums... 1st.. i'll paste my .config file. i didn't paste everything since not all is needed.
Code: |
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_KALLSYMS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
# Processor type and features
#
CONFIG_X86_PC=y
CONFIG_MPENTIUM4=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
CONFIG_TOSHIBA=y
# CONFIG_I8K is not set
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=m
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set
CONFIG_SECCOMP=y
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=y
CONFIG_PCMCIA_DEBUG=y
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_PD6729=y
CONFIG_I82092=y
CONFIG_TCIC=y
CONFIG_PCCARD_NONSTATIC=y
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_INITRAMFS_SOURCE=""
CONFIG_LBD=y
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_ATA_OVER_ETH is not set
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
|
already read the
http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html
few times... and i did ACCEPT_KEYWORDS="~x86" emerge ati-drivers it worked fine, i have 2.6.12-gentoo-r6
Code: |
bash-2.05b# find /lib/modules/2.6.12-gentoo-r6/ -type f -iname '*.o' -or -iname '*.ko' shows
/lib/modules/2.6.12-gentoo-r6/kernel/arch/i386/kernel/cpuid.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/ac.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/battery.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/button.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/fan.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/processor.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/thermal.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/toshiba_acpi.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/acpi/video.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/base/firmware_class.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/char/agp/agpgart.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/char/agp/ati-agp.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/char/agp/intel-agp.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/ide/pci/atiixp.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/8139too.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/8390.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/bsd_comp.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/dummy.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pcmcia/3c574_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pcmcia/3c589_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pcmcia/axnet_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pcmcia/nmclan_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pcmcia/pcnet_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pppoe.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/net/pppox.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/parport/parport_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/scsi/dpt_i2o.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/scsi/ipr.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/scsi/sg.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/serial/serial_cs.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/usb/input/touchkitusb.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/usb/misc/cytherm.ko
/lib/modules/2.6.12-gentoo-r6/kernel/drivers/usb/misc/phidgetservo.ko
/lib/modules/2.6.12-gentoo-r6/kernel/lib/libcrc32c.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/core/snd-page-alloc.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/core/snd-pcm.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/core/snd-timer.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/core/snd.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/pci/ac97/snd-ac97-codec.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/pci/snd-intel8x0.ko
/lib/modules/2.6.12-gentoo-r6/kernel/sound/pci/snd-intel8x0m.ko
/lib/modules/2.6.12-gentoo-r6/video/fglrx.ko
|
Code: |
bash-2.05b# modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.12-gentoo-r6/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
bash-2.05b#
|
Code: |
bash-2.05b# lspci | grep VGA
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
bash-2.05b#
|
dmesg shows
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
PPP BSD Compression module registered
Linux agpgart interface v0.101 (c) Dave Jones
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol module_refcount
fglrx: Unknown symbol module_refcount
fglrx: Unknown symbol module_refcount
fglrx: Unknown symbol module_refcount
fglrx: Unknown symbol module_refcount
bash-2.05b#
im trying to get my tv-out work on my ati radeon mobility m6 , from the search in google, alot of people say it should be supported. |
|
Back to top |
|
|
johar n00b
Joined: 26 Feb 2005 Posts: 14
|
Posted: Tue Aug 09, 2005 10:58 pm Post subject: |
|
|
and already did opengl-update xorg-x11 and emerged ati drivers then opengl-update ati , and based on the search results , i recompiled the kernel.
however i still didn't reboot...cuz i think this wont be solved by reboot...
so i almost did all the steps and trouble shooting... i cant find out whats wrong. |
|
Back to top |
|
|
johar n00b
Joined: 26 Feb 2005 Posts: 14
|
Posted: Wed Aug 10, 2005 12:40 pm Post subject: |
|
|
Code: |
bash-2.05b# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 1 0 None
0x24 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 1 0 None
0x25 16 tc 0 24 0 r y . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
0x26 16 tc 0 24 0 r . . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
0x27 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 1 0 None
0x28 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 1 0 None
0x29 16 dc 0 24 0 r y . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
0x2a 16 dc 0 24 0 r . . 5 6 5 8 0 16 8 16 16 16 16 1 0 None
|
hmmm some people on #gentoo advised me to downgrade the kernel to 2.6.12.3 or something ...
so i'll let you know if it will work... |
|
Back to top |
|
|
alienjon Veteran
Joined: 09 Feb 2005 Posts: 1726
|
Posted: Wed Aug 31, 2005 10:15 pm Post subject: |
|
|
Please do. I'm having the same problem but would rather like to avoid downgrading the kernel if possible |
|
Back to top |
|
|
johar n00b
Joined: 26 Feb 2005 Posts: 14
|
Posted: Thu Sep 01, 2005 12:23 am Post subject: |
|
|
im sorry to tell u that my ati isn't supported. however, i realized that i didn't need to load fglrx module. u just need to specify the vga driver to fglrx in the xorg.conf file..
good luck. |
|
Back to top |
|
|
lucidthoughts n00b
Joined: 13 Aug 2003 Posts: 25
|
Posted: Thu Sep 01, 2005 3:45 am Post subject: |
|
|
johar wrote: | im sorry to tell u that my ati isn't supported. however, i realized that i didn't need to load fglrx module. u just need to specify the vga driver to fglrx in the xorg.conf file..
good luck. |
have you tried using the "radeon" driver?
i remember this throwing me for a loop, thinking i was supposed to emerge the ati-drivers package.. |
|
Back to top |
|
|
johar n00b
Joined: 26 Feb 2005 Posts: 14
|
Posted: Thu Sep 01, 2005 11:34 am Post subject: |
|
|
thanx i did try radeon and also gatos..
im planning on buying a new machine with nvidia..
believe me, i kept looking and googling for 3 weeks. my wife was about to kick my ass for spending more time trying to solve the problem than spending it with her "shrugs"... women..
so i decided to cool down for a moment. boot to windows whenever i wanna watch anime/movies.
so get a new vga.. i guess.. or make sure whenever u wanna buy a laptop..it has nvidia |
|
Back to top |
|
|
13Homer Guru
Joined: 12 Jul 2005 Posts: 461
|
Posted: Thu Sep 01, 2005 11:40 am Post subject: |
|
|
johar wrote: | make sure whenever u wanna buy a laptop..it has nvidia :D |
Uh! _________________ Lenovo ThinkPad R61 / C2D@2.6.24 / nVidia Quatro NVS 140M / 2 GB RAM |
|
Back to top |
|
|
johar n00b
Joined: 26 Feb 2005 Posts: 14
|
Posted: Thu Sep 01, 2005 11:01 pm Post subject: |
|
|
yes... if u want it to fully support linux, if it was a desktop, it would be very easy to just buy an nvidia card and solve the whole thing. anyways, if i ever wanned to buy a laptop. i'll have to make sure its 100% compatible. heard dell is good for linux. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|