Skip to content

Instantly share code, notes, and snippets.

@gurre
Created January 23, 2017 22:14
Show Gist options
  • Save gurre/adfc3b52eb99c4db71142b1a7564ce8e to your computer and use it in GitHub Desktop.
Save gurre/adfc3b52eb99c4db71142b1a7564ce8e to your computer and use it in GitHub Desktop.
Terratec G1 Grabby on RPi
$ lsusb
Bus 001 Device 005: ID 0ccd:10af TerraTec Electronic GmbH
Bus 001 Device 004: ID 148f:7601 Ralink Technology, Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg
[2702794.172946] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
[2702794.277932] usb 1-1.5: New USB device found, idVendor=0ccd, idProduct=10af
[2702794.277952] usb 1-1.5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[2702794.277963] usb 1-1.5: Product: TERRATEC G1
[2702794.277974] usb 1-1.5: Manufacturer: TERRATEC
[2702794.300685] media: Linux media interface: v0.10
[2702794.319085] Linux video capture interface: v2.00
[2702794.334371] em28xx: New device TERRATEC TERRATEC G1 @ 480 Mbps (0ccd:10af, interface 0, class 0)
[2702794.334394] em28xx: Video interface 0 found: isoc
[2702794.334675] em28xx: chip ID is em2860
[2702794.494107] em2860 #0: EEPROM ID = 1a eb 67 95, EEPROM hash = 0xea1f92a4
[2702794.494123] em2860 #0: EEPROM info:
[2702794.494131] em2860 #0: AC97 audio (5 sample rates)
[2702794.494139] em2860 #0: 500mA max power
[2702794.494149] em2860 #0: Table at offset 0x06, strings=0x1a80, 0x166a, 0x0000
[2702794.494159] em2860 #0: Identified as Terratec Grabby (card=67)
[2702794.494170] em2860 #0: analog set to isoc mode.
[2702794.494303] em28xx audio device (0ccd:10af): interface 1, class 1
[2702794.494364] em28xx audio device (0ccd:10af): interface 2, class 1
[2702794.494498] usbcore: registered new interface driver em28xx
[2702794.516520] em2860 #0: Registering V4L2 extension
[2702794.540325] usbcore: registered new interface driver snd-usb-audio
[2702795.173569] saa7115 3-0025: saa7113 found @ 0x4a (em2860 #0)
[2702796.453315] em2860 #0: Config register raw data: 0x50
[2702796.493111] em2860 #0: AC97 vendor ID = 0x83847650
[2702796.513137] em2860 #0: AC97 features = 0x6a90
[2702796.513154] em2860 #0: Empia 202 AC97 audio processor detected
[2702800.473635] em2860 #0: V4L2 video device registered as video0
[2702800.473661] em2860 #0: V4L2 VBI device registered as vbi0
[2702800.473676] em2860 #0: V4L2 extension successfully initialized
[2702800.473689] em28xx: Registered (Em28xx v4l2 Extension) extension
$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: G1 [TERRATEC G1], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment