Open GoogleCodeExporter opened 9 years ago
Ey, this is the var/log
sudo tail -f /var/log/syslog
[sudo] password for kudomarkos:
Feb 6 19:02:33 kudomarkos wpa_supplicant[753]: message repeated 66 times: [
wlan0: CTRL-EVENT-SCAN-STARTED ]
Feb 6 19:02:36 kudomarkos wpa_supplicant[753]: nl80211:
send_and_recv->nl_recvmsgs failed: -33
Feb 6 19:04:33 kudomarkos wpa_supplicant[753]: wlan0: CTRL-EVENT-SCAN-STARTED
Feb 6 19:06:33 kudomarkos wpa_supplicant[753]: wlan0: CTRL-EVENT-SCAN-STARTED
Feb 6 19:06:35 kudomarkos wpa_supplicant[753]: nl80211:
send_and_recv->nl_recvmsgs failed: -33
Feb 6 19:08:33 kudomarkos wpa_supplicant[753]: wlan0: CTRL-EVENT-SCAN-STARTED
Feb 6 19:12:40 kudomarkos kernel: [ 8383.205580] usbcore: registered new
interface driver stk1160
Feb 6 19:15:05 kudomarkos somagic-init: Libgcrypt warning: missing
initialization - please fix the application
Feb 6 19:17:01 kudomarkos CRON[3780]: (root) CMD ( cd / && run-parts
--report /etc/cron.hourly)
Feb 6 19:23:41 kudomarkos kernel: [ 9044.292742] usb 2-3: USB disconnect,
device number 6
Feb 6 19:24:15 kudomarkos kernel: [ 9078.300052] usb 2-3: new high-speed USB
device number 7 using ehci-pci
Feb 6 19:24:15 kudomarkos kernel: [ 9078.432812] usb 2-3: New USB device
found, idVendor=1c88, idProduct=0007
Feb 6 19:24:15 kudomarkos kernel: [ 9078.432817] usb 2-3: New USB device
strings: Mfr=1, Product=2, SerialNumber=3
Feb 6 19:24:15 kudomarkos kernel: [ 9078.432820] usb 2-3: Product: SM-USB 007
Feb 6 19:24:15 kudomarkos kernel: [ 9078.432822] usb 2-3: Manufacturer:
Somagic, Inc.
Feb 6 19:24:15 kudomarkos kernel: [ 9078.432825] usb 2-3: SerialNumber: SMBL007
Feb 6 19:24:15 kudomarkos mtp-probe: checking bus 2, device 7:
"/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3"
Feb 6 19:24:15 kudomarkos mtp-probe: bus: 2, device: 7 was not an MTP device
---------- and now "sudo somagic-init" in another terminal---------
Feb 6 19:27:56 kudomarkos somagic-init: Libgcrypt warning: missing
initialization - please fix the application
Feb 6 19:28:03 kudomarkos somagic-init: Libgcrypt warning: missing
initialization - please fix the application
Feb 6 19:28:03 kudomarkos kernel: [ 9306.408407] usb 2-3: USB disconnect,
device number 7
Feb 6 19:28:04 kudomarkos kernel: [ 9306.684118] usb 2-3: new high-speed USB
device number 8 using ehci-pci
Feb 6 19:28:04 kudomarkos kernel: [ 9306.816925] usb 2-3: New USB device
found, idVendor=1c88, idProduct=003c
Feb 6 19:28:04 kudomarkos kernel: [ 9306.816930] usb 2-3: New USB device
strings: Mfr=1, Product=2, SerialNumber=3
Feb 6 19:28:04 kudomarkos kernel: [ 9306.816933] usb 2-3: Product: SMI Grabber
DEV
Feb 6 19:28:04 kudomarkos kernel: [ 9306.816935] usb 2-3: Manufacturer:
Somagic, Inc.
Feb 6 19:28:04 kudomarkos kernel: [ 9306.816938] usb 2-3: SerialNumber:
SMIGRABBER9876543210
Feb 6 19:28:04 kudomarkos mtp-probe: checking bus 2, device 8:
"/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3"
Feb 6 19:28:04 kudomarkos mtp-probe: bus: 2, device: 8 was not an MTP device
Original comment by Ghost.In...@gmail.com
on 6 Feb 2015 at 6:34
hi, it is working as designed.
the code is basically two parts, kernel code and user code.
if you want it to show up in /dev/video1 compile the kernel module.
In the user code I run:
#somagic-init
that uploads the firmware (like you did above)
#somagic-capture | mplayer -vf yadif,screenshot -demuxer rawvideo -rawvideo
"pal:format=uyvy:fps=25" -aspect 4:3 -
displays the capture. You can use vlc or ffmpeg to write it to file etc
Original comment by md.ve...@gmail.com
on 8 Feb 2015 at 5:41
Original issue reported on code.google.com by
Ghost.In...@gmail.com
on 6 Feb 2015 at 4:13