Thread Mint in VB und Chipkartenleser (23 answers)
Opened by bianca at 2011-11-06 09:31

bianca
 2011-11-13 12:21
#154145 #154145
User since
2009-09-13
6978 Artikel
BenutzerIn

user image
2011-11-06T10:07:50 suresh
Unter Linux würde ich mal ins logfile schauen ob da eventuell was sinnvolles bezüglich deines Treiber drin steht.
Code: (dl )
1
2
3
tail -f /var/log/message
tail -f /var/log/kern.log
cat /var/log/boot.log

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# tail -f /var/log/message
tail: „/var/log/message“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden

# tail -f /var/log/kern.log
Nov 13 12:15:22 linuxmint kernel: [ 26.148723] Console: switching to colour frame buffer device 80x30
Nov 13 12:15:22 linuxmint kernel: [ 26.151528] fb0: VESA VGA frame buffer device
Nov 13 12:15:22 linuxmint kernel: [ 26.322550] [drm] Initialized drm 1.1.0 20060810
Nov 13 12:15:22 linuxmint kernel: [ 26.323478] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Nov 13 12:15:22 linuxmint kernel: [ 26.323502] pci 0000:00:02.0: setting latency timer to 64
Nov 13 12:15:22 linuxmint kernel: [ 26.323604] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Nov 13 12:15:22 linuxmint kernel: [ 26.323606] [drm] No driver support for vblank timestamp query.
Nov 13 12:15:22 linuxmint kernel: [ 26.323608] [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
Nov 13 12:15:24 linuxmint kernel: [ 28.180384] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
Nov 13 12:15:31 linuxmint kernel: [ 35.408669] eth0: no IPv6 routers present

# cat /var/log/boot.log
fsck from util-linux-ng 2.17.2
/dev/sda1: sauber, 165933/325120 Dateien, 973133/1299200 Blöcke (Prüfung nach 5 Einhängevorgängen)
* Setting sensors limits * Starting SMB/CIFS File Server [ OK ]
* Starting Bridge socket events into upstart [ OK ]
[ OK ]
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
* Stopping System V initialisation compatibility [ OK ]
* Starting System V runlevel compatibility [ OK ]
* Starting eCryptfs [ OK ]
* Starting ACPI daemon [ OK ]
* Starting save kernel messages [ OK ]
* Starting CPU interrupts balancing daemon [ OK ]
* Starting bluetooth * Starting anac(h)ronistic cron [ OK ]
[ OK ]
* Starting regular background program processing daemon [ OK ]
* Starting deferred execution scheduler [ OK ]
* Stopping eCryptfs [ OK ]
* Stopping save kernel messages [ OK ]
Starting the VirtualBox Guest Additions ...done.
Starting VirtualBox Guest Addition service ...done.
* PulseAudio configured for per-user sessions
saned disabled; edit /etc/default/saned
* Enabling additional executable binary formats binfmt-support [ OK ]
* Checking battery state... [ OK ]
* Stopping System V runlevel compatibility [ OK ]

Könnt Ihr dem was entnehmen und mir helfen?
10 print "Hallo"
20 goto 10

View full thread Mint in VB und Chipkartenleser