Mach mal
apt-get update
apt-get read-edid
Wenn das nicht klappt hast du kein Internet oder ein uraltes Ubuntu oder irgendwas ist kaputt. https://packages.ubuntu.com/cosmic/read-edid
Um schreiben oder kommentieren zu können, benötigst du ein Benutzerkonto.
Du hast schon ein Benutzerkonto? Melde dich hier hier an.
Jetzt anmeldenHier kannst du ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenMach mal
apt-get update
apt-get read-edid
Wenn das nicht klappt hast du kein Internet oder ein uraltes Ubuntu oder irgendwas ist kaputt. https://packages.ubuntu.com/cosmic/read-edid
Aber, ein Bild sagt mehr als tausend Worte und ich muss hier "mindestens 3 Wörter" eingeben ... tststs
EDIT: Ja, NUM-Pad ist ok, es gibt zwar noch einen etwas längeren Bindestrich aber den benutzt niemand (und er findet sich auch nicht auf einer normalen Tastatur)
10.14(LTS) hat laut Ubuntu das Paket, es sollte also gefunden werden können. Falls nicht könntest du es manuell downloaden und installieren. Ist das ein Wegwerf-System nur für jetzt oder benutzt du es öfters?
Oh man, wenn es so schon anfängt...danke!
Nur für jetzt.
Hehe, kenn ich nur zu gut. sudo ist so gemein wie peer der deine Connection resetted
Ok, wenn er es nicht findet:
Falls du ein 64-Bit Ubuntu hast:
cd ~
wget http://de.archive.ubuntu.com/ubuntu/pool/universe/r/read-edid/read-edid_3.0.1-2_amd64.deb
sudo dpkg -i ~/read-edid_3.0.1-2_amd64.deb
Falls du ein 32-Bit Ubuntu hast:
cd ~
wget http://de.archive.ubuntu.com/ubuntu/pool/universe/r/read-edid/read-edid_3.0.1-2_i386.deb
sudo dpkg -i ~/read-edid_3.0.1-2_i386.deb
Danach sollte read-edid funktionieren.
die Sonderzeichen machen mich Kirre
Mach doch diese Seite im Ubuntu Explorer auf. Dann kannst das ganze von dort ins Terminal kopieren.
wget http://de.archive.ubuntu.com/u…ead-edid_3.0.1-2_i386.deb
--2019-01-17 21:30:18-- http://de.archive.ubuntu.com/u…ead-edid_3.0.1-2_i386.deb
Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.62.26, 141.30.62.23, 141.30.62.25, ...
Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.62.26|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17628 (17K) [application/x-debian-package]
Saving to: ‘read-edid_3.0.1-2_i386.deb’
read-edid_3.0.1-2_i 100%[===================>] 17.21K --.-KB/s in 0.02s
2019-01-17 21:30:18 (782 KB/s) - ‘read-edid_3.0.1-2_i386.deb’ saved [17628/17628]
Das ist die Antwort, dann nochmal Enter, dann kam das hier
ubuntu@ubuntu:~$ sudo dpkg -i ~/read-edid_3.0.1-2_i386.deb
dpkg: error processing archive /home/ubuntu/read-edid_3.0.1-2_i386.deb (--install):
package architecture (i386) does not match system (amd64)
Errors were encountered while processing:
/home/ubuntu/read-edid_3.0.1-2_i386.deb
da
Hat geklappt! Dann kommt jetzt der sudo dpkg Befehl. Du kannst, wenn du bis zu read getippt hast auch TAB drücken, dann musste nicht die ganzen Zahlen und Punkte richtig abschreiben Oder wie anonymous writer schon sagte: Copy&Paste
Dann musste die 64-Bit Anleitung von oben nehmen.
ubuntu@ubuntu:~$ wget http://de.archive.ubuntu.com/u…ad-edid_3.0.1-2_amd64.deb
--2019-01-17 21:34:09-- http://de.archive.ubuntu.com/u…ad-edid_3.0.1-2_amd64.deb
Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.62.24, 141.30.62.25, 141.30.62.22, ...
Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.62.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18094 (18K) [application/x-debian-package]
Saving to: ‘read-edid_3.0.1-2_amd64.deb’
read-edid_3.0.1-2_a 100%[===================>] 17.67K --.-KB/s in 0.02s
2019-01-17 21:34:09 (787 KB/s) - ‘read-edid_3.0.1-2_amd64.deb’ saved [18094/18094]
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo dpkg -i ~/read-edid_3.0.1-2_amd64.deb
Selecting previously unselected package read-edid.
(Reading database ... 144040 files and directories currently installed.)
Preparing to unpack .../read-edid_3.0.1-2_amd64.deb ...
Unpacking read-edid (3.0.1-2) ...
dpkg: dependency problems prevent configuration of read-edid:
read-edid depends on libx86-1 (>= 0.99-1); however:
Package libx86-1 is not installed.
dpkg: error processing package read-edid (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Errors were encountered while processing:
read-edid
...ich steh noch auf der Leitung
ubuntu@ubuntu:~$ sudo apt-get install libx86-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libx86-1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libx86-1' has no installation candidate
ubuntu@ubuntu:~$ wget http://de.archive.ubuntu.com/u…ad-edid_3.0.1-2_amd64.deb
--2019-01-17 21:38:42-- http://de.archive.ubuntu.com/u…ad-edid_3.0.1-2_amd64.deb
Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.62.24, 141.30.62.25, 141.30.62.22, ...
Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.62.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18094 (18K) [application/x-debian-package]
Saving to: ‘read-edid_3.0.1-2_amd64.deb.1’
read-edid_3.0.1-2_a 100%[===================>] 17.67K --.-KB/s in 0.02s
2019-01-17 21:38:42 (790 KB/s) - ‘read-edid_3.0.1-2_amd64.deb.1’ saved [18094/18094]
ubuntu@ubuntu:~$ sudo dpkg -i ~/read-edid_3.0.1-2_amd64.deb
(Reading database ... 144050 files and directories currently installed.)
Preparing to unpack .../read-edid_3.0.1-2_amd64.deb ...
Unpacking read-edid (3.0.1-2) over (3.0.1-2) ...
dpkg: dependency problems prevent configuration of read-edid:
read-edid depends on libx86-1 (>= 0.99-1); however:
Package libx86-1 is not installed.
dpkg: error processing package read-edid (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.3-2) ...
Errors were encou
Jetzt aber!
liegt das an mir und sieht das jetzt besser aus...
cd ~
ubuntu@ubuntu:~$ wget http://de.archive.ubuntu.com/u…86-1_1.1+ds1-10_amd64.deb
--2019-01-17 21:42:47-- http://de.archive.ubuntu.com/u…86-1_1.1+ds1-10_amd64.deb
Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.62.24, 141.30.62.25, 141.30.62.22, ...
Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.62.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 82954 (81K) [application/x-debian-package]
Saving to: ‘libx86-1_1.1+ds1-10_amd64.deb’
libx86-1_1.1+ds1-10 100%[===================>] 81.01K --.-KB/s in 0.05s
2019-01-17 21:42:47 (1.57 MB/s) - ‘libx86-1_1.1+ds1-10_amd64.deb’ saved [82954/82954]
ubuntu@ubuntu:~$ wget http://security.ubuntu.com/ubu….19-0ubuntu6.14_amd64.deb
--2019-01-17 21:42:47-- http://security.ubuntu.com/ubu….19-0ubuntu6.14_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 2001:67c:1562::16, 2001:67c:1560:8001::14, 2001:67c:1560:8001::11, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|2001:67c:1562::16|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4752538 (4.5M) [application/x-debian-package]
Saving to: ‘libc6_2.19-0ubuntu6.14_amd64.deb’
libc6_2.19-0ubuntu6 100%[===================>] 4.53M 3.34MB/s in 1.4s
2019-01-17 21:42:49 (3.34 MB/s) - ‘libc6_2.19-0ubuntu6.14_amd64.deb’ saved [4752538/4752538]
ubuntu@ubuntu:~$ wget http://de.archive.ubuntu.com/u…140406-0ubuntu1_amd64.deb
--2019-01-17 21:42:49-- http://de.archive.ubuntu.com/u…140406-0ubuntu1_amd64.deb
Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.62.24, 141.30.62.25, 141.30.62.22, ...
Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.62.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 39176 (38K) [application/x-debian-package]
Saving to: ‘libgcc1_4.9-20140406-0ubuntu1_amd64.deb’
libgcc1_4.9-2014040 100%[===================>] 38.26K --.-KB/s in 0.03s
2019-01-17 21:42:49 (1.46 MB/s) - ‘libgcc1_4.9-20140406-0ubuntu1_amd64.deb’ saved [39176/39176]
ubuntu@ubuntu:~$ wget http://security.ubuntu.com/ubu….19-0ubuntu6.14_amd64.deb
--2019-01-17 21:42:49-- http://security.ubuntu.com/ubu….19-0ubuntu6.14_amd64.deb
Resolving security.ubuntu.com (security.ubuntu.com)... 2001:67c:1360:8001::17, 2001:67c:1562::19, 2001:67c:1360:8001::21, ...
Connecting to security.ubuntu.com (security.ubuntu.com)|2001:67c:1360:8001::17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4482 (4.4K) [application/x-debian-package]
Saving to: ‘multiarch-support_2.19-0ubuntu6.14_amd64.deb’
multiarch-support_2 100%[===================>] 4.38K --.-KB/s in 0.004s
2019-01-17 21:42:49 (1.17 MB/s) - ‘multiarch-support_2.19-0ubuntu6.14_amd64.deb’ saved [4482/4482]
ubuntu@ubuntu:~$ wget http://de.archive.ubuntu.com/u…140406-0ubuntu1_amd64.deb
--2019-01-17 21:42:49-- http://de.archive.ubuntu.com/u…140406-0ubuntu1_amd64.deb
Resolving de.archive.ubuntu.com (de.archive.ubuntu.com)... 141.30.62.24, 141.30.62.25, 141.30.62.22, ...
Connecting to de.archive.ubuntu.com (de.archive.ubuntu.com)|141.30.62.24|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 13856 (14K) [application/x-debian-package]
Saving to: ‘gcc-4.9-base_4.9-20140406-0ubuntu1_amd64.deb’
gcc-4.9-base_4.9-20 100%[===================>] 13.53K --.-KB/s in 0.02s
2019-01-17 21:42:49 (621 KB/s) - ‘gcc-4.9-base_4.9-20140406-0ubuntu1_amd64.deb’ saved [13856/13856]
ubuntu@ubuntu:~$ sudo dpkg -i gcc-4.9-base_4.9-20140406-0ubuntu1_amd64.deb
Selecting previously unselected package gcc-4.9-base:amd64.
(Reading database ... 144050 files and directories currently installed.)
Preparing to unpack gcc-4.9-base_4.9-20140406-0ubuntu1_amd64.deb ...
Unpacking gcc-4.9-base:amd64 (4.9-20140406-0ubuntu1) ...
Setting up gcc-4.9-base:amd64 (4.9-20140406-0ubuntu1) ...
ubuntu@ubuntu:~$ sudo dpkg -i multiarch-support_2.19-0ubuntu6.14_amd64.deb
dpkg: warning: downgrading multiarch-support from 2.27-3ubuntu1 to 2.19-0ubuntu6.14
(Reading database ... 144057 files and directories currently installed.)
Preparing to unpack multiarch-support_2.19-0ubuntu6.14_amd64.deb ...
Unpacking multiarch-support (2.19-0ubuntu6.14) over (2.27-3ubuntu1) ...
Setting up multiarch-support (2.19-0ubuntu6.14) ...
ubuntu@ubuntu:~$ sudo dpkg -i libgcc1_4.9-20140406-0ubuntu1_amd64.deb
dpkg: warning: downgrading libgcc1:amd64 from 1:8-20180414-1ubuntu2 to 1:4.9-20140406-0ubuntu1
(Reading database ... 144057 files and directories currently installed.)
Preparing to unpack libgcc1_4.9-20140406-0ubuntu1_amd64.deb ...
Unpacking libgcc1:amd64 (1:4.9-20140406-0ubuntu1) over (1:8-20180414-1ubuntu2) ...
Setting up libgcc1:amd64 (1:4.9-20140406-0ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
ubuntu@ubuntu:~$ sudo dpkg -i libc6_2.19-0ubuntu6.14_amd64.deb
dpkg: warning: downgrading libc6:amd64 from 2.27-3ubuntu1 to 2.19-0ubuntu6.14
(Reading database ... 144057 files and directories currently installed.)
Preparing to unpack libc6_2.19-0ubuntu6.14_amd64.deb ...
Unpacking libc6:amd64 (2.19-0ubuntu6.14) over (2.27-3ubuntu1) ...
rm: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
dpkg: error while cleaning up:
rm command for cleanup subprocess was killed by signal (Aborted), core dumped
Setting up libc6:amd64 (2.19-0ubuntu6.14) ...
Installing new version of config file /etc/ld.so.conf.d/x86_64-linux-gnu.conf ...
Can't load '/usr/lib/x86_64-linux-gnu/perl/5.26/auto/POSIX/POSIX.so' for module POSIX: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23' not found (required by /usr/lib/x86_64-linux-gnu/perl/5.26/auto/POSIX/POSIX.so) at /usr/share/perl/5.26/XSLoader.pm line 96.
at /usr/lib/x86_64-linux-gnu/perl/5.26/POSIX.pm line 24.
Compilation failed in require at /usr/share/perl5/Debconf/Template.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Template.pm line 7.
Compilation failed in require at /usr/share/perl5/Debconf/Question.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Question.pm line 8.
Compilation failed in require at /usr/share/perl5/Debconf/Config.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Config.pm line 7.
Compilation failed in require at /usr/share/perl5/Debconf/Log.pm line 10.
Compilation failed in require at /usr/share/perl5/Debconf/Db.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Db.pm line 7.
Compilation failed in require at /usr/share/debconf/frontend line 6.
BEGIN failed--compilation aborted at /usr/share/debconf/frontend line 6.
dpkg: error processing package libc6:amd64 (--install):
installed libc6:amd64 package post-installation script subprocess returned error exit status 255
Errors were encountered while processing:
libc6:amd64
ubuntu@ubuntu:~$ sudo dpkg -i libx86-1_1.1+ds1-10_amd64.deb
sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by sudo)
sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by /usr/lib/sudo/libsudo_util.so.0)
ubuntu@ubuntu:~$ sudo dpkg -i read-edid_3.0.1-2_amd64.deb
sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by sudo)
sudo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by /usr/lib/sudo/libsudo_util.so.0)
Eventuell klappt es wenn du die Datei direkt ausführst ohne Installation.
Wo haste denn die Live-CD her? Ist ja alles kaputt. GLIBC_2.26 ist aus Ubuntu 16.04 ... deine installierte ist 2.27 und die ist aus Ubuntu 18.04
Erst
Eventuell klappt es wenn du die Datei direkt ausführst ohne Installation.
Und wenn es nicht klappt:
Ich kann leider keine Anwendung öffnen, keine Ahnung warum...
habt ihr eine anderes image für mich, bzw. einen link wo ich eines herunterladen kann?