[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

USB, VMWare and selfcompiled Kernel



Hi,
i have an up to date sid installation on my laptop with a selfcompiled 2.6.18 Kernel. I use a Virtual-WindowsXP-machine with the VMplayer.

The problem is to access the USB-port under the VM-XP, if I use the selfcompiled Kernel. I want to connect an ipaq-pocketpc. If I plug it in, nothing happens (under XP).
/var/log/messages says me, that an USB-Pocketpc is recognised:

Dec 16 00:54:14 localhost kernel: ohci_hcd 0000:00:03.2: wakeup
Dec 16 00:54:15 localhost kernel: usb 3-1: new full speed USB device using ohci_
hcd and address 2
Dec 16 00:54:16 localhost kernel: usb 3-1: configuration #1 chosen from 1 choice
Dec 16 00:54:17 localhost kernel: usbcore: registered new driver usbserial
Dec 16 00:54:17 localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial Dr
iver core
Dec 16 00:54:17 localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial su
pport registered for PocketPC PDA
Dec 16 00:54:17 localhost kernel: drivers/usb/serial/ipaq.c: USB PocketPC PDA dr
iver v0.5
Dec 16 00:54:17 localhost kernel: ipaq 3-1:1.0: PocketPC PDA converter detected Dec 16 00:54:17 localhost kernel: usb 3-1: PocketPC PDA converter now attached t
o ttyUSB0
Dec 16 00:54:17 localhost kernel: usbcore: registered new driver ipaq

These USB-drivers are loaded:

usbserial             24864  1 ipaq
usb_storage        23812  0
scsi_mod             75144  1 usb_storage
usbcore               105092  6 ipaq,usbserial,usb_storage,ehci_hcd,ohci_hcd


While running the standard 2.6.18-3 kernel all works fine, the ipaq is recognised under WIN, and /var/log/messages looks the same, with these USB-drivers:

usbserial              29128  1 ipaq
usb_storage            71840  0
scsi_mod              124136  1 usb_storage
usbcore               112676  6 ipaq,usbserial,usb_storage,ehci_hcd,ohci_hcd
ide_core 110504 6 usb_storage,ide_generic,ide_disk,ide_cd,sis5513,generic

The difference is the loading of ide_core connected with usb_storage. Is that the problem? I thought you can not load ide support as a module, when you have root on it! How do I compile ide_core as a module?



Reply to: