You are not logged in.

#1 2019-11-23 22:18

Jean 1
Member
Registered: 2019-11-21
Posts: 30

No internet connection!

Hello!

First, I am sorry for my bad english (I live in France).

I have installed Q4OS on a very old computer (Athlon XP 2800+, 1 Go RAM, 40 Go hard disk) just to have an internet connection (nothing else!).

I use a very old ethernet modem (exactly like that, made in 2004: https://commons.wikimedia.org/wiki/File … ET_ST.JPG)
with an very slow ADSL connection (1 Mo/s). On windows XP, all is OK, it's work fine. But, the problem is that when I launch Q4OS I have nothing (no internet connection)!

Unfortunately, I don't know linux at all, I am a true beginner...

What I want to do is to surf on the web without problem with javascript, which occurs in windows xp....

So, what can I do to have an internet connection (how to enter my Internet service provider, my password, etc?) How to configure the connection?

Thank you very much!

Offline

#2 2019-11-25 09:11

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

Q4OS connects out of the box to a wired DHCP networks, so we would guess a hardware dependent issue.  We would need to get more info to investigate on this, please provide output of following commands:
$ ip a
$ sudo ifconfig

Offline

#3 2019-11-25 20:35

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thanks for your reply.

Here is the output of $ ip a

1: lo: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host le
        valid_lft forever preferred lft forever
    inet6 ::1/128 scope host
        valid_lft forever preferred lft forever

The output of $ sudo ifconfig is
command not found

And when I have to enter my admin password after $ sudo, I must change A by Q or the password is not recognized...!

Here was the old procedure to configure the modem on Ubuntu in 2008 (in french)

https://doc.ubuntu-fr.org/modem_adsl_bewan_ethernet

...On the Konsole, all the commands described in that previous page are "not found"

Offline

#4 2019-11-26 08:13

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

It looks like Q4OS detects no ethernet network device. Please run in terminal:
$ sudo journalctl | gzip > /tmp/journal.log.gz
and attach the "/tmp/journal.log.gz" file here to analyze.

You can switch keyboard layout using the "Alt+Space" shortcut, or using the system tray applet.

Offline

#5 2019-11-27 19:33

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thanks for your reply.

...Unfortunately, there is no output of following command:

$ sudo journalctl | gzip > /tmp/journal.log.gz

The instruction "adminq@q4os.desktop: $" simply reappears on the next line.

Offline

#6 2019-11-27 20:31

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

Yes, the command generated the file "/tmp/journal.log.gz", you need to grab it and attach it here.

Offline

#7 2019-11-28 01:29

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Please excuse me, I am a beginner.

Here is the requested file.


Attachments:
gz journal.log.gz, Size: 13.66 KiB, Downloads: 552

Offline

#8 2019-11-28 10:16

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

It looks like you have configured wired network connection. Please run in terminal:
$ sudo cat /etc/NetworkManager/system-connections/Connexion\ filaire\ 1.nmconnection
and post output here
Next remove the connection:
$ sudo rm /etc/NetworkManager/system-connections/Connexion\ filaire\ 1.nmconnection
Reboot
Now the network should be connected, if you have DHCP server configured within your router.

Offline

#9 2019-11-28 20:53

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thanks you very much for your reply.

Unfortunately, it doesn't work...

Here is the output of the previous instructions (I will try to translate):

adminq@q4os-desktop:~$ sudo cat /etc/NetworkManager/system-connections/Connexion\\ filaire\\ 1.nmconnection
[sudo] Mot de passe de adminq :
cat: '/etc/NetworkManager/system-connections/Connexion\': Aucun fichier ou dossier de ce type
cat: 'filaire\': Aucun fichier ou dossier de ce type
cat: 1.nmconnection: Aucun fichier ou dossier de ce type
adminq@q4os-desktop:~$ sudo rm /etc/NetworkManager/system-connections/Connexion\\ filaire\\ 1.nmconnection
rm: impossible de supprimer '/etc/NetworkManager/system-connections/Connexion\': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'filaire\': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '1.nmconnection': Aucun fichier ou dossier de ce type
adminq@q4os-desktop:~$

Translation:
"Mot de passe de adminqÂ" means "adminq@ password"
"filaire" means wired
"Aucun fichier ou dossier de ce type" means "no such file or folder"
"impossible de supprimer" means "impossible to delete"

...Furthermore, in all case, if connection is possible, I have to type in elsewhere these two informations from my internet service provider (or it will be impossible for me to connect my PC to the internet): my user name (the name my provider gave me) and my password (the password my ISP gave me).

Thank you in advance!

Offline

#10 2019-11-28 21:18

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

Please run the following:
$ sudo ls -l /etc/NetworkManager/system-connections/
and post the output here.

Offline

#11 2019-11-28 22:46

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Here is the output:

total 4
-rw------- 1 root root 401 nov.  27 04:29 'Connexion filaire 1.nmconnection'

Offline

#12 2019-12-01 18:13

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

hello! Hello!

Is there someone out there who's willing to help me?

Offline

#13 2019-12-01 20:22

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

Yes, the command above shows the file "/etc/NetworkManager/system-connections/Connexion filaire 1.nmconnection". You need to remove the file and reboot afterwards. Please try the command:
$ sudo rm /etc/NetworkManager/system-connections/*

Offline

#14 2019-12-01 22:52

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thank you!

...I have deleted the file; after reboot, the message "connection attempt failed" "IP configuration unavailable" appeared in the system tray.

Offline

#15 2019-12-02 08:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

Now, provide output of following command:
$ ip a

Offline

#16 2019-12-05 00:21

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Hello,

Here is the output:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp0s9: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
    link/ether 00:08:54:37:88:08 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::6770:9c0e:223d:3d6b/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
adminq@q4os-desktop:~$

Offline

#17 2019-12-05 08:16

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

You can see the "enp0s9" ethernet network device, so it's recognized and seems to be all right. Now you only need to configure it the proper way. If you have DHCP server in your local network, it would work out of the box with no configuration. If you want to manually enter your IP configuration, proceed the following:

Right mouse click on the network icon in system tray > Edit connections > select Wired connection to configure > Edit connection > Run through the guide and enter the proper network IP address and other required values.

The IP configuration above you get from your internet provider.

Offline

#18 2019-12-05 19:53

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thank you for your reply!

...The problem is the modem is not a router. To connect to the Internet, it connects with the PPPoE authentication method, not with DHCP. With PPPoE the modem connects to the Internet with a user name (euxxxxxx@tele2.fr) and password (xxxxxxxx) assigned by tele2.fr (whom is my internet provider).

To connect to internet with my ethernet modem, I know that on Ubuntu (ten years ago) the command was:

sudo pppoeconf

But it doesn't work here (command not found)

(I am sorry for my bad english !!! I hope you understand)

What can I do?

Offline

#19 2019-12-05 20:34

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: No internet connection!

Jean 1 wrote:

To connect to internet with my ethernet modem, I know that on Ubuntu (ten years ago) the command was:

sudo pppoeconf

But it doesn't work here (command not found)

You need to install the "pppoeconf" package. Unfortunately, it's not a part of the default Q4OS installation. If you would get a temporary Internet access some way, you can install it in terminal:
$ sudo apt update
$ sudo apt install pppoeconf

Offline

#20 2019-12-07 21:49

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thanks for your reply.

I have found that to setup an adsl pppoe connection on Debian user forum but I don't know if it's a right way to do it with Q4OS:

"What you need is this:
http://packages.debian.org/squeeze/pppoeconf
It lists the dependencies, but most are already installed.
I think you will need two other packages as dependencies of pppoeconf, the other ones are already installed.

You go to the bottom of the site and click on all
then download the *deb file to a USB stick
You do that from a PC where you got a net-connection.
You mount the stick from the Debian-PC, mount the stick and install the package as root with
dpkg -i *deb
in the directory where the package is. Say:
mkdir /media/stick
mount /dev/sdb1 /media/stick
cd /media/stick
dpkg -i *deb
You will get an error message about which deps are missing. Download them the same way and install them with "dpkg -i ", then install pppoeconf."

Is it right? What is exactly the procedure whit Q4OS?

The link http://packages.debian.org/squeeze/pppoeconf is dead...
Where can I download what I need?

Offline

#21 2019-12-07 23:02

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: No internet connection!

Offline

#22 2019-12-08 01:56

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thanks!

I have downloaded pppoeconf (1.21) and all other packages related to pppoeconf (i386 architecture - I think that's the right thing), and I have pasted them in a new folder named "pppoe" on the desktop.

But now I don't know what to do... The previous commands don't work, or I need to become a "superuser".   And as I am a beginner, I'm afraid to do stupid things.... With these commands, I don't know / understand what I do!!!

What I need is very precise instructions!

Offline

#23 2019-12-08 10:05

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: No internet connection!

First could you post the output of the following command?

arch

Offline

#24 2019-12-08 17:23

Jean 1
Member
Registered: 2019-11-21
Posts: 30

Re: No internet connection!

Thank you very much for your reply!

Here is the output: i686

Offline

#25 2019-12-08 20:13

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: No internet connection!

You should able to do as you did before and use the command sudo dpkg -i *.deb to install the deb-files that are in your pppoe folder, so the commands would be as follows

cd ~/Desktop/pppoe/
sudo dpkg -i *.deb

If you have any errors please let us know with exact error messages and hopefully we could correct them.

Offline

Board footer

Powered by FluxBB