• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Wifi on Thinkpad/Ubuntu

calyco

Senior member
In device manager I see my Netgear MA521 listed as a RTL8180L PC card but the wireless tray icon shows no wireless devices available. Anyone know how to get this card working under Ubuntu?
 
Hello,

I think you need to install the ndis drivers first.
Ubuntu detected my Broadcom wireless card (eMachines m6809) and I can't turn on the wireless card.
Ndis needs to be installed.
I think that's the problem. I have yet to install ndis, by the way.
 
I installed the drivers, did "modprobe ndiswrapper". Now the "link" light on the wireless card lights up but I still cant connect to the internet.
 
you have to connect to the wireless network w/ the wireless tools, iwconfig. If it is already connected you need to dhclient to get an ip address.
 
How about enabling WEP? I tried to enter my WEP key (hex, 64 bit) as "sudo iwconfig wlan0 key XXXXXXXXXX" or formatted as XXXX-XXXX-XX, both through network preferences and the terminal but it dosent seem to work. When WEP is disabled the wireless network works so Im positive its a problem with WEP.
 
Anyone know the difference between a shared key and a open system key? I was finally able to get my wifi to work on 128bit hex wep by changing it from open system to shared.
 
Nope, I already had my PC card and WEP key added in Network Preferences and all I do is:

modprobe ndiswrapper
ifup wlan0

Now if I can only figure out hot to have it startup automatically after each reboot 😛
 
Back
Top