LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   BCM43225 802.11b/g/n (rev 01) cannot connect to the internet. (https://www.linuxquestions.org/questions/linux-wireless-networking-41/bcm43225-802-11b-g-n-rev-01-cannot-connect-to-the-internet-914478/)

Peacedog 12-07-2011 06:34 PM

Glad you got it some what sorted.

Good luck. ;-)

edbarx 12-09-2011 07:33 AM

I set up wicd successfully as it is connecting to the router. However, there is one problem about wicd: the gui interfaces shows the password in plain text! as I am on Squeeze (Stable), I am out of luck, because the developer stated that the bug has been corrected in a version that is beyond Squeeze. My only salvation, is to edit the source code for the graphical interface disallowing it to display the password in plain text.

Peacedog 12-09-2011 08:30 PM

Looks like it's been corrected in version wicd/1.7.0+ds1-7. I'm not sure what the time frame would be for that version to make it to squeeze?

Good luck. ;-)

edbarx 12-10-2011 05:42 AM

Don't be too optimistic. Squeeze is the current Debian Stable branch, so I doubt whether the bug's correction will ever be allowed to into it.

According to Debian, Stable means 'no updates apart from security ones'.

Peacedog 12-10-2011 02:35 PM

That may be reason enough to upgrade or try a different distro.

Good luck. ;-)

edbarx 12-11-2011 11:23 AM

Upgrading to Debian Testing will only introduce more serious problems. Moreover, in my experience, GNU/Linux is already buggy: so I will not use anything that is still in its developmental phase. Even Stable has unresolved naggy bugs. My most sensible option is to edit the wicd Python script to make it behave the way I want.

Peacedog 12-11-2011 08:51 PM

I see your point. I was suggesting more of a Distro change than an upgrade to testing, but if you're confident you can edit the script to get the desired effect that may be just as simple.

Good luck. ;-)

edbarx 12-13-2011 01:19 AM

Intermittent loss of Wifi connection.

Since I have been using a wifi, I am noticing that my connection breaks after some time it is idle i.e. when I pause/stop browsing the internet or when I read an article requiring several minutes. My router is placed in a room at my first floor. I experience the loss of my network connection when I use my laptop at the ground floor.

Do you know what may be wrong?

Peacedog 12-13-2011 07:38 PM

Could be a dhcp lease problem. Is it random or can you see a pattern or certain amount of time involved?

Good luck. ;-)

edbarx 12-14-2011 12:21 PM

I am noticing that it drops every time after a few minutes of disuse.

Peacedog 12-14-2011 08:14 PM

When the connection gets dropped is it dropping from the router or the isp? Are you losing your ip address from the router completely or just unable to browse the web? Can you ping the router when the connection drops? The next time the connection drops issue the following and post the results please:

Code:

# ifconfig -a
# iwconfig
# route -n
$ ping -c4 192.168.0.1
$ ping -c4 google.com

Note: substitute 192.168.0.1 with your actual routers internal ip address.

Good luck. ;-)

edbarx 12-16-2011 12:28 PM

Thanks for all your help so far. :)

The problem seems to have been resolved when I realised wicd was using another network management daemon instead of its own specifically designed for its use. I instructed KDE 4 to use the wicd network management daemon and the problem appears to have vanished into thin air. :)

Hurray, for Linux wireless stability!

... and another GREAT THANKS for your assistance.

Peacedog 12-16-2011 01:52 PM

Glad you got it sorted.

Good luck. ;-)

edbarx 12-18-2011 01:13 PM

I had to reopen the thread because the problem seems to be still unresolved. The wifi connection is still unstable dropping now and then but not with the initial frequency.

I removed wicd together with all its dependencies purging them in the process. I did the wifi reinstallation, this time, without a GUI's help. At the moment, I am testing the wifi connection thus established by issuing ifup wlan0. However, to run the latter I need to be root and it is not very nice to type my root password in the presence of anyone. I included the command in a shell script so that only that shell script would be allowed if I edit the sudoers file to allow me as a normal user run the script but I have no idea as I have never fiddled with the /etc/sudoers file and I want to keep the security of my system high.

Thanks.

Peacedog 12-18-2011 09:17 PM

This may help.

http://wiki.debian.org/sudo

Good luck. ;-)


All times are GMT -5. The time now is 09:43 AM.