• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Kaffeine und USB-DVB-T-Karte nur als root

rethus

Advanced Hacker
Wenn ich Das system starte, und dann kaffeine starte, findet Kaffeine keine DVB-T-Karte.
Starte ich aber von der Konsole "kaffeine -w" als root, findet er die Karte.

In meiner fstab hab ich für USB folgenden Eintrag drin stehen:
Code:
none    /proc/bus/usb   usbfs   user,exec,defaults      0 0

Wie bekomme ich es hin, das ich als normaler User die Berechtigung habe, auf die DVB-T-Karte zuzugreifen?
 

Appleonkel

Hacker
Wo ist dein Karte in /dev eingehangen? Bei mir /dev/video0 (kein dvb)
Code:
 ls -l /dev/video0
crw------- 1 olli video 81, 0 Jun 10 22:59 /dev/video0
evtl. stimmen dort die rechte nicht?

mfg Appleonkel
 
OP
R

rethus

Advanced Hacker
Danke, das Problem ist gelöst... hatte zuvor PCLinuxOS drauf... nun mit SUSE 10.0 gehts wieder....

Allerdings findet Kaffeine keine Sender... auf der Konsole gibt er folgendes beim Sendersuchlauf aus:
Code:
Using DVB device 0:0 "Conexant CX22702 DVB-T"
tuning DVB-T to 514000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:1 tm:1 gi:3 hier:0
..............................
Not able to lock to the signal on the given frequency
Frontend closed
dvbsi: Cant tune DVB
Using DVB device 0:0 "Conexant CX22702 DVB-T"
tuning DVB-T to 538000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:1 tm:1 gi:3 hier:0
..............................
Not able to lock to the signal on the given frequency
Frontend closed
dvbsi: Cant tune DVB
Using DVB device 0:0 "Conexant CX22702 DVB-T"
tuning DVB-T to 594000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:1 tm:1 gi:3 hier:0
........ LOCKED.
Transponders: 3/6

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0


Invalid section length or timeout: pid=16

Frontend closed
Using DVB device 0:0 "Conexant CX22702 DVB-T"
tuning DVB-T to 650000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:1 tm:1 gi:3 hier:0
..... LOCKED.
Transponders: 4/6

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0


Invalid section length or timeout: pid=16

Frontend closed
Using DVB device 0:0 "Conexant CX22702 DVB-T"
tuning DVB-T to 698000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:1 tm:1 gi:3 hier:0
..... LOCKED.
Transponders: 5/6

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0


Invalid section length or timeout: pid=16

Frontend closed
Using DVB device 0:0 "Conexant CX22702 DVB-T"
tuning DVB-T to 826000000 Hz
inv:2 bw:0 fecH:2 fecL:9 mod:1 tm:1 gi:3 hier:0
........ LOCKED.
Transponders: 6/6

Invalid section length or timeout: pid=17


Invalid section length or timeout: pid=0

Jemand ne Ahnung woran das liegen kann?

PS: Das hat er auch wenn ich kaffeine als root ausführe...
 
Oben