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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-24-2021, 07:36 AM
|
#1
|
LQ Newbie
Registered: Sep 2010
Posts: 26
Rep:
|
what extra firmware for Dell 7470 radeon card?
Hi I just picked up a used Dell 7470 radeon graphics card for my older socket 775 system. There was a webpage that had all the extra firmware files to load but I can't seem to find it anymore. I don't know which firmware .bin's but I think it has Caicos chip. The 2 lines I change in .config for the linux kernel for my juniper card (the one that was in it before) goes like this and it works perfect
CONFIG_EXTRA_FIRMWARE="radeon/JUNIPER_rlc.bin radeon/JUNIPER_smc.bin radeon/JUNIPER_pfp.bin radeon/JUNIPER_me.bin radeon/CYPRESS_uvd.bin"
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
When I had those lines incorrect years ago, it caused a long delay that I'm seeing again with this new card
I have a guess, not sure if its right.
CONFIG_EXTRA_FIRMWARE="radeon/CAICOS_me.bin radeon/CAICOS_mc.bin radeon/CAICOS_pfp.bin radeon/R600_rlc.bin radeon/R600_me.bin radeon/R700_rlc.bin"
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
There's a very long blank during startup but eventually it seems to work, but I get this error in dmesg. The line before it is a normal ethernet card initialization msg with a time of about 7 seconds, then the entry below has like 180 seconds post boot (forget the exact, its on another computer)
radeon_dp_aux_transfer_native: 96 callbacks
Anyone know that webpage with all the entries, or what I should put for the config_extra_firmware? Or do I have it correct and something else is up maybe with my kernel config? Thanks in advance- Derek
Last edited by destey; 09-24-2021 at 07:37 AM.
|
|
|
09-24-2021, 08:10 AM
|
#2
|
LQ 5k Club
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842
Rep: 
|
try
https://linux-hardware.org/index.php...6778-1028-2120
notice all the variants?
do not trust your assumptions please.
If you can not get to a graphical desktop you can still run
Code:
inxi -Gxxx # assumes inxi is installed but do not worry if not as next command bit messier to read
# and
lspci -vvv
the if you are sure its a dell brand, it might be made by a sub-contractor, click on each dell in link and look for a match to ids
|
|
|
09-24-2021, 10:14 AM
|
#3
|
LQ Newbie
Registered: Sep 2010
Posts: 26
Original Poster
Rep:
|
That wasn't really helpful TBH
I found that page, everything works good now. Here it is in case anyone has this trouble in the future
https://wiki.gentoo.org/wiki/Radeon
|
|
|
09-24-2021, 10:29 AM
|
#4
|
LQ Newbie
Registered: Sep 2010
Posts: 26
Original Poster
Rep:
|
Here's the exact line for .config in the linux kernel build in case the link goes down
Code:
config_extra_firmware="radeon/BTC_rlc.bin radeon/CAICOS_mc.bin radeon/CAICOS_me.bin radeon/CAICOS_pfp.bin radeon/CAICOS_smc.bin radeon/SUMO_uvd.bin"
Nothing extra, which might have been the cause of the hangup, or the different ordering (unsure if that matters but I copied the instructions)
|
|
|
10-01-2021, 02:57 AM
|
#5
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,499
|
There is no "extra firmware" needed for a Caicos card in most distros. Mine works in Knoppix, Fedora, Mageia, Debian, openSUSE, and others without any firmware that isn't included in a default installation. It would have been nice to see clearly which distro this was about in the OP.
|
|
|
All times are GMT -5. The time now is 11:28 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
|
|