This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

my wifi is not working properly

ducele2004

Mon Feb 17, 2014 2:25:04 am

hi guys,

I'm using zorin os 8 educational x32 (new to linux)
1. how do you find out easy about the versions of any programs installed in your system? (e.g.-ubuntu version)
2. my wifi is not at full speed, there are any settings to boost it up?
3. I'm having this wifi led-button blinking always, is that ok? if not, how do I stop it?
searched multiple forums to find solutions but none worked and now I'm a little bit confused

Thanks a lot... cheers!

Wolfman

Mon Feb 17, 2014 5:33:08 am

Hi,

firstly look at the update guide and update your system fully using a "Network Cable" and then you will see if there are any improvements to the system:

viewtopic.php?f=5&t=2247

RESTART AFTER UPDATING!.

See also:

viewtopic.php?f=5&t=2054

To find details of your Ubuntu version: System Settings > System > Details

For installed software:

http://askubuntu.com/questions/159664/h ... t-packages

Regards Wolfman :D

madvinegar

Mon Feb 17, 2014 7:44:28 am

Please also post the results of the following terminal commands:

lspci -nn | grep 0280
lsusb
sudo lshw -c network
sudo rfkill list all
iwconfig

ducele2004

Mon Feb 17, 2014 10:00:13 am

Thanks for your quick reply, guys. I'll be reinstalling it once again through network cable to see what's happening and I'll let you know. Then I'll be posting everything here. With Zorin OS 8 Core installed do I have to load ALL sofwares that came with Zorin Educational by myself, isn't it? I as understood, there are 90% of them included... One other thing I have to mention here, I BLOODY LOVE ZORIN OS 8! When I'm getting it right I'll be good to go;) Windows sucks and is already past-tense for me. Reading through Internet, I couldn't believe it myself how Microsoft is'handle' things on the market. Anyhow, I'll not get into it here. Thanks again and talk to you later...

ducele2004

Mon Feb 17, 2014 10:05:11 am

@mad vinegar

Here are the results and hope you'll find the issue. Thanks...



dragos@dragos-PC:~$ lspci -nn | grep 0280
0b:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
dragos@dragos-PC:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
dragos@dragos-PC:~$ sudo lshw -c network
[sudo] password for dragos:
Sorry, try again.
[sudo] password for dragos:
*-network
description: Wireless interface
product: PRO/Wireless 3945ABG [Golan] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0b:00.0
logical name: wlan0
version: 02
serial: 00:18:de:b2:6d:24
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwl3945 driverversion=3.11.0-15-generic firmware=15.32.2.9 ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
resources: irq:42 memory:efdff000-efdfffff
*-network
description: Ethernet interface
product: BCM4401-B0 100Base-TX
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 02
serial: 00:15:c5:bb:62:6d
size: 10Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=half latency=64 link=no multicast=yes port=twisted pair speed=10Mbit/s
resources: irq:17 memory:ef9fe000-ef9fffff

madvinegar

Mon Feb 17, 2014 12:13:13 pm

Please also provide the results of
Code:
iwconfig
lsmod

I want to see if your signal strength and quality are ok.
Do you also get any disconnections...? In any case we could try to see if disabling the nBand helps things.
In terminal give:
Code:
sudo gedit /etc/modprobe.d/iwl3945.conf

In the document that will open, add the line:
Code:
options iwl3945 11n_disable=1

Save, exit, reboot and see if that helped.

madvinegar

Mon Feb 17, 2014 1:01:47 pm

I have also seen this thread that the poster says that he got it working pretty well using ndiswrapper (windows wireless drivers).
https://bugs.launchpad.net/ubuntu/+sour ... ug/1002884