executing fglrx fails


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users executing fglrx fails
# 1  
Old 03-01-2012
executing fglrx fails

m trying to install a new kernel. execution of fglrx fails when I aim for dpkg linux.deb. here is the output:

Code:
root@saman-HP-ProBook-4530s:/usr/src# dpkg -i linux-image-3.0.22-faradarya-rt37_3.0.22-faradarya-rt37-10.00.Custom_amd64.deb Selecting previously deselected package linux-image-3.0.22-faradarya-rt37.
(Reading database ... 152558 files and directories currently installed.)
Unpacking linux-image-3.0.22-faradarya-rt37 (from linux-image-3.0.22-faradarya-rt37_3.0.22-faradarya-rt37-10.00.Custom_amd64.deb) ...
Examining /etc/kernel/preinst.d/
Done.
Setting up linux-image-3.0.22-faradarya-rt37 (3.0.22-faradarya-rt37-10.00.Custom) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
 * dkms: running auto installation service for kernel 3.0.22-faradarya-rt37                                                  
 *       fglrx (8.840)...                                                                                             [fail] 
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
update-initramfs: Generating /boot/initrd.img-3.0.22-faradarya-rt37
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r8169
run-parts: executing /etc/kernel/postinst.d/nvidia-common 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
run-parts: executing /etc/kernel/postinst.d/zz-lilo 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.0.22-faradarya-rt37
Found initrd image: /boot/initrd.img-3.0.22-faradarya-rt37
Found linux image: /boot/vmlinuz-2.6.38-8-generic
Found initrd image: /boot/initrd.img-2.6.38-8-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
root@saman-HP-ProBook-4530s:/usr/src# dpkg -i linux-headers-3.0.22-faradarya-rt37_3.0.22-faradarya-rt37-10.00.Custom_amd64.deb 
Selecting previously deselected package linux-headers-3.0.22-faradarya-rt37.
(Reading database ... 156373 files and directories currently installed.)
Unpacking linux-headers-3.0.22-faradarya-rt37 (from linux-headers-3.0.22-faradarya-rt37_3.0.22-faradarya-rt37-10.00.Custom_amd64.deb) ...
Setting up linux-headers-3.0.22-faradarya-rt37 (3.0.22-faradarya-rt37-10.00.Custom) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
 * dkms: running auto installation service for kernel 3.0.22-faradarya-rt37                                                  
 *       fglrx (8.840)...                                                                                             [fail] 
run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 3.0.22-faradarya-rt37 /boot/vmlinuz-3.0.22-faradarya-rt37
root@saman-HP-ProBook-4530s:/usr/src#

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Debian

fglrx problems

I am using debian squeeze, and I tried installing the fglrx drivers from the AMD website. My xorg would not start and gdm would hang (10 years ago gdm quit trying after a few times, what happened?) - so I installed the fglrx drivers from apt and removed ATIs drivers. I am getting segfaults now from... (1 Reply)
Discussion started by: John Tate
1 Replies

2. Programming

realloc() fails

Not sure in which forum to post this. I'm trying here, in Programming. I'm working on a PC with Intel Duo processor & 2GB of ram. OS is Ubuntu 10.04. I'm having problems with a C++ program that makes extensive use of realloc(). It happens that as soon as the overall memory allocated(OS +... (14 Replies)
Discussion started by: mamboknave
14 Replies

3. Programming

realloc fails in C : what next ?

Hi all I'm trying to use someone else's software, which has a realloc that fails in it. This is probably due to memory limitations, as it only happens when I use this software on huge datasets. First question : how to diagnose if it's a soft or hard limitation? I mean, if it's due to my... (10 Replies)
Discussion started by: jossojjos
10 Replies

4. Programming

What happens when realloc() fails?

Hi, I am seeing varying results about, when realloc() fails in reallocation. Which one is correct out of the below? a) realloc() maintains the original pointer (i.e) the original pointer is left unaltered/untouched but relloc() returns the NULL value. b) original buffer pointer is lost... (3 Replies)
Discussion started by: royalibrahim
3 Replies

5. UNIX for Advanced & Expert Users

why script fails sometime?

Hi, I am trying to run a shell script on solaris,some time it works fine and some times it fails unexpectedly. There is a script called "autostart.sh" which automatically starts the Application server but some times the script fails to strat the application server. can anyone tell me what... (10 Replies)
Discussion started by: tahir23
10 Replies

6. Programming

system() fails

Hi, I have the following code which fails with return value 1. sprintf(tmp, "rm -rf %s/* 2>/dev/null\n", dest); rc = system( tmp ); rc is 1 The files exist and the paths are correct. I can do a manual copy but the application fails. All the calls to system() function fail with the same... (6 Replies)
Discussion started by: mspaper
6 Replies

7. UNIX for Dummies Questions & Answers

pkg_add fails

Hi, I have created a package on a 64 bit FreeBSD machine. when i install this (on another 64 bit FreeBSD machine )i get the following error : tar: Skipping pathname containing .. pkg_add: tar extract of /home/vcr/testpackage.tgz failed! pkg_add: unable to extract '/home/vcr/testpackage.tgz'!... (0 Replies)
Discussion started by: HIMANI
0 Replies

8. Shell Programming and Scripting

fgrep fails...!?

Hi all, I need to transport a number of files from one server to other. I like to ensure the integrity using file checksum values. The action plan is, 1. create the list of checksum values for all the files using cksum command in source server. 2. Transfer all the files including the file... (5 Replies)
Discussion started by: r_sethu
5 Replies

9. Shell Programming and Scripting

Script fails

Hi, I am trying to install a package on solaris and one of the packaging scripts fail unexpectedly. There is a script called "checkinstall" which checks for the /opt space and aborts the installation if /opt is less than 100MB. In my case, even if /opt has enoguh space, the script fails. ... (8 Replies)
Discussion started by: JStone
8 Replies
Login or Register to Ask a Question