Hozzászólások
-
SzerzőBejegyzés
-
A fusin-icon egy python-ban írt kis indító alkalmazás, abban is át lehet írni.
A fusin-icon egy python-ban írt kis indító alkalmazás, abban is át lehet írni.
Pont ez a lényeg, eddig én is így használtam. Viszont jelenleg halott a dolog.
Code:juuzer@user ~ $ lsmod
Module Size Used by
ir_kbd_i2c 8400 0
tuner 67432 0
tvaudio 25052 0
bttv 202164 1
video_buf 23812 1 bttv
ir_common 32260 2 ir_kbd_i2c,bttv
compat_ioctl32 9280 1 bttv
btcx_risc 4744 1 bttv
tveeprom 18192 1 bttv
videodev 27840 2 bttv
v4l2_common 18496 5 tuner,tvaudio,bttv,compat_ioctl32,videodev
v4l1_compat 13700 2 bttv,videodev
udf 81768 0
fglrx 848708 11ir-kbd-i2c.c
” case 0x4b:
name = „PV951”;
ir->get_key = get_key_pv951;
ir_type = IR_TYPE_OTHER;
ir_codes = ir_codes_pv951;
break;
„Code:juuzer@user ~ $ cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name=”Power Button (FF)”
P: Phys=button_power/button/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=3
B: KEY=10000000000000 0I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name=”Power Button (CM)”
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=3
B: KEY=10000000000000 0I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name=”AT Translated Set 2 keyboard”
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=kbd event2
B: EV=120013
B: KEY=402000000 3802078f840d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7I: Bus=0003 Vendor=1241 Product=1166 Version=0110
N: Name=”HID 1241:1166″
P: Phys=usb-0000:00:02.0-2/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse0 event3
B: EV=7
B: KEY=1f0000 0 0 0 0
B: REL=103Itt látszik korábbi kernelekkel hogyan ment:
http://www.linuxforum.hu/index.php?topic=21579.0„input: i2c IR (PV951) as /class/input/input2
ir-kbd-i2c: i2c IR (PV951) detected at i2c-2//ir0 [bt878 #0 [sw]]”Pont ez a lényeg, eddig én is így használtam. Viszont jelenleg halott a dolog.
Code:juuzer@user ~ $ lsmod
Module Size Used by
ir_kbd_i2c 8400 0
tuner 67432 0
tvaudio 25052 0
bttv 202164 1
video_buf 23812 1 bttv
ir_common 32260 2 ir_kbd_i2c,bttv
compat_ioctl32 9280 1 bttv
btcx_risc 4744 1 bttv
tveeprom 18192 1 bttv
videodev 27840 2 bttv
v4l2_common 18496 5 tuner,tvaudio,bttv,compat_ioctl32,videodev
v4l1_compat 13700 2 bttv,videodev
udf 81768 0
fglrx 848708 11ir-kbd-i2c.c
” case 0x4b:
name = „PV951”;
ir->get_key = get_key_pv951;
ir_type = IR_TYPE_OTHER;
ir_codes = ir_codes_pv951;
break;
„Code:juuzer@user ~ $ cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name=”Power Button (FF)”
P: Phys=button_power/button/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=3
B: KEY=10000000000000 0I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name=”Power Button (CM)”
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=3
B: KEY=10000000000000 0I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name=”AT Translated Set 2 keyboard”
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=kbd event2
B: EV=120013
B: KEY=402000000 3802078f840d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7I: Bus=0003 Vendor=1241 Product=1166 Version=0110
N: Name=”HID 1241:1166″
P: Phys=usb-0000:00:02.0-2/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse0 event3
B: EV=7
B: KEY=1f0000 0 0 0 0
B: REL=103Itt látszik korábbi kernelekkel hogyan ment:
http://www.linuxforum.hu/index.php?topic=21579.0„input: i2c IR (PV951) as /class/input/input2
ir-kbd-i2c: i2c IR (PV951) detected at i2c-2//ir0 [bt878 #0 [sw]]”Nekem is voltak gondjaim a tvkártyám hangjával, igaz bt878-as. Nem tudom milyen paramétereket lehet megadni a tvkártyád driverének, de egy modinfo biztos elárulja.
Viszont ha kill -el lelövöd akkor nagyon valószínü hogy marad a hang, mivel semmi sem mondja azt a tvkártyának hogy „állítsa le magát”.
Tvnézéshez – tvtime.
Nekem is voltak gondjaim a tvkártyám hangjával, igaz bt878-as. Nem tudom milyen paramétereket lehet megadni a tvkártyád driverének, de egy modinfo biztos elárulja.
Viszont ha kill -el lelövöd akkor nagyon valószínü hogy marad a hang, mivel semmi sem mondja azt a tvkártyának hogy „állítsa le magát”.
Tvnézéshez – tvtime.
Milyen tvkártya?
Ha a hangkártya line-in bemenetén keresztül megy a hang, elindítasz valami mixer-t majd a line-in-t elnémítod.Milyen tvkártya?
Ha a hangkártya line-in bemenetén keresztül megy a hang, elindítasz valami mixer-t majd a line-in-t elnémítod.bepe79 wrote:Ahhoz kepest, hogy a keszito azt irta a README-ben, hogy nyugodtan vigyem le a kutyat setaltatni, amig fut, lefutott kb. 20-30 masodperc alatt.
Mert nem a teljes tesztet futtattad le, hanem csak az egyiket közülük. A teljes így néz ki:
Code:Dhrystone 2 without register variables no measured results
Dhrystone 2 using register variables no measured results
Arithmetic Test (type = arithoh) no measured results
Arithmetic Test (type = register) no measured results
Arithmetic Test (type = short) no measured results
Arithmetic Test (type = int) no measured results
Arithmetic Test (type = long) no measured results
Arithmetic Test (type = float) no measured results
Arithmetic Test (type = double) no measured results
System Call Overhead Test no measured results
Pipe Throughput Test no measured results
Pipe-based Context Switching Test no measured results
Process Creation Test no measured results
Execl Throughput Test no measured results
File I/O no measured results
File I/O no measured results
C Compiler Test no measured results
Shell scripts (1 concurrent) no measured results
Shell scripts (2 concurrent) no measured results
Shell scripts (4 concurrent) no measured results
Shell scripts (8 concurrent) no measured results
Dc: sqrt(2) to 99 decimal places no measured results
Recursion Test–Tower of Hanoi no measured resultsINDEX VALUES
TEST BASELINE RESULT INDEXArithmetic Test (type = double) 2541,0 0,0 0,0
Dhrystone 2 without register variables 22366,0 0,0 0,0
Execl Throughput Test 16,0 0,0 0,0
Pipe-based Context Switching Test 1318,0 0,0 0,0
Shell scripts (8 concurrent) 4,0 0,0 0,0
=========
SUM of 5 items 0,0
AVERAGE 0,0bepe79 wrote:Ahhoz kepest, hogy a keszito azt irta a README-ben, hogy nyugodtan vigyem le a kutyat setaltatni, amig fut, lefutott kb. 20-30 masodperc alatt.
Mert nem a teljes tesztet futtattad le, hanem csak az egyiket közülük. A teljes így néz ki:
Code:Dhrystone 2 without register variables no measured results
Dhrystone 2 using register variables no measured results
Arithmetic Test (type = arithoh) no measured results
Arithmetic Test (type = register) no measured results
Arithmetic Test (type = short) no measured results
Arithmetic Test (type = int) no measured results
Arithmetic Test (type = long) no measured results
Arithmetic Test (type = float) no measured results
Arithmetic Test (type = double) no measured results
System Call Overhead Test no measured results
Pipe Throughput Test no measured results
Pipe-based Context Switching Test no measured results
Process Creation Test no measured results
Execl Throughput Test no measured results
File I/O no measured results
File I/O no measured results
C Compiler Test no measured results
Shell scripts (1 concurrent) no measured results
Shell scripts (2 concurrent) no measured results
Shell scripts (4 concurrent) no measured results
Shell scripts (8 concurrent) no measured results
Dc: sqrt(2) to 99 decimal places no measured results
Recursion Test–Tower of Hanoi no measured resultsINDEX VALUES
TEST BASELINE RESULT INDEXArithmetic Test (type = double) 2541,0 0,0 0,0
Dhrystone 2 without register variables 22366,0 0,0 0,0
Execl Throughput Test 16,0 0,0 0,0
Pipe-based Context Switching Test 1318,0 0,0 0,0
Shell scripts (8 concurrent) 4,0 0,0 0,0
=========
SUM of 5 items 0,0
AVERAGE 0,0 -
SzerzőBejegyzés