It was working perfectly in Windows-XP but not In Ubuntu 7.04
But Now Its working fine in also in Ubuntu 7.04
Many wireless cards are automatically detected by Ubuntu during installation. But some cards may not work automatically with Ubuntu.
A reliable way of getting a wireless card to work is to use the ndiswrapper tool which allows Ubuntu to use the Microsoft Windows driver for the wireless card. To do this, follow the instructions below.
-
To install ndiswrapper, install the package ndiswrapper-utils (see Add Applications). This package is provided on the Ubuntu CD. If you have access to the Internet, you can also optionally install a graphical tool, ndisgtk from the Universe repository (see ../../add-applications/C/#extra-repositories)
Open
→ → and type:sudo ndiswrapper -i ~/Desktop/drivername.inf
The above command assumes that your .INF file is named
drivername.inf
and was copied to your Desktop. Replace these values if necessary.-
To check if it is working correctly, type:
ndiswrapper -l
If it is working correctly, you should see:
Installed ndis drivers:
{name of driver} driver present, hardware present -
For ndiswrapper to function, you need to load a module. To do this, type:
sudo depmod -a
sudo modprobe ndiswrapper -
To ensure that the module is loaded each time you boot the computer, type:
sudo ndiswrapper -m
- Configure your wifi network and Restart your network
I hope you also will connecting with BSNL Broadband Internet Connection
BSNL Best Hai Mere Liye
2 comments:
Great solution dhp
Following link also help
http://ubuntuforums.org/showthread.php?t=112526
yes bhumip
its really helpful link
thanks for it :)
Post a Comment