Go Back   Rage3D » Rage3D Discussion Area » Rage3D Computer Forum » Linux » Drivers
Rage3D Subscribe Register FAQ Members List Calendar Mark Forums Read

Drivers Discussion forum for Linux drivers.

Reply
 
Thread Tools Display Modes
Old May 31, 2007, 06:19 PM   #1
Advertisement (Guests Only)
Login or Register to remove this ad
sledgehammer_999
Radeon HD 5450
 
Join Date: May 2007
Posts: 20


ATI Technologies 8.37.6+feisty big problem. help plz

hi I tried this guide in order to install the ATI driver. This guide worked for me perfectly for Dapper and Edgy. But for feisty nothing works.

I followed every step in the guide and had these problems:

1. when doing "sudo aticonfig --initial" I would get "segmentation fault(core dumped)"
It worked if I used "sudo aticonfig --initial --force"

2. Same thing goes for "sudo aticonfig --overlay-type=Xv"

3. When I reboot "fglrxinfo" shows that I am using Mesa.

4. After each reboot the symbolic link created by this command "sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko" doesn't exist/gets deleted.

Bottom line is that the drivers don't seem to work with Feisty. The restricted drivers(8.34.8) work just fine but I want to install the latest drivers.

Plz help me.
sledgehammer_999 is offline   Reply With Quote
Old Jun 1, 2007, 12:32 AM   #2
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

You need to add fglrx to /etc/defaults/linux-restricted-kernel-modules, build your fglrx.ko module, run "depmod -a" then reboot. That should help.
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Jun 1, 2007, 02:20 AM   #3
sledgehammer_999
Radeon HD 5450
 
Join Date: May 2007
Posts: 20


Default

do you mean /etc/default/linux-restricted-modules-common? I have already done this. To build fglrx.ko module I need to do the "sudo module-assistant prepare/update/build fglrx/install fglrx" right? I have already done this(the guide says it all). But I still have Mesa drivers and the symbolic link gets deleted.
sledgehammer_999 is offline   Reply With Quote
Advertisement (Guests Only)
Login or Register to remove this ad
Old Jun 1, 2007, 04:49 AM   #4
aga
Radeon HD 5450
 
Join Date: Apr 2005
Posts: 22


Default

Not that it helps you, but your symptoms are very similar to mine on Kubuntu feisty with 8.36.5. Aticonfig faults and the link disappears, but I don't finish up on Mesa but with a black screen when X starts. Only ctrl/del works.

Maybe I should advance to 8.37 instead of abandoning fglrx? One last chance.

aga

aga
aga is offline   Reply With Quote
Old Jun 1, 2007, 07:10 AM   #5
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

read your /var/log/Xorg.0.log then... it should say something about "failed to load fglrx" no doubt. Meaning that there is a problem with the kernel module not being built or installed properly. After running module-assistant, make sure run "depmod -a" otherwise you might have problems. Also you could just try "modprobe fglrx" and check "dmesg" output to see if it loaded. I am using Feisty with no problems with this driver.
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Jun 1, 2007, 11:48 AM   #6
aga
Radeon HD 5450
 
Join Date: Apr 2005
Posts: 22


Default

Hi Septor

Don't know if your reply was to the OP or to me. His fglrx loads as he can do fglrxinfo and it says he's on Mesa. My fglrx starts, there's no message about a kernel problem and modprobe fglrx shows it loaded. It just blackscreens at X start with no error in xorg.0.log, after the raw hex EDID data.

aga
aga is offline   Reply With Quote
Old Jun 3, 2007, 06:03 AM   #7
sledgehammer_999
Radeon HD 5450
 
Join Date: May 2007
Posts: 20


Default

Well I haven't used your script yet. I have followed the guide mentioned on my first post which gives me a command to make a symbolic link
Quote:
sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
But this link gets deleted after each boot.

Anyway I will try your script but tell where should I place my ati-driver-installer. I don't want to re-download it.
sledgehammer_999 is offline   Reply With Quote
Old Jun 3, 2007, 10:06 AM   #8
KanoTheMaster
Radeon HD 5750
 
Join Date: Jun 2005
Posts: 191


Default

The instructions you followed are completely crap. The installer should be in /usr/src. The position you mentioned for the fglrx module is in a RAMDISK created by the linux-restricted-modules package. It is absolutely useless to symlink or do anything there. The correct way is to delete there, disable fglrx in /etc/default/linux-restricted-modules-common, install the ati kernel source package and compile that using m-a build/install fglrx-kernel-source. To be sure depmod -a would never hurt. All that is done by my script...
KanoTheMaster is offline   Reply With Quote
Old Jun 3, 2007, 04:55 PM   #9
sledgehammer_999
Radeon HD 5450
 
Join Date: May 2007
Posts: 20


Default

well I tried your script. But after your script started GDM and after my reboot "fglrxinfo" tells that I am using the Mesa drivers.

I noticed something on the output of your sript(I don't think it is important). It said that it is making packages for "Ubuntu/edgy". Well I am using Feisty. And if it makes any difference the Feisty AMD64 flavor.
sledgehammer_999 is offline   Reply With Quote
Old Jun 3, 2007, 09:06 PM   #10
KanoTheMaster
Radeon HD 5750
 
Join Date: Jun 2005
Posts: 191


Default

There is no diff between edgy and feisty - I select the target depending on the xorg release because lsb-release can be wrong. Can not test AMD64 packages right now - no 64 bit system with ATI gfx card here. Could only remotely check it. Maybe you did too many manual changes... Show me the howto you had done before.
KanoTheMaster is offline   Reply With Quote
Old Jun 4, 2007, 05:37 AM   #11
sledgehammer_999
Radeon HD 5450
 
Join Date: May 2007
Posts: 20


Default

the howto is linked in my first post.

If it's not big trouble could you post the steps your script takes?(I can't undestand scripts)
sledgehammer_999 is offline   Reply With Quote
Old Jun 11, 2007, 12:34 PM   #12
zlatan
Radeon HD 5570
 
Join Date: Aug 2003
Location: Croatia Zagreb, Croatia
Posts: 25


Default

I have the same issue... I have not found any way to fix this
I've tried installing the driver manually. Then I've tried ENVY...
My log is the same.
My System is Feisty 32bit. Nforce2 chipset + Sapphire X1600Pro 512MB
I've searched so many forums but nothing helps.
Maybe I'll just wait for the next driver version as usual... at least this time I've got 2D acceleration
__________________

zlatan is offline   Reply With Quote
Old Jun 11, 2007, 02:37 PM   #13
sledgehammer_999
Radeon HD 5450
 
Join Date: May 2007
Posts: 20


Default

well I have this problem with 8.37.6 and the previous one(8.36.5). I will go back to 8.34.8(the ones from the repositories) which works great. I hope the next release will work.

By the way my chipset is nforce4 and my GPU is x1800xl 256MB
sledgehammer_999 is offline   Reply With Quote
Old Jun 12, 2007, 08:17 AM   #14
KanoTheMaster
Radeon HD 5750
 
Join Date: Jun 2005
Posts: 191


Default

@zlatan

Tested now kubuntu feisty 32 bit desktop (before gutsy desktop) live mode using my script from above. (I dislike GNOME, but the script does not require KDE.) The one and only change I did was:

deb http://archive.ubuntu.com/ubuntu feisty universe

^ remove # in front from /etc/apt/sources.list to be able to install module-assistant.

infobash output (installed externally):

Host/Kernel/OS "ubuntu" running Linux 2.6.20-15-generic i686 [ Ubuntu 7.04 ]
CPU Info AMD Athlon XP 2800+ clocked at [ 2088.112 MHz ]
Videocard ATI Radeon R350 [Radeon 9800 Pro] X.Org 7.2.0 [ 1280x1024 @75hz ]
Processes 112 | Uptime 8min | Memory 183.3/1011.5MB | HDD Size 80GB (0%used) | GLX Renderer RADEON 9800 PRO | GLX Version 2.0.6473 (8.37.6)

As you see it is not the newest card, but it works with the driver. So maybe it is a card specific problem. 64 bit I still could not test.
KanoTheMaster is offline   Reply With Quote
Old Jun 13, 2007, 07:07 PM   #15
KanoTheMaster
Radeon HD 5750
 
Join Date: Jun 2005
Posts: 191


Default

Today I wanted to try my script with a Sapphire X1050 PCI-E card on Intel Bearlake G33 chipset. No go with any Kubuntu live cd (tested 32+64 bit, feisty+gutsy). No problem with my own live cd (Xorg 7.1.1) and another one with Xorg 1.3.0 (Debian based). I don't know that the problem should be, the same kernel (from gutsy) recompiled for etch works fine on Debian hd installs - the same Kubuntu 32 bit live cds worked with my old system and the same script. Also I needed to use a DVI-VGA adapter for a Xorg 1.3.0 live cd on 64 bit. Seems to be a really problematic card - tested with different driver releases. At least I could run the card with free ati driver too

Btw. I added a little patch for 64 bit and 2.6.22 kernel (like used in gutsy) to bypass the little missing header error and added installation of ia32-libs (Ubuntu universe) to get amdcccle working.

Last edited by KanoTheMaster : Jun 13, 2007 at 07:13 PM.
KanoTheMaster is offline   Reply With Quote
Old Jun 14, 2007, 12:03 AM   #16
zlatan
Radeon HD 5570
 
Join Date: Aug 2003
Location: Croatia Zagreb, Croatia
Posts: 25


Default

I've Posted this bug to http://ati.cchtml.com/show_bug.cgi?id=698
Please anyone confirm.

Thanks kano for your intrest.
__________________

zlatan is offline   Reply With Quote
Old Jun 14, 2007, 07:12 AM   #17
KanoTheMaster
Radeon HD 5750
 
Join Date: Jun 2005
Posts: 191


Default

Well when this is STILL your current /var/log/Xorg.0.log then the thing is absolutely clear. You use wrong or no fglrx kernel module. I told you already that the guide you followed is wrong in that way.

Hint: When you install Ubuntu, then the fglrx driver (maybe using my script) and then you dist-upgrade (maybe via autoupdate), then after reboot you have got no fglrx module as a new kernel is in the update. Just rerun my script in that case. When you would do the same with nvidia then you would not get X on a Debian install, Ubuntu added a fallback to redetect drivers.

Last edited by KanoTheMaster : Jun 14, 2007 at 10:02 AM.
KanoTheMaster is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 07:02 AM.



Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
All trademarks used are properties of their respective owners. Copyright ©1998-2010 Rage3D.com