-
-
Save hakerdefo/9c99e140f543b5089e32176fe8721f5f to your computer and use it in GitHub Desktop.
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse | |
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse | |
deb http://archive.canonical.com/ubuntu/ jammy partner | |
# deb-src http://archive.canonical.com/ubuntu/ jammy partner |
Hello, I get the following error when doing apt-get update
W: Fallo al obtener http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease Fallo temporal al resolver «archive.ubuntu.com»
W: Fallo al obtener http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease Fallo temporal al resolver «archive.ubuntu.com»
W: Fallo al obtener http://archive.ubuntu.com/ubuntu/dists/jammy-security/InRelease Fallo temporal al resolver «archive.ubuntu.com»
W: Fallo al obtener http://archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease Fallo temporal al resolver «archive.ubuntu.com»
W: Fallo al obtener http://archive.canonical.com/ubuntu/dists/jammy/InRelease Fallo temporal al resolver «archive.canonical.com»
W: No se han podido descargar algunos archivos de índice, se han omitido, o se han utilizado unos antiguos en su lugar.
Everything seems okay in your sources.list
file. Could be temporary connectivity issue either at your end or at the server end.
Please help, something like this has happened. How should I fix it ?
You seem to be running ARM architecture. You should try the following in your sources.list
file,
deb http://ports.ubuntu.com/ubuntu-ports jammy main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports jammy-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports jammy-security main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports jammy-backports main restricted universe multiverse
Thnks a lot @hakerdefo
Hi. I'm just new in this community but I've using Linux for years and I hope I will for ever. The question is that i work like a teacher and I can't use the projector(monitor) and the TV MultimediaScreen that we have in the classrooms since I have my laptop with UbuntuStudio 22.04LTS. The TVMultimedia Screen is an APLX-65 of Promethean. In tthe webside they have as a downloads the ActivDrivers only for Ubuntu20 .04(Focal). I've been trying the two ways to install them: by the terminal and by Synaptic, but it didn't work. I'm quite desperate 'cause I need it for work, and I don't know how continue ...
Hi @hakerdefo Can help?....I live in small town where nobody uses Linux...
Hi @hakerdefo Can help?....I live in small town where nobody uses Linux...
A bit manual but should work 🤞
@RaulRomeroPortales I've stumbled upon your message while searching for ubuntu focal sources.list file, and all I really can say is that if a driver isn't included in the kernel but the vendor uses it, this isn't something that Linux was designed for. Linux was designed to keep device drivers in the kernel. You should contact the Promethean support for them to release updated drivers or any instruction to use it. It falls under the responsibility of someone providing the equipment. That's my 5c. Nobody will really help you set it up for them, we don't have it at home :(
Just my 5c as @hakerdefo didn't understand your message and linked Prometheus support which isn't Promethean multimedia screen.
Overall, in my experience, most multimedia screens were just using HDMI and then a tablet-like input for it. You can try using https://help.gnome.org/users/gnome-help/stable/wacom.html.en to align it to the screen if that's the case, and then a regular HDMI. If it's proprietary then it might be even possible that Promethean didn't release documentation for Linux kernel developers to add it to mainline kernel, then there's nothing we can do except recommending to avoid this particular manufacturer.
https://support.prometheanworld.com/s/article/1623?language=en_US
The last thing I might recommend is using 20.04 LTS still, it's technically still supported until April. But overall, since this package is tools, I don't know if you really need it. Might be that just regular graphic tablet utilities are fine.
@RaulRomeroPortales I've stumbled upon your message while searching for ubuntu focal sources.list file, and all I really can say is that if a driver isn't included in the kernel but the vendor uses it, this isn't something that Linux was designed for. Linux was designed to keep device drivers in the kernel. You should contact the Promethean support for them to release updated drivers or any instruction to use it. It falls under the responsibility of someone providing the equipment. That's my 5c. Nobody will really help you set it up for them, we don't have it at home :(
Just my 5c as @hakerdefo didn't understand your message and linked Prometheus support which isn't Promethean multimedia screen.
Overall, in my experience, most multimedia screens were just using HDMI and then a tablet-like input for it. You can try using https://help.gnome.org/users/gnome-help/stable/wacom.html.en to align it to the screen if that's the case, and then a regular HDMI. If it's proprietary then it might be even possible that Promethean didn't release documentation for Linux kernel developers to add it to mainline kernel, then there's nothing we can do except recommending to avoid this particular manufacturer.
https://support.prometheanworld.com/s/article/1623?language=en_US
The last thing I might recommend is using 20.04 LTS still, it's technically still supported until April. But overall, since this package is tools, I don't know if you really need it. Might be that just regular graphic tablet utilities are fine.
@merceroncode Thank you so much for this detailed and well articulated reply. This will be useful to many. 👍
Wow,it works!! Thanks!!