[NTLUG:Discuss] Getting eth0 working with Kubuntu

Terry trryhend at gmail.com
Sun Jan 29 19:00:23 CST 2006


Just now realizing it's a wireless card, sorry, didn't read carefully....
The previous info is still valid and stuff you should check, but.... also:

See that your wireless NIC is acquiring or is set to the correct essid
         iwconfig wlan0
(where wlan0 is name of your wireless NIC)

If the ssid is wrong and you want to manually set it:
        iwconfig wlan0 essid linksys
(where wlan0 is your wireless NIC and linksys is your routers essid)

See:
         man iwconfig
for more info.

On 1/29/06, Terry <trryhend at gmail.com> wrote:
> On 1/29/06, Wayne Dahl <w.dahl4 at verizon.net> wrote:
> > All,
> >
> > I recently decided to try Kubuntu on my AMD 64 box, so I downloaded the
> > DVD and wiped FC3 from the machine and did a fresh install of Kubuntu
> > 5.10 Breezy Badger.  Everything seemed to work until I attempted to add
> > packages using Adept.  It just did nothing.  When I attempted to get to
> > the Internet using Konqueror, I get nowhere.
> >
> > I checked the ethernet interface, it was up.  However, it had no gateway
> > address in it.  I added the gateway and set up a profile of home dsl.  I
> > can activate the home dsl profile, ifconfig shows the interface is up,
> > the router shows sync with the nic card in my computer, but no traffic
> > is passing.  I have the sneaking suspicion there is something else set
> > somewhere preventing the machine from getting to the network.
> >
> > Anyone else have this problem and figure it out?  The documentation
> > actually sucks...I've set up the nic card just as the documentation
> > said.  During the install, I put in all the info it should need to get
> > the network card set up.  Googling has been about useless as almost
> > every hit I got dealt with getting a wireless nic to work with
> > Ubuntu/Kubuntu.  If anyone can point me in the right direction, I'd be
> > most grateful.
> >
> > Thanks,
> >
> > Wayne
> >
> >
> > _______________________________________________
> > https://ntlug.org/mailman/listinfo/discuss
> >
>
> Since you've not mentioned domain name resolution or /etc/resolv.conf,
> I suspect that is the issue you have omitted. But, maybe not...
> If your network runs DHCP server, try
>        dhclient
> ------------------------------------------------
> You have 3 issues to resolve before getting Internet service working.
> 1) IP address set and in the right range, (whether you're using DHCP
> or static IP)
>            ifconfig
> 2) Gateway (default gateway) - to manually set default gateway:
>           route add default gw ###.##.##.##
> 3) Domain name resolution (having valid name server addresses in
> /etc/resolv.conf )  To manually do that, simply edit /etc/resolv.conf
> and add lines like so:
> nameserver ###.###.##.#
> nameserver ###.###.##.#
>
>        --------TROUBLESHOOTING-------
> If you don't know if you're network is working at all, you might start
> [troubleshooting] by pinging the PC's own NIC.
> i.e. If you set the PC's NIC to 192.168.1.5, do this:
>          ping 192.168.1.5
> If you can ping your own nick, you can be pretty sure it is working ok.
> Next, ping the gateway IP address.
> If that fails, check your wiring.
> Next, ping one of your nameserver addresses.
> and / or try to do name resolution, i.e.
>            host www.google.com
> should show you google.com's IP address
>
> If all of the above yields positive results and you're still not
> surfing the Internet, I'm as lost as you are...  :)
>
> --
> <><
>


--
<><




More information about the Discuss mailing list