Find the answer to your Linux question:
Results 1 to 5 of 5
When I run suse 11.3 live from CD I can connect to the Internet, but when I install it I can't get it to connect. Can anybody help please?...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    2

    Wifi working in live but not in installed Suse 11.30



    When I run suse 11.3 live from CD I can connect to the Internet, but when I install it I can't get it to connect. Can anybody help please?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,788
    Welcome to the forums!

    I don't run any wireless internet at all so can't really help with it, but the best place to start troubleshooting is here:

    http://www.linuxforums.org/forum/wir...tart-here.html
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  3. #3
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    Quote Originally Posted by simongeorge View Post
    When I run suse 11.3 live from CD I can connect to the Internet, but when I install it I can't get it to connect. Can anybody help please?
    do as root

    Code:
    dmesg | grep wlan0
    and see if it finds the network card.

    You don't mention if it's not finding any WAP's or just not getting out to the internet or anything. Need a little more information. Live CD's are set up a little bit different sometimes than a regular install, so you may have to go into YaST and go under network devices and make sure it's set to start at boot and that it's set to DHCP.

  4. #4
    Just Joined!
    Join Date
    Sep 2010
    Posts
    2
    It's finding my access point ok but still not reaching the Internet.

  5. #5
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    Quote Originally Posted by simongeorge View Post
    It's finding my access point ok but still not reaching the Internet.
    Well then it's getting an IP address. so that tells me for some reason it's not getting nameserver. In windows go to a command line and do

    Code:
    ipconfig /all
    then put those namesevers in /etc/resolv.conf like

    Code:
    nameserver xxx.xxx.xxx.xxx
    then try connecting, if that doesn't work as root do:

    Code:
    service network restart
    or

    Code:
    sudo /sbin/service network restart

Posting Permissions

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