Results 1 to 5 of 5
I’m new to linux
I'm having trouble setting up my internet connection
I have cable internet. The laptop is connected directly to the modem (no router, no wireless).
I just ...
- 09-17-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
Unable to set up internet
I’m new to linux
I'm having trouble setting up my internet connection
I have cable internet. The laptop is connected directly to the modem (no router, no wireless).
I just installed suse 10.0 from dvd onto my laptop
When I use YAST to go network devices network card, an Ethernet card is detected.
It said it was unconfigured so I chose to edit:
Device Type: Ethernet
Setup method: Autom. Addr. Sett (via DHCP)
Host Name and Name Serv Conf:
Checked “change host name via DHCP”
Checked “update name servers and search list via dhcp”
Routing: didn’t do anything here
Advanced-> Hardware Details: checked pcmcia
Advanced-> DHCP client options: checked request broadcast response
Advanced->Detailed Settings: selected “at boot time”; checked “user controlled”; selected “external zone”
Advanced-> Additional addresses: nothing
I have no internet, googled for solutions here and there, no luck.
I’m hoping to get some tips.
- 09-17-2010 #2
Hello and Welcome.
Please post the output of this command.
Code:lspci -knn
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-17-2010 #3Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
well, if you know the name of the interface--eth0, for example--
you could use these commands:
ifconfig eth0 up
dhclient eth0
as root in a terminalthe sun is new every day (heraclitus)
- 09-17-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
Ok. Tnx for the feedback.
lspci -knn-> invalid option --k
//
How can I find out what the name of the interface is?
cheers
- 09-17-2010 #5Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
In a terminal, just type ifconfig. Should show the interface which is likeley eth0.How can I find out what the name of the interface is?


Reply With Quote