Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have a CISCO 802.11b WIFI Mini PCI LAN card in my IBM ThinkPad T30 laptop.

Is this wireless card compatible with Lubuntu?

I ran it off a Live CD and it showed the network I want to connect to – but it just won't connect. I tried installing Lubuntu and during installation it also tried to connect to the same network and still nothing.

I know that the wireless network is working correctly because I can connect to it with all my other devices and it works on this very same laptop when I am running Windows.

share|improve this question
We need more hardware information to help you, can you look at this question and then edit your question adding the information. – Jorge Castro Jan 27 at 15:50

1 Answer

It should, just you have to blacklist some modules:

ADD:

blacklist padlock_aes
blacklist geode_aes

to /etc/modprobe.d/blacklist.conf file.

Steps to edit:

  1. Open a Terminal.
  2. Type: gksudo gedit /etc/modprobe.d/blacklist.conf. Enter your password.
  3. Add the lines above to the end of the file.
  4. Save and quit.
  5. REBOOT!
share|improve this answer
How do I edit this file? I googled it and I see some people were having trouble. Can I open it through the command module and simply type those commands it? – mike Jun 8 '12 at 13:55
See above the steps. – Frantique Jun 8 '12 at 13:59
Thank you very much Frantique! – mike Jun 8 '12 at 14:01
Please vote up the solution if it worked! – Frantique Jun 8 '12 at 14:12
Will do, Ill be home in an hour and try it. Thanks again. – mike Jun 8 '12 at 14:16
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.