Author Topic: Wifi won't scan  (Read 1257 times)

Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Wifi won't scan
« on: March 28, 2012, 12:16:41 PM »
As a new user,I must say I love Pclinuxos,however I find the wifi a problem as it usually will only scan after I've been on Windows(which I'm absolutely sick of). I can't understand it. All I can say is that sometimes it scans and sometimes it doesn't,it won't always connect either when it does. Does anyone have an idea what's going on? Thanks.

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: Wifi won't scan
« Reply #1 on: March 28, 2012, 12:22:16 PM »
As a new user,I must say I love Pclinuxos,however I find the wifi a problem as it usually will only scan after I've been on Windows(which I'm absolutely sick of). I can't understand it. All I can say is that sometimes it scans and sometimes it doesn't,it won't always connect either when it does. Does anyone have an idea what's going on? Thanks.


more info please!  ;)

which network adapter are you using ?

did you take a look here ?
http://www.pclinuxos.com/forum/index.php/topic,56672.0.html

BTW, welcome to PCLinuxOS forum!

AS

Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Re: Wifi won't scan
« Reply #2 on: March 28, 2012, 12:47:00 PM »
Thanks AS .Such prompt help. I am indeed lucky to have found this fabulous system! I have an Acer 5600 which has a network adapter (Intel(r) Pro Wireless 3945ABG).I'll have a look at your link. Thanks again.

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: Wifi won't scan
« Reply #3 on: March 28, 2012, 12:54:00 PM »
Thanks AS .Such prompt help. I am indeed lucky to have found this fabulous system! I have an Acer 5600 which has a network adapter (Intel(r) Pro Wireless 3945ABG).I'll have a look at your link. Thanks again.

You are indeed lucky, this is the same wireless adapter that I use, and indeed it is somewhat unstable while using kernel-2.6.38.8.
open a terminal and edit the file /etc/modprobe.conf, add the following lines:
Quote
options iwl3945 fw_restart3945=1
options mac80211 ieee80211_default_rc_algo=pid

reboot your system, and report back.   ;)

Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Re: Wifi won't scan
« Reply #4 on: March 29, 2012, 03:34:28 AM »
My editing skills are next to zero but I  read up on it and tried . I've no idea if I did it right but it's made no difference.

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: Wifi won't scan
« Reply #5 on: March 29, 2012, 02:50:35 PM »
My editing skills are next to zero but I  read up on it and tried . I've no idea if I did it right but it's made no difference.

 ??? ??? ???

do you expect we can have a better view about your config files ?

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: Wifi won't scan
« Reply #6 on: March 29, 2012, 11:49:43 PM »
My editing skills are next to zero but I  read up on it and tried . I've no idea if I did it right but it's made no difference.

 ??? ??? ???

do you expect we can have a better view about your config files ?

dodecar,

Open a terminal. Enter the following line in the terminal.

cat /etc/modprobe.conf

Copy all contents of the terminal window after entering the command. Paste the contents to your next post.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Re: Wifi won't scan
« Reply #7 on: March 30, 2012, 02:44:57 AM »

 [don@localhost ~]$
[don@localhost ~]$ cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
alias wlan0 iwl3945
alias eth0 8139too
alias sound-slot-0 snd_hda_intel
options snd-ac97-codec power_save=1
alias pci:v00008086d00004222sv00008086sd00001001bc02sc80i00 iwl3945
[don@localhost ~]$
[don@localhost ~]$ cat /etc/modprobe.conf


Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Re: Wifi won't scan
« Reply #8 on: March 30, 2012, 02:51:29 AM »
Don't know if it helps AS but I am able to scan and connect Pclos to wifi(I am now)after previously having been connected on windows. Thanks for your patience and tolerance of my ignorance.

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: Wifi won't scan
« Reply #9 on: March 30, 2012, 06:07:32 AM »

 [don@localhost ~]$
[don@localhost ~]$ cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
alias wlan0 iwl3945
alias eth0 8139too
alias sound-slot-0 snd_hda_intel
options snd-ac97-codec power_save=1
alias pci:v00008086d00004222sv00008086sd00001001bc02sc80i00 iwl3945
[don@localhost ~]$
[don@localhost ~]$ cat /etc/modprobe.conf




you need to change the above as follow:

Quote
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
alias wlan0 iwl3945
alias eth0 8139too
options iwl3945 fw_restart3945=1
options mac80211 ieee80211_default_rc_algo=pid

alias sound-slot-0 snd_hda_intel
options snd-ac97-codec power_save=1
alias pci:v00008086d00004222sv00008086sd00001001bc02sc80i00 iwl3945


How to edit the file: you need to open a terminal type su, type in the root password when requested, if OK you will get a prompt like this:  '#'.
then type:
Code: [Select]
kwrite /etc/modprobe.conf
copy and paste the two lines highlighted in red into that file, save, reboot.

If something is not clear, please ask, this forum is open 24/7  ;)

AS



Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Re: Wifi won't scan
« Reply #10 on: March 30, 2012, 11:16:59 AM »
Thanks a million AS. This could be the beginning of a beautiful friendship.

Offline dodecar

  • Jr. Member
  • **
  • Posts: 24
Re: Wifi won't scan
« Reply #11 on: March 31, 2012, 11:10:06 AM »
That seems to have done the trick! Amazing. Now I can get on with enjoying this great system.Thanks for your wonderful help AS. You are as helpful as you are knowledgeable ,one of the good guys and I'm very grateful to you.  Now on to shrinking that windows partition.

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: Wifi won't scan
« Reply #12 on: March 31, 2012, 11:45:46 AM »
That seems to have done the trick! Amazing. Now I can get on with enjoying this great system.Thanks for your wonderful help AS. You are as helpful as you are knowledgeable ,one of the good guys and I'm very grateful to you.  Now on to shrinking that windows partition.

Enjoy PCLinuxOS! ;)