Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: CrazyGuy on September 02, 2011, 05:03:13 AM



Title: Adding a new card in linuxcoin.
Post by: CrazyGuy on September 02, 2011, 05:03:13 AM
So I've added a new card to my linuxcoin box and aticonfig lists the new adapter with "aticonfig --lsa", but I cannot access clock information or utilize the card. Do I need to reinstall the fglrx drivers?


Title: Re: Adding a new card in linuxcoin.
Post by: 3phase on September 02, 2011, 06:03:31 AM
Code:
sudo aticonfig --initial --force --adapter=all
sudo reboot

This should do the trick.


Title: Re: Adding a new card in linuxcoin.
Post by: CrazyGuy on September 02, 2011, 06:38:15 AM
Code:
sudo aticonfig --initial --force --adapter=all
sudo reboot

This should do the trick.

That did it.
You're the man, thanks!