Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: having issues connecting with ethernet :(

  1. #1
    Join Date
    Feb 2009
    Location
    San Antonio Texas
    Beans
    15
    Distro
    Ubuntu 8.10 Intrepid Ibex

    having issues connecting with ethernet :(

    Lo all,

    So sorry to bug you all but i am having a terrible time trying to connect to my router via Ethernet or Usb cable.. i am brand new to linux/ubuntu ( literally just installed a few hours ago) and i am running into a slight issue connecting to my router, i am currently using a Netgear cg814w router. i have gone through the walk through on the desktop and i dont seem to have system>admin>network.. i do have network tools but that doesnt seem to get me to what i want to do... if anyone could help me out it would be much appreciated

  2. #2
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    668
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: having issues connecting with ethernet :(

    Your network card configuration would normally be found under
    System -> Preferences -> Network Configuration

    If your router is serving DHCP to the LAN, then as long as Ubuntu recognizes the network card, it should pick up an address and work automatically.

    If you are not sure whether Ubuntu sees your network card, then try running System -> Administration -> Hardware Testing. It will run through several different device detections and tests to verify the components (sound card, NIC, etc.).

    Cheers!

  3. #3
    Join Date
    Jan 2009
    Location
    hattiesburg, ms
    Beans
    34
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: having issues connecting with ethernet :(

    what kernel are you running? and what version of ubuntu?

  4. #4
    Join Date
    Feb 2009
    Location
    San Antonio Texas
    Beans
    15
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: having issues connecting with ethernet :(

    hmm well it doesnt recognize my network card : /

    but i do have 27 updates to install so hopefully its something in there.

    after ive finished installing all my updates i will attempt to connect via ethernet and if that doesnt work ill be back

  5. #5
    Join Date
    Feb 2009
    Location
    San Antonio Texas
    Beans
    15
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: having issues connecting with ethernet :(

    Quote Originally Posted by odium1 View Post
    what kernel are you running? and what version of ubuntu?
    Ubuntu 8.10 dunno what kernel linux ? haha

    sorry im very new to this. i have a wow friend helping me but hes asleep atm and im very impatient. ill probably end up figuring it out soon enough or just running around in circles until he wakes up... OR hopefully getting some answers from your ubuntu vets

  6. #6
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    668
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: having issues connecting with ethernet :(

    If it still doesn't see the card, then open a terminal and type
    Code:
    lspci
    then copy and paste the results here.

    Cheers!

  7. #7
    Join Date
    Feb 2009
    Location
    San Antonio Texas
    Beans
    15
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: having issues connecting with ethernet :(

    00:00.0 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
    00:00.1 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
    00:00.2 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
    00:00.3 Host bridge: VIA Technologies, Inc. PT890 Host Bridge
    00:00.4 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
    00:00.7 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
    00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
    00:0a.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
    00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
    00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
    00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
    00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
    00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
    00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
    00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
    00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon X1650 Pro (rev 9e)
    01:00.1 Display controller: ATI Technologies Inc Radeon X1650 Pro (Secondary) (rev 9e)

  8. #8
    Join Date
    Jan 2009
    Location
    hattiesburg, ms
    Beans
    34
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: having issues connecting with ethernet :(

    you can check which kernel you're running by typing
    Code:
    uname -a
    in the terminal.

    i'm just curious to know if you're having a problem related to the latest kernel bug

  9. #9
    Join Date
    Feb 2009
    Location
    San Antonio Texas
    Beans
    15
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: having issues connecting with ethernet :(

    Linux ubuntu 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux


    kernal ^^^


    and i dced my wireless adapter using my neighbor/friends atm

    and hooked up my chord and got this with the hardware test

    ERROR:root:Could not find def gateway info in /proc
    Traceback (most recent call last):
    File "/usr/share/hwtest/scripts/internet_test", line 132, in <module>
    sys.exit(main(sys.argv[1:]))
    File "/usr/share/hwtest/scripts/internet_test", line 118, in main
    host = route.get_default_gateway()
    File "/usr/share/hwtest/scripts/internet_test", line 81, in get_default_gateway
    t1 = self._get_default_gateway_from_bin_route()
    File "/usr/share/hwtest/scripts/internet_test", lin

  10. #10
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    668
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: having issues connecting with ethernet :(

    Ok, so the system sees your wireless card but not the wired one. Can you give us more info on the machine? (Brand/model/type) Or if you know it, what is the brand and model of the wired network card?

Page 1 of 3 123 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
  •