hi buddies.
i'm try to install amd driver on kernel 3.3.6, but i have this error.
# sh amd-driver-installer-12-6-x86.x86_64.run --buildandinstallpkg
=====================================================================
AMD Catalyst(TM) Proprietary Driver Installer/Packager ...
Search found 13 matches
- 24. Jul 2012, 04:23
- Forum: Problems
- Topic: problem instaling amd driver 12-6
- Replies: 1
- Views: 1186
- 26. Aug 2011, 15:58
- Forum: Problems
- Topic: [Solved] Downgrading gcc
- Replies: 2
- Views: 2225
Re: Downgrading gcc
thanks for reply =D
At end, i downloaded source of gcc 4.4.6, compiled and installed it, and i did a little change in the configuration file of nvcc (cuda's compiler) and i can run the binaries samples =D. This is what i do:
Download gcc-4.4 source ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.4.6/gcc-4.4.6 ...
At end, i downloaded source of gcc 4.4.6, compiled and installed it, and i did a little change in the configuration file of nvcc (cuda's compiler) and i can run the binaries samples =D. This is what i do:
Download gcc-4.4 source ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.4.6/gcc-4.4.6 ...
- 26. Aug 2011, 03:41
- Forum: Problems
- Topic: [Solved] Downgrading gcc
- Replies: 2
- Views: 2225
[Solved] Downgrading gcc
Hi
I installed cuda 4.0 but this dont have support for gcc 4.5 or above.
how i do a secure downgrading of gcc (gcc 4.4.4 i supose)? or have two gcc instaled (4.5.2 and 4.4.4)?
Thanks, greetings from Chile
sorry my english
I installed cuda 4.0 but this dont have support for gcc 4.5 or above.
how i do a secure downgrading of gcc (gcc 4.4.4 i supose)? or have two gcc instaled (4.5.2 and 4.4.4)?
Thanks, greetings from Chile
sorry my english
- 11. May 2011, 22:43
- Forum: Problems
- Topic: problem with ralink r539f
- Replies: 12
- Views: 5920
Re: problem with ralink r539f
Can you provide the output of lsmod?
hi buddy sorry for the delay answer
# lsmod
Module Size Used by
snd_seq_dummy 1479 0
snd_seq_oss 30116 0
snd_seq_midi_event 5708 1 snd_seq_oss
snd_seq 52486 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5473 3 snd_seq_dummy,snd_seq_oss,snd ...
hi buddy sorry for the delay answer
# lsmod
Module Size Used by
snd_seq_dummy 1479 0
snd_seq_oss 30116 0
snd_seq_midi_event 5708 1 snd_seq_oss
snd_seq 52486 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5473 3 snd_seq_dummy,snd_seq_oss,snd ...
- 2. May 2011, 14:04
- Forum: Problems
- Topic: problem with ralink r539f
- Replies: 12
- Views: 5920
Re: problem with ralink r539f
Hi, there is lspci
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
02:00.0 Network controller: Ralink corp. Device 539f
and try and ndiswrapper but it was not Windows compatible driver
try and ndiswrapper but it was ...
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
02:00.0 Network controller: Ralink corp. Device 539f
and try and ndiswrapper but it was not Windows compatible driver
try and ndiswrapper but it was ...
- 1. May 2011, 19:56
- Forum: Problems
- Topic: problem with ralink r539f
- Replies: 12
- Views: 5920
Re: problem with ralink r539f
hello
laprjns did what he said the tuturial, but not compile.
So I kept looking and found a package of OpenSuSe which has patches for the driver, apply all the patches and compile! and then install.
I have now recognized the wifi card, then try to connect to a wifi network, that of my home. It ...
laprjns did what he said the tuturial, but not compile.
So I kept looking and found a package of OpenSuSe which has patches for the driver, apply all the patches and compile! and then install.
I have now recognized the wifi card, then try to connect to a wifi network, that of my home. It ...
- 1. May 2011, 01:16
- Forum: Problems
- Topic: problem with ralink r539f
- Replies: 12
- Views: 5920
Re: problem with ralink r539f
Please use the command LANG=C make if you want to post error messages so that they are in English ;)
ok =) there is
LANG=C make
make -C tools
make[1]: Entering directory `/home/perro/Descargas/2010_1216_RT5390_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving ...
ok =) there is
LANG=C make
make -C tools
make[1]: Entering directory `/home/perro/Descargas/2010_1216_RT5390_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving ...
- 29. Apr 2011, 20:10
- Forum: Problems
- Topic: problem with ralink r539f
- Replies: 12
- Views: 5920
Re: problem with ralink r539f
yes.laprjns wrote:Do you have the kernel-source package installed?
- 29. Apr 2011, 03:37
- Forum: Problems
- Topic: problem with ralink r539f
- Replies: 12
- Views: 5920
problem with ralink r539f
hello
i have a wifi card ralink r539f, i download the official driver, but when a do make, the code has error.
make
make -C tools
make[1]: se ingresa al directorio `/home/perro/Descargas/2010_1216_RT5390_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: se sale del ...
i have a wifi card ralink r539f, i download the official driver, but when a do make, the code has error.
make
make -C tools
make[1]: se ingresa al directorio `/home/perro/Descargas/2010_1216_RT5390_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: se sale del ...
- 11. Jan 2011, 14:27
- Forum: Announcements
- Topic: Salix Xfce 13.2alpha1
- Replies: 32
- Views: 35755
Re: Salix Xfce 13.2alpha1
yeah!!!
downloading!!!
downloading!!!