LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 01-17-2009, 03:47 PM   #1
mothergoose729
Member
 
Registered: Aug 2008
Distribution: Ubuntu x64
Posts: 118

Rep: Reputation: 19
Can't find ATI video drivers package (Fedora 10 64, HD 4850)/ sound card drivers too


I can't seem to find the video drivers for my graphics card. I know ATI doesn't have the best linux support, but I have heard that the akmod-fglrx package will give me enough support to watch DVD movies and enable some screen effects without that white screen.

Also, I have a very expensive Auzentech X-FI prelude I would like to be able to use but I can't find a way to enable it. I magnaged to get my onboard to work but that is as far as I have gotten. Help with that would be appreciated.
 
Old 01-17-2009, 06:26 PM   #2
jhwilliams
Senior Member
 
Registered: Apr 2007
Location: Portland, OR
Distribution: Debian, Android, LFS
Posts: 1,168

Rep: Reputation: 211Reputation: 211Reputation: 211
wrt ati card: http://www.fedorafaq.org/#radeon may help. make sure you that you first add the necessary repos that page talks about (before the section on ati.) Incidentally, I generally found that stuff off the ati site was fairly worthless, but it *has* been many years since I had the misfortune of using ati on linux (maybe things have changed).
 
Old 01-18-2009, 10:48 AM   #3
mothergoose729
Member
 
Registered: Aug 2008
Distribution: Ubuntu x64
Posts: 118

Original Poster
Rep: Reputation: 19
ok I went to ATI's webiste and downloaded their Linux driver. I made sure that all the packages it mentioned were installed, but and in the instructions it asks me to do the following to start the installation automatically:


I
nstall Driver Option
The Install Driver option provides two driver installation options. The Automatic
option installs all driver components, and the Custom option allows for the selec-
tion of driver components to be installed.
ATI CatalystTM Linux Installer Note 3
Automatic Driver Installation Option
To install the ATI Proprietary Linux driver using the Automatic option, follow
these steps:
1 Launch the Terminal Application/Window and navigate to the ATI Propri-
etary Linux driver download.
2 Enter the command sh ./ati-driver-installer-8-10-x86.x86_64.run to launch the
ATI Proprietary Linux driver installer.

I don't know how to "navigate" to anything in the terminal and I am confused. Right now I have the linux driver package in temp folder entitled "libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz". When I open up the package via double click there is one file, 9.1mb in size (yet the whole package is 77mb?) and it is called libflashplayer.so. What do I do from here?




---------------------------------------------------




Ialso, I have done some research on my sound card, and been told that creative has some good linux drivers. This person told me that a Creative X-Fi extreme gamer driver might work with my card. Here are the two linked side by side:

http://www.newegg.com/Product/Produc...82E16829102005

http://www.newegg.com/Product/Produc...82E16829156005

What do you guys think? Where would be a good place to find these drivers?
 
Old 01-18-2009, 12:15 PM   #4
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
navigation is easy. tab or alt+tab to jump to the next or previous item. space or enter to select. Cursor keys sometimes affect it too. Same as it is in windows, or web browsers or pretty much any applications.

As far as the ati drivers. Run them, then enter x5, down arrow, space, enter x2 (or x3) and you're done. Unless you want a distro specific version (which may or many not work, but is much easier to UNinstall, when it does work). Just be wary of sound card conflicts since the newer video cards have sound cards in them (HDMI / hda-intel). This tends to lock up my X session at startup since my motherboards nVidia sound/video card shares the same sound card driver as my ATI graphics card. Technically visiontek HD 4550. But visiontek doesn't have linux drivers.
 
Old 01-18-2009, 02:01 PM   #5
mothergoose729
Member
 
Registered: Aug 2008
Distribution: Ubuntu x64
Posts: 118

Original Poster
Rep: Reputation: 19
Ok I think there is still something that I am not understanding. I selected the file and then typed sh ./ati-driver-installer-8-10-x86.x86_64.run in the window, and nothing happend. I tried right clicking and pressing "autorun prompt" and then resulted in nothing as well. I ran the terminal, atl-tabbed my way to the download file, then alt-tabed back to the terminal and typed sh ./ati-driver-installer-8-10-x86.x86_64.run as a root command, and it told me that:

sh :./ati-driver-installer-8-10-x86.x86_64.run: no such file or directory

I am at a loss... I hate being so hopelessly noobish.

http://i303.photobucket.com/albums/n...reenshot-1.png

Last edited by mothergoose729; 01-18-2009 at 02:09 PM.
 
Old 01-18-2009, 07:47 PM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
# chmod +x ati-driver-*

It's not executable by default, since you downloaded it. Instead of copied it from some other filesystem where it was executable.

Might need sudo for that one in ubuntu. As you've got to do it as root.
 
Old 01-18-2009, 11:27 PM   #7
mothergoose729
Member
 
Registered: Aug 2008
Distribution: Ubuntu x64
Posts: 118

Original Poster
Rep: Reputation: 19
# chmod +x ati-driver-*

So I run this as a root command in the terminal? Or do I select it and type it in the window?

I am really sorry if all these questions are so basic. Have had linux for just short of three days now so I am trying hard to figure this out. Seems like all the information I find is distro specific, a solution not and explanation, and constantly changing with every new update...

Last edited by mothergoose729; 01-18-2009 at 11:29 PM.
 
Old 01-19-2009, 08:38 AM   #8
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
from an xterm, or from the console after you login.

$ sudo chmod +x ati-driver-*

$ sudo sh ati-driver-*

replace * with the actual remaining half of the filename. <tab> will likely do this for you. AKA tab completion.

You might also check out the ubuntuforums.org (or whatever it's called). You're not likely to be the only one with this issue / question. I like ubuntu in that it's more up to date with modern processors. But I don't like that it tries to restrict the use of root altogether and only allows you to do most root-ish things from sudo.
 
Old 01-19-2009, 11:35 AM   #9
mothergoose729
Member
 
Registered: Aug 2008
Distribution: Ubuntu x64
Posts: 118

Original Poster
Rep: Reputation: 19
I am running Fedora 10 86x_64 though. I check my software package and I have sudo installed. Is this pretty much the same as super user? Or is this accessed differently?

I entered my terminal under super user mode and typed in those pieces of code. It asked for my sudo password, which I assumed to be the same as my root password? I then entered it in and it told me that "we trust you have recieved the usual lecture from the administration system manager...". After that it said "(myusername)is not in the sudeors file. This incident will be reported". I typed in the second bit of code, it asked for my sudo password, and then nothing happened.

What am I doing wrong?

http://i303.photobucket.com/albums/n...reenshot-2.png
 
Old 01-19-2009, 02:08 PM   #10
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Sudo is just a way to give a common user root like abilities. If you can su to root, then by all means go that route. Far fewer hoops to jump through. Otherwise it's like Vista where you have to run as administrator, otherwise you end up installing your device driver half a dozen times before it actually installs. IF it installs.

When I use # I mean as root. When I use $ I mean as user.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't find ATI HD 3870 card in hardware drivers keung Linux - Hardware 4 06-22-2008 03:23 AM
video/sound codecs and drivers where can i find them? mrryanthai Linux - Newbie 3 10-27-2007 03:49 PM
Video Card - updating ati drivers squimmy Linux - Hardware 4 04-10-2006 05:42 PM
Pci Video Card And Ati Drivers d4harvey Linux - Hardware 6 09-15-2004 08:07 PM
Drivers for 9600 ATI video card???? mst700 Linux - Newbie 12 07-03-2004 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration