If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Announcement
Collapse
No announcement yet.
How to set up internet connection in Kubuntu 7.10!!!!!????
And yes I know, that says 6.10 but the steps are the same
Else:
What happens if you in konsole type sudo ifconfig (press enter and type in your password) ?
If no eth0 (or other device found)
try dmesg | grep eth
It may look something like this
Code:
dmesg | grep eth
eth0: VIA Rhine at 0x1d400, 00:**:*:*:*:*, IRQ 18.
eth0: MII PHY found at address 8, status 0x782d advertising 05e1 Link 45e1.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: no IPv6 routers present
Where 00:**:*:*:*:* = your Network cards MAC address
Comment