Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

28.05.2009, 15:01

USB Stick beschreiben

Hallo
Ich wollte heiute nach längerer Zeit unter kde4.2.3 / Dolphin wieder einmal Daten auf einen USB Stick kopieren. Der Stick hat 1GB. Die Datenmenge c.a. 500 MB. Nach c.a. 150 MB, die zügig kopiert werden, streckt sich der Vorgang endlos. Ich habe keine Ahnung, wo ich ansetzten soll. Ging irgendwann einmal zügig über die Bühne. Ich weiß aber nicht, wann der Bruch kam. Ich habe verschieden Sticks getestet. Immer das gleiche. Auch, wenn sie neu formattiert waren (vfat).

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dmesg
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
scsi 9:0:0:0: Direct-Access 	TOSHIBA  TransMemory  	1.04 PQ: 0 ANSI: 0 CCS
sd 9:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)
sd 9:0:0:0: [sde] Write Protect is off
sd 9:0:0:0: [sde] Mode Sense: 23 00 00 00
sd 9:0:0:0: [sde] Assuming drive cache: write through
sd 9:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)
sd 9:0:0:0: [sde] Write Protect is off
sd 9:0:0:0: [sde] Mode Sense: 23 00 00 00
sd 9:0:0:0: [sde] Assuming drive cache: write through
 sde: sde1
sd 9:0:0:0: [sde] Attached SCSI removable disk
sd 9:0:0:0: Attached scsi generic sg8 type 0
usb-storage: device scan complete

Hat möglicherweise mit hal zu tun?

Quellcode

1
2
sys-apps/hal-0.5.12_rc1-r4  USE="X acpi -apm -consolekit crypt -debug -dell disk-partition -doc -laptop -policykit (-selinux)"
app-misc/hal-info-20090414

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »flammenflitzer« (28.05.2009, 15:12)


2

28.05.2009, 15:16

Hallo,

dass es zuerst zügig geht, und dannach langsam ist normal. Die Daten werden asynchron geschrieben. Das bedeutet, dass der Kernel die Daten zuerst in den Arbeitspeicher (Cache) schreibt und als geschrieben an KDE meldet. Wenn kein Cache mehr verfügbar ist, geht es langsam, da der Kernel erst dann neue Daten entgegennehmen kann, wenn er was weggeschrieben hat. Wenn Du den Stick unmounten willst, musst Du auch warten, bis der Cache komplett auf den Stick geschrieben wurde. Das kann dann auch dauern.
Dieses Verhalten kannst Du abstellen (wenn Du willst), wenn Du den Stick mit der Option "sync" mountest. Dann geht es von anfang an langsam, du musst aber beim unmounten nicht warten.

Was die Geschwindigkeit angeht, ich vermute, dass nur USB-1 aktiv ist und nicht USB-2. Ist das Modul ehci-hcd geladen? Steht dazu was in "dmesg"?
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

3

28.05.2009, 15:27

ehci-hcd ist nicht geladen. Ursache soll hal sein.
http://www.goldmann.de/suse-10-usb-stick…m_tipp_409.html
http://www.linuxforen.de/forums/showthread.php?t=196113
Man soll eine

Quellcode

1
/usr/share/hal/fdi/policy/20thirdparty/95-storage-nosync.fdi
anlegen. 2 Varianten:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- disable sync for mount -->
<deviceinfo version="0.2">
 <device>  
<match key="block.is_volume" bool="true"> 
 <match key="volume.fsusage" string="filesystem"> 
 <match key="@info.parent:storage.bus" string="usb">    
<merge key="volume.policy.mount_option.sync" type="bool">false</merge> 
 </match>
		</match> 
 </match> 
 </device>
</deviceinfo>


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
  <device>
    <!-- disable sync for mount -->
    <match key="block.is_volume" bool="true">
      <match key="volume.fsusage" string="filesystem">
        <match key="@info.parent:storage.bus" string="usb">
          <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>
anlegen.
Ich probiere nach

Quellcode

1
modprobe ehci-hcd
noch einmal.
Dabei habe ich es in meiner /etc/modules.autoload.d/kernel-2.6 drin

Quellcode

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
parport_pc                        	
lp                                	
forcedeth #LAN Treiber
saa7134           	
loop max_loop=10  	
i2c-nforce2       	
eeprom            	
it87              	
# Sound
snd-intel8x0
snd-intel8x0m
snd-hda-intel
                  	
vboxdrv                           	
vboxnetflt                        	                      	
acpi-cpufreq             	
# für cdemu 1.0
vhba          	
#für /etc/init.d/clock
rtc-cmos
#Firewire Module laden
ieee1394
sbp2
eth1394
raw1394
#Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
ehci_hcd
uhci_hcd
ohci_hcd

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »flammenflitzer« (28.05.2009, 15:32)


4

28.05.2009, 15:35

Die HAL Rules aktivieren ja das "nosync", also das, was Du bereits hast. Schaue mal in den Verzeichnissen /usr/share/hal/fdi/policy/* ob Du dort schon was ähnliches findest.
An sonsten, wenn Du was ändern willst, solltest Du die Dateien unter /etc/hal/fdi/..... ablegen.

Wenn ehci-hcd nicht da ist, wird wohl meine Vermutung was die Geschwindigkeit angeht zutreffen.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

5

28.05.2009, 15:39

Mir ist unklar, warum ehci-hcd nicht geladen war.
Welche Version der /usr/share/hal/fdi/policy/20thirdparty/95-storage-nosync.fdi würde denn zutreffen?

6

28.05.2009, 15:45

Lass die HAL-Konfiguration erstmal so wie sie ist.
Gab es eine Verbesserung beim geladenem Modul?

Hast Du zufällig bereits auf baselayout-2/openrc aktualisiert? Wenn ja, wird die Datei /etc/modules.autoload.d/kernel-2.6 nicht mehr verwendet.

An sonsten empfehle ich im Kernel die Option "Module automatisch laden" (o.ä.) zu aktivieren. Dann werden fast alle Module automatisch geladen, sobald entsprechende Hardware vom Kernel gefunden wird. Meine Modules-Datei hat dadurch nur noch einen einzigen Eintrag (cpufreq-ondemand).
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

7

29.05.2009, 08:27

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
flammenflitzer olaf # lsmod | grep ehci_hcd
ehci_hcd           	34956  0
usbcore           	133744  7 uhci_hcd,usbhid,dvb_usb_cinergyT2,dvb_usb,ehci_hcd,ohci_hcd
flammenflitzer olaf # lsmod | grep uhci_hcd
uhci_hcd           	23712  0
usbcore           	133744  7 uhci_hcd,usbhid,dvb_usb_cinergyT2,dvb_usb,ehci_hcd,ohci_hcd
flammenflitzer olaf # lsmod | grep ohci_hcd
ohci_hcd           	24348  0
usbcore           	133744  7 uhci_hcd,usbhid,dvb_usb_cinergyT2,dvb_usb,ehci_hcd,ohci_hcd
flammenflitzer olaf # lsmod | grep ehci_hcd
ehci_hcd           	34956  0
usbcore           	133744  7 uhci_hcd,usbhid,dvb_usb_cinergyT2,dvb_usb,ehci_hcd,ohci_hcd
Modul ehci_hcd wurde als erstes geladen. Es ist eine Verbesserung eingetreten. Aber mit der Geschwindigkeit unter Windows XP nicht zu vergleichen. Abe c.a. 250 MB reduziert sich die Geschwindigkeit auf 1-2 MB/s, Tendenz fallend.

Manuell gemountet
In die /etc/fstab

Quellcode

1
/dev/usbstick-toshiba	/mnt/usbstick-toshiba vfat noauto,user,noatime,exec,iocharset=utf8,codepage=850 0 0

In die /etc/udev/rules.d/10-udev.rules

Quellcode

1
2
3
4
##########################################################################
#usbstick-toshiba
############################################################################
BUS=="scsi", KERNEL=="sd*1", ATTRS{model}=="TransMemory", NAME="usbstick-toshiba"  , GROUP="disk", MODE="0764"
env-update && source /etc/profile
olaf@flammenflitzer ~ $ mount /dev/usbstick-toshiba
Dann Daten kopiert. Keine Verbesserung.
flammenflitzer olaf # dmesg , die letzten Einträge

Quellcode

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
usb 2-8: new high speed USB device using ehci_hcd and address 4                           	
usb 2-8: configuration #1 chosen from 1 choice                                            	
Initializing USB Mass Storage driver...                                                   	
scsi8 : SCSI emulation for USB Mass Storage devices                                       	
usb-storage: device found at 4                                                            	
usb-storage: waiting for device to settle before scanning                                 	
usbcore: registered new interface driver usb-storage                                      	
USB Mass Storage support registered.                                                      	
scsi 8:0:0:0: Direct-Access 	TOSHIBA  TransMemory  	1.04 PQ: 0 ANSI: 0 CCS          	
sd 8:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                    	
sd 8:0:0:0: [sde] Write Protect is off                                                    	
sd 8:0:0:0: [sde] Mode Sense: 23 00 00 00                                                 	
sd 8:0:0:0: [sde] Assuming drive cache: write through                                     	
sd 8:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                    	
sd 8:0:0:0: [sde] Write Protect is off                                                    	
sd 8:0:0:0: [sde] Mode Sense: 23 00 00 00                                                 	
sd 8:0:0:0: [sde] Assuming drive cache: write through                                     	
 sde: sde1                                                                                	
sd 8:0:0:0: [sde] Attached SCSI removable disk                                            	
sd 8:0:0:0: Attached scsi generic sg8 type 0                                              	
usb-storage: device scan complete                                                         	
usb 2-8: USB disconnect, address 4                                                        	
usb 2-8: new high speed USB device using ehci_hcd and address 5                           	
usb 2-8: configuration #1 chosen from 1 choice                                            	
scsi9 : SCSI emulation for USB Mass Storage devices                                       	
usb-storage: device found at 5                                                            	
usb-storage: waiting for device to settle before scanning                                 	
scsi 9:0:0:0: Direct-Access 	TOSHIBA  TransMemory  	1.04 PQ: 0 ANSI: 0 CCS          	
sd 9:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                    	
sd 9:0:0:0: [sde] Write Protect is off                                                    	
sd 9:0:0:0: [sde] Mode Sense: 23 00 00 00                                                 	
sd 9:0:0:0: [sde] Assuming drive cache: write through                                     	
sd 9:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                    	
sd 9:0:0:0: [sde] Write Protect is off                                                    	
sd 9:0:0:0: [sde] Mode Sense: 23 00 00 00                                                 	
sd 9:0:0:0: [sde] Assuming drive cache: write through                                     	
 sde: sde1                                                                                	
sd 9:0:0:0: [sde] Attached SCSI removable disk                                            	
sd 9:0:0:0: Attached scsi generic sg8 type 0                                              	
usb-storage: device scan complete                                                         	
usb 2-8: USB disconnect, address 5                                                        	
usb 2-8: new high speed USB device using ehci_hcd and address 6                           	
usb 2-8: configuration #1 chosen from 1 choice                                            	
scsi10 : SCSI emulation for USB Mass Storage devices                                      	
usb-storage: device found at 6                                                            	
usb-storage: waiting for device to settle before scanning                                 	
scsi 10:0:0:0: Direct-Access 	TOSHIBA  TransMemory  	1.04 PQ: 0 ANSI: 0 CCS
sd 10:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)
sd 10:0:0:0: [sde] Write Protect is off
sd 10:0:0:0: [sde] Mode Sense: 23 00 00 00
sd 10:0:0:0: [sde] Assuming drive cache: write through
sd 10:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)
sd 10:0:0:0: [sde] Write Protect is off
sd 10:0:0:0: [sde] Mode Sense: 23 00 00 00
sd 10:0:0:0: [sde] Assuming drive cache: write through
 sde: sde1
sd 10:0:0:0: [sde] Attached SCSI removable disk
sd 10:0:0:0: Attached scsi generic sg8 type 0
usb-storage: device scan complete
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »flammenflitzer« (29.05.2009, 08:54)


8

29.05.2009, 08:54

Taucht irgendwas in den Logs auf, wenn der Durchsatz zusammenbricht? Starte mal den PC neu und vor dem Kopiervorgang

Quellcode

1
tail -f /var/log/messages
Kommt da irgend welche Fehler während des Kopierens?

Kannst Du es auch mit einem anderes Stick probieren?

Mit was teilt Dein USB-Host seine IRQs? Poste mal Deine /proc/interrupts

An sonsten gehen mir die Ideen aus.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

9

29.05.2009, 09:16

var/log/messages

Quellcode

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
May 29 08:46:25 flammenflitzer usb 2-8: USB disconnect, address 5                         	
May 29 08:46:29 flammenflitzer usb 2-8: new high speed USB device using ehci_hcd and address 6
May 29 08:46:29 flammenflitzer usb 2-8: configuration #1 chosen from 1 choice             	
May 29 08:46:29 flammenflitzer scsi10 : SCSI emulation for USB Mass Storage devices       	
May 29 08:46:29 flammenflitzer usb-storage: device found at 6                             	
May 29 08:46:29 flammenflitzer usb-storage: waiting for device to settle before scanning  	
May 29 08:46:34 flammenflitzer scsi 10:0:0:0: Direct-Access 	TOSHIBA  TransMemory  	1.04 PQ: 0 ANSI: 0 CCS                                                                        	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                                                                                  	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Write Protect is off                    	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Mode Sense: 23 00 00 00                 	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Assuming drive cache: write through     	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                                                                                  	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Write Protect is off                    	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Mode Sense: 23 00 00 00                 	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Assuming drive cache: write through     	
May 29 08:46:35 flammenflitzer sde: sde1                                                  	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: [sde] Attached SCSI removable disk            	
May 29 08:46:35 flammenflitzer sd 10:0:0:0: Attached scsi generic sg8 type 0              	
May 29 08:46:35 flammenflitzer usb-storage: device scan complete                          	
May 29 08:46:40 flammenflitzer FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!                                                        	                                                                             	
May 29 09:00:45 flammenflitzer usb 2-7: new high speed USB device using ehci_hcd and address 7
May 29 09:00:45 flammenflitzer usb 2-7: configuration #1 chosen from 1 choice             	
May 29 09:00:45 flammenflitzer scsi11 : SCSI emulation for USB Mass Storage devices       	
May 29 09:00:45 flammenflitzer usb-storage: device found at 7                             	
May 29 09:00:45 flammenflitzer usb-storage: waiting for device to settle before scanning  	
May 29 09:00:50 flammenflitzer scsi 11:0:0:0: Direct-Access 	Maxtor   OneTouch     	0125 PQ: 0 ANSI: 4                                                                            	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] 976773168 512-byte hardware sectors: (500 GB/465 GiB)                                                                                 	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Write Protect is off  	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Mode Sense: 2d 08 00 00                 	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Assuming drive cache: write through     	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] 976773168 512-byte hardware sectors: (500 GB/465 GiB)                                                                                 	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Write Protect is off                    	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Mode Sense: 2d 08 00 00                 	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Assuming drive cache: write through     	
May 29 09:00:50 flammenflitzer sdf: sdf2                                                  	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: [sdf] Attached SCSI disk                      	
May 29 09:00:50 flammenflitzer sd 11:0:0:0: Attached scsi generic sg9 type 0              	
May 29 09:00:50 flammenflitzer usb-storage: device scan complete                          	
May 29 09:01:00 flammenflitzer ntfs-3g[22053]: Version 2009.3.8 integrated FUSE 27        	
May 29 09:01:00 flammenflitzer ntfs-3g[22053]: Mounted /dev/usbfestplatte-maxtor-2 (Read-Write, label "Ablage", NTFS 3.1)                                                               	
May 29 09:01:00 flammenflitzer ntfs-3g[22053]: Cmdline options: rw,noexec,nosuid,nodev,noauto,users,uid=1000,gid=1000,locale=de_DE.utf8                                                 	
May 29 09:01:00 flammenflitzer ntfs-3g[22053]: Mount options: rw,noexec,nosuid,nodev,users,silent,allow_other,nonempty,default_permissions,relatime,fsname=/dev/usbfestplatte-maxtor-2,blkdev,blksize=4096                                                                            	
May 29 09:01:30 flammenflitzer FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!                                                        	
May 29 09:02:14 flammenflitzer usb 2-8: USB disconnect, address 6                         	
May 29 09:02:16 flammenflitzer usb 2-8: new high speed USB device using ehci_hcd and address 8
May 29 09:02:16 flammenflitzer usb 2-8: configuration #1 chosen from 1 choice             	
May 29 09:02:16 flammenflitzer scsi12 : SCSI emulation for USB Mass Storage devices       	
May 29 09:02:16 flammenflitzer usb-storage: device found at 8                             	
May 29 09:02:16 flammenflitzer usb-storage: waiting for device to settle before scanning  	
May 29 09:02:21 flammenflitzer scsi 12:0:0:0: Direct-Access 	TOSHIBA  TransMemory  	1.04 PQ: 0 ANSI: 0 CCS                                                                        	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                                                                                  	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Write Protect is off                    	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Mode Sense: 23 00 00 00                 	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Assuming drive cache: write through     	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] 2004992 512-byte hardware sectors: (1.02 GB/979 MiB)                                                                                  	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Write Protect is off                    	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Mode Sense: 23 00 00 00                 	
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Assuming drive cache: write through     	
May 29 09:02:24 flammenflitzer sde: sde1
May 29 09:02:24 flammenflitzer sd 12:0:0:0: [sde] Attached SCSI removable disk
May 29 09:02:24 flammenflitzer sd 12:0:0:0: Attached scsi generic sg8 type 0
May 29 09:02:24 flammenflitzer usb-storage: device scan complete
May 29 09:02:30 flammenflitzer hald: mounted /dev/usbstick-toshiba on behalf of uid 1000
May 29 09:08:58 flammenflitzer hald: unmounted /dev/usbstick-toshiba from '/media/TOSHIBA' on behalf of uid 1000
(Ich hatte zwichenzeitlich eine USB HD zum Angesteckt.)

Quellcode

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
flammenflitzer olaf # cat /proc/interrupts
       	CPU0   	CPU1
  0:    	152      	0   IO-APIC-edge  	timer
  1:   	2736      	0   IO-APIC-edge  	i8042
  4:      	2      	0   IO-APIC-edge
  6:      	5      	0   IO-APIC-edge  	floppy
  7:      	1      	0   IO-APIC-edge  	parport0
  8:     	72      	0   IO-APIC-edge  	rtc0
  9:      	0      	0   IO-APIC-fasteoi   acpi
 14:   	4917      	0   IO-APIC-edge  	ide0
 16: 	909652      	0   IO-APIC-fasteoi   3w-xxxx, saa7134[0], nvidia
 19:      	4      	0   IO-APIC-fasteoi   ohci1394
 20: 	800548      	0   IO-APIC-fasteoi   ehci_hcd:usb2, sata_nv
 21: 	106277      	0   IO-APIC-fasteoi   ohci_hcd:usb1
 22:	2293960      	0   IO-APIC-fasteoi   sata_nv, eth0
 23: 	194336      	0   IO-APIC-fasteoi   sata_nv, HDA Intel
NMI:      	0      	0   Non-maskable interrupts
LOC:	5651665	5401973   Local timer interrupts
RES: 	476338 	548503   Rescheduling interrupts
CAL:  	27908  	96660   Function call interrupts
TLB:   	9046  	11927   TLB shootdowns
TRM:      	0      	0   Thermal event interrupts
THR:      	0      	0   Threshold APIC interrupts
SPU:      	0      	0   Spurious interrupts
ERR:      	1
MIS:      	0

Quellcode

1
2
3
4
5
6
flammenflitzer olaf # lsusb
Bus 001 Device 002: ID 046d:c032 Logitech, Inc. MouseMan iFeel
Bus 001 Device 001: ID 1d6b:0001
Bus 002 Device 008: ID 0930:652a Toshiba Corp.
Bus 002 Device 003: ID 0ccd:0038 TerraTec Electronic GmbH Cinergy T^2 DVB-T Receiver
Bus 002 Device 001: ID 1d6b:0002

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »flammenflitzer« (29.05.2009, 09:23)


10

29.05.2009, 09:34

OK. Keine Fehler im Log, der Bus-2 teilt den Interrupt mit dem SATA Controller. Eigentlich dürften keine Probleme entstehen.
Teste mal das den Kopiervorgang über den Bus 1, also da wo zZ. Logitech MouseMan angeschlossen ist.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

11

29.05.2009, 10:00

Habe die Geräte umgestöpselt.
Bei lsusb keine Änderung und in der Übertragungsrate auch nicht.
Logitech, Inc. MouseMan iFeel benutzt OHCI
Toshiba Corp. benutzt EHCI

12

29.05.2009, 13:35

Falls du einen 29er kernel nutzt,
hast du die Möglichkeit so wie es ist, mal mit einem 28er Kernel zu testen?
Ich meine von ähnlichen Problemen unter 29er Kernel schon gelesen zu haben, mag aber sein das es längst gefixt wurde.
Ist also nur als ein Schuss ins blaue anzusehen..

13

29.05.2009, 13:41

2.6.28-gentoo-r3
Ich werde demnächst mal den neuesten 2.6.29 ausprobieren.

14

29.05.2009, 14:40

Kannst Du mal den 2.6.28-gentoo-r5 Ausprobieren?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

15

29.05.2009, 17:11

Mache ich.
Ich habe festgestellt, das ich irgendwann einmal, in die fstab

Quellcode

1
none            	/proc/bus/usb   usbfs   	auto,devgid=1006,devmode=664  0 0
eingetragen habe. Kommentiere ich erst einmal aus.
Ich habe auf den 1GB USB-Stick 3 Archive mit insgesamt c.a. 870 MB kopiert. Hat als user mit fat32 c.a. 19 min gedauert. Habe ich jetzt mal als root probiert: c.a. 8 min. Formatiert mit ext3 als root c.a. 7 min.

Quellcode

1
Unter VirtualBox WindowsXP die gleichen Dateien kopiert: c.a. 5,5 min
Werde das auch noch unter VirtualBox Ubuntu probieren. Da sind es c.a. 7,5 min.

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »flammenflitzer« (29.05.2009, 18:17)


16

30.05.2009, 23:31

scsi8 : SCSI emulation for USB Mass Storage devices
Hm.. evtl. hängt es auch mit dem verwendeten Treiber zusamen, sprich:
"SCSI emulation" kommt mir doch leicht komisch vor...

Ich hab hier mal ein mpeg-Video auf ein USB-Stick kopiert, schaut etwa so aus
Stick eingesteckt:
Ausgabe "dmesg"

Quellcode

1
2
3
4
5
6
7
usb 1-5: new high speed USB device using ehci_hcd and address 4
usb 1-5: configuration #1 chosen from 1 choice
 uba: uba1
usbcore: registered new interface driver ub
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.

Der Stick wurde dann in Dolphin via hal mounted
Ausgabe /var/log/messages

Quellcode

1
2
3
4
5
6
7
8
9
May 30 22:44:51 kraftwerk1 usb 1-5: new high speed USB device using ehci_hcd and address 4
May 30 22:44:52 kraftwerk1 usb 1-5: configuration #1 chosen from 1 choice
May 30 22:44:52 kraftwerk1 uba: uba1
May 30 22:44:52 kraftwerk1 usbcore: registered new interface driver ub
May 30 22:44:52 kraftwerk1 Initializing USB Mass Storage driver...
May 30 22:44:52 kraftwerk1 usbcore: registered new interface driver usb-storage
May 30 22:44:52 kraftwerk1 USB Mass Storage support registered.
May 30 22:45:26 kraftwerk1 hald: mounted /dev/uba1 on behalf of uid 1001
May 30 22:54:57 kraftwerk1 hald: unmounted /dev/uba1 from '/media/INTENSO_USB' on behalf of uid 1001

ich habe dann ein ca. 2,2Gig Video.mpg auf den Stick kopiert

Quellcode

1
2
3
4
5
6
7
8
9
10
phine@kraftwerk1 /mnt/video/Videos $ time cp _3sat_20071211_131829.mpg /media/INTENSO_USB

real    5m3.717s
user    0m0.025s
sys     0m8.350s

$ ls -la /media/INTENSO_USB/_3sat_20071211_131829.mpg
-rwxr-xr-x 1 phine root 2321866688 30. Mai 22:52 /media/INTENSO_USB/_3sat_20071211_131829.mpg

$ umount /media/INTENSO_USB

kernel= 2.6.29-gentoo-r5
Stick-Filesystem= vfat

Hier wird scheinbar keine "SCSI emulation" verwendet.
Magst du mal deine kernel .config mit anhängen?

MfG

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (30.05.2009, 23:43)


17

07.06.2009, 10:23

Quellcode

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
cat .config | grep USB
CONFIG_USB_IRDA=m
# USB Network Adapters
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=m
# CONFIG_USB_NET_AX8817X is not set
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_SMSC95XX is not set
# CONFIG_USB_NET_GL620A is not set
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
# CONFIG_USB_NET_RNDIS_HOST is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_USB_HSO is not set
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_I2C_TINY_USB=m
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
CONFIG_USB_M5602=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_ZC3XX=m
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_USBVISION=m
CONFIG_USB_ET61X251=m
CONFIG_USB_SN9C102=m
CONFIG_USB_ZC0301=m
CONFIG_USB_ZR364XX=m
CONFIG_USB_STKWEBCAM=m
CONFIG_USB_S2255=m
# CONFIG_USB_DSBR is not set
# CONFIG_USB_SI470X is not set
# CONFIG_USB_MR800 is not set
# Supported USB Adapters
CONFIG_DVB_USB=m
CONFIG_DVB_USB_DEBUG=y
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_USB_DW2102=m
CONFIG_DVB_USB_CINERGY_T2=m
CONFIG_DVB_USB_ANYSEE=m
CONFIG_DVB_USB_DTV5100=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
CONFIG_USB_DABUSB=m
# CONFIG_SND_USB is not set
# USB Input Devices
CONFIG_USB_HID=m
CONFIG_USB_HIDDEV=y
# USB HID Boot Protocol drivers
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_MON=y
CONFIG_USB_WUSB=m
# CONFIG_USB_WUSB_CBAF is not set
# USB Host Controller Drivers
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
CONFIG_USB_ISP116X_HCD=m
CONFIG_USB_ISP1760_HCD=m
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_U132_HCD is not set
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_CS=m
CONFIG_USB_R8A66597_HCD=m
CONFIG_USB_WHCI_HCD=m
CONFIG_USB_HWA_HCD=m
# CONFIG_USB_GADGET_MUSB_HDRC is not set
# USB Device Class drivers
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
CONFIG_USB_TMC=m
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
# see USB_STORAGE Help for more information
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_ONETOUCH=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
# CONFIG_USB_LIBUSUAL is not set
# USB Imaging devices
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
# USB port drivers
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=m
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP2101=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_FUNSOFT=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_IUU=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_MPR=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
CONFIG_USB_SERIAL_MOTOROLA=m
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_SPCP8X5=m
CONFIG_USB_SERIAL_HP4X=m
CONFIG_USB_SERIAL_SAFE=m
# CONFIG_USB_SERIAL_SAFE_PADDED is not set
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
# CONFIG_USB_SERIAL_DEBUG is not set
# USB Miscellaneous drivers
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
CONFIG_USB_BERRY_CHARGE=m
CONFIG_USB_LED=m
CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_PHIDGET=m
CONFIG_USB_PHIDGETKIT=m
CONFIG_USB_PHIDGETMOTORCONTROL=m
CONFIG_USB_PHIDGETSERVO=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_SISUSBVGA=m
# CONFIG_USB_SISUSBVGA_CON is not set
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
CONFIG_USB_TEST=m
CONFIG_USB_ISIGHTFW=m
CONFIG_USB_VST=m
# CONFIG_USB_ATM is not set
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_ATMEL_USBA is not set
# CONFIG_USB_GADGET_FSL_USB2 is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_PXA25X is not set
# CONFIG_USB_GADGET_PXA27X is not set
# CONFIG_USB_GADGET_S3C2410 is not set
# CONFIG_USB_GADGET_M66592 is not set
# CONFIG_USB_GADGET_AMD5536UDC is not set
# CONFIG_USB_GADGET_FSL_QE is not set
CONFIG_USB_GADGET_NET2280=y
CONFIG_USB_NET2280=m
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_ZERO=m
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
CONFIG_USB_GADGETFS=m
CONFIG_USB_FILE_STORAGE=m
# CONFIG_USB_FILE_STORAGE_TEST is not set
CONFIG_USB_G_SERIAL=m
CONFIG_USB_MIDI_GADGET=m
CONFIG_USB_G_PRINTER=m
CONFIG_USB_CDC_COMPOSITE=m

Quellcode

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
cat .config | grep SCSI
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# SCSI device support
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y
# SCSI support type (disk, tape, CD-ROM)
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
# SCSI Transports
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
CONFIG_SCSI_EATA=m
# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_SCSI_DH=m
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
# CONFIG_SCSI_DH_ALUA is not set
CONFIG_I2O_SCSI=m
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
# CONFIG_ISCSI_IBFT_FIND is not set

18

07.06.2009, 11:50

ne danke, mit diesen Auszügen kann ich nichts anfangen

20

17.06.2009, 17:28

Problem ist immer noch aktuell.