Hardware :: ./default_policy.sh Error While Installing ATI Driver
Apr 6, 2011
I am trying to reinstall ATI propietary graphics driver fglrx on Xorg 1.10.0.901, but it always fails with (something similar to): Code: ./default_policy.sh does not support version default:v2:x86_64:lib32:none:[my kernel] make sure that version is correctly set by --iscurrentdistro
I am not sure what is it trying to tell me, neither I don't know why lib32 is in the list. (It's 64bit Gentoo system). It used to work in past, but now I can't start X at all. Using my already installed driver produces Segmentation fault, X without any configuration stops on no devices found.
EDIT: Alright, I just discovered that fglrx driver does not support higher versions of X.org than 7.6, and I have 1.10.0.901 version installed. EDIT2: Actually, later I found out that my Xorg is supported by that driver, so I think it was the mess in packages&Xorg configuration which caused it. Nevermind...
View 1 Replies
ADVERTISEMENT
Oct 14, 2010
I just upgraded from Lucid to Maverick and I absolutely cannot get the proprietary fglrx driver to install. I've downloaded the binaries from ATI and they fail to install with a message that says:
Code:
Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.35-22-generic:; make sure that the version is being
correctly set by --iscurrentdistro
Removing temporary directory: fglrx-install.Dtv3Sn
I tried installing the drivers from the System>Administration>Additional Drivers and it fails with
SystemError: installArchives() failed Based on what little I could find I guess the newest version of Xorg broke the ATI drivers. Is this true and is there absolutely no way to use the proprietary drivers? I'm a World of Warcraft nerd and the fglrx drivers are the only ones that work for me
View 3 Replies
View Related
Jul 19, 2011
I have read all the HOW TO's on the forum but don't have find this error: ATI Technologies Linux Driver Installer/Packager which: no XFree86 in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/tb/bin)
Error: ./default_policy.sh does not support version default:v2:x86_64:lib::none:2.6.38.8-35.fc15.x86_64; make sure that the version is being correctly set by --iscurrentdistro Removing temporary directory: fglrx-install.yUVIkk
it's the catalyst for Radeon X700 downloaded directly from the official site of ATI. I have find on the HOW O's that the card older than the HD - series were not supported but why I can download this catalyst for the X700 on the official site if it isn't supperted? Here is also the lspci:
[Code]....
View 2 Replies
View Related
Jun 5, 2010
I have acer laptop with ATI Mobility Radeon HD 5470 graphics card. I have downloaded ATI Radeon 5xxx driver from ati official site. When I ran it using the command below, it gives me the following error
command:
Error:
Removing temporary directory: fglrx-install.OiFpw4
View 14 Replies
View Related
Sep 10, 2010
error: No output seen in over 300 sec... (Is the CD-ROM/DVD source repository enabled? It shouldn't be!) error: Package install command failed with error code 255 Would you like to retry installing the missing package(s) (y=yes*, n=no, q=quit) ?
I've tried this [URL] but it didn't work for me. My sources.list already had the #. By the way I'm a new user to ubuntu and I'm having a pretty good time. Almost starting to feel at home in this OS. edit: I'm sorry. I realized I posted in the wrong section.
View 2 Replies
View Related
Nov 5, 2010
10.10) now, and only use windows as my DVR (what im currently trying to change). To that end, i have a Hauppauge 2250 video capture card, and Steven at KernalLabs has an alpha release that has been said to work very well with mythTV.
Anyways, i followed one of the posts and successfully compiled the driver using "sudo make menuconfig." I attempted to install with the "make install" command, and the first half of the driver seemed to install and the second half (firmware related) received errors.
make -C firmware install
make[2]: Entering directory `/home/mlavigne/saa7164-v4l/v4l/firmware
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw: No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw: No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin: No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin: No such file or directory
[Code]..
View 3 Replies
View Related
Jan 20, 2010
I am new to Linux, but I can't produce any sound out of my speakers. So I downloaded the driver for my sound card from my motherboard manufacturer (it is an on board sound card). Now, if I am right I need to run ./configure . I did this and the following thing happend: Code: checking for gcc gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
[Code]...
View 7 Replies
View Related
Mar 22, 2011
I recently installed my redhat 6.0 and there was no internet connection so i read some threads that guided me to try and detect my network card which detected nothing. I then went ahead to download ethernet realtek ethernet gigabyte card driver for my version of linux. I untar the file and i got the directory r8168-x.x.xxx.xx, a README file so i read the README file and it asked me to run ./autorun.sh which i did but i got the following error:
View 14 Replies
View Related
Nov 28, 2008
I selected the zc0301 driver as module when i compile the kernel...and i copied the "zc0301.ko" file from default kernel...but when insert using "insmod" its not working..showing the error..
insmod: error inserting 'zc0301.ko': -1 Invalid module format
How to insert this driver?
View 9 Replies
View Related
Mar 17, 2010
The relevant details of my setup are:
Samsung R522 laptop
Realtek RTL8192E wireless network controller (PCI)
Fedora 12, kernel 2.6.32.9-70.fc12.i686 (automatically updated using software update)
My problem is that my wireless card has never worked - basically there aren't any widely available linux drivers, and there are many threads on getting the RTL8192E to work on many different forums, e.g. here, but none specifically for Fedora, so I think that this thread could potentially guide many more users. FYI, my hardwired network connection works perfectly.
Fantastically however, by emailing Realtek support, they'll send you their Linux driver, which most people have claimed works perfectly (although why they haven't just put it on their website is beyond me). SO, I've got a Linux driver for my wireless card. When Realtek emailed me to send me the driver, they said to just 'cd' into the driver directory, then do
su
make clean
make
make install
reboot
./wlan0up or ./wlan1up
OK, so I tried to do this and get the following error:
make: *** /lib/modules/2.6.32.9-70.fc12.i686/build: No such file or directory. Stop.
make: *** [all] Error 2
I don't know enough about linux to understand this error. I really don't want to have to recompile my kernel, and I hope there is some way to install this driver with not too much hassle. How to overcome this error, and install my wireless driver so I can get wireless network access on my Fedora 12 operating system. I've found Fedora 12 really easy to use so far, but this is proving quite hard!
This is the output of 'ls -lh' in the folder which seems to be causing the error, namely /lib/modules/2.6.32.9-70.fc12.i686/
total 3.1M
lrwxrwxrwx 1 root root 46 2010-03-16 22:53 build -> ../../../usr/src/kernels/2.6.32.9-70.fc12.i686
drwxr-xr-x 2 root root 4.0K 2010-03-03 05:28 extra
drwxr-xr-x 11 root root 4.0K 2010-03-16 22:53 kernel
-rw-r--r-- 1 root root 498K 2010-03-16 22:53 modules.alias .....
View 7 Replies
View Related
Apr 28, 2010
I revived my old desktop (failed psu), and installed debian squeeze using netinst. It has a nvidia geForce 7600GT card. The driver in squeeze does not work very well, so I downloaded nvidia driver-installer. When I run it, it comes back with an error saying the kernel (I assume the nvidia graphics kernel) is compiled with gcc4.3, but the system is using gcc4.4. Using synaptic manager, I installed gcc3.3, but same error.
Next I tried to uninstall gcc4.4 and it gave a warning the system might not be usable. I did not understand it, but I went ahead and uninstalled gcc4.4 and guess what, the system is not usable, and I have to re-install squeeze. Not a big loss, since I do not have much in it. How to install this nvidia driver, specifically, how do I get switch to gcc4.3 from gcc4.3? Also, the squeeze install gave me 2.6.33-trunk-amd64, and 2.6.33-3-amd64. How do I get rid of ...trunk-amd64? Do I just delete it from grub?
View 10 Replies
View Related
Apr 13, 2011
I am relatively new to linux and am running into a problem. I just got a new laptop and need to configure/install it's wireless driver but am getting an error when running "make". The error is: make[1]: Entering directory `/lib/modules/2.6.37.1-1.2-desktop/build' make[1]: *** No rule to make target `modules'. Stop.
I have scoured these forums and know that others have the same issue (when configuring other drivers/programs). I am sorry if this post is redundant. It sounds like the Makefile is pointing to the wrong directory. I am using opensuse 11.4, have make and gcc installed. My kernel is linux-2.6.37.1-1.2 (I just re-installed the desktop kernel to make sure it was up to date). The driver I am trying to install is located here: AUR (en) - rtl8192ce.
Another forum suggests pointing somewhere in the /usr/src/linux-2.6.37.1-1.2 directory instead. Is this correct? Should I be pointing to a folder within this? I am not a programmer but any description about what I am actually putting in this directory and why would be awesome (so I can learn a bit more). Or just helping me solve the problem would be great too.
View 9 Replies
View Related
Nov 6, 2010
I have completed building gazebo, and everything was done successfully according to the following link [URL]... bot_Simulation , but when I tried to invoke gazebo using the command "gazebo /usr/local/share/gazebo/worlds/pioneer2dx.world" it returns the following error
[code]...
View 1 Replies
View Related
Oct 4, 2010
I'm trying to install a driver for a Jetway ADPE4S Daughterboard on Ubuntu 10.04 but coming up against some problems. When I use 'make', I get this error: make ARCH=x86_64 CC=cc LD=ld CROSS_COMPILE= V= -C /usr/src/linux-source-2.6.32 M=`pwd` modules make[1]: Entering directory `/usr/src/linux-source-2.6.32'
ERROR: Kernel configuration is invalid. include/linux/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. make[1]: *** No rule to make target `code'. Stop. make[1]: Leaving directory `/usr/src/linux-source-2.6.32' make: *** [all] Error 2
Not knowing what to do, I've been playing around with it, and copied the files autoconf.h and auto.conf from a folder '/usr/src/linux-headers-2.6.32-25-generic', but that didn't help, it still says "No rule to make target `code'. Stop."
View 9 Replies
View Related
Jan 30, 2011
I had a working ubuntu 10.10 system two days ago with kernel 2.6.35-24. I have a gtx 460 card so I have the driver from Jockey/Additional Drivers installed.
Two days ago update manager prompted me to install 2.6.35-25. I've never had problems updating kernels so I did. I Rebooted my machine and gdm/gnome no longer starts. I always get stuck on the tty1 screen. I did some troubleshooting and figured out that my current NVidia drivers seems to be messing it up. So I booted into my older kernel (2.6.35-24) and removed my NVidia driver.
I used these steps to switch from nvidia to nouveau:
NvidiaDriverSwitching
I can now boot into my latest kernel (2.6.35-25) but now I'm having problems trying to reinstall the nvidia drivers.
jockey sometimes doesn't list any available drivers. and when it does, it gives me an "System InstallArchive() error" when trying to install.
I tried installing nvidia-current via apt-get and I get these errors:
Code:
Setting up nvidia-current (260.19.06-0ubuntu1) ...
Removing old nvidia-current-260.19.06 DKMS files...
dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.
dkms.conf: Error! No 'PACKAGE_NAME' directive specified.
dkms.conf: Error! No 'PACKAGE_VERSION' directive specified.
View 7 Replies
View Related
Jun 27, 2011
If I have a hard-disk with Ubuntu fully installed on it and I want to - all of a sudden - use Windows XP, is it mandatory that I firstly format the hard-disk first? So far, I have used two versions of Windows XP; one of them is from a few years before the other. Both copies of Windows XP when in start-up from booting from CD are causing errors. One of them is a BSOD error (0x0000007B) and the next Windows CD is stopping and giving me an error with setupdd.sys (error code 4). Is it required that the hard-disk is formatted before you even put a Windows boot CD in?
View 2 Replies
View Related
Feb 2, 2010
I had a problem with using ndiswrapper to install Windows driver on Netgear WN511TA wireless adapter card. Problem solved by replacing Netgear WN511TA with Airlink101 AWLC6080 PCMCIA wireless adapter to work in my triple-boot XP Pro/Ubuntu Karmic/openSUSE 11.2 Toshiba laptop and using the latest Linux driver version 2.3.0.0 dated January 29, 2010 from Ralinktech site. I followed driver instruction in a Ubuntuforums tutorial (Howto: Ralink RT2860(m) PCI(e) RT2860...on Intrepid).
I am wondering if I can use the same Linux driver (RT2860sta) for openSUSE 11.2 on my triple-boot XP Pro/Karmic/openSUSE laptop, ie. copying over instead of building and compiling driver from source again, because I don't quite understand the build instruction given in the README file of Ralink's Linux driver file. Specifically, I don't know how to "define the GCC and LD (?) of the target machine, and define the compiler flags CFLAGS(?), modify your need (?)", etc. I already have gcc, cpp and make installed on the Ubuntu and openSUSE parts of my machine. I did try ndiswrapper in openSUSE but it doesn't work for the Windows version of the latest Ralink driver (error: invalid driver rt2860.inf).
View 9 Replies
View Related
Sep 9, 2010
i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was
[Code]....
View 2 Replies
View Related
Aug 11, 2010
I am having a problem installing SLES11 on a new server. It goes fine through the setup until it gets to GRUB, it gets me the following error message: Error occurred while installing GRUB
[code]...
I cant continue the installation without this
View 5 Replies
View Related
Aug 7, 2010
I was trying to installed skype and i am getting a error that reads: Error: Wrong architecture 'i386' has any one installed skype before?
View 3 Replies
View Related
Jul 10, 2009
I've just changed from Fedora 8 to Fedora 10 and I'm having trouble installing a special alternative keyboard driver.
I used to be able to put the driver in the xkb/symbols directory, make entries for it in xkb/rules/base.xml and base.lst, and install with the System menu. Now I find that the Gnome tool no longer seems to be using the base files, and my driver doesn't show up.
Does anyone know where Gnome gets its list of drivers from? Alternatively, can I install it by editing a configuration file?
View 2 Replies
View Related
Jan 22, 2010
I have some trouble installing the nvidia driver on Fedora12. I started to follow the guide posted by Leigh here:[URL]..I enabled the rpmfusion repo, but when i wanted to install kmod-nvidia and xorg-x11-drv-nvidia-libs.i686 i had a depadency failure Here's what i got:
Code:
[root@Nuclear pinter]# rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
[Code]...
View 2 Replies
View Related
Oct 7, 2010
I have a linksys AE1000 wireless adapter, I have the proper driver, and I was able to install it on ubuntu to by typing cd (directory) make make install On Fedora 13 when i type su Cd (directory) make I get this after i hit enter after i type make
[root@Renegade wireless]# make
make -C tools
make[1]: Entering directory `/home/Renegade/wireless/tools'
gcc -g bin2h.c -o bin2h
[code].....
View 3 Replies
View Related
Dec 14, 2010
I am using ubuntu 10.10, and I have to install win7 alongside for work, but when I inserted the disc, and started setup. It prompted me to insert the proper driver for my dvd drive. I researched the problem, and apparently it's a problem with Driver Signature Enforcement. To get past it, your suposed to reboot, and hit f8 to go to the startup menu, and disable the check drivers option, but in ubuntu I dont get that option, I think f8 opens grub or something. Is their any solution to this problem that you have encountered? I have done research, and I cant find anything,
View 3 Replies
View Related
Jul 3, 2011
I'm trying to install ati-driver-installer-9-3-x86.x86_64.run in my laptop with radeon x1200 series. While installing, I got this: Quote:
./ati-driver-installer-9-3-x86.x86_64.run: linha 187: erro de sintaxe pr�ximo do `token' n�o esperado `(' ./ati-driver-installer-9-3-x86.x86_64.run: linha 187: ` # echo "The program '$script' returned an error code ($res)" >&2'
[code]....
View 2 Replies
View Related
May 6, 2010
I have recently created a website that I have added a way to install the newer ATI cards into Ubuntu 10.04. Here is the website for more information. Just to let you know it is a lot easier than most people are making it out to be.
View 14 Replies
View Related
Jun 16, 2011
OS: CENTOS 5
MOTHERBOARD : ASUS P5G41T-M LX
LAN DRIVER FILE NAME : AR8131_AR8132-linux-v1.0.0.10.tar.gz
How to install the above lan driver ?
View 5 Replies
View Related
Nov 28, 2008
I selected the zc0301 driver as module when i compile the kernel...and i copied the "zc0301.ko" file from default kernel...but when insert using "insmod" its not working..showing the error..
insmod: error inserting 'zc0301.ko': -1 Invalid module format
How to insert this driver?
View 4 Replies
View Related
May 15, 2015
I have installed before with ease following the Debian how to. On jessie 8 I have an issue with black screen, probably miss configuration but can't figure what?
View 8 Replies
View Related
Sep 4, 2011
I'm fairly new to Linux. I am trying to build and install the drivers for the ASUS USB-N10 wlan usb dongle, using the newest drivers from the Realtek website. I've never used make before on Linux and am running into what are probably some pretty basic problems, but I'm not sure where to look for the answers. I used aptitude to install the "make" and "build-essential" packages. I unpacked the drivers using Archive Manager. I changed to the driver directory and ran "make". It stopped with "No such file or directory." I became superuser and ran make, in case it had permission problems when creating the directory.
Here are the results.
obie@four:~/realtek/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401$ make
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/2.6.32-5-686/build M=/home/obie/realtek/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401 modules
make: *** /lib/modules/2.6.32-5-686/build: No such file or directory. Stop.
make: *** [modules] Error 2 .....
I haven't modified the makefile in any way -- it is the same as what I downloaded. I've read posts from other users who have compiled and installed the drivers on Ubuntu with no problem.
The contents of the directory I'm in when I run make are as follows:
drwxrwxrwx 21 obie obie 4096 Apr 1 03:25 .
drwx------ 3 obie obie 4096 Sep 3 22:43 ..
-rwx------ 1 obie obie 3479 Apr 1 03:25 autoconf_rtl8712_usb_linux.h
-rwx------ 1 obie obie 151 Apr 1 03:25 clean
drwxrwxrwx 2 obie obie 4096 Apr 1 03:25 cmd
-rwx------ 1 obie obie 516 Apr 1 03:25 config
drwxrwxrwx 2 obie obie 4096 Apr 1 03:25 crypto
drwxrwxrwx 2 obie obie 4096 Apr 1 03:25 debug .....
View 4 Replies
View Related