• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Schwarzer Bildschirm bei jeder Linux Distribution!

Rainer Juhser

Moderator
Teammitglied
Lies dir den Link von lOtz noch mal genauer durch. Da steht genau drin, wie du herausfindest, unter welchem Verzeichnisnamen dein USB-Stick in Linux eingebunden wird. Das gilt für Xubuntu genauso wie für Opensuse. Ich habe es in meiner VM ausprobiert. Aber ich werde es dir jetzt nicht mehr vorkauen. Wenn du es nicht selbst herausbekommst, hast du Pech gehabt. Der erwähnte Link war ja nicht der einzige mit Grundlagen für Einsteiger, den du hier bekommen hast - mit dem Hinweis, dich mal damit zu befassen. Der Thread hier zieht sich mittlerweile über fast 3 Wochen. In so einem Zeitraum kann man sich schon das eine oder andere erarbeiten.
Edith sagt: Typo korrigiert
 

mrehm

Hacker
Luzzi schrieb in seinem EingangsThread

- Mehr konnte ich mit Knoppix anfangen, Installation hat einwandfrei geklappt, ist mir aber doch etwas zu umständlich Bei der Installation von Archlinux kommt zwar kein schwarzer Bildschirm, nach der Installation der Pakete hängt sich der PC allerdings immer auf. damnsmalllinux ging auch, dauert mir aber vom Booten zu lange (da mans ja nciht installieren kann).

Knoppix ist nun gar nicht umstaendlich, fuer ArchLinux sollte man sich bestens auf der Konsole auskennen - ich habe es auch nicht auf Anhieb ans Laufen bekommen und dann die Finger davon gelassen -, und damnsmalllinux kann man mit Sicherheit auf der HD installieren


Waere noch interessant - oder auch nicht - zu wissen, ob das urspruenglich installierte XP lief, denn dann koennte man einen HardWare-Fehler wohl ausschliessen.

Ansonsten mal umschauen auf http://www.ibm.com oder mal im http://www.thinkpad-forum.de nachhorchen ( aber Achtung, dort ist der Umgangston bisweilen etwas ruede!)

Gruss

Martin
 
OP
L

Luzzi

Member
der link von lOtz war nicht gerade hilfreich - auf /media gibt es, obwohl ich den usb stick einstecke und der laptop eine meldung bringt, kein verzeichnis,
wenn ich
Code:
cd /media
ls
eingebe, gibt der rechner keine verzeichnise aus, im verzeichnis home bekomme ich "luzzi" ausgegeben...
die meldung, die erscheint, wenn ich den usb-stick einstecke ist:
Code:
[ 3311.378090] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[ 3311:438016] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[ 3311.685984] sd 8:0:0:0: [sdb] Assuming drive cache: write through
 
Hallo,
Mit nano kann man den Text einfach mit SHIFT+STRG+V in den editor einfügen und hat somit keine Gefahr sich zu verschreiben.
Code:
man nano
gibt übrigens eine Anleitung aus in der sowas drinnen steht.
Die benötigten Dateiinhalte und Befehle kann man ja über den USB Stick zum Thinkpad kopieren.
So dieser Stick nicht automatisch gemounted wird würde ich mal folgende Abfrage machen:
Code:
blkid
um erst einmal herauszufinden welche Block orientierten Laufwerke mit welcher Device-Kennung (sda, sdb, sdc.....)
Wenn wir dann wissen wo sich der Stick findet dann folgendes:
Code:
mkdir /media/usbstick && mount /dev/sdX -t auto /media/usbstick && ls -lh1 /media/usbstick
Das X musst Du natürlich durch den richtigen Buchstaben ersetzen den Du aus dem blkid heraus gelesen hast!




lieben Gruß aus Hessen
 
Als root:
mkdir /media/stick
mount /dev/sdb1 /media/stick

Automatischer Mount funktioniert nur wenn ein WindowsManager läuft. Ich hoffe Du hast nur eine Partition auf dem Stick.
 
Hallo,
Luzzi schrieb:
wenn ich
Code:
blkid
eingebe, macht der rechner gar nichts..!
Code:
su
Passwort:
blkid
Die andere Befehlszeile muss ebenfalls mit root-Rechten eingegeben werden.
Grundsätzlich ist alles was nicht unterhalb von /home/Luzzi/ steht auch nur vom Systemadministrator zu bearbeiten.
Es gibt zwar in / auch Dateien/Verzeichnisse die man zwar als User ansehen darf, aber nicht editieren!

lieben Gruß aus Hessen
 
OP
L

Luzzi

Member
wenn ich
Code:
su
und dann mein passwort eingebe, kommt
Code:
su: Fehler bei Authentifizierung
habe mich jetzt mit
Code:
sudo -s
als root authentifiziert.
der usb stick ist nach blkid
Code:
/dev/sdb: LABEL="INTENSO" UUID="503E-1589" TYPE="vfat"
danach gebe ich ein
Code:
mkdir /media/usbstick && mount /dev/sdb -t auto /media/usbstick && ls -lh1 /media/usbstick
es erscheint
Code:
insgesamt 28K
drwxr-xr-x 2 root root 12K 2010-02-09 14:34 FOUND.000
-r-xr-xr-x 1 root root 15K 2010-12-23 14:49 ldlinux.sys
um eine fehlermeldung zu erhalten gebe ich
Code:
startx
ein und danach
Code:
cp /var/log/Xorg.0.log /media/NameDeinesSticks/Xorg.0.log
um die fehlermeldung auf den stick zu kopieren.
Datei ist auf USB-stick und inhalt lautet wie folgt:
Code:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux ubuntu-luzzi 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=d506c6c8-04fb-45e1-9837-baecd6aaa78d ro quiet splash
Build Date: 23 April 2010  05:11:50PM
xorg-server 2:1.7.6-2ubuntu7 (Bryce Harrington <bryce@ubuntu.com>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 16 19:54:34 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Default LCD Monitor"
(**) |   |-->Device "Silicon Motion, Inc. SM712 LynxEM+"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81f0e80
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:0:2:0) 126f:0712:1014:01a4 Silicon Motion, Inc. SM712 LynxEM+ rev 160, Mem @ 0x14000000/16777216
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 2.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Video Driver, version 6.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules/libint10.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/lib/xorg/modules/libvbe.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log
danke an die, die die geldud aufbringen kontten, mir bis hjierhin alles zu erklären ;) !!
 

Rainer Juhser

Moderator
Teammitglied
Nächster Versuch:
Code:
Section "Device"
       Identifier    "Silicon Motion, Inc. SM712 LynxEM+"
       Driver        "siliconmotion"
       BusID         "PCI:0:2:0"
       Videoram      2048
       Option        "mclk"  "120.000Mhz"
       Option        "UseBIOS" "false"
       Option        "PanelSize" "800x600"
EndSection

Section "Monitor"
       Identifier    "Default LCD Monitor"
       Option        "PreferredMode" "800x600"
       Option        "DPMS"
       HorizSync     28-95
       VertRefresh   50-61
EndSection

Section "Screen"
       Identifier    "Default Screen"
       Device        "Silicon Motion, Inc. SM712 LynxEM+"
       Monitor       "Default LCD Monitor"
       DefaultDepth  16
       SubSection "Display"
              Depth       16
              Modes       "800x600" "640x480"
       EndSubSection
EndSection
Wie vorher: Wenn es nicht geht, die Xorg.0.log hier 'reinstellen.
 
OP
L

Luzzi

Member
bildschirm geht aus, rechner arbeitet ziemlich lange weiter, irgendwann muss ich ihn ausschalte, da er nichts mehr macht. das log file ist aber das selbe wie das vorher (denke ich, weil die uhrzeit gleich ist und nicht der entspricht, als der bildschirm schwarz wurde)
Code:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux ubuntu-luzzi 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=d506c6c8-04fb-45e1-9837-baecd6aaa78d ro quiet splash
Build Date: 23 April 2010  05:11:50PM
xorg-server 2:1.7.6-2ubuntu7 (Bryce Harrington <bryce@ubuntu.com>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 16 19:54:34 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Default LCD Monitor"
(**) |   |-->Device "Silicon Motion, Inc. SM712 LynxEM+"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81f0e80
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:0:2:0) 126f:0712:1014:01a4 Silicon Motion, Inc. SM712 LynxEM+ rev 160, Mem @ 0x14000000/16777216
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 2.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Video Driver, version 6.0
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules/libint10.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/lib/xorg/modules/libvbe.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log
 
Luzzi schrieb:
als root authentifiziert.
Wen es so klappt ist es ja erstmal gut.
Luzzi schrieb:
danach gebe ich ein
Code:
mkdir /media/usbstick && mount /dev/sdb -t auto /media/usbstick && ls -lh1 /media/usbstick
es erscheint
Code:
insgesamt 28K
drwxr-xr-x 2 root root 12K 2010-02-09 14:34 FOUND.000
-r-xr-xr-x 1 root root 15K 2010-12-23 14:49 ldlinux.sys
Dann hat ja das einhängen/mounten geklappt und Du musst nicht mehr alles abschreiben.
Zerpflücken wir doch kurz mal den Befehl:
mkdir /media/usbstick = erzeugt ein Verzeichnis (make directory) in /media/ mit dem Namen usbstick
Das muss sein weil Du zum mounten einen Mountpoint (in der Regel ein Verzeichnis) benötigst um auf die eingehängten Datenträger zugreifen zu können.
mount /dev/sdb -t auto /media/usbstick = sagt "Hänge (mount) die Gerätedatei /dev/sdb ein, ermittle dabei selbstständig das Dateisystem (-t auto) und benutze dazu den Mountpoint /media/usbstick.
ls -lh1 /media/usbstick = liste in Langform (-l) alle Dateien in media/usbstick auf und das bitte so das in jeder Zeile nur ein Datei/Ordnername steht (-1) und die Größenangabe Menschen lesbar (-h = human readable) ist.
Hättest Du eine Grafische Oberfläche könntest Du natürlich mit einem Dateimanager (Dolphin, Krusader ect.pp.) das Verzeichnis einsehen und befüllen oder sonstwas machen.
Luzzi schrieb:
um eine fehlermeldung zu erhalten gebe ich
Code:
startx
Du meinst eine Fehlermeldung von Xorg wegen des nicht funktionierenden grafischen Darstellens, ja.
Luzzi schrieb:
Code:
cp /var/log/Xorg.0.log /media/NameDeinesSticks/Xorg.0.log
um die fehlermeldung auf den stick zu kopieren.
Wenn aber der Stick doch usbstick heißt dann ist es ja verkehrt und muss so lauten (als root):
Code:
cp /var/log/Xorg.0.log /media/usbstick
Also der Richtige Pfadname und nichts weiter. Die Datei behält ihren Namen bei. Möchtest Du diese dennoch umbenennen um sie besser identifizieren zu können dann so:
Code:
mv  /media/usbstick/Xorg.0.log  /media/usbstick/NEUERDATEINAME
Luzzi schrieb:
Code:
no screens found
Das Problem kommt nun an die Reihe wo wir endlich deine Fehlermeldungen und Logfiles bekommen können.
Du hast ja hier von Rainer Juhser eine xorg.conf gebastelt bekommen die Du so testen kannst:
Code:
mv /etc/xorg.conf xorg.conf.bak1
um die Vorhandene Datei umzubenennen, zu backupen.
Dann selektierst Du, bei dem Rechner mit dem Du hier mit liest/schreibst die neue xorg.conf und kopierst dieses dann in einen Text-Editor deiner Wahl. Die Datei nun auf dem USB-Stick abspeichern und diesen an den Konsolen-PC anschließen und wieder mounten.
dann in der Konsole als root:
Code:
mv /media/usbstick/DATEINAME /etc/X11/xorg.conf
Wenn das fertig ist kannst Du nochmal versuchen das grafische System zu starten:
Code:
startx
Luzzi schrieb:
danke an die, die die geldud aufbringen kontten, mir bis hjierhin alles zu erklären ;) !!
es ist schon viel Geduld das Du so lange dran geblieben bist und nicht in alter Windows Gewohnheit neu installiert hast ;)
lieben Gruß aus Hessen
 
OP
L

Luzzi

Member
Herz-von-Hessen schrieb:
Wenn aber der Stick doch usbstick heißt dann ist es ja verkehrt und muss so lauten (als root):
Code:
cp /var/log/Xorg.0.log /media/usbstick
ja, das habe ich auch gemacht, habe mich hier nur "verkopiert".

anscheinend erkennt der laptop den stick nun wieder nicht. habe jetzt die datei gelöscht und wenn ich
Code:
cp /var/log/Xorg.0.log /media/NameDeinesSticks/Xorg.0.log
eingebe, passiert nichts und auf dem stick ist auch keine datei.
gebe ich
Code:
mkdir /media/usbstick && mount /dev/sdb -t auto /media/usbstick && ls -lh1 /media/usbstick
ein, kommt
Code:
mkdir: kann Verzeichnis "/media/usbstick" nicht anlegen: File exists
gebe ich
Code:
mount /dev/sdb1 /media/stick
ein, kommt
Code:
Gerätedatei /dev/sdb1 existier nicht
gebe ich
Code:
mount /dev/sdb1 /media/stick
ein, kommt derselbe fehler. ich weiß nicht, was ich jetzt tun soll, damit der usb-stick wieder erkannt wird...
 
Du hast den Stick abgezogen ohne ein umount auszuführen? Dann könnte der Stick inzwischen sdc oder noch weiter im Alphabet heißen. "dmesg | tail" direkt nach dem Einstecken sollte dir den DeviceNamen verraten.
 
OP
L

Luzzi

Member
oh, ich wusste nicht, dass ich unmounten muss, danke!
fehler:
Code:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
Current Operating System: Linux ubuntu-luzzi 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=d506c6c8-04fb-45e1-9837-baecd6aaa78d ro quiet splash
Build Date: 23 April 2010  05:11:50PM
xorg-server 2:1.7.6-2ubuntu7 (Bryce Harrington <bryce@ubuntu.com>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 17 14:19:00 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Default LCD Monitor"
(**) |   |-->Device "Silicon Motion, Inc. SM712 LynxEM+"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81f0e80
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 126f:0712:1014:01a4 Silicon Motion, Inc. SM712 LynxEM+ rev 160, Mem @ 0x14000000/16777216
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "siliconmotion"
(II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
(II) Module siliconmotion: vendor="X.Org Foundation"
	compiled for 1.7.2, module version = 1.7.3
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) SMI: driver (version 1.7.3) for Silicon Motion Lynx chipsets: Lynx,
	LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM, Cougar3DR, MSOC
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for siliconmotion
(--) Chipset LynxEM+ found
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 0.1.0
	ABI class: X.Org Video Driver, version 6.0
(**) SMI(0): Depth 16, (--) framebuffer bpp 16
(==) SMI(0): RGB weight 565
(==) SMI(0): Default visual is TrueColor
(**) SMI(0): Option "MCLK" "120.000Mhz"
(**) SMI(0): Option "UseBIOS" "false"
(**) SMI(0): Option "PanelSize" "800x600"
(==) SMI(0): PCI Burst enabled
(==) SMI(0): PCI Retry enabled
(==) SMI(0): Using Hardware Cursor
(**) SMI(0): Option: UseBIOS disabled.
(--) SMI(0): Chipset: "LynxEM+"
(==) SMI(0): Dual head disabled
(==) SMI(0): Using XAA acceleration architecture
(**) SMI(0): videoram: 2048kB
(II) SMI(0): Cursor Offset: 001FFC00
(II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SMI(0): Reserved: 001AF800
(II) SMI(0): OFF Panel Size = 800x600
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) SMI(0): I2C bus "I2C bus" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(==) SMI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) SMI(0): MCLK = 120.000
(II) SMI(0): Output LVDS using monitor section Default LCD Monitor
(**) SMI(0): Option "PreferredMode" "800x600"
(II) SMI(0): Not using default mode "640x350" (vrefresh out of range)
(II) SMI(0): Not using default mode "320x175" (doublescan mode not supported)
(II) SMI(0): Not using default mode "640x400" (vrefresh out of range)
(II) SMI(0): Not using default mode "320x200" (doublescan mode not supported)
(II) SMI(0): Not using default mode "720x400" (vrefresh out of range)
(II) SMI(0): Not using default mode "360x200" (doublescan mode not supported)
(II) SMI(0): Not using default mode "640x480" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "320x240" (doublescan mode not supported)
(II) SMI(0): Not using default mode "640x480" (vrefresh out of range)
(II) SMI(0): Not using default mode "320x240" (doublescan mode not supported)
(II) SMI(0): Not using default mode "640x480" (vrefresh out of range)
(II) SMI(0): Not using default mode "320x240" (doublescan mode not supported)
(II) SMI(0): Not using default mode "640x480" (vrefresh out of range)
(II) SMI(0): Not using default mode "320x240" (doublescan mode not supported)
(II) SMI(0): Not using default mode "400x300" (doublescan mode not supported)
(II) SMI(0): Not using default mode "400x300" (doublescan mode not supported)
(II) SMI(0): Not using default mode "800x600" (vrefresh out of range)
(II) SMI(0): Not using default mode "400x300" (doublescan mode not supported)
(II) SMI(0): Not using default mode "800x600" (vrefresh out of range)
(II) SMI(0): Not using default mode "400x300" (doublescan mode not supported)
(II) SMI(0): Not using default mode "800x600" (vrefresh out of range)
(II) SMI(0): Not using default mode "400x300" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1024x768" (interlace mode not supported)
(II) SMI(0): Not using default mode "512x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1024x768" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "512x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SMI(0): Not using default mode "512x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SMI(0): Not using default mode "512x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SMI(0): Not using default mode "512x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (vrefresh out of range)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "640x480" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1280x960" (vrefresh out of range)
(II) SMI(0): Not using default mode "640x480" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "640x512" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) SMI(0): Not using default mode "640x512" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) SMI(0): Not using default mode "640x512" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "800x600" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) SMI(0): Not using default mode "800x600" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) SMI(0): Not using default mode "800x600" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) SMI(0): Not using default mode "800x600" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) SMI(0): Not using default mode "800x600" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "896x672" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) SMI(0): Not using default mode "896x672" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "928x696" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) SMI(0): Not using default mode "928x696" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "960x720" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) SMI(0): Not using default mode "960x720" (doublescan mode not supported)
(II) SMI(0): Not using default mode "832x624" (vrefresh out of range)
(II) SMI(0): Not using default mode "416x312" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (vrefresh out of range)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (vrefresh out of range)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (vrefresh out of range)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (vrefresh out of range)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1152x864" (vrefresh out of range)
(II) SMI(0): Not using default mode "576x432" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) SMI(0): Not using default mode "680x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1360x768" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "680x384" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "700x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) SMI(0): Not using default mode "700x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) SMI(0): Not using default mode "700x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) SMI(0): Not using default mode "700x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "720x450" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "800x512" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) SMI(0): Not using default mode "840x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "840x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) SMI(0): Not using default mode "840x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) SMI(0): Not using default mode "840x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) SMI(0): Not using default mode "840x525" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1920x1080" (monitor doesn't support reduced blanking)
(II) SMI(0): Not using default mode "960x540" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) SMI(0): Not using default mode "960x600" (doublescan mode not supported)
(II) SMI(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) SMI(0): Not using default mode "960x720" (doublescan mode not supported)
(II) SMI(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) SMI(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) SMI(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) SMI(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) SMI(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) SMI(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) SMI(0): Printing probed modes for output LVDS
(II) SMI(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) SMI(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
(II) SMI(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) SMI(0): Output LVDS connected
(II) SMI(0): Using user preference for initial modes
(II) SMI(0): Output LVDS using initial mode 800x600
(II) SMI(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(==) SMI(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.2.1
	ABI class: X.Org Video Driver, version 6.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) SMI(0): Cursor Offset: 001FFC00
(II) SMI(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) SMI(0): Reserved: 001AF800
(II) SMI(0): FrameBuffer Box: 0,0 - 800,1104
(II) SMI(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	8x8 color pattern filled rectangles
	CPU to Screen color expansion
	Solid Horizontal and Vertical Lines
	Setting up tile and stipple cache:
		12 128x128 slots
		32 8x8 color pattern slots
(**) SMI(0): DPMS enabled
(II) SMI(0): I2C device "I2C bus:SAA 7111A" registered at address 0x48.
(II) SMI(0): I2C device "I2C bus:SAA 7111A" removed.
(II) SMI(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) SMI(0): Option "Preferred Mode" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) SMI(0): Setting screen physical size to 211 x 158
(II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(**) Option "xkb_options" "lv3:ralt_switch"
(II) XKB: reuse xkmfile /var/lib/xkb/server-32CF54508D1127B0F32CA64F4D9024E09F623E78.xkm
(II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event2)
(**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event2"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found relative axes
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
(II) TPPS/2 IBM TrackPoint: initialized for relative axes.
(II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
was muss ich machen, damit der stick, wenn ich ihn wieder einstecke (habe ihn jetzt vor dem ausziehen geunmounted) sdb und nicht sdc ist?
 
Oben