LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   able to activate wireless connection but still doesnt work (PS3 YDL 5.0.1) (https://www.linuxquestions.org/questions/linux-newbie-8/able-to-activate-wireless-connection-but-still-doesnt-work-ps3-ydl-5-0-1-a-562319/)

lox760 06-16-2007 06:12 PM

able to activate wireless connection but still doesnt work (PS3 YDL 5.0.1)
 
I finally was able to get my wireless connection activated after many errors saying determind ip eth0 no link present but I still can't use mozilla/go on any website. Is there a way to check the connection or a way to check that I am using 5.0.1??

alexander_bosakov 06-17-2007 01:28 PM

Having link, means only that your ethernet card can communicate with another. Accessing the internet requires that your computer have assigned IP address, the step I guess you missed. Depending on your distro having scripts for automated configuration and your provider having DHCP server, the kernel, detecting the link may trigger the autoconfiguration. Or it may be necessary to do it manually. Anyway, try this as root:
$ ethtool eth0
look at the last line "Link detected ..."
If "Yes", then try:
$ ifup eth0
See the man pages for "ethtool", "ifup", and, most important - "ifconfig"
And, it will be "eth0" if the wirelless card is the first or the only installed ethernet card installed. If you also have another, it may be "eth1".

lox760 06-17-2007 02:22 PM

Ok thanks I am going to try that. I was wondering if it says YDL 5.0 when you are signing in even though you have 5.0.1?Does the 5.0 YDL have the option for wireless connection??

alexander_bosakov 06-17-2007 02:27 PM

I'm not familiar with YDL, I only suggest you to check if you have assigned IP address. Type "ifconfig", and it will list the configured IP interfaces.

lox760 06-18-2007 06:13 PM

Where would I type the ifconfig at?on the terminal or something like that??


All times are GMT -5. The time now is 05:01 PM.