Othernet-Project / orx-install

ORx install scripts
http://outernet-project.github.io/orx-install/
GNU General Public License v3.0
94 stars 61 forks source link

RPi B+, PCTV 461e doesn't show up in TVHeadend #30

Closed foxbunny closed 10 years ago

foxbunny commented 10 years ago

dmesg output is as follows:

[ 1264.730419] usb 1-1.3: Product: PCTV 461
[ 1264.740483] usb 1-1.3: Manufacturer: PCTV
[ 1264.750671] usb 1-1.3: SerialNumber: 0011421164
[ 1264.767132] em28xx: New device PCTV PCTV 461 @ 480 Mbps (2013:0258, interface 0, class 0)
[ 1264.793846] em28xx: DVB interface 0 found: isoc
[ 1264.804196] em28xx: chip ID is em28178
[ 1264.976707] em28178 #0: em28xx_init_dev: em28xx_write_reg failed! retval [-5]
[ 1264.992262] em28xx: probe of 1-1.3:1.0 failed with error -5
[ 1265.004141] usb 1-1.3: USB disconnect, device number 61
[ 1265.176710] usb 1-1-port2: over-current change

Kernel version is 3.16.

wpt-steve commented 10 years ago

Over-current... Try using a powered hub? Sent from my BlackBerry

-----Original Message----- From: Branko Vukelic notifications@github.com Date: Thu, 28 Aug 2014 03:58:57 To: Outernet-Project/orx-installorx-install@noreply.github.com Reply-To: Outernet-Project/orx-install reply@reply.github.com Subject: [orx-install] RPi B+, PCTV 461e doesn't show up in TVHeadend (#30)

dmesg output is as follows:

[ 1264.730419] usb 1-1.3: Product: PCTV 461
[ 1264.740483] usb 1-1.3: Manufacturer: PCTV
[ 1264.750671] usb 1-1.3: SerialNumber: 0011421164
[ 1264.767132] em28xx: New device PCTV PCTV 461 @ 480 Mbps (2013:0258, interface 0, class 0)
[ 1264.793846] em28xx: DVB interface 0 found: isoc
[ 1264.804196] em28xx: chip ID is em28178
[ 1264.976707] em28178 #0: em28xx_init_dev: em28xx_write_reg failed! retval [-5]
[ 1264.992262] em28xx: probe of 1-1.3:1.0 failed with error -5
[ 1265.004141] usb 1-1.3: USB disconnect, device number 61
[ 1265.176710] usb 1-1-port2: over-current change

Kernel version is 3.16.


Reply to this email directly or view it on GitHub: https://github.com/Outernet-Project/orx-install/issues/30

markpos commented 10 years ago

I'm trying to build an ORx, and this issue is mine. Thanks for the suggestion. I'd already suspected the same and powered hub is (hopefully) being delivered tomorrow! I'll report back if this fixes it.

markpos commented 10 years ago

Fixed with powered hub! I guess that this issue can now be closed.

[root@alarmpi ~]# dmesg | tail
[   37.375369] DVB: registering new adapter (em28178 #0)
[   37.394417] usb 1-1.3.2: DVB: registering adapter 0 frontend 0 (Montage M88DS3103)...
[   37.434878] em28178 #0: DVB extension successfully initialized
[   37.466207] em28xx: Registered (Em28xx dvb Extension) extension
[   37.578548] em28178 #0: Registering input extension
[   37.726362] Registered IR keymap rc-pinnacle-pctv-hd
[   37.766552] input: em28xx IR (em28178 #0) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.2/rc/rc0/input0
[   37.829303] rc0: em28xx IR (em28178 #0) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.2/rc/rc0
[   37.887884] em28178 #0: Input extension successfully initalized    
[   37.906412] em28xx: Registered (Em28xx Input Extension) extension
foxbunny commented 10 years ago

Ok, marking as resolved for now.