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?...
- 09-03-2010 #1Just 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?
- 09-03-2010 #2forum.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.htmloz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 09-03-2010 #3Linux Newbie
- Join Date
- Apr 2009
- Posts
- 160
do as root
and see if it finds the network card.Code:dmesg | grep wlan0
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.
- 09-17-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
It's finding my access point ok but still not reaching the Internet.
- 09-19-2010 #5Linux Newbie
- Join Date
- Apr 2009
- Posts
- 160
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
then put those namesevers in /etc/resolv.conf likeCode:ipconfig /all
then try connecting, if that doesn't work as root do:Code:nameserver xxx.xxx.xxx.xxx
orCode:service network restart
Code:sudo /sbin/service network restart


Reply With Quote

