Author |
Message |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Thu 13 Dec 2012, 12:33 Post subject:
|
|
Dam973. What I have googled, there have been issues with rt2800pci module and wpa/wpa2. Some of the problems have been fixed by patching the rt28000pci source and recompiling the module.
Could you run in console: pmodemdiag and post here the created tar ball from the /root, something like: /root/pmodemdiag-20121213.tar.gz
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 5501 Location: GB
|
Posted: Thu 13 Dec 2012, 12:37 Post subject:
|
|
Thanks for that, rc, will try to remember for the future.
Quote: | Dam973 has a PCI device | - yes I saw his suffix, that's why I showed my dongle as usb, but presume it's the same ic inside both?!
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 5501 Location: GB
|
Posted: Thu 13 Dec 2012, 13:48 Post subject:
|
|
Dept. of dumb questions: presume 'blacklisting' only applies to installed systems not liveCD unless a savefile is invoked and an hard reset implemented? An X-restart is insufficient for kernel-level commands? Other methods of activation without hard reset? Any other useful observations?
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 12801 Location: Stratford, Ontario
|
Posted: Thu 13 Dec 2012, 13:54 Post subject:
|
|
You could use "rmmod" to unload the bad module, then "modprobe" to load the good one.
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 5501 Location: GB
|
Posted: Thu 13 Dec 2012, 16:39 Post subject:
|
|
Ta! Will do. Good to have you around, rc.
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 344 Location: Ukraine
|
Posted: Thu 13 Dec 2012, 16:40 Post subject:
cannot compile GTK-code in Precise |
|
I can't compile this code in Precise:
Code: | #include <gtk/gtk.h>
int main(int argc, char *argv[]){
GtkWidget *window1;
gtk_init(&argc,&argv);
window1=gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_title(GTK_WINDOW(window1),"Header");
gtk_widget_show(window1);
gtk_main();
return 0;
} |
using this command:
Code: | gcc `pkg-config --cflags --libs gtk+-2.0` first.c -o first |
It compiles in latest Racy and Slacko. Maybe it's not a bug and in Precise pkg-config command should be changed.
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Thu 13 Dec 2012, 17:26 Post subject:
|
|
Code: | gcc -o first first.c `pkg-config --libs --cflags gtk+-2.0` |
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 344 Location: Ukraine
|
Posted: Thu 13 Dec 2012, 17:40 Post subject:
GTK-compiling |
|
Thank you. It works.
|
Back to top
|
|
 |
dam973
Joined: 31 Jan 2010 Posts: 26
|
Posted: Thu 13 Dec 2012, 19:14 Post subject:
|
|
thanks pemasu!
I ran pmodemdiag and i post the archive as attachement .
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Thu 13 Dec 2012, 19:20 Post subject:
|
|
Quote: | phy0 -> rt2800pci_mcu_status: Error - MCU request failed, no response from hardware |
http://www.spinics.net/lists/linux-wireless/msg85339.html
|
Back to top
|
|
 |
dam973
Joined: 31 Jan 2010 Posts: 26
|
Posted: Fri 14 Dec 2012, 05:22 Post subject:
|
|
I'm sorry i read the post from [url] http://www.spinics.net/lists/linux-wireless/msg85339.html[/url] but i didnt understand what i actually have to do !!
Could you please explain to me?
Thanks a lot !!!
|
Back to top
|
|
 |
dam973
Joined: 31 Jan 2010 Posts: 26
|
Posted: Fri 14 Dec 2012, 05:28 Post subject:
|
|
I know this question may seem stupid but i am new at compiling . :s Thank you for your patience
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5485 Location: Finland
|
Posted: Fri 14 Dec 2012, 09:45 Post subject:
|
|
Yeah, I posted it more for reference. I will give it a go soon. It just looks like that your wpa problem has correspondence to that that link I posted.
I will post more when I have tried to patch that driver and tried to compile it.
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 5501 Location: GB
|
Posted: Fri 14 Dec 2012, 10:08 Post subject:
|
|
Quote: | I will give it a go soon |
Can that include the rt2800usb, as well, please.
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 12801 Location: Stratford, Ontario
|
Posted: Fri 14 Dec 2012, 10:17 Post subject:
|
|
rcrsn51 wrote: | You could use "rmmod" to unload the bad module, then "modprobe" to load the good one. |
Sage wrote: | Can that include the rt2800usb, as well, please. |
It would be helpful if you first provided an update on your blacklisting situation.
|
Back to top
|
|
 |
|