Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kein /dev/video
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Thu Dec 30, 2004 11:32 pm    Post subject: Kein /dev/video Reply with quote

Hallo zusammen,

Wollte heute mal meine Motion Eye Cam installieren.
Habe dazu im kernel die v4l treiber aktiviert

Code:

  x x           <M> Video For Linux                                       x x 
  x x                 Video For Linux  --->                               x x 
  x x                 Radio Adapters  --->                                x x 
  x x               Digital Video Broadcasting Devices  --->


Code:

x<M> Sony Vaio Picturebook Motion Eye Video For Linux (EXPERIMENTAL)  x x 


dann habe ich di module geladen mit
Code:

modprobe videodev
modprobe meye gbuffers=32 video_nr=0


jedoch habe ich keine /dev/video device. Habe ich da was vergessen?
(dmesg zeigt keine fehler an)
_________________
Neue Funktionen in Portage 2.0.51 || BBCode Guide
Linux User #379064
Back to top
View user's profile Send private message
tm130
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2004
Posts: 110
Location: Indianapolis, IN, USA

PostPosted: Thu Dec 30, 2004 11:52 pm    Post subject: Reply with quote

Vermutlich ist das Device /dev/v4l/video0
_________________
GORT KLAATU BARADA NIKTO
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Thu Dec 30, 2004 11:54 pm    Post subject: Reply with quote

hi,

hab ich auch schon nachgeschaut gibt es auch net
_________________
Neue Funktionen in Portage 2.0.51 || BBCode Guide
Linux User #379064
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Fri Dec 31, 2004 10:32 am    Post subject: Reply with quote

An der stelle bin ich (leider) auch nicht weitergekommen. Woarn es aber bei dir scheitert, liegt daran, das du kein Video-Device erstellt hast. Laut Kernel Doku geht das so:
Code:

2.2 Device Configuration

  At this point, we need to ensure that the device files exist.
Video4linux used the /dev/video* files, and we want to attach the
Quickcam to one of these.

   ls -lad /dev/video*  # should produce a list of the video devices

If the video devices do not exist, you can create them with:

  su
  cd /dev
  for ii in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ; do
    mknod video$ii c 81 $ii   # char-major-81-[0-16]
    chown root.root video$ii  # owned by root
    chmod 600 video$ii        # read/writable by root only
  done

  Lots of people connect video0 to video and bttv, but you might want
your c-qcam to mean something more:

   ln -s video0 c-qcam  # make /dev/c-qcam a working file
   ln -s c-qcam video   # make /dev/c-qcam your default video source

  But these are conveniences.  The important part is to make the proper
special character files with the right major and minor numbers.  All
of the special device files are listed in ../devices.txt.  If you
would like the c-qcam readable by non-root users, you will need to
change the permissions.



Gruß
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Fri Dec 31, 2004 12:18 pm    Post subject: Reply with quote

ah supi thx ich probier das gleich mal aus wenn ich wieder zuhause bin
_________________
Neue Funktionen in Portage 2.0.51 || BBCode Guide
Linux User #379064
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Fri Dec 31, 2004 12:29 pm    Post subject: Reply with quote

freu mich auf Feedback !!!
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Sat Jan 01, 2005 11:13 am    Post subject: Reply with quote

Hm geht leider nicht. Die video* devices hat er erstellt. Jedoch bekomme ich einen fehler wenn ich mit xawtv darauf zugreife:

Code:

bash-2.05b$ xawtv -c /dev/meye -geometry 320x240
This is xawtv-3.86, running on Linux/i686 (2.6.9-gentoo-r9)
can't open /dev/meye: No such device
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/meye: No such device
v4l2: open /dev/meye: No such device
v4l: open /dev/meye: No such device
no video grabber device available


Code:

bash-2.05b# ls -ali /dev/meye
682 lr-xr-xr-x  1 root root 6 Jan  1 13:07 /dev/meye -> video0


Code:

bash-2.05b# cat /dev/video0
cat: /dev/video0: No such device

_________________
Neue Funktionen in Portage 2.0.51 || BBCode Guide
Linux User #379064
Back to top
View user's profile Send private message
mkr
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 188

PostPosted: Sat Jan 01, 2005 10:57 pm    Post subject: Reply with quote

Ich habe das gleiche Problem mit meiner WinTV Nova-S Karte. Die benötigten Module sind geladen, "ls /dev/video*" zeigt /dev/video, /dev/video0 etc. an, aber ich kann nicht darauf zugreifen ("no such device"). Ich verwende Kernel 2.6.10 und udev.
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Sun Jan 02, 2005 5:24 pm    Post subject: Reply with quote

v4lcfg mal ausgeführt? (oder soähnlich)
_________________
Stellt euch vor, es geht, und keiner bekommt's hin! --theche, der gefragt worden ist, was sein nick bedeuten soll...
Back to top
View user's profile Send private message
mkr
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 188

PostPosted: Sun Jan 02, 2005 8:13 pm    Post subject: Reply with quote

Ein v4lcfg oder ähnliches habe ich leider nicht gefunden. Mittlerweile habe ich aber herausgefunden, dass die Nova-S eine Budget-Karte (ohne MPEG-Decoder) ist und deshalb kein /dev/video zur Verfügung stellt.

Ich habe nur einige Devices unter /dev/dvb/adapter0/. Leider weiss ich nicht, wie ich mit TV-Applikationen darauf zugreifen kann. Ich habe es mit tvtime und kdetv und allen möglichen Devices versucht.
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Sun Jan 02, 2005 8:22 pm    Post subject: Reply with quote

es gibt ne abenteuerliche möglichkeit mit vdr|mplayer-plugin|xawtv

xine kann glaub ich auch mit dvb umgehen, habs aber beides nochnicht zum laufen gebracht
_________________
Stellt euch vor, es geht, und keiner bekommt's hin! --theche, der gefragt worden ist, was sein nick bedeuten soll...
Back to top
View user's profile Send private message
mkr
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 188

PostPosted: Sun Jan 02, 2005 9:26 pm    Post subject: Reply with quote

Hab jetzt endlich ein Howto gefunden. So wie's aussieht, muss man mit einer Applikation (szap) die Kanäle wechseln und mit einer anderen (zB. mplayer) den gewählten Kanal schauen. Das ist, milde ausgedrückt, etwas aufwendig.

Die vielen netten TV-Applikationen laufen nur mit "normalen" Karten. Oder habe ich eine übersehen? Ich möchte nur TV gucken und die Kanäle einfach wechseln können, kein recording etc.
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Mon Jan 03, 2005 12:34 am    Post subject: Reply with quote

mit dem vdr solltes gehn, habs aber nicht hinbekommen
_________________
Stellt euch vor, es geht, und keiner bekommt's hin! --theche, der gefragt worden ist, was sein nick bedeuten soll...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum