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

Thread: 2 issues with ubuntu 12.04 I'm having

  1. #1
    Join Date
    Mar 2009
    Location
    Canada
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    2 issues with ubuntu 12.04 I'm having

    Hi there, I tried getting ubuntu to recognize my NVIDIA GeForce GT 520MX; Optimus card so i could enjoy some 3d effects plus it would boost the overall gaming experiance i would be able to have.

    Problem is though when i tried to install a nvidia driver yesterday ubuntu got stuck in 640 x 480 resolution.. after a few hours of annoyance and browsing the forums i finally came across with a solution that i entered into the terminal.

    However though it still doesn't solve the overall issue of getting my Nvidia graphics card recognized.

    Second issue is that I'm also having trouble getting my wireless to work it will connect to the router but it seems that the router or *something* is preventing a connection. I read the windows wireless drivers may of be help, but I tried that out for it only to fail as well.

    If anyone could help me out in solving these issues it would greatly appreciated.

    -Lithum

  2. #2
    Join Date
    Apr 2011
    Location
    Poprad, Slovakia
    Beans
    72
    Distro
    Ubuntu

    Re: 2 issues with ubuntu 12.04 I'm having

    For that optimus card support you have to check and install Bumblebee

    Code:
    http://bumblebee-project.org/install.html#Ubuntu
    after install run :

    Code:
    optirun glxgears
    or

    Code:
    glxgears
    to see the diference

  3. #3
    Join Date
    Mar 2012
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 2 issues with ubuntu 12.04 I'm having

    What type of wireless adapter? And are you using Gnome Network Manager to connect?

  4. #4
    Join Date
    Mar 2009
    Location
    Canada
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 2 issues with ubuntu 12.04 I'm having

    Quote Originally Posted by Lupajz View Post
    For that optimus card support you have to check and install Bumblebee

    Code:
    http://bumblebee-project.org/install.html#Ubuntu
    after install run :

    Code:
    optirun glxgears
    or

    Code:
    glxgears
    to see the diference
    alright i'm seeing a graphical difference now, but it has a blank where is should be showing the GPu and heres a paste from terminal when i tried to run glxgears

    Code:
    kyle@kyle-300V3A-300V4A-300V5A-200A4B-200A5B:~$ glxgears
    Xlib:  extension "GLX" missing on display ":0.0".
    Error: couldn't get an RGB, Double-buffered visual
    kyle@kyle-300V3A-300V4A-300V5A-200A4B-200A5B:~$ optirun glxgears
    optirun: command not found

  5. #5
    Join Date
    Mar 2009
    Location
    Canada
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 2 issues with ubuntu 12.04 I'm having

    Quote Originally Posted by Dylan1473 View Post
    What type of wireless adapter? And are you using Gnome Network Manager to connect?
    Not too sure what kinda of adapter i have, and i've had this problem in both gnome and unity i just used the defaults that came with the system .. network connections?

  6. #6
    Join Date
    Mar 2012
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 2 issues with ubuntu 12.04 I'm having

    You're probably using Gnome Network Manager then. You could try downloading and using wicd, that's a cross platform one I've used pretty successfully in the past. The only problems I have with it are that it doesn't seem to support VPNs or using multiple wireless network adapters.

    First though, can you open a terminal and type

    Code:
    lspci | grep Network
    if you have an internal network adapter or

    Code:
    lsusb | grep Network
    if you have an external one, then post the output here?

  7. #7
    Join Date
    Mar 2009
    Location
    Canada
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 2 issues with ubuntu 12.04 I'm having

    Quote Originally Posted by Dylan1473 View Post
    You're probably using Gnome Network Manager then. You could try downloading and using wicd, that's a cross platform one I've used pretty successfully in the past. The only problems I have with it are that it doesn't seem to support VPNs or using multiple wireless network adapters.

    First though, can you open a terminal and type

    Code:
    lspci | grep Network
    if you have an internal network adapter or

    Code:
    lsusb | grep Network
    if you have an external one, then post the output here?
    Code:
    kyle@kyle-300V3A-300V4A-300V5A-200A4B-200A5B:~$ lspci | grep Network
    02:00.0 Network controller: Intel Corporation Centrino Wireless-N 130 (rev 34)

  8. #8
    Join Date
    Mar 2012
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 2 issues with ubuntu 12.04 I'm having

    A Google search with those wireless drivers turns up a lot of people having problems. Not good.

    Okay - what happens when you connect to your network? It says you're connected but you don't have internet, right? What happens if you type

    Code:
    ping [YOUR ROUTER IP]
    when connected to the network? If you're not sure, your router IP is probably either 192.168.1.1 or 192.168.0.1, and can be found by typing

    Code:
    sudo route -n
    and looking next to 0.0.0.0 under Gateway.

    And what if you type

    Code:
    ping 8.8.4.4
    anything?

  9. #9
    Join Date
    Mar 2009
    Location
    Canada
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 2 issues with ubuntu 12.04 I'm having

    Quote Originally Posted by Dylan1473 View Post
    A Google search with those wireless drivers turns up a lot of people having problems. Not good.

    Okay - what happens when you connect to your network? It says you're connected but you don't have internet, right? What happens if you type

    Code:
    ping [YOUR ROUTER IP]
    when connected to the network? If you're not sure, your router IP is probably either 192.168.1.1 or 192.168.0.1, and can be found by typing

    Code:
    sudo route -n
    and looking next to 0.0.0.0 under Gateway.

    And what if you type

    Code:
    ping 8.8.4.4
    anything?
    Yes I get connected to the router, but i dont get an actual internet connection.. anyway heres the outputs

    Code:
    64 bytes from 192.168.2.1: icmp_req=1 ttl=64 time=0.471 ms
    64 bytes from 192.168.2.1: icmp_req=2 ttl=64 time=0.496 ms
    64 bytes from 192.168.2.1: icmp_req=3 ttl=64 time=0.463 ms
    and so on...

    when i type ping 8.8.4.4
    Code:
    64 bytes from 8.8.4.4: icmp_req=1 ttl=54 time=42.4 ms
    64 bytes from 8.8.4.4: icmp_req=2 ttl=54 time=38.6 ms
    64 bytes from 8.8.4.4: icmp_req=3 ttl=54 time=39.3 ms

  10. #10
    Join Date
    Mar 2012
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 2 issues with ubuntu 12.04 I'm having

    You are in fact connected to the internet then, your DNS settings or server are probably the problem. Open your web browser and try typing in http://74.125.224.72/

    What do you get?

    EDIT: Also, right click your network manager icon and select "Connection Information". What does it say next to Primary DNS and Secondary DNS?
    Last edited by Dylan1473; August 4th, 2012 at 12:53 AM.

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
  •