I have some problems with the new release of virtualbox (2.1.2).
I'm running debian unstable, and it was perfectly configured, only some low level actions caused problems (like iPhone jailbreaking ...).
Anyway I've done two things last week. I upgraded my kernel from source (to version 2.6.28.1), and I upgraded virtualbox to the latest version (2.1.2).
Using the same image of Windows XP, now I have problems with usb pen (and storage in general) and with iphone.
Both of this devices cannot be recognized by XP guest machine but, I can hear the classic xp sound, when I attach (via the "Devices" menu) a USB device.
I notice right now that also other USB devices are not working correctly. For example mouse stop working (also in Linux Host), my webcam shows blank output.
I've read a lot of things about this problem, but I cannot realize if this is a kernel problem or a vbox problem (I repeat, on my linux host machine, everything is going perfectly).
I show you some output from my system, feel free to ask me anything
Code: Select all
leonardo @ ~
19:37:06 $ cat /etc/mtab
/dev/sda5 / ext3 rw,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
/proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
...
###########
leonardo @ ~
19:54:51 $ cat /etc/udev/rules.d/91-permissions.rules | grep -i usb
# usbfs-like devices
SUBSYSTEM=="usb_device", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers" ,....
###########
leonardo @ ~
19:54:54 $ cat /etc/fstab
...
#usbfs
none /proc/bus/usb usbfs devgid=121,devmode=664 0 0
I also recompiled kernel, changing ./drivers/usb/core/devio.c constant (don't recall the name..) to 128k...
Maybe I'm missing something on my kernel configuration?
Thanks in advance!
LR