Speedport W920V zu Fritzbox 7270 flashen?! Teil 2

Status
Für weitere Antworten geschlossen.
Guckst Du in Anhang :)

Happy computing!
R@iner
 

Anhänge

  • DSL-Informationen.jpg
    DSL-Informationen.jpg
    34.9 KB · Aufrufe: 127
Zuletzt bearbeitet:

Anhänge

  • dsl_info.JPG
    dsl_info.JPG
    13.4 KB · Aufrufe: 79
Ich habe per Zufall (evtl. irgendeinen Code gewählt) den DECT Debug Modus eingeschaltet. Hat irgendjemand eine Idee wie ich den abschalten könnte, weil jetzt ist das Terminal voll mit Status Meldung was an das Display geschickt wird, welche Tasten gedrückt werden, welche Codecs usw.
Als DECT Version wird bei mir die 1.75 angezeigt


Code:
[SIZE="2"][DECTDRV] SwAllocateCc(CallerId=46)
[01159407][DECTDRV-CATIQ] FP_SW_SETUP_ind: codec_list = 0x81
[138]dect_uicp_prot_handle_connect, new conn
[01159407][DECTDRV-CATIQ] API_FP_MUTE_MODE_REQ
[01159407][DECTDRV-CATIQ] API_FP_CONNECT_REQ: codec_list = 0x40
[01159407][DCTDRV] (API_FP_MUTE_MODE_REQ) UI_TASK->PROTOCOLMAPTASK [E5 2F 58 80] 
[01159408][DCTDRV] (API_FP_SET_PCM_SLOT) UI_TASK->PROTOCOLMAPTASK [DD 2F 58 80 01 40] 
[01159408][DECTDRV-CATIQ] API_FP_SET_PCM_SLOT: codec_list = 0x40
[DECTDRV] ProtocolMapConnectAdpcm, 1, 0, 0x55, 128
[DECTDRV] Ccei:2 FP_MAC_CONNECT_AUDIO_ADPCM 80
[01159408][DCTDRV] (FP_MAC_MUTE_MODE) PROTOCOLMAPTASK->FP_CCF_TASK [2D 02 02 80] 
[01159408][DCTDRV] (FP_MAC_CONNECT_AUDIO_ADPCM_REQ) PROTOCOLMAPTASK->FP_CCF_TASK [30 02 02 80] 
[01159409][DCTDRV] (FP_SW_CONNECT_ind) BASECTRL_≈
....
...
..
[DECT_INFOELE] CC ccei:2 OUT INFO 28 2B 9C 06 01 01 02 00 03 00 02 0A 1A 0A 1A 0A 1A 02 0A 1A 91 02
 01 0A [COLOR="Red"]45 6E 74 67 2E 20 52 75 66 65[/COLOR] 91 02 03 05 20 28 21 31 29 0A 0D [/size]
[COLOR="red"] = Entg. Rufe[/COLOR]
 
Zuletzt bearbeitet:
@muenchner:

Im Zweifel würde ich die Box einfach neu starten ... In der Regel werden dann solche Debug Schalter zurückgesezt.

Gump
 
das habe ich schon gemacht - ist noch da
 
Hallo Jpascher,

wo und wie muß ich kdiff3 installieren.

Du Schreibst:

Es sollte reichen mit:

./apt-get install kdiff3

Ich habe mir auch von http://kdiff3.sourceforge.net/ die Installationsordner heruntergeladen und versucht aus diesem Ordner heraus zu installieren doch das funktioniert auch nicht.

andreas@andreas-desktop:~$ cd Desktop/kdiff3
andreas@andreas-desktop:~/Desktop/kdiff3$ ./install
bash: ./install: No such file or directory
andreas@andreas-desktop:~/Desktop/kdiff3$ sudo install
[sudo] password for andreas:
install: Fehlendes Dateioperand
„install --help“ gibt weitere Informationen.
andreas@andreas-desktop:~/Desktop/kdiff3$

Da habe ich wieder was nicht verstanden :mad:
 
wenn es ein Debian Linux oder Variante davon ist (Ubuntu usw)
dann einfach in der shell:
./apt-get install kdiff3 eingeben
 
Hallo muenchner,

mein Linux ist Ubuntu 8.10 als Virtuelle Maschine unter VirtualBox.

rot = eingaben
blau = antworten

Ich habe mir die Installationsdateien in einen Ordner mit dem Namen kdiff3 kopiert.

werde ein bild anhängen:

andreas@andreas-desktop:~$ ./apt-get install kdiff3
bash: ./apt-get: No such file or directory
andreas@andreas-desktop:~$ cd Desktop/kdiff3
andreas@andreas-desktop:~/Desktop/kdiff3$ ./apt-get install kdiff3
bash: ./apt-get: No such file or directory
andreas@andreas-desktop:~/Desktop/kdiff3$
 

Anhänge

  • Bildschirmfoto.jpg
    Bildschirmfoto.jpg
    355.1 KB · Aufrufe: 26
Zuletzt bearbeitet:
"sudo su" vorher damit du root Rechte bekommst.

Oder sudo apt-get install kdiff3
 
dann versuch mal nur apt-get install kdiff3
 
Ja des ./ ist zu viel des guten!
 
Hallo Jpascher, Hallo muenchner,

andreas@andreas-desktop:~$ cd Desktop/kdiff3
andreas@andreas-desktop:~/Desktop/kdiff3$ sudo apt-get install kdiff3
[sudo] password for andreas:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Paket kdiff3 ist nicht verfügbar, wird aber von einem anderen
Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es veraltet
ist oder nur aus einer anderen Quelle verfügbar ist.
E: Paket kdiff3 hat keinen Installationskandidaten
andreas@andreas-desktop:~/Desktop/kdiff3$


in der Readme steht:

Requirements & Installation
---------------------------


- for KDE4:
From version 0.9.94 on KDiff3 supports KDE4.
For installation on most distributions you usually also require these packages (names as on opensuse):
- g++ (g++, version 3.4 or newer)
- libqt4-devel (Qt4-libs, version 4.4.0 or newer)
- libkde4-devel (KDE4 Header files and development libraries)
- libkonq-devel (optional, needed for the kdiff3-plugin, if not installed
then the contextmenu plugin for konqueror won't be built.)
- cmake (>2.6, checks dependencies and creates the Makefiles appopriate for your system)

Typically in a terminal (e.g. konsole) you cd into the kdiff3-directory and run these commands.

mkdir release # create sub directory
cd release # cd into that directory
kde4-config --prefix # Find out your KDE4-directory and note the result
cmake .. -DCMAKE_INSTALL_PREFIX=<KDE4-prefix> # create Makefile, replace <KDE4-prefix> with the prior result
make # run make (compile and link)
sudo make install # install as root user

Now KDiff3 should be ready to use. Type "kdiff3" to start it.
There should also be a entry in your KDE-start menu in "(Applications->)Development".

For creating a debug version:
mkdir debug
cd debug
kde4-config --prefix # Find out your KDE4-directory and note the result
cmake .. -DCMAKE_INSTALL_PREFIX=<KDE4-prefix> -DCMAKE_BUILD_TYPE=debugfull
make
sudo make install

The <KDE4-prefix> depends on your distribution:
The command "kde4-config --prefix" should tell you.
- For opensuse 11 use "/usr".


welches installations menü ist für Ubuntu 8.10
 
sudo apt-get update
und dann
nochmals
sudo apt-get install kdiff3

das was du hast wäre zum self compile -- apt get install installiert das fertige Paket
 
Ja du hast es nicht leicht!

Versuch mal vorher ein:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgarade
 
Für Ubuntu 8.10 gibts (leider?) kein Kdiff3. Man kann es aber manuell ins System klopfen:

Code:
 sudo apt-get install kdelibs4c2a

 wget http://launchpadlibrarian.net/10679965/kdiff3_0.9.92-2ubuntu1_i386.deb
 wget http://launchpadlibrarian.net/13473685/libkonq4_3.5.9-0ubuntu7_i386.deb
 wget http://launchpadlibrarian.net/10679966/kdiff3-doc_0.9.92-2ubuntu1_all.deb
 dpkg -i *.deb
 
Hallo;

Code:
andreas@andreas-desktop:~$ [COLOR=Red]sudo apt-get update[/COLOR]
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security Release.gpg
Ign [URL]http://security.ubuntu.com[/URL] intrepid-security/main Translation-de
Ign [URL]http://security.ubuntu.com[/URL] intrepid-security/restricted Translation-de
Ign [URL]http://security.ubuntu.com[/URL] intrepid-security/universe Translation-de
Ign [URL]http://security.ubuntu.com[/URL] intrepid-security/multiverse Translation-de
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security Release
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid Release.gpg
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/main Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/restricted Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/universe Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/multiverse Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates Release.gpg
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/main Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/restricted Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/universe Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/multiverse Translation-de
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid Release
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates Release
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/main Packages           
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/main Packages                  
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/restricted Packages
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/main Sources
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/restricted Sources
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/universe Packages
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/universe Sources
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/multiverse Packages
OK   [URL]http://security.ubuntu.com[/URL] intrepid-security/multiverse Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/restricted Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/main Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/restricted Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/universe Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/universe Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/multiverse Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid/multiverse Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/main Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/restricted Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/main Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/restricted Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/universe Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/universe Sources
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/multiverse Packages
OK   [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/multiverse Sources
Paketlisten werden gelesen... Fertig
andreas@andreas-desktop:~$ [COLOR=red]sudo apt-get upgrade[/COLOR]
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Lese Status-Informationen ein... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
andreas@andreas-desktop:~$ [COLOR=red]sudo apt-get dist-upgrade[/COLOR]
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Lese Status-Informationen ein... Fertig
Berechne Upgrade ...Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
andreas@andreas-desktop:~$ [COLOR=red]sudo apt-get install kdiff3[/COLOR]
[COLOR=Blue]Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Lese Status-Informationen ein... Fertig
Paket kdiff3 ist nicht verfügbar, wird aber von einem anderen
Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es veraltet
ist oder nur aus einer anderen Quelle verfügbar ist.
E: Paket kdiff3 hat keinen Installationskandidaten[/COLOR]
andreas@andreas-desktop:~$
Edit:


Code:
andreas@andreas-desktop:~$ [COLOR=Red]sudo apt-get install kdelibs4c2a[/COLOR]
[COLOR=Blue]Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Lese Status-Informationen ein... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
  kdelibs-data libarts1c2a libartsc0 libaudio2 libavahi-qt3-1 liblua50
  liblualib50 libqt3-mt
Vorgeschlagene Pakete:
  perl-suid libarts1-akode nas libqt3-mt-mysql libqt3-mt-odbc libqt3-mt-psql
Die folgenden NEUEN Pakete werden installiert:
  kdelibs-data kdelibs4c2a libarts1c2a libartsc0 libaudio2 libavahi-qt3-1
  liblua50 liblualib50 libqt3-mt
0 aktualisiert, 9 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 22,0MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 71,8MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren [J/n]? j
Hole:1 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main kdelibs-data 4:3.5.10-0ubuntu6 [7321kB]
Hole:2 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main libartsc0 1.5.10-0ubuntu1 [16,7kB]
Hole:3 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main libaudio2 1.9.1-4 [80,3kB]   
Hole:4 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main libqt3-mt 3:3.3.8-b-5ubuntu1 [3270kB]
Hole:5 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main libarts1c2a 1.5.10-0ubuntu1 [1060kB]
Hole:6 [URL]http://de.archive.ubuntu.com[/URL] intrepid-updates/main libavahi-qt3-1 0.6.23-2ubuntu2.1 [33,6kB]
Hole:7 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main liblua50 5.0.3-3 [48,7kB]    
Hole:8 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main liblualib50 5.0.3-3 [35,1kB] 
Hole:9 [URL]http://de.archive.ubuntu.com[/URL] intrepid/main kdelibs4c2a 4:3.5.10-0ubuntu6 [10,1MB]
Es wurden 22,0MB in 60s geholt (363kB/s)                                       
Wähle vormals abgewähltes Paket kdelibs-data.
(Lese Datenbank ... 124036 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke kdelibs-data (aus .../kdelibs-data_4%3a3.5.10-0ubuntu6_all.deb) ...
Wähle vormals abgewähltes Paket libartsc0.
Entpacke libartsc0 (aus .../libartsc0_1.5.10-0ubuntu1_i386.deb) ...
Wähle vormals abgewähltes Paket libaudio2.
Entpacke libaudio2 (aus .../libaudio2_1.9.1-4_i386.deb) ...
Wähle vormals abgewähltes Paket libqt3-mt.
Entpacke libqt3-mt (aus .../libqt3-mt_3%3a3.3.8-b-5ubuntu1_i386.deb) ...
Wähle vormals abgewähltes Paket libarts1c2a.
Entpacke libarts1c2a (aus .../libarts1c2a_1.5.10-0ubuntu1_i386.deb) ...
Wähle vormals abgewähltes Paket libavahi-qt3-1.
Entpacke libavahi-qt3-1 (aus .../libavahi-qt3-1_0.6.23-2ubuntu2.1_i386.deb) ...
Wähle vormals abgewähltes Paket liblua50.
Entpacke liblua50 (aus .../liblua50_5.0.3-3_i386.deb) ...
Wähle vormals abgewähltes Paket liblualib50.
Entpacke liblualib50 (aus .../liblualib50_5.0.3-3_i386.deb) ...
Wähle vormals abgewähltes Paket kdelibs4c2a.
Entpacke kdelibs4c2a (aus .../kdelibs4c2a_4%3a3.5.10-0ubuntu6_i386.deb) ...
Verarbeite Trigger für man-db ...
Richte kdelibs-data ein (4:3.5.10-0ubuntu6) ...

Richte libartsc0 ein (1.5.10-0ubuntu1) ...

Richte libaudio2 ein (1.9.1-4) ...

Richte libqt3-mt ein (3:3.3.8-b-5ubuntu1) ...

Richte libarts1c2a ein (1.5.10-0ubuntu1) ...

Richte libavahi-qt3-1 ein (0.6.23-2ubuntu2.1) ...

Richte liblua50 ein (5.0.3-3) ...

Richte liblualib50 ein (5.0.3-3) ...

Richte kdelibs4c2a ein (4:3.5.10-0ubuntu6) ...

Verarbeite Trigger für libc6 ...
ldconfig deferred processing now taking place[/COLOR]
andreas@andreas-desktop:~$
Edit 2:

Code:
andreas@andreas-desktop:~$ [COLOR=Red]wget [URL]http://launchpadlibrarian.net/10679965/kdiff3_0.9.92-2ubuntu1_i386.deb[/URL][/COLOR]
--2009-03-06 20:54:57--  [URL]http://launchpadlibrarian.net/10679965/kdiff3_0.9.92-2ubuntu1_i386.deb[/URL]
Auflösen des Hostnamen »launchpadlibrarian.net«.... 91.189.90.235
Verbindungsaufbau zu launchpadlibrarian.net|91.189.90.235|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 827232 (808K) [application/x-debian-package]
In »kdiff3_0.9.92-2ubuntu1_i386.deb« speichern.

100%[======================================>] 827.232      318K/s   in 2,5s    

2009-03-06 20:55:00 (318 KB/s) - »kdiff3_0.9.92-2ubuntu1_i386.deb« gespeichert [827232/827232]

andreas@andreas-desktop:~$ [COLOR=Red]wget [URL]http://launchpadlibrarian.net/13473685/libkonq4_3.5.9-0ubuntu7_i386.deb[/URL][/COLOR]
--2009-03-06 20:55:21--  [URL]http://launchpadlibrarian.net/13473685/libkonq4_3.5.9-0ubuntu7_i386.deb[/URL]
Auflösen des Hostnamen »launchpadlibrarian.net«.... 91.189.90.235
Verbindungsaufbau zu launchpadlibrarian.net|91.189.90.235|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 286712 (280K) [application/x-debian-package]
In »libkonq4_3.5.9-0ubuntu7_i386.deb« speichern.

100%[======================================>] 286.712      263K/s   in 1,1s    

2009-03-06 20:55:22 (263 KB/s) - »libkonq4_3.5.9-0ubuntu7_i386.deb« gespeichert [286712/286712]

andreas@andreas-desktop:~$ [COLOR=red]wget [URL]http://launchpadlibrarian.net/10679966/kdiff3-doc_0.9.92-2ubuntu1_all.deb[/URL][/COLOR]
--2009-03-06 20:55:37--  [URL]http://launchpadlibrarian.net/10679966/kdiff3-doc_0.9.92-2ubuntu1_all.deb[/URL]
Auflösen des Hostnamen »launchpadlibrarian.net«.... 91.189.90.235
Verbindungsaufbau zu launchpadlibrarian.net|91.189.90.235|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 949858 (928K) [application/x-debian-package]
In »kdiff3-doc_0.9.92-2ubuntu1_all.deb« speichern.

100%[======================================>] 949.858      318K/s   in 2,9s    

2009-03-06 20:55:40 (318 KB/s) - »kdiff3-doc_0.9.92-2ubuntu1_all.deb« gespeichert [949858/949858]

andreas@andreas-desktop:~$  [COLOR=red]dpkg -i *.deb[/COLOR]
[COLOR=Blue]dpkg: Angeforderte Operation benötigt Superuser-Rechte[/COLOR]
andreas@andreas-desktop:~$
 
Zuletzt bearbeitet von einem Moderator:
das dpkg -i muss auch mit sudo aufgerufen werden... also sudo dpkg -i *.deb
 
Hallo,

andreas@andreas-desktop:~$ sudo dpkg -i *.deb
[sudo] password for andreas:
Wähle vormals abgewähltes Paket kdiff3.
(Lese Datenbank ... 128884 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke kdiff3 (aus kdiff3_0.9.92-2ubuntu1_i386.deb) ...
Wähle vormals abgewähltes Paket kdiff3-doc.
Entpacke kdiff3-doc (aus kdiff3-doc_0.9.92-2ubuntu1_all.deb) ...
Wähle vormals abgewähltes Paket libkonq4.
Entpacke libkonq4 (aus libkonq4_3.5.9-0ubuntu7_i386.deb) ...
Richte kdiff3-doc ein (0.9.92-2ubuntu1) ...

Richte libkonq4 ein (4:3.5.9-0ubuntu7) ...

Richte kdiff3 ein (0.9.92-2ubuntu1) ...

Verarbeite Trigger für man-db ...
Verarbeite Trigger für doc-base ...
Processing 1 added doc-base file(s)...
Registering documents with scrollkeeper...
Verarbeite Trigger für libc6 ...
ldconfig deferred processing now taking place
andreas@andreas-desktop:~$
 
Status
Für weitere Antworten geschlossen.
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.