简单!
全部博文(366)
分类: LINUX
2012-03-30 11:29:25
While not exhaustive, this section covers some common problems faced with wireless support.
There is much more information available from the Community Documentation.
This troubleshooting guide is designed to be carried out in order. If you reach the end of a section and are not directed to another - then try and should it fail begin at the start again. |
Many wireless network devices can be turned on or off. Check to see if there is a hardware switch, some devices can be switched off from Windows and may need to be turned back on from Windows.
If it is turned on then see the section called “Check for device recognition”.
Open a Terminal ( → → ) and type the command: sudo lshw -C network
You should see an output, along with the words "CLAIMED, UNCLAIMED, ENABLED or DISABLED"
Claimed - this indicates a driver is loaded but not functioning, see
Unclaimed - there is no driver loaded, see .
Enabled - there is a driver loaded, see .
Disabled - see the section called “Check that the device is on”.
Ubuntu supports a system known as NDISWrapper. This allows you to use a Windows wireless device driver under Ubuntu.
Obtain the Windows Driver for your system and locate the file that ends with .inf.
.
Open ndisgtk ( → → ).
Select Install new driver.
Choose the location of your Windows .inf file and click
.Click
.Open a Terminal ( → → ) and type the command: iwconfig.
If the ESSID for our router is shown there may be a problem with ACPI support. Boot the kernel with the pci=noacpi option.
Open a Terminal ( → → ) and type the command: ifconfig.
If there is an IP address shown see .
From the Terminal enter the command: sudo dhclient if_name where if_name is the connection listed earlier.
If you receive a message that says bound to xxx.xxx.xxx.xxx then see
If not then reboot the system.
Open a Terminal ( → → ) and type the command: ping -c3 85.190.27.2.
Now type the command: ping If you get a response from both then see .
Type the command: cat /etc/resolv.conf. If there is no nameserver listed then contact your ISP and find out your primary and secondary domain name servers. Once you have this information see .
IPv6 is supported by default in Ubuntu and can sometimes cause problems.
To disable it, open a Terminal ( → → ) and type the command: gksudo gedit /etc/modprobe.d/aliases.
Find the line alias net-pf-10 ipv6 and change it to read alias net-pf-10 off.
Reboot Ubuntu.