Okay: I can't get it to work now. Here is what i did:
Now there are no device nodes either.
mediaclient -e just quits and shows no output.
/opt/bin/getinput.sh won't find an event-device node either.
dmesg output (after unplugging it and plugging it back in)
[ 505.054602] usb 1-2: USB disconnect, address 2
[ 506.928045] usb 1-2: new high speed USB device using ehci_hcd and address 3
[ 507.063204] usb 1-2: configuration #1 chosen from 1 choice
The last two lines can be find earlier in the log, about the time when the machine was booting. No other signs of the USB-Stick whatsoever.
After doing a reboot without the Stick this is what i get when i plug it back in:
usb 2-4: new high speed USB device using ehci_hcd and address 2
[ 92.950917] usb 2-4: configuration #1 chosen from 1 choice
I then manually inserted the em28xx module, afterwards em28xx-dvb & em28xx-alsa
[ 170.614022] Linux video capture interface: v2.00
[ 170.673267] em28xx v4l2 driver version 0.1.0 loaded
[ 170.673361] usbcore: registered new interface driver em28xx
[ 225.931814] Em28xx: Initialized (Em28xx dvb Extension) extension
[ 240.909078] Em28xx: Initialized (Em28xx Audio Extension) extension
NOW i can find my card again by calling mediaclient -c.It looks like my machine did not load the modules automatically. Adding the modules to /etc/modules won't help. I can't find the card after a reboot. dmesg says:
[ 12.095553] Linux video capture interface: v2.00
[ 12.154847] em28xx v4l2 driver version 0.1.0 loaded
[ 12.154917] usbcore: registered new interface driver em28xx
[ 12.179628] Em28xx: Initialized (Em28xx dvb Extension) extension
[ 12.188753] Em28xx: Initialized (Em28xx Audio Extension) extension
OS: Ubuntu 9.04
Kernel: 2.6.28-15-generic
Mods: MythTV / MPlayer compiled for VDPAU playback. I don't start a login-manager. I spawn a new tty that starts a X-session plus Gnome and a VNC-Server. On another tty i start another X-Session & MythTV. Almost everything else should be configured like on a clean system.
Do you need any further logs/info?