Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Run "ls /dev/v*". I've got a Hauppauge bt878 based card and I have /dev/video0 and /dev/vbi0. It's hard to look at your lsmod output, but it looks like it's probably OK. It would be better to see the results of both "lsmod |sort" and "dmesg |grep bt".
Try the program "tvtime". That's what I use in mine.
root@kate:/dev# cd v
v4l/ vcs vcs2 vcs4 vcs6 vcsa1 vcsa3 vcsa5 video0
vbi0 vcs1 vcs3 vcs5 vcsa vcsa2 vcsa4 vcsa6
root@kate:/dev# ls /video0
ls: cannot access /video0: No such file or directory
root@kate:/dev# ls video0
video0
root@kate:/dev# ls vbi0
vbi0
Okay, so same problem with tv time, no "station file".
Quote:
root@kate:/dev# tvtime
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
I/O warning : failed to load external entity "/root/.tvtime/tvtime.xml"
xvoutput: Received X error: BadAccess (attempt to access private resource denied)
xvoutput: Received X error: BadShmSeg (invalid shared segment parameter)
mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
xvoutput: Received X error: BadShmSeg (invalid shared segment parameter)
xvoutput: Received X error: BadShmSeg (invalid shared segment parameter)
I/O warning : failed to load external entity "/root/.tvtime/stationlist.xml"
station: No station file found, creating a new one.
Thank you for using tvtime.
I suspect that a big part of your problem is that you're logged in as root. Is there some reason for that? Try logging in as a regular user. Root is not for user applications.
My server is in a closet here, i'm forwarding x through ssh. (ssh -C -X). Anyhow, as a normal user:
Quote:
mitchj@kate:~$ xawtv
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.31-14-generic-pae)
xinerama 0: 1280x1024+0+0
xinerama 1: 1600x1200+1280+0
WARNING: remote display `localhost:11.0' not allowed, using `:11.0' instead
can't open x11 display :11.0
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video0: Permission denied
v4l2: open /dev/video0: Permission denied
v4l: open /dev/video0: Permission denied
no video grabber device available
mitchj@kate:~$ tvtime
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/mitchj/.tvtime/tvtime.xml
videoinput: Cannot open capture device /dev/video0: Permission denied
xvoutput: Received X error: BadAccess (attempt to access private resource denied)
xvoutput: Received X error: BadShmSeg (invalid shared segment parameter)
mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
xvoutput: Received X error: BadShmSeg (invalid shared segment parameter)
xvoutput: Received X error: BadShmSeg (invalid shared segment parameter)
Thank you for using tvtime.
You'll have to deal with this the way you usually deal with running X remotely. Something like xawtv --display server:0.0. I dunno. I haven't dealt with remote-X in many many years.
Code:
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video0: Permission denied
What is the result of "ls -l /dev/video0"? Is your userid, on the machine with the board, a member of the "video" group?
Now I'm working on setting up mythtv. What type of input is this? When I try to scan for channels, i get failed to start device or something along those lines.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.