up vote 1 down vote favorite
share [g+] share [fb]

I have an old PC which I want to use for internet browsing. I tried using Puppy Linux (version 4.3.1) for the same but have not been able to connect.

I connect via PPPoE. My network card is RTL 8029b which is automatically detected by Puppy Linux. However, the LED indicator on the MODEM designating LAN connectivity stays off. This post is being typed from the same PC running XP, so there are no connection issues.

I am a complete newbie with Linux. Can somebody point me to instructions? I will be willing to give any more information if required.

My modem is a Huewei Smartax MT 882

Thanks

link|improve this question

0% accept rate
if it runs XP, it should run a lighter weight linux that isn't based off older kernels- maybe give debian or lubuntu a try with unetbootin to see if they perform better? – Journeyman Geek Oct 19 '11 at 7:19
feedback

2 Answers

Presumably you can actually shutdown from your network connected XP system
and reboot with PuppyLinux to find that the Ethernet port remains in a link-down state.

This is very curious;
I would expect compatibility or configuration problems to surface as
an inability to dial-up your ADSL connection -- not as a physical link-state problem.

Maybe someone here knows if a driver (or its default configuration)
could cause such an effect.
Particularly, after the RTL card has been successfully detected (like you state).

As a next step maybe you could get some diagnostic information out for reference.
Check this PuppyLinux packaging of the lshw tool.
You could probably update your question with the RTL card details from that.

link|improve this answer
yes, it does stay in link down state from the moment XP shuts down. The link up state as seen via the indicator LED come moments before the actual XP desktop is visible. As I am a complete newbie where linux is concerned, i might also have to figure out how to run the tool that you suggest :( – Vaibhav Garg Oct 24 '09 at 3:48
feedback

First, check that your linux see everything connected by using the command "ethtool eth0" - you'll have to do this as root. You should see a message "Link detected: yes". If not, then you've got a hardware link problem.

The next thing I would suspect is that Linux is not setting the port up for DHCP. When you bring up the linux box, check on the ethernet port with "ifconfig" - it should tell you many things, including the IP address of the port. If not, you may need to assign one, or set the box into DHCP mode so that it can request an address.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.