09-16-2016, 05:01 AM
Hi Glin22,
Sure he needs a DSL modem to use the service. The question is the setup.
Get as much information as possible while you're at his house. For example also, whether he really uses a router respectively how many computers are connected to the internet (at the same time).
specifically:
to check whether the network card got configured/ the system obtained an IP address.
to test whether he can reach Google or just gets a time out.
I'd prefer to narrow it down in an iterative process, otherwise I could write a book here with a myriad of IF ... THEN cases![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Good luck![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
PS: No need to tweak the Linux Lite setup till you know more about his network setup.
Sure he needs a DSL modem to use the service. The question is the setup.
Get as much information as possible while you're at his house. For example also, whether he really uses a router respectively how many computers are connected to the internet (at the same time).
specifically:
- DSL modem setup (if he has a separate one)
- router setup (which might actually include the DSL modem)
- check his Windows network settings, how is Windows system is connected
Code:
ifconfig -a
Code:
ping google.com
I'd prefer to narrow it down in an iterative process, otherwise I could write a book here with a myriad of IF ... THEN cases
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Good luck
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
PS: No need to tweak the Linux Lite setup till you know more about his network setup.