Results 1 to 10 of 10
i can't connect to internet..
i am beginner..
i use suse linux 10.1
i have d-link router(dsl-360r)..
in winxp i must insert username and password to connect..
i have adsl ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-28-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
[SOLVED] i know this is one of the most common questions, but
i can't connect to internet..
i am beginner..
i use suse linux 10.1
i have d-link router(dsl-360r)..
in winxp i must insert username and password to connect..
i have adsl connection via this router..
please, explain me, step by step, what should i do to connect to the internet..
sorry if this is boring, i tried to connect with help of some linux ebooks..
i failed..
my connection works perfectly under winxp..
if you need more info, please tell..
thank you!
- 03-28-2010 #2Just Joined!
- Join Date
- Dec 2009
- Location
- Maryland, USA
- Posts
- 82
What are the specs (type, model, network interface card or adapter) of the computer you're trying to connect to the internet?
If you don't know how to find that info out, say so, and we'll start over.
- 03-28-2010 #3
Post the output of lspci command here.
Code:su - /sbin/lspci
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-28-2010 #4Linux Newbie
- Join Date
- Mar 2007
- Posts
- 138
You have to know the IP-address of your modem/router.
And insert this in network card setup as gateway.
You should reach your modem with a browser by typing it's IP-address in the address bar.
- 03-28-2010 #5Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
this?
linux@linux:~> su -
linux:~ # /sbin/lspci
00:00.0 Host bridge: Intel Corporation: Unknown device 29c0 (rev 02)
00:01.0 PCI bridge: Intel Corporation: Unknown device 29c1 (rev 02)
00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controllers cc=IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:01.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
01:02.0 Communication controller: Conexant: Unknown device 2f30 (rev 01)
02:00.0 Ethernet controller: Unknown device 1969:1048 (rev b0)
04:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0402 (rev a1)
linux:~ #
- 03-28-2010 #6Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
how to do that?
i know that every time i connect to the internet in winxp i get other ip adress..
- 03-28-2010 #7
I see several "unknown device" messages. This is most likely because your computer is newer than the Linux distro that you are using. You can't expect it to have drivers for hardware that didn't exist when it was released.
Suse 10.1 is considered rather old. You should install the latest version, which is 11.2.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-28-2010 #8
BTW, your LAN device:
Uses the atl1 driver.Code:02:00.0 Ethernet controller: Unknown device 1969:1048 (rev b0)
Attansic L1 driver
The best way to get this driver, is to use a newer kernel. In Suse, that means using a newer version of Suse (11.2).Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 03-28-2010 #9Linux Newbie
- Join Date
- Mar 2007
- Posts
- 138
What you mean is the external IP-address you get from your internet provider.
But your modem/router has always an internal (local) IP-address.
This is usually 192.168.1.1, but could also be 192.168.0.1, it depends.
To find this out type on the command line: ifconfig -a (for linux).
For windows you use: ipconfig /all
It will list all network interfaces.
If you type the correct IP-address in a web-browser you get the modem setup screen.
Because these modems are OS independent It's the same for all OS.
But you have to have your network card (ethernet controller) correctly configured.
- 03-29-2010 #10Just Joined!
- Join Date
- Mar 2010
- Posts
- 6
thank you guys.i will let you know, if i have more questions...
thanks again!



