Page 2 of 2

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 12:21 pm
by caf4926
caf4926 wrote:So try

Code: Select all

sudo modprobe -rv rt2800pci

Code: Select all

sudo modprobe -v rt3562sta
It sometimes takes a min or so to come active

If it does we need to add a blacklist for rt2800pci

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 12:35 pm
by Ian Clarke
caf4926 wrote:
caf4926 wrote:So try

Code: Select all

sudo modprobe -rv rt2800pci

Code: Select all

sudo modprobe -v rt3562sta
It sometimes takes a min or so to come active

If it does we need to add a blacklist for rt2800pci
Output from sudo modprobe -rv rt2800pci is;

rmmod /lib/modules/3.0.0-30-generic-pae/kernel/drivers/net/wireless/rt2x00/rt2800pci.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/drivers/net/wireless/rt2x00/rt2800lib.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/lib/crc-ccitt.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/drivers/net/wireless/rt2x00/rt2x00pci.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/net/mac80211/mac80211.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/net/wireless/cfg80211.ko
rmmod /lib/modules/3.0.0-30-generic-pae/kernel/drivers/misc/eeprom/eeprom_93cx6.ko


No output from sudo modprobe -v rt3562sta, tried it 3 times.

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 12:55 pm
by Ian Clarke
So how do I add a blacklist for rt2800pci ?

sudo rfkill rt2800pci ?

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 1:37 pm
by Ian Clarke
:(

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 1:53 pm
by caf4926
caf4926 wrote:
caf4926 wrote:So try

Code: Select all

sudo modprobe -rv rt2800pci

Code: Select all

sudo modprobe -v rt3562sta
It sometimes takes a min or so to come active

If it does we need to add a blacklist for rt2800pci
These should have worked, assuming we are on the right track

Go here: /etc/modprobe.d
And right click open as admin this file
blacklist.conf

At the end add the line:

blacklist rt2800pci

And save
Then reboot

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 3:36 pm
by Ian Clarke
Yes ! you're a star ! Thanks for your help with this, I couldn't have done it without you.

As soon as I rebooted the connection was recognised and it connected automatically. So it seems that the wrong Kernel Module was installed automatically then, I wish there was a better way to deal with this issue or at least some other way to discover this error but it's all sorted now anyway so I'll mark this thread as [SOLVED]

Thanks again for your efforts, I really do appreciated it.

Cheers

Ian

Re: New install no Wi-Fi

Posted: Mon Feb 04, 2013 4:42 pm
by caf4926
Ian Clarke wrote:Yes ! you're a star ! Thanks for your help with this, I couldn't have done it without you.

As soon as I rebooted the connection was recognised and it connected automatically. So it seems that the wrong Kernel Module was installed automatically then, I wish there was a better way to deal with this issue or at least some other way to discover this error but it's all sorted now anyway so I'll mark this thread as [SOLVED]

Thanks again for your efforts, I really do appreciated it.

Cheers

Ian
That's right
Took some figuring out. Well done.

In a perfect world what you have discovered should be reported at https://bugs.launchpad.net/