Linux Using WiFi in Ubuntu

avi

Skilled
I have BSNL broadband & modem+router provided by them. I want to use WiFi in Linux.

But thing is I have to use it in Bridged mode, not in PPPoE.

when I clicked on network manager, it shows networking is disabled. how to enable it ?

Please tell me how to do this.

Thanks in advance.
 

Attachments

  • Screenshot.png.jpg
    Screenshot.png.jpg
    38.9 KB · Views: 175
What version of linux and what hardware? You might have to attach a LAN cable temporarily to install wifi drivers after runnign "Hardware manager" in the system menu...
 
As suggested by a member here post your lspac details

type > lspac in a terminal and copy paste the details here.

Rest wont be much of a problem.

I have a ready made guide if your networking card is from broadcom
 
Code:
00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
02:00.0 VGA compatible controller: nVidia Corporation Device 0df2 (rev a1)
02:00.1 Audio device: nVidia Corporation Device 0bea (rev a1)
04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
05:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-Core Registers (rev 04)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 04)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller (rev 04)
ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Target Address Decoder (rev 04)
ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Test Registers (rev 04)
ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Control Registers (rev 04)
ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Address Registers (rev 04)
ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Rank Registers (rev 04)
ff:04.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers (rev 04)
ff:05.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Control Registers (rev 04)
ff:05.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Address Registers (rev 04)
ff:05.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Rank Registers (rev 04)
ff:05.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers (rev 04)
 
So you have Intel Advanced-N 6200. it should be supported out of the box in Ubuntu 10.10. so I am not sure what's going on. btw, what happens when you do

Code:
$ sudo /etc/init.d/networking stop

$ sudo /etc/init.d/network-interface stop

$ sudo /etc/init.d/network-manager stop

Code:
$ sudo /etc/init.d/network-interface restart

$ sudo /etc/init.d/networking restart

$ sudo /etc/init.d/network-manager restart

?
 
One option you could try is install the non-free drivers, even for my Inspiron 14R i had to install the non-free drivers to get it working. You can check for any other drivers and install it using the below option,
System > Administration > Additional Drivers
 
Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)

Thats ur wireless card. Its strange since being from Intel it should have been supported straight out of the box.

If you can connect to LAN ...go online and do what Napster said.
Compatible drivers work most of the time.

Also, read Up here...This may help

Intel Centrino Advanced - Linux Compatible?

[ubuntu] Intel wireless card not detected - Ubuntu Forums

[ubuntu] Driver for Intel Wireless 6200 LAN card - Page 2 - Ubuntu Forums

[ubuntu] Driver for Intel Wireless 6200 LAN card Networking Wireless Question
 
vishalrao said:
What version of linux and what hardware? You might have to attach a LAN cable temporarily to install wifi drivers after runnign "Hardware manager" in the system menu...
.:napster:. said:
One option you could try is install the non-free drivers, even for my Inspiron 14R i had to install the non-free drivers to get it working. You can check for any other drivers and install it using the below option,

System > Administration > Additional Drivers

Yup, thats what I tried to suggest too. Any luck @OP ? Your response was "latest ubuntu 10.10 and all drivers installed" ? what were the drivers installed? if you run the "additional drivers" program again does it show further options?
 
Sorry, exams are going on so couldn't reply. Right now I am on Windows, will post results asap.

& btw Additional Drivers suggests only one driver, i.e. for my nvidia card. that is also installed.
 
Assuming the wifi is working on windows right? Can you try enabling/disabling the wifi chip using the hardware button/switch :D Sometimes that kicks it on in the linux side... Try this both when booted in Windows and also when in Linux.
 
Gaurish said:
So you have Intel Advanced-N 6200. it should be supported out of the box in Ubuntu 10.10. so I am not sure what's going on. btw, what happens when you do
Code:
$ sudo /etc/init.d/networking stop
$ sudo /etc/init.d/network-interface stop
$ sudo /etc/init.d/network-manager stop
Code:
$ sudo /etc/init.d/network-interface restart
$ sudo /etc/init.d/networking restart
$ sudo /etc/init.d/network-manager restart

?

there were some errors, attached the screenshot. Please have a look :)
[attachment=6942:12668.attach]

vishalrao said:
Assuming the wifi is working on windows right? Can you try enabling/disabling the wifi chip using the hardware button/switch :D Sometimes that kicks it on in the linux side... Try this both when booted in Windows and also when in Linux.
Yup, working in windows with no problem. And Checking hardware switch was first thing I did when I started facing problem.
 

Attachments

  • CMD.jpg
    CMD.jpg
    90.7 KB · Views: 136
No, I already have that file. here are it's contents :

Code:
auto lo

iface lo inet loopback

auto dsl-provider

iface dsl-provider inet ppp

pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf

provider dsl-provider

auto wlan0 

iface wlan0 dhcp inet

I removed all lines except first two, rebooted the system. No changes. (and restored it to earlier state)
 
ok another request, post the full output of the "dmesg" command here... maybe the wifi hardware has some conflict/error in driver or something...

--- Updated Post - Automerged ---

And have you read the links posted already by sgx100, especially this one which seems likely procedure to follow: [ubuntu] Intel wireless card not detected - Ubuntu Forums

Please follow that thread and post back your results...

For example, go to Applications -> Ubuntu Software Center -> Edit -> Software Sources. Select all the items in the "Ubuntu Software" tab , then in the "Updates" tab enable the "maverick-backports" option. Click close and it will take some time to update all the package source information.

Then in software center search for "backport" packages, and try installing at least these two:

linux-backports-modules-wireless-maverick-generic

linux-backports-modules-compat-wireless-2.6.36-maverick-generic

And post your results or followup questions...
 
Sorry to interrupt this thread but...

sgx100 said:
As suggested by a member here post your lspac details

type > lspac in a terminal and copy paste the details here.

MHG

Rest wont be much of a problem.

I have a ready made guide if your networking card is from broadcom
My eMachines E725 has a Broadcom WiFi card.

Not been able to use WiFi.

Running Linux Mint 9.
 
Same things MHG, post output of "dmesg" and also if Mint has some program like "Additional Drivers" or "Hardware Manager" which lets you install 3rd party drivers then try it and see...
 
vishalrao said:
Same things MHG, post output of "dmesg" and also if Mint has some program like "Additional Drivers" or "Hardware Manager" which lets you install 3rd party drivers then try it and see...
I used ndsi wrapper to install wifi drivers downloaded for windows xp from emachines support site.

Will check and see how it works...
 
MHG said:
Sorry to interrupt this thread but...
My eMachines E725 has a Broadcom WiFi card.
Not been able to use WiFi.
Running Linux Mint 9.

Im not sure if this will work but since you insisted for it..Here you go
Find it here
 
Back
Top