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.
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 |
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)
Quellcode |
|
1 |
/usr/share/hal/fdi/policy/20thirdparty/95-storage-nosync.fdi |
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> |
Quellcode |
|
1 |
modprobe ehci-hcd |
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)
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 |
Quellcode |
|
1 |
/dev/usbstick-toshiba /mnt/usbstick-toshiba vfat noauto,user,noatime,exec,iocharset=utf8,codepage=850 0 0 |
Quellcode |
|
1 2 3 4 |
########################################################################## #usbstick-toshiba ############################################################################ BUS=="scsi", KERNEL=="sd*1", ATTRS{model}=="TransMemory", NAME="usbstick-toshiba" , GROUP="disk", MODE="0764" |
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)
Quellcode |
|
1 |
tail -f /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 |
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)
Quellcode |
|
1 |
none /proc/bus/usb usbfs auto,devgid=1006,devmode=664 0 0 |
Quellcode |
|
1 |
Unter VirtualBox WindowsXP die gleichen Dateien kopiert: c.a. 5,5 min |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »flammenflitzer« (29.05.2009, 18:17)
Hm.. evtl. hängt es auch mit dem verwendeten Treiber zusamen, sprich:scsi8 : SCSI emulation for USB Mass Storage devices
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. |
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 |
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 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (30.05.2009, 23:43)
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 |