Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
06-21-2008, 06:27 PM
#1
Member
Registered: Dec 2006
Location: Poland
Distribution: Arch Linux, Mandriva
Posts: 52
Rep:
Strange problems with Catalyst Drivers installation on Mandriva
One of the members of
http://www.mandrivaclub.pl forums reported a very strange issue with Catalyst Drivers installation process. After taking care of all the necessary requirements and running the installation script of the drivers provided by AMD/ATI, it gave her some errors in the console
Code:
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Detected configuration:
Architecture: i686 (32-bit)
X Server: X.Org 7.1 and later releases
DKMS part of installation failed. Please refer to /usr/share/ati/fglrx-install.log for details
Removing temporary directory: fglrx-install.C19203
The /usr/share/ati/fglrx-install.log showed only
Code:
Errors during DKMS module removal
Errors during DKMS module removal
[Error] Kernel Module : Failed to add fglrx-8.501 to DKMS
None of us was able to find a solution. Googling haven't been of much help either this time, as it gave back only two results, of which one website is in Russian, and the other in Spanish, I guess...
Did anyone ran onto a similar problem? What could be wrong?
06-21-2008, 08:30 PM
#2
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Mageia1 KDE openbox
Posts: 2,862
Rep:
Hi, dkms, (dynamic kernel module service) may be in use by another module.
You may need to remove the package rpm -e --nodeps dkms-fglrx, or something (ati, radeon).
Other wise the dkms module should not stop the ati driver from loading.
try lsmod to see what is loaded.
dkms is used for many things. Uninstall dkms and dkms-common at your own risk.
hope this helps a bit.
regards, Glenn
06-22-2008, 08:01 AM
#3
Member
Registered: Dec 2006
Location: Poland
Distribution: Arch Linux, Mandriva
Posts: 52
Original Poster
Rep:
lsmod:
Code:
Module Size Used by
ipt_IFWLOG 3716 2
ipt_psd 44424 1
ip_set_iptree 7112 2
iptable_raw 2688 0
xt_comment 2400 0
xt_policy 4320 0
ipt_ULOG 7940 0
ipt_TTL 2688 0
ipt_ttl 2368 0
ipt_TOS 2624 0
ipt_tos 2208 0
ipt_set 2752 2
ipt_SAME 2912 0
ipt_REJECT 4320 4
ipt_REDIRECT 2752 0
ipt_recent 8344 0
ipt_owner 2496 0
ipt_NETMAP 2720 0
ipt_MASQUERADE 3936 0
ipt_LOG 6528 9
ipt_iprange 2368 0
ipt_ECN 3232 0
ipt_ecn 2688 0
ipt_CLUSTERIP 7268 0
ipt_ah 2432 0
ipt_addrtype 2368 4
nf_nat_tftp 2304 0
nf_nat_snmp_basic 9732 0
nf_nat_sip 4864 0
nf_nat_pptp 3680 0
nf_nat_proto_gre 3044 1 nf_nat_pptp
nf_nat_irc 2912 0
nf_nat_h323 6944 0
nf_nat_ftp 3456 0
nf_nat_amanda 2656 0
ts_kmp 2624 5
nf_conntrack_amanda 4416 1 nf_nat_amanda
nf_conntrack_tftp 4852 1 nf_nat_tftp
nf_conntrack_sip 8084 1 nf_nat_sip
nf_conntrack_proto_sctp 8552 0
nf_conntrack_pptp 6208 1 nf_nat_pptp
nf_conntrack_proto_gre 5248 1 nf_conntrack_pptp
nf_conntrack_netlink 24704 0
nf_conntrack_netbios_ns 3104 0
nf_conntrack_irc 5880 1 nf_nat_irc
nf_conntrack_h323 47932 1 nf_nat_h323
nf_conntrack_ftp 7904 1 nf_nat_ftp
ip_set_portmap 4832 0
ip_set_macipmap 4708 0
ip_set_ipmap 4672 0
ip_set_iphash 7940 0
ip_set 17980 11 ip_set_iptree,ipt_set,ip_set_portmap,ip_set_macipmap,ip_set_ipmap,ip_set_iphash
xt_tcpmss 2784 0
xt_pkttype 2464 0
xt_physdev 3184 0
xt_NFQUEUE 2528 0
xt_NFLOG 2592 0
xt_multiport 3872 4
xt_MARK 2816 0
xt_mark 2432 0
xt_mac 2432 0
xt_limit 2976 0
xt_length 2528 0
xt_helper 2880 0
xt_hashlimit 8716 0
ip6_tables 13060 1 xt_hashlimit
xt_DSCP 2880 0
xt_dscp 2624 0
xt_dccp 3620 0
xt_conntrack 3104 0
xt_CONNMARK 3264 0
xt_connmark 2752 0
xt_CLASSIFY 2432 0
xt_tcpudp 3712 11
xt_state 2784 14
iptable_nat 7236 0
nf_nat 16652 14 ipt_SAME,ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_netlink,iptable_nat
nf_conntrack_ipv4 14664 16 iptable_nat
nf_conntrack 55840 29 ipt_MASQUERADE,ipt_CLUSTERIP,nf_nat_tftp,nf_nat_snmp_basic,nf_nat_sip,nf_nat_pptp,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_amanda,nf_conntrack_tftp,nf_conntrack_sip,nf_conntrack_proto_sctp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_conntrack_netlink,nf_conntrack_netbios_ns,nf_conntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,xt_helper,xt_conntrack,xt_CONNMARK,xt_connmark,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_mangle 3008 1
nfnetlink 4280 1 nf_conntrack_netlink
iptable_filter 3136 1
ip_tables 11972 4 iptable_raw,iptable_nat,iptable_mangle,iptable_filter
x_tables 11940 49 ipt_IFWLOG,ipt_psd,xt_comment,xt_policy,ipt_ULOG,ipt_TTL,ipt_ttl,ipt_TOS,ipt_tos,ipt_set,ipt_SAME,ipt_REJECT,ipt_REDIRECT,ipt_recent,ipt_owner,ipt_NETMAP,ipt_MASQUERADE,ipt_LOG,ipt_iprange,ipt_ECN,ipt_ecn,ipt_CLUSTERIP,ipt_ah,ipt_addrtype,xt_tcpmss,xt_pkttype,xt_physdev,xt_NFQUEUE,xt_NFLOG,xt_multiport,xt_MARK,xt_mark,xt_mac,xt_limit,xt_length,xt_helper,xt_hashlimit,ip6_tables,xt_DSCP,xt_dscp,xt_dccp,xt_conntrack,xt_CONNMARK,xt_connmark,xt_CLASSIFY,xt_tcpudp,xt_state,iptable_nat,ip_tables
af_packet 17188 2
snd_seq_dummy 3524 0
ipv6 241540 11 nf_conntrack_h323
snd_seq_oss 29792 0
snd_seq_midi_event 6944 1 snd_seq_oss
snd_seq 46928 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 36864 0
snd_mixer_oss 14656 1 snd_pcm_oss
binfmt_misc 9352 1
loop 14340 0
fuse 42292 3
dm_mirror 20832 0
dm_mod 51108 1 dm_mirror
sata_via 8868 0
libata 138256 1 sata_via
scsi_mod 129836 1 libata
floppy 53700 0
cpufreq_ondemand 7436 0
cpufreq_conservative 7080 0
cpufreq_powersave 2304 0
freq_table 4512 1 cpufreq_ondemand
snd_via82xx 23896 4
rtc_cmos 7904 0
parport_pc 31716 0
gameport 11528 1 snd_via82xx
parport 31592 1 parport_pc
snd_ac97_codec 96036 1 snd_via82xx
ac97_bus 2624 1 snd_ac97_codec
snd_pcm 67204 4 snd_pcm_oss,snd_via82xx,snd_ac97_codec
pcspkr 3296 0
snd_timer 20036 2 snd_seq,snd_pcm
snd_page_alloc 8456 2 snd_via82xx,snd_pcm
via_rhine 21928 0
snd_mpu401_uart 7456 1 snd_via82xx
snd_rawmidi 19520 1 snd_mpu401_uart
mii 5280 1 via_rhine
snd_seq_device 7212 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
i2c_viapro 8244 0
snd 45444 18 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
i2c_core 19360 1 i2c_viapro
soundcore 6656 1 snd
arc4 2592 2
ecb 3488 2
blkcipher 6468 1 ecb
thermal 13564 0
button 7024 0
processor 30280 1 thermal
ide_cd 35136 0
shpchp 29940 0
via_agp 8800 1
pci_hotplug 26048 1 shpchp
rt61pci 22944 0
rt2x00pci 8096 1 rt61pci
agpgart 27656 1 via_agp
rt2x00lib 18272 2 rt61pci,rt2x00pci
rfkill 6352 1 rt2x00lib
input_polldev 4136 1 rt2x00lib
crc_itu_t 2656 1 rt2x00lib
mac80211 119148 3 rt61pci,rt2x00pci,rt2x00lib
cfg80211 11784 1 mac80211
eeprom_93cx6 2720 1 rt61pci
evdev 9536 4
ide_generic 1824 0 [permanent]
via82cxxx 8068 0 [permanent]
ide_disk 14176 4
ide_core 98700 4 ide_cd,ide_generic,via82cxxx,ide_disk
ext3 120712 1
jbd 41140 1 ext3
uhci_hcd 22992 0
ohci_hcd 21892 0
ehci_hcd 32876 0
usbcore 121932 4 uhci_hcd,ohci_hcd,ehci_hcd
Ring any bells?
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 04:55 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News