Troubleshooting, Enter s2250loader_probe 2.6 kernel, Vendor id 0x1943, device id 0xa250 devnum:3 – Sensoray 2251 Linux Ver.X User Manual
Page 4: S2250loader_probe: device 3 on bus 1 minor 0, Loading 2250 loader, Usb 1-7: firmware: requesting s2250_loader.fw, Usb 1-7: firmware: requesting s2250.fw, S2250loader_init: driver registered, S2250: disconnect, Go7007-usb: probing new go7007 usb board
![background image](https://www.manualsdir.com/files/804316/content/doc004.png)
After the 2250 has been connected, a /dev/videoN device will be added by the driver,
where N is the next available video device. The ALSA audio device id will appear
under the ALSA device subsystem under /proc/asound. If OSS emulation is enabled,
a /dev/dspN audio device will also appear.
For the 314/614 devices, after the kernel module has been loaded, two video device
entries should appear. The first /dev/videoX device will be the uncompressed capture
device, and the /dev/videoY device will the be compressed capture device.
Troubleshooting
If no video device appears after plugging in the 2250, check the kernel log to verify the
driver has been loaded properly. The dmesg command will print the most recent
kernel messages. For a working 2250, it should appear like this.
Enter s2250loader_probe 2.6 kernel
vendor id 0x1943, device id 0xa250 devnum:3
s2250loader_probe: Device 3 on Bus 1 Minor 0
loading 2250 loader
usb 1-7: firmware: requesting s2250_loader.fw
usb 1-7: firmware: requesting s2250.fw
usbcore: registered new interface driver s2250-loader
s2250loader_init: driver registered
s2250: disconnect
go7007-usb: probing new GO7007 USB board
Sensoray 2250 found
go7007 1-7:1.0: firmware: requesting go7007fw.bin
go7007: registering new Sensoray 2250/2251
s2250: initializing video decoder on WIS GO7007SB EZ-USB
s2250: initialized successfully
go7007: registered device video0 [v4l2]
If the expected kernel output does not appear, use the “lsmod” command to verify the
kernel modules “go7007” “go7007_usb” and “s2250” are loaded. If not loaded, the
“modprobe” command with the name of the missing module may be able to load them
and initialize the device.