• 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 not working with Ubuntu

sathyan

Senior member
Just installed Ubuntu 11.04 (64-bit) over the weekend as a dual boot with Win7. Everything is working except for wi-fi. My wi-fi dongle is Asus USB-N13 which works in Windows but was not detected by Ubuntu. Under the network indicator menu (or whatever you call that icon at the top right), it says firmware missing. I went to the Asus driver site to download a driver and it gives instructions about manually editing configuration, doing $make and to load the driver:
$/sbin/insmod rt3070sta.ko
(this file, rt3070sta.ko, is missing)
$/sbin/ifconfig ra0 inet YOUR_IP up
(this command, ifconfig, is missing)
(Installing a .deb I can do, but this is beyond me)

any help is appreciated
 
For my wireless driver i downloaded a .deb package from somewhere (don't remember now, i just searched for it). It was a contributors package, some companies don't give out their source code. It extracts the firmware files needed for the card to work.
 
Back
Top