http://ressourcen.snooweatinganima.de/digitalkamera_usb_linux.html
Schritt: USB Support im Kernel aktivieren Um die Digitalkamera über USB anzusprechen muss Linux USB-kompatibel gemacht werden. Die meisten Distributionen konfigurieren ihren Standardkernel mittlerweile mit aktiviertem USB Support. Wer einen selbstkompilierten Kernel nutzt, muss folgende Optionen einkompilieren[0]: CONFIG_USB=y CONFIG_USB_DEVICEFS=y CONFIG_USB_UHCI_ALT=y [1] CONFIG_USB_OHCI=y CONFIG_USB_STORAGE=y CONFIG_BLK_DEV_IDESCSI=y [2] CONFIG_SCSI=y [3] CONFIG_CHR_DEV_SG=y [4] CONFIG_BLK_DEV_SD=y [5
http://www.littleredbat.net/mk/linux/gentoo_vaio.html
CD-ROM
Linux finds the cdrom as "hdc: UJDA745 DVD/CDRW, ATAPI CD/DVD-ROM drive". To use this drive as a CD-R/W you need to have the following kernel setup. Also, add append="hdc=ide-scsi" to your lilo.conf
CONFIG Description State
CONFIG_BLK_DEV_IDESCSI IDE SCSI Emulation M or Y
CONFIG_BLK_DEV_IDECD IDE CDROM Support N
CONFIG_SCSI SCSI Support Y
CONFIG_CHR_DEV_SG Generic SCSI Support M or Y
CONFIG_BLK_DEV_SR SCSI CDROM Support M or Y
USB
Note that this machine's USB Controller uses the OHCI driver, not the UHCI driver. During boot, it will detect 3 USB ports: the 2 USB ports and the Sony Memory Stick slot ("Magic Gate").
I can mount a USB keychain drive via:
mount -t auto /dev/sdb /usbkey
Memstick
The memory stick will be detected as a scsi device if your have SCSI emulation, basic SCSI support, USB Mass Storage (CONFIG_USB_STORAGE) and SCSI Disk (CONFIG_BLK_DEV_SD) in your kernel. Note that this machine's USB Controller uses the OHCI driver not the UHCI driver. Add an entry in /etc/fstab:
/dev/sda1 /memstick vfat noauto,rw,user 0 0
Then do "mount /memstick" or "mount -t vfat /dev/sda1 /memstick".
http://www.unixboard.de/vb3/showthread.php?t=19454
Einfach mal ACPI ausschalten ('acpi=off noapic' als Boot-Optionen dem Kernel uebergeben). *empfehl* Ist haeufig die Ursache fuer solcherlei Probleme mit USB.
Tip: 'fdisk -l' zeigt dir an, wenn dein USB-Stick erkannt wurde. Damit bekommst du naemlich alle Partitionen (inkl. der von SCSI/USB-Laufwerken) angezeigt.
Der Treiber, den du brauchst, nennt sich uebrigens usb-storage.
-- DetlevLengsfeld 2006-11-26 06:34:29
| /BootInfos /BootParameter /CheckListe /DebianWay /Kernel backen mit git /KernelBacken /Konfiguration /MakeInitrd /Patches /Sk98Lin /SoundKarte /UsbModule |
Linux/Kernel/UsbModule (last modified 2008-11-04 07:00:08)