LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot connect to WiFi from laptop (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-connect-to-wifi-from-laptop-4175454128/)

tiredofwindows 03-14-2013 09:27 PM

Cannot connect to WiFi from laptop
 
Hello, this is my first post so be gentle. I'm going to school for computer networking and we are taking Linux Desktop and Linux Admin and so far I'm loving it. I decided to do a dual boot on my laptop using the distro we are using in class which is Fedora 13. The install went fine but I cannot connect to my Internet unless I plug directly into my router. Almost 600 updates later, I thought this would fix the problem (thinking it was a driver). I was wrong, so here I am. As I stated earlier, my distro is Fedora 13 and here is my NIC card info I pulled off of my terminal window.
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)

I know this probably isnt enough information but it's a start to hopefully an easy fix. Just let me know what other info is needed or what I need to do. Thanks

KinnowGrower 03-14-2013 09:56 PM

can you show run the command
Code:

lspci -vv
In the output the last line under heading Wireless/Ethernet Controller should looks like
Quote:

Kernel driver in use: r8169
Does it show similar to this?

tiredofwindows 03-14-2013 10:13 PM

Here is what I got after entering the command.

Kernel driver in use: xhci_hcd

There was alot of info prior to that, I don't know if you wanted me to post the entire output or not. I can if you need me too.

TobiSGD 03-14-2013 10:20 PM

The information you posted (RTL8101E ...) is information about your wired network device, not the wireless one. At first we need to know which chipset the wireless device is using, the output from
Code:

lspci
without options will be enough for that.

tiredofwindows 03-14-2013 10:45 PM

00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Device 0126 (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5)
00:1c.7 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 8 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
09:00.0 Network controller: Intel Corporation Device 008a (rev 34)
0b:00.0 USB Controller: Texas Instruments Device 8241 (rev 02)

TobiSGD 03-15-2013 07:31 AM

Quote:

Originally Posted by tiredofwindows (Post 4911929)
09:00.0 Network controller: Intel Corporation Device 008a (rev 34)

This device is your wireless device, according to the PCI-ID database it is an Intel Centrino Wireless-N 1030.
As fair as i know this device is not supported by Fedora 13, you need either a newer version of Fedora or to install the drivers from Intel's website.

tiredofwindows 03-15-2013 01:54 PM

Okay, thanks for the info. I went with F13 b/c thats what we are using in class. I dont know if F18 is too new for what we are doing in there but I'll check into it. Thank you


All times are GMT -5. The time now is 10:30 AM.