Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Internet wifi problem

  1. #1
    Join Date
    Mar 2009
    Beans
    159
    Distro
    Ubuntu 13.04 Raring Ringtail

    Internet wifi problem

    Hello

    I just installed a dual boot with Vista and ubuntu 8.10. My wireless internet conection works perfect in Vista but in Ubuntu I don't seem to be connected to the internet; i thought it would connect me automatically but alas.

    I'm pretty much a n00b when it comes to computer issues so I don't have a clue what to do next?

    This is what I get with ifconfig and iwconfig:


    zoran@Omega:~$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:1b:b9:8a:59:88
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:220 Base address:0x4000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:486 errors:0 dropped:0 overruns:0 frame:0
    TX packets:486 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:30448 (30.4 KB) TX bytes:30448 (30.4 KB)

    zoran@Omega:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    pan0 no wireless extensions.

    zoran@Omega:~$

    I'd appreciate your help

  2. #2
    Join Date
    Nov 2008
    Location
    /home
    Beans
    204
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Internet wifi problem

    One of the first blush issues you should consider is if your wireless card is supported and/or if they have proprietary drivers. What model of card do you have? The output of lsusb tells you.
    Sudo make me a sandwich!

    Laptop:9.10 Karmic Koala 64-bit/Windows 7 Ultimate 64-bit (Dual boot), Gateway T-1621, AMD Turion 64 X2 1.8 GHz, 4 GB Ram, ATI Radeon X1270

  3. #3
    Join Date
    Mar 2009
    Beans
    159
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Internet wifi problem

    Quote Originally Posted by phantom3113 View Post
    One of the first blush issues you should consider is if your wireless card is supported and/or if they have proprietary drivers. What model of card do you have? The output of lsusb tells you.
    This is what it tells me:

    zoran@Omega:~$ lsusb
    Bus 002 Device 004: ID 0bda:0111 Realtek Semiconductor Corp. Card Reader
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 046d:c51b Logitech, Inc.
    Bus 001 Device 003: ID 03f0:0f0c Hewlett-Packard
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    zoran@Omega:~$

  4. #4
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Internet wifi problem

    What does "lspci" give you?
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  5. #5
    Join Date
    Feb 2009
    Location
    Arcadia, CA USA
    Beans
    504
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Internet wifi problem

    a USB adapter that works "out of the box" with Ubuntu 8.10 and connects to my router is Belkin F5D7050, sold at Best Buy and Fry's Electronics. others report success with this adapter easily connecting. none of my PCI adapters worked, so they are stored for possible future use. i ended my misery by buying what works with native linux drivers, no ndiswrapper stuff.

    mark bower

  6. #6
    Join Date
    Nov 2008
    Location
    /home
    Beans
    204
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Internet wifi problem

    Whoops, typed the wrong one. While that's not unhelpful, what Shadow suggested would be better:

    What does "lspci" give you?
    Sorry for the mistype!
    Sudo make me a sandwich!

    Laptop:9.10 Karmic Koala 64-bit/Windows 7 Ultimate 64-bit (Dual boot), Gateway T-1621, AMD Turion 64 X2 1.8 GHz, 4 GB Ram, ATI Radeon X1270

  7. #7
    Join Date
    Mar 2009
    Beans
    159
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Internet wifi problem

    Ah well lspci gave me this:

    00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
    00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
    00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
    00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
    00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
    00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
    00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
    00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:05.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
    01:06.0 Ethernet controller: Atheros Communications Inc. AR5413 802.11abg NIC (rev 01)
    01:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev 80)
    02:00.0 VGA compatible controller: nVidia Corporation GeForce 8500 GT (rev a1)
    zoran@Omega:~$

  8. #8
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Internet wifi problem

    Looks like you need drivers for that card. Look HERE. Download that and install.....see how that goes.
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

  9. #9
    Join Date
    Mar 2009
    Beans
    159
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Internet wifi problem

    Will do! Lets try it out..

  10. #10
    Join Date
    Oct 2008
    Location
    New York
    Beans
    2,649
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Internet wifi problem

    Yes let me know how that goes. If it doesn't work i have something else.
    My Launchpad
    ----------------------------------------------------------------------------------------
    My Wiki Page

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •