Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2. Versuch zu Gentoo zu wechseln. [Erfolgreich]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
fuchur
Guru
Guru


Joined: 12 Aug 2003
Posts: 578

PostPosted: Thu Jul 26, 2012 10:24 pm    Post subject: Reply with quote

Hi
disi wrote:
...
@fuchur, sollte nicht eine einzelne Datei /etc/X11/xorg.conf.d/nvidia-peng.conf
Code:
Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
EndSection


reichen?

Sollte man heute in "/etc/X11/xorg.conf.d/" aufteilen können habe ich bei gentoo mit dem nvidia module nie ausprobiert, bei fedora nutze ich das nouveau module.
Bei fedora mit nouveau habe ich nur "/etc/X11/xorg.conf.d/00-system-setup-keyboard.conf" mit
Code:

# This file is autogenerated by system-setup-keyboard. Any
# modifications will be lost.

Section "InputClass"
    Identifier  "system-setup-keyboard"
    MatchIsKeyboard "on"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "de"
    Option      "XkbVariant"    "nodeadkeys"
    Option      "XkbOptions"    "terminate:ctrl_alt_bksp,"
EndSection
und sonst nichts, läuft also ohne selber Hand anzulegen.


In nutze aber bei gentoo noch weiter die "/etc/X11/xorg.conf"
(und Beelzebub_ laut logs auch).
Hat den Vorteil das ich mein unterschiedliche "ServerLayout" besser verwalten kann (ob twinview oder xinerame oder aber ein Xserver pro Monitor usw.).
Je nachdem wie ich mein Xorg starte bzw. welches "ServerLayout" an erster stelle steht und abgearbeitet wird. Ist für mich halt übersichtlicher.
Wenn ich nur ein Monitor haben möchte habe ich für meine Nvidia Karte folgendes in der xorg.conf
Code:

Section "ServerLayout"
    Identifier          "ONE-SCREEN"
    Screen              0               "SCREEN_0"
    InputDevice         "MOUSE_0"       "CorePointer"
    InputDevice         "KEYBOARD_0"    "CoreKeyboard"
    Option              "AIGLX"         "on"
EndSection

Section "ServerFlags"
    Option              "allowmouseopenfail"
    Option              "AllowEmptyInput"   "off"
    Option              "AutoAddDevices"    "off"
EndSection

Section "InputDevice"
    Identifier          "KEYBOARD_0"
#   Driver              "kbd"
    Driver              "keyboard"
    Option              "CoreKeyboard"
    Option              "AutoRepeat"        "250 30"
    Option              "XkbModel"          "pc105"
    Option              "XkbLayout"         "de"
#   Option              "XkbLayout"         "us_intl"
    Option              "XkbVariant"        "nodeadkeys"
    Option              "XkbOptions"        "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
    Identifier          "MOUSE_0"
    Driver              "mouse"
    Option              "Device"            "/dev/psaux"
    Option              "Protocol"          "IMPS/2"
    Option              "Emulate3Buttons"   "no"
    Option              "Emulate3Timeout"   "50"
    Option              "ZAxisMapping"      "4 5"
EndSection

Section "Device"
    Identifier                                  "NVIDIA_0"
#   Driver                                      "nouveau"
    Driver                                      "nvidia"
#   Driver                                      "nv"
#   Driver                                      "vesa"
# 0 : disable agp
# 1 : use NVIDIA's internal AGP support, if possible
# 2 : use AGPGART, if possible
# 3 : use any agp support (try AGPGART, then NVIDIA's AGP)
    Option              "NvAGP"                 "2"
    Option              "NoLogo"                "on"
    Option              "DPMS"                  "on"
#   Option              "HWcursor"              "off"
    Option              "DynamicTwinView"       "off"
    Option              "RenderAccel"           "on"
    Option              "AllowGLXWithComposite" "on"
    Option              "AddARGBGLXVisuals"     "on"
    Option              "XAANoOffscreenPixmaps" "on"
    Option              "RandRRotation"         "on"
    Option              "CursorShadow"          "on"
#   Option              "DisableGLXRootClipping""on"
#   Option              "DRI"                   "on"
#   VideoRam                                    131072
    BusID                                       "PCI:2:0:0"
    Screen                                      0
EndSection

Section "Screen"
    Identifier      "SCREEN_0"
    Device          "NVIDIA_0"
    Monitor         "MONITOR_1"
#   DefaultDepth    24
#   DefaultDepth    32
#   DefaultFbBpp    32
#   DefaultDepth    16
#   DefaultFbBpp    16
    SubSection "Display"
        Depth     8
        Modes   "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes   "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes   "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes   "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
    EndSubSection
EndSection
Hoffe ich habe alles richtig raus kopiert und nichts vergessen.


MfG
Back to top
View user's profile Send private message
bell
Guru
Guru


Joined: 27 Nov 2007
Posts: 508

PostPosted: Fri Jul 27, 2012 5:55 am    Post subject: Reply with quote

Schmeiße mal "keyboard" und "mouse" aus Deiner make.conf raus und setze
Code:
INPUT_DEVICES="evdev"
Das übernimmt beides. Nach dem Update aufruf
Code:
emerge -uvaDN world
sollte dann x11-drivers/xf86-input-evdev auf Deinem System sein und der X-Server auf die Events der Eingabegeräte reagieren.

PS: Meine Nvidia-xorg.conf sieht so aus:
Code:
Section "Device"
    Identifier     "nVidia Card"
    Driver         "nvidia"
    Option         "AddARGBGLXVisuals" "True"
    Option         "AllowGLXWithComposite" "True"
    Option       "NoLogo" "True"
EndSection

Section "InputClass"
   Identifier "keyboard-all"
   Driver "evdev"
   Option "XkbLayout" "de"
   Option "XkbOptions" "terminate:ctrl_alt_bksp"
   MatchIsKeyboard "on"
EndSection
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 8:11 am    Post subject: Reply with quote

cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 295.40 (buildmeister@swio-display-x86-rhel47-06.nvidia.com) Thu Apr 5 22:40:34 PDT 2012

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 295.33 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Sat Mar 17 15:58:33 PDT 2012

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "evdev" # oder mouse
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "PKB Maestro223DXL"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 440"
EndSection

Section "Screen"

# Removed Option "metamodes" "1440x900 +0+0"
# Removed Option "metamodes" "1920x1080 +0+0"
# Removed Option "metamodes" "nvidia-auto-select +0+0"
# Removed Option "metamodes" "1920x1080 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-1"
Option "metamodes" "1440x900 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "InputClass"
Identifier "keyboard"
Driver "evdev"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "rwin,terminate:ctrl_alt_bksp" # Mittels dieser Zeile wird der Affengriff CTRL+ALT+Backspace wieder aktiviert

MatchIsKeyboard "on"
EndSection

//Edit: Danke für die Vorschläge, ich update gerade mal schauen.

//Edit: @bell Ich habe deinen Rat befolgt. Nach dem Update hat sich jedoch nichts geändert (x11-drivers/xf86-input-evdev existiert in meinem system)
Back to top
View user's profile Send private message
fuchur
Guru
Guru


Joined: 12 Aug 2003
Posts: 578

PostPosted: Fri Jul 27, 2012 8:31 am    Post subject: Reply with quote

Hi

Ich benutze bei "INPUT_DEVICES=" in der make.conf für meine xorg.conf:
Code:
INPUT_DEVICES="keyboard mouse"


Und bell geht denn anderen weg über
Code:
INPUT_DEVICES="evdev"
bei seiner xorg.conf.

Musst halt mal schauen eine Lösung sollte wohl dann auch bei dir funktionieren (geht bei andern ja auch)

MfG
Back to top
View user's profile Send private message
bell
Guru
Guru


Joined: 27 Nov 2007
Posts: 508

PostPosted: Fri Jul 27, 2012 9:12 am    Post subject: Reply with quote

Ist bei Dir im Kernel evdev aktiv?
Code:
 │ Symbol: INPUT_EVDEV [=y]                                                │ 
  │ Type  : tristate                                                        │ 
  │ Prompt: Event interface                                                 │ 
  │   Defined at drivers/input/Kconfig:133                                  │ 
  │   Depends on: !S390 && !UML && INPUT [=y]                               │ 
  │   Location:                                                             │ 
  │     -> Device Drivers                                                   │ 
  │       -> Input device support                                           │ 
  │         -> Generic input layer (needed for keyboard, mouse, ...) (INPUT │ 


Und schmeiß Deine generierte xorg.conf weg. Diese ist meiner Meinung nach für xorg-server vor 1.4 zu gebrauchen gewesen. Es wurden genügend gute Beispiele gepostet.

PS: Da Du auf Testing/Unstable stehst, solltest Du auch auf sys-apps/portage-2.2 gehen. Damit wirst Du weniger Probleme haben als mit 2.1.

evdev vs. keyboard+mouse
Über evdev funktioniert die automatische Erkennung der Eingabegeräte mit Hilfe von udev. Sprich: Du steckst eine Maus ins USB rein und kannst sie sofort nutzen.
keyboard+mouse: ist der Old-Scool Weg mit einer statischen Konfiguration ohne die automatische Erkennung. Wenn Du dies nutzen willst musst Du xorg-server mit USE="-udev" kompilieren oder die Option "AutoAddDevices" "false" in der xorg.conf setzen.
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5165

PostPosted: Fri Jul 27, 2012 10:00 am    Post subject: Reply with quote

bell wrote:

evdev vs. keyboard+mouse
Über evdev funktioniert die automatische Erkennung der Eingabegeräte mit Hilfe von udev.

Falsch. evdev ist ein generischer Treiber für input geräte. Und das hat erstmal garnichts mit der automatischen Erkennung zu tun.
Du kannst sehr wohl den evdev treiber ohne autmatische Erkennung verwenden.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
bell
Guru
Guru


Joined: 27 Nov 2007
Posts: 508

PostPosted: Fri Jul 27, 2012 10:10 am    Post subject: Reply with quote

firefly wrote:
Du kannst sehr wohl den evdev treiber ohne autmatische Erkennung verwenden.
Hab nie was gegenteiliges behauptet. Wollte nur aus der User-Sicht hervorheben dass es damit geht und mit den mouse/keyboard nicht.
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 10:26 am    Post subject: Reply with quote

Ich vermute weniger, das es an der xorg.conf liegt.

Naja, aufjedenfall startet xdm bzw kdm nicht mehr. Ich lande direkt wieder in der Shell.

ich habe mal ein paar dienste getestet:

/etc/init.d/dbus status # ist ok
/etc/init.d/xdm # macht probleme, weil udev nicht starten kann
/etc/init.d/udev # kann nicht starten. Beschwert sich weil fur diese Version von udev CONFIG_DEVTMPFS=y im Kernel braucht.

Gut ich habe dann eben mit make menuconfig nachgeschaut und die option aktiviert und neugebaut und..
nach dem neustart lande ich wieder in der shell.

Also schaue ich nach ob udev starten konnte.
/etc/init.d/udev # kann nicht starten. Beschwert sich weil fur diese Version von udev CONFIG_DEVTMPFS=y im Kernel braucht.

Und jetzt bin ich verwirrt .. noch mal im kernel nachgeschaut aber DEVTMPFS ist aktiviert.

//Edit: also udev beschwert sich das udev-mount probleme hat
//Edit: Sy hatte ausversehen evdev geschrieben statt udev :oops: ist nun korrigiert.


Last edited by Beelzebub_ on Fri Jul 27, 2012 10:49 am; edited 1 time in total
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Jul 27, 2012 10:48 am    Post subject: Reply with quote

Beelzebub_ wrote:
Ich vermute weniger, das es an der xorg.conf liegt.

Naja, aufjedenfall startet xdm bzw kdm nicht mehr. Ich lande direkt wieder in der Shell.

ich habe mal ein paar dienste getestet:

/etc/init.d/dbus status # ist ok
/etc/init.d/xdm # macht probleme, weil udev nicht starten kann
/etc/init.d/udev # kann nicht starten. Beschwert sich weil fur diese Version von udev CONFIG_DEVTMPFS=y im Kernel braucht.

Gut ich habe dann eben mit make menuconfig nachgeschaut und die option aktiviert und neugebaut und..
nach dem neustart lande ich wieder in der shell.

Also schaue ich nach ob udev starten konnte.
/etc/init.d/udev # kann nicht starten. Beschwert sich weil fur diese Version von udev CONFIG_DEVTMPFS=y im Kernel braucht.

Und jetzt bin ich verwirrt .. noch mal im kernel nachgeschaut aber DEVTMPFS ist aktiviert.

//Edit: Sy hatte ausversehen evdev geschrieben statt udev :oops: ist nun korrigiert.


Kannst du mal genau beschreiben wie du den kernel baust und den bootloader aktualisierst den neuen Kernel zu benutzen? Ist /boot auf einer extra Partition?
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 11:18 am    Post subject: Reply with quote

:twisted: :oops: :twisted:

//Edit: Willst du mich Heiraten?

Deine Vermutung war richtig, ich habe einen Befehl falsch geschrieben und es gab keine Fehlermeldung deshalb habe ich das lange übersehen.
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Jul 27, 2012 11:32 am    Post subject: Reply with quote

Beelzebub_ wrote:
:twisted: :oops: :twisted:

//Edit: Willst du mich Heiraten?

Deine Vermutung war richtig, ich habe einen Befehl falsch geschrieben und es gab keine Fehlermeldung deshalb habe ich das lange übersehen.


Hehe, keine Panik. Das ist allen schon passiert... :x
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 11:53 am    Post subject: Reply with quote

1)

Hmm.. warum habe ich in der Kde-session kein Internetzugang? (in der shell gings noch)

So ich habe versucht networkmanagement zu installieren:

n file included from plugin.c:53:0:
/usr/include/linux/if_pppox.h:84:26: error: field 'pppol2tp' has incomplete type
/usr/include/linux/if_pppox.h:99:28: error: field 'pppol2tp' has incomplete type
make[2]: *** [plugin.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/pppd/plugins/rp-pppoe'
/bin/sh: line 0: exit: minconn.so: numeric argument required
make[1]: *** [all] Error 255
make[1]: Leaving directory `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/pppd/plugins'
make: *** [all] Error 2
emake failed
* ERROR: net-dialup/ppp-2.4.5-r2 failed (compile phase):
* compile failed
*
* Call stack:
* ebuild.sh, line 85: Called src_compile
* environment, line 3184: Called die
* The specific snippet of code:
* emake COPTS="${CFLAGS} -D_GNU_SOURCE" || die "compile failed";
*
* If you need support, post the output of `emerge --info '=net-dialup/ppp-2.4.5-r2'`,
* the complete build log and the output of `emerge -pqv '=net-dialup/ppp-2.4.5-r2'`.
* The complete build log is located at '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/environment'.
* Working directory: '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5'
* S: '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5'

>>> Failed to emerge net-dialup/ppp-2.4.5-r2, Log file:

>>> '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/build.log'
*** Resuming merge...
Calculating dependencies... done!
* emerge --keep-going: net-misc/networkmanager-0.9.4.0-r5 dropped due to
* unsatisfied dependency.
* emerge --keep-going: kde-misc/networkmanagement-0.9.0.3 dropped due to
* unsatisfied dependency.

* Messages for package net-dialup/ppp-2.4.5-r2:

* ERROR: net-dialup/ppp-2.4.5-r2 failed (compile phase):
* compile failed
*
* Call stack:
* ebuild.sh, line 85: Called src_compile
* environment, line 3184: Called die
* The specific snippet of code:
* emake COPTS="${CFLAGS} -D_GNU_SOURCE" || die "compile failed";
*
* If you need support, post the output of `emerge --info '=net-dialup/ppp-2.4.5-r2'`,
* the complete build log and the output of `emerge -pqv '=net-dialup/ppp-2.4.5-r2'`.
* The complete build log is located at '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/environment'.
* Working directory: '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5'
* S: '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5'

* Messages for package net-misc/networkmanager-0.9.4.0-r5:

* emerge --keep-going: net-misc/networkmanager-0.9.4.0-r5 dropped due to
* unsatisfied dependency.

* Messages for package kde-misc/networkmanagement-0.9.0.3:

* emerge --keep-going: kde-misc/networkmanagement-0.9.0.3 dropped due to
* unsatisfied dependency.
*
* The following 3 packages have failed to build or install:
*
* (net-dialup/ppp-2.4.5-r2::gentoo, ebuild scheduled for merge), Log file:
* '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/build.log'
* (net-misc/networkmanager-0.9.4.0-r5::gentoo, ebuild scheduled for merge)
* (kde-misc/networkmanagement-0.9.0.3::gentoo, ebuild scheduled for merge)

//Edit: Es müsste auch mit den Standartkomponenten gehen, aber wie?

Ich habe dlan, also eine direkte Verbindung.
Außerdem ist mir aufgefallen, das net.eth0 und netmount nicht gestartet wurden.

...bin ich einfach nur zu dumm?
Back to top
View user's profile Send private message
fuchur
Guru
Guru


Joined: 12 Aug 2003
Posts: 578

PostPosted: Fri Jul 27, 2012 5:26 pm    Post subject: Reply with quote

Hi
Beelzebub_ wrote:
...
...bin ich einfach nur zu dumm?

Dein problem ist einfach das du ~amd64 also testing/unstable verwendest. Ich nutze jetzt gentoo über 10 Jahre.
Wenn ich heute mit der Erfahrung die ich über die Jahre mit gentoo gesammelt habe testing/unstable installieren würde
müsste ich mich sehr anstrengen, und das heisst auch das ich mir bewusst bin das Ich je nachdem wie der unstable/testing
Zweig momentan "ausschaut" (gibt sicherlich einen Grund warum die Pakete noch nicht stable sind) bei Problemen im Forum oder im
Bugzilla suchen muss. Auch wird es nicht möglich sein ~amd64 zu installieren wenn man noch nicht 100% verstanden
oder das wissen hat wie emerger funktioniert.

Die wurde mehrfach gesagt das du stable nehmen solltest. Und es dann auch möglich ist kde testing/unstable zu installieren bzw die
Zweige zu mischen.

Ich sehe das mal so und das ist auch meine feste Meinung. Du wirst noch einmal von Anfang anfangen müsse und zwar mit Stable.
Dieses musst du fest nach Handbuch installieren bzw. nach den Tips die dir schon in zwei Threads gegeben wurden. Einschliesslich
KDE Stable. Danach wird dir sicherlich jemand der KDE nutzt helfen auf KDE testing/stable upzudaten, lesen sicherlich genug
mit die KDE testing/stable nutzen und dir dann den Weg zeigen (wird aus einer funktionierenden Installation auch bei KDE nicht
unmöglich sein für eine Anfänger).

Zu deiner Frage ob du zu dämlich für gentoo bist? Keine Ahnung. Die Antwort kann ich dir gerne geben wenn du es mal mit dem
Stable gentoo Zweig versucht hast. Habe in dieser Hinsicht damit auch überhaupt keine Probleme :) (da bin ich komplett "schmerzfrei").

MfG
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 5:51 pm    Post subject: Reply with quote

Ich glaube nicht unbedingt, dass das Problem mit der Internetverbindung am Testingzweig liegt.

Warum ich gentoo auf ~amd64 habe? Weil ich nicht gerne mit alten Programmen arbeite. Unter ArchLinux habe ich Stable, weil man da noch richtig aktuell bleibt. (zB Firefox 14) Bei Gentoo ist der Stable zweig nicht so aktuell.(Eher Debian stable) Ich habe außerdem sehr viel über Gentoo in den letzten Tagen gelernt, genau weil ich Testing drinn habe. Wenn sich der Testingzweig jedoch so extrem unbenutzbar herrausstellen sollte, werde ich alles noch mal neu versuchen, was du mir ja fast in jedem Post räts.

Zurück zum Problem, ich habe bereits versucht eine Stabiele version vom networkmanager zu installieren, hatte jedoch den gleichen fehler.
Aber eigentlich müsste ich die Internetverbindung auch so zum laufen zu bringen. Nur alles was ich bis jetzt versucht habe ist gescheitert.
Eure Ideen sind mir Willkommen. :idea:

//Edit: Ups, habe ich noch garnicht erwähnt das KDE super läuft? Nur die Internetverbindung halt nicht
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Jul 27, 2012 6:30 pm    Post subject: Reply with quote

Ich benutze kein KDE aber:

Also du bist ja auf nichts angewiesen, solange der womoegliche DHCP Dienst in deinem Netzwerk nicht deine IP vergibt, sei einfach mal 'blunt' und gib dir selbst eine IP. Fuck Routers, die wissen auch manchmal nicht was sie tuen...

Code:
# ifconfig -a

listet alle NIC in deinem System z.B. Ethernet, Token Ring oder auch 802.11
Dann musst du wissen welches Netzwerk benutzt wird, in 99% der Faelle 192.168.0.0/24 oder auch 192.168.1.0/24
Beispiel fuer 192.168.1.0/24:
Code:
# ifconfig eth0 192.168.1.57/24

So, wir haben eine IP, wenn das Geraet auch eth0 heisst, siehe oben
Nun musst du noch wissen, wen du fragst wenn du mal nicht nach 192.168.1.0/24 willst, dein default gateway (meist der Router und entweder 192.168.1.1 oder was mehr conform und besser ist 192.168.1.254 also letzte IP des Netzwerks)
Code:
# route add default gw 192.168.1.254

Nun moechtest du sicher noch DNS haben, damit dur Domain Namen in eine IP aufloesen kannst (hier tragen wir auch wieder den default gateway ein, meist der router):
Code:
echo 'nameserver 192.168.1.254' >> /etc/resolv.conf


p.s. bin schon wieder auf Bier :D

pps. uebrigends kannst du in Gentoo machen was willst du denn aber wenn etwas kaputt geht bist du meist auch selbst verantwortlich. Ich denke einfach mal KDE benutzt auch dieses NetworkManager stack, also mal zum runlevel hinzufuegen? :
Code:
# rc-update add NetworkManager default

_________________
Gentoo on Uptime Project - Larry is a cow


Last edited by disi on Fri Jul 27, 2012 6:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 6:34 pm    Post subject: Reply with quote

Ähm danke, aber es war einfacher als geplannt.

Ich hatte einen falschen Kerneltreiber aktiviert. Nun kann ich aus meinem Gentoo system schreiben. =)

//Edit: Im moment ist mein ArchLinux noch schneller, das liegt wohl an preload und readahead. Mal schauen ob ich das hier auch hinbekomme

ps. guten Rausch! ;D
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Jul 27, 2012 6:40 pm    Post subject: Reply with quote

Beelzebub_ wrote:
Ähm danke, aber es war einfacher als geplannt.

Ich hatte einen falschen Kerneltreiber aktiviert. Nun kann ich aus meinem Gentoo system schreiben. =)

//Edit: Im moment ist mein ArchLinux noch schneller, das liegt wohl an preload und readahead. Mal schauen ob ich das hier auch hinbekomme

ps. guten Rausch! ;D


Super, Gentoo ist ein geiler Trip und du wirst lesen, lesen und nochmal lesen. Das ist ueberhaupt besser als so einen langen Thread zu bauen :wink:

Gentoo war eine der ersten Distributionen, die ueberhaupt Abhaengigkeiten und Versionskonflikte zwischen Paketen behandelt hatten :!: Davor hiess das lesen, welche Version des einen Pakets mit der Version des anderen funktioniert :)
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 6:44 pm    Post subject: Reply with quote

Ich hätte nicht gedacht das firefox so lange braucht zum installieren/compilieren.....
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Jul 27, 2012 6:49 pm    Post subject: Reply with quote

Um mal mehr auf Diskussionsforum zu wechseln, ich denke du bist sowieso schon hooked. Du wirst Gentoo auch beizeiten wieder links liegenlassen aber doch zurueckkehren, weil da ist etwas das dir andere Distributionen einfach nicht geben... :P

Warum sonst, haettest du einen zweiten Anlauf gestartet?!? So ist das nunmal mit Gentoo :D
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 6:56 pm    Post subject: Reply with quote

Am liebsten würde ich ja LFS nutzen. 8)
Oder noch lieber mein eingenes OS entwickeln. o.O

http://www.linuxfromscratch.org/

Aber so viel Zeit habe ich nicht.

//Edit: Muss ich jetzt alle Packete neu bauen, damit ich komplet alles auf Deutsch habe?
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2229
Location: My own world! I and Gentoo!

PostPosted: Fri Jul 27, 2012 7:43 pm    Post subject: Reply with quote

Beelzebub_ wrote:
Am liebsten würde ich ja LFS nutzen. 8)
Oder noch lieber mein eingenes OS entwickeln. o.O

http://www.linuxfromscratch.org/

Aber so viel Zeit habe ich nicht.

//Edit: Muss ich jetzt alle Packete neu bauen, damit ich komplet alles auf Deutsch habe?


nein nur den Thread Deutsche Lokalisierung (habe ich oben schon gepostet), befolgen ;)

Und danach ein emerge -auDN @world anwerfen nicht vergessen.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 8:02 pm    Post subject: Reply with quote

Max Steel wrote:
Beelzebub_ wrote:


//Edit: Muss ich jetzt alle Packete neu bauen, damit ich komplet alles auf Deutsch habe?



Und danach ein emerge -auDN @world anwerfen nicht vergessen.


Okay danke, das wollte ich wissen. Den Rest habe ich schon erledigt. =)
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Jul 27, 2012 8:05 pm    Post subject: Reply with quote

and it burns burns burns, the ring of fire...
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Beelzebub_
Apprentice
Apprentice


Joined: 21 May 2012
Posts: 256
Location: outside/todesstern-2.01

PostPosted: Fri Jul 27, 2012 10:03 pm    Post subject: Reply with quote

Ich bin gerade dabei sämtliche Programme nach zu installieren.

Nun bekomme ich folgendes:

USE="gtk" emerge libreoffice
Calculating dependencies... done!

>>> Verifying ebuild manifests
>>> Running pre-merge checks for app-office/libreoffice-3.5.5.3
* Checking for at least 512 mebibytes RAM ... [ ok ]
* Checking for at least 6 gibibytes disk space at "/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp" ... [ !! ]
* There is NOT at least 6 gibibytes disk space at "/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp"
*
* Space constrains set in the ebuild were not met!
* The build will most probably fail, you should enhance the space
* as per failed tests.
*
* ERROR: app-office/libreoffice-3.5.5.3 failed (pretend phase):
* Build requirements not met!
*
* Call stack:
* ebuild.sh, line 85: Called pkg_pretend
* libreoffice-3.5.5.3.ebuild, line 215: Called check-reqs_pkg_pretend
* check-reqs.eclass, line 105: Called check-reqs_pkg_setup
* check-reqs.eclass, line 96: Called check-reqs_output
* check-reqs.eclass, line 237: Called die
* The specific snippet of code:
* [[ ${EBUILD_PHASE} == "pretend" && -z ${I_KNOW_WHAT_I_AM_DOING} ]] && \
* die "Build requirements not met!"
*
* If you need support, post the output of `emerge --info '=app-office/libreoffice-3.5.5.3'`,
* the complete build log and the output of `emerge -pqv '=app-office/libreoffice-3.5.5.3'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
* The complete build log is located at '/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp/die.env'.
* Working directory: '/var/tmp/portage/app-office/libreoffice-3.5.5.3'
* S: '/var/tmp/portage/app-office/libreoffice-3.5.5.3/work/libreoffice-core-3.5.5.3'

* Messages for package app-office/libreoffice-3.5.5.3:

* There is NOT at least 6 gibibytes disk space at "/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp"
*
* Space constrains set in the ebuild were not met!
* The build will most probably fail, you should enhance the space
* as per failed tests.
*
* ERROR: app-office/libreoffice-3.5.5.3 failed (pretend phase):
* Build requirements not met!
*
* Call stack:
* ebuild.sh, line 85: Called pkg_pretend
* libreoffice-3.5.5.3.ebuild, line 215: Called check-reqs_pkg_pretend
* check-reqs.eclass, line 105: Called check-reqs_pkg_setup
* check-reqs.eclass, line 96: Called check-reqs_output
* check-reqs.eclass, line 237: Called die
* The specific snippet of code:
* [[ ${EBUILD_PHASE} == "pretend" && -z ${I_KNOW_WHAT_I_AM_DOING} ]] && \
* die "Build requirements not met!"
*
* If you need support, post the output of `emerge --info '=app-office/libreoffice-3.5.5.3'`,
* the complete build log and the output of `emerge -pqv '=app-office/libreoffice-3.5.5.3'`.
* The complete build log is located at '/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-3.5.5.3/temp/die.env'.
* Working directory: '/var/tmp/portage/app-office/libreoffice-3.5.5.3'
* S: '/var/tmp/portage/app-office/libreoffice-3.5.5.3/work/libreoffice-core-3.5.5.3'


//Edit: Ist wahrscheinlich nur ein Speicherplatz Problem, d.h. meine Arch Partition muss schrumpfen


Last edited by Beelzebub_ on Sat Jul 28, 2012 10:24 am; edited 1 time in total
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Sat Jul 28, 2012 2:22 am    Post subject: Reply with quote

Ich wurde eben in Handschlellen gelegt und 50m nach Hause gefuehrt damit ich meine ID zeigen kann... weil ich in den Busch gepinkelt hatte... :evil:
_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 3 of 7

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum