Results 11 to 20 of 29
And you had no luck using WICD?
Are you seeing any error messages with the dmesg command?
Code:
dmesg
You might be able to grep it down a little bit ...
- 10-03-2009 #11
And you had no luck using WICD?
Are you seeing any error messages with the dmesg command?
You might be able to grep it down a little bit withCode:dmesg
Do you have some conflicting modules? Post the output ofCode:dmesg | grep eth1
Code:lsmod
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 10-03-2009 #12
In fact, I have created another problem.
My computer suddenly always starts with the following error message.
Do you know how to fix that.Code:Could not connect to wicd's D-Bus interface. Check the wicd log for error messages.
It's killing me. I liked WICD and I installed it on the HEALTHY computer as well. My both systems start with this message. Luckily I still have Internet access.Fedora 13, GNOME
HP Compaq NC6000, Intel Pentium M Processor 725, ATI Mobility Radeon 9600, Intel PRO 2200BG
HP Compaq DC7100, Intel Pentium 4 Processor 541, Intel 915G Express, D-Link DWL-510 AirPlus G
- 10-03-2009 #13
Do you have dbus running on these machines?
Which distro are you using? See if you can find a program called "Services" and make sure DBUS and WICD are set to start on boot.
This post explains how he solved it, but he used YAST....I don't know if you have that.
Solved : Could not connect to wicd’s D-Bus interface | Spirit of ChangeI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 10-03-2009 #14
Yes I have YAST, but both services DBUS and WICD are started and running.
The distro I'm using is openSUSE 11.0 (on both machines).
By the way, the HEALTHY machine fixed itself. I don't know how, but I did do much, I just consumed some updates.
The problem is still present on the other machine. I'll try to do the same there.Fedora 13, GNOME
HP Compaq NC6000, Intel Pentium M Processor 725, ATI Mobility Radeon 9600, Intel PRO 2200BG
HP Compaq DC7100, Intel Pentium 4 Processor 541, Intel 915G Express, D-Link DWL-510 AirPlus G
- 10-03-2009 #15
I have managed to start WICD again on FAULTY machine. However, my (until recently) HEALTHY machine suffers again form "Could not connect to wicd's D-Bus interface. Check the wicd log for error messages." (but this time I didn't do anything, only rebooted)
It appears that some of the consumed updates are affecting my NFS configuration. So I can't access my network drive any more from any of my machines.
I have to stop debugging my WPA problem and fix NFS first. Without network drive I'm crippled, all my files are there.Fedora 13, GNOME
HP Compaq NC6000, Intel Pentium M Processor 725, ATI Mobility Radeon 9600, Intel PRO 2200BG
HP Compaq DC7100, Intel Pentium 4 Processor 541, Intel 915G Express, D-Link DWL-510 AirPlus G
- 10-03-2009 #16
I found a report of this being solved by adding the user to the "users" group.
Change username to a valid user name and then restart Dbus/WICDCode:useradd -G users username
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 10-04-2009 #17
Now, I have restored my both systems (from backups) in the previous state (as it was before WICD installation).
I believe that it is clear now that NetworkManager is not to blame. So I would prefer to continue debugging in my current configuration. I'll deal with WICD later when the WAP issue is fixed.
I also believe that wpa_supplicant.conf is all right, as my HEALTHY system worked with both NetworkMnager and WICD with his original wpa_supplicant.conf,
So to continue debugging, you asked for some more info.Code:ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel
Please find the following links with the requested info:
- the output of dmesg | grep eth1
- the output of lsmod
Fedora 13, GNOME
HP Compaq NC6000, Intel Pentium M Processor 725, ATI Mobility Radeon 9600, Intel PRO 2200BG
HP Compaq DC7100, Intel Pentium 4 Processor 541, Intel 915G Express, D-Link DWL-510 AirPlus G
- 10-04-2009 #18I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 10-04-2009 #19
Hi,
I can't see any one thing that may be causing your problems either. You could try disabling any firewall, also disable SELinux.
When you tried Wicd, did you uninstall NetworkManager? You would need to uninstall it.
As a last resort, remove both Networkmanager and Wicd. Then connect by first setting up a proper wpa_supplicant.conf file. Then use the ifup/ifdown commands to control the wireless and wired connections. This is an option in the YaST Network configuration section.
The problem could also be in the wireless router/access point. Don't use WPA2 or AES, just use plain old WPA-TKIPPaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 10-04-2009 #20
One other thing:
Make sure that your user is a member of the "wheel" group. I think that this can be done in YaST too.Code:ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote

