BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
Please support our sponsors!
BeRC
Talkback
 Go back to the BeRC page
 Post a new Talkback comment!
Work in Dano :)
 By betojsp - Posted on June 6, 2005 - 10:20:22   (#16808)
 Current version when comment was posted: 0.5.0
Only make little change in ./berc/src/lirc/tools/irrecord/irrecord.c

New
---
#ifndef B_BEOS_VERSION_DANO
#include <net/socket.h>
#endif

Original
--------
#ifndef B_BEOS_VERSION_DANO
#include <socket.h>
#endif

Bytes

can not unzip it.
 By edmundf - Posted on December 6, 2004 - 14:51:30   (#14972)
 Current version when comment was posted: 0.5.0
can not unzip it?

hey
 By kvdman - Posted on December 4, 2004 - 19:54:59   (#14956)
 Current version when comment was posted: 0.4.0
I lost your email, send me your address, and i'll send you my irman and creative ir device. I never use them much anyways.

RE: status?
 By zadig - Posted on December 4, 2004 - 05:35:53   (#14951)
 Current version when comment was posted: 0.4.0
sorry for the late answer, I did not see you comment before!

Since I work alone on it for the moment updates are really slow. However I am currently in contact with aliensoldier to share ideas about more features to maybe end up with a remote control kit.

I think I will release a small bugfix version this we. I am also working on a vlc berc control module...

I would be very pleased to integrate berc into haiku: It would make it used by more by applications (because of haiku official), and more people could contribute. I think this will be especially needed to port all drivers (I tried to quickly port irman unsuccesfully: It is not easy without the device!).

I should talk about it to the haiku team, just need some time :p

status?
 By kvdman - Posted on November 14, 2004 - 14:59:39   (#14745)
 Current version when comment was posted: 0.4.0
Hi, just wondered how things were going! I know you're working alone on this, just wanted to say I look forward to releases and updates.
Is it possible to integrate your work into Haiku? Just wondered.

Karl

re: ATI USB Support
 By zadig - Posted on August 12, 2004 - 12:08:07   (#13828)
 Current version when comment was posted: 0.3.0
For the moment I still have to finish the global architecture of the port (I still have to code few features). I will then begin to port all devices supported by lirc.

So for now only serial homebrew receivers are supported. Other devices will not work until severeal months, unless someone helps to do it.

re: make install
 By zadig - Posted on August 12, 2004 - 12:05:24   (#13827)
 Current version when comment was posted: 0.3.0
Does the directory "/boot/home/config/include" exist on your install ?
If not, create it and it should work.
If this is your problem, I will fix it in the next release (create the dir if it does not exist)

make install
 By rossel - Posted on August 8, 2004 - 18:42:51   (#13780)
 Current version when comment was posted: 0.3.0
by the way I run BeOS 5 pro

make install
 By rossel - Posted on August 8, 2004 - 18:39:54   (#13779)
 Current version when comment was posted: 0.3.0
missing lirc was the reason i didn't go beos before, so I'm a little frustrated that I can't get working now it's here. While the 'make' command works fine, I get the following error using the 'make install':

/bin/cp: cannot create regular file '/boot/home/config/include/liblirc.h': No Such file or directory
make[2]: *** [install] Error 1
make[1]: *** [install] Error 2
make: *** [install] Error 2

Then I tried typing the commands written in the 'Install' post, but get this error for the 'copyattr --data obj.x86/berc_serial /boot/home/config/add-ons/kernel/drivers/bin/berc_serial' command:
D&
&#9633;D&
&#9633;berc_ser: [80006003] No such file or directory

please help

ATI USB Support?
 By Abraham_Sapien - Posted on August 2, 2004 - 19:09:04   (#13703)
 Current version when comment was posted: 0.3.0
Hello!

Just wondering.. Is there any chance of there being new support for other devices anytime soon? I noticed that the Linux LIRC has support for the ATI USB X10 compatible RF Remotes/Receivers, but BeRC doesn't :(. I own a ATI Remote Wonder which is excately this.

good, but ...
 By rayman - Posted on June 17, 2004 - 07:23:58   (#12939)
 Current version when comment was posted: 0.2.0
thank you ! it make now, but I have remove the "-lnet" in makefile of KeyFilter, because not linking. But I don't know if it's a good idea ?
I test it and return results to you.

RE: Rayman, try this...
 By zadig - Posted on June 4, 2004 - 11:24:49   (#12704)
 Current version when comment was posted: 0.2.0
well, I forgot this. Shame on me.
I will try to write another makefile for the driver in the next release. Generic makefiles do not seem to be well handled on some OSes

RE: Whatabout daemon functionality?
 By zadig - Posted on June 4, 2004 - 11:23:05   (#12703)
 Current version when comment was posted: 0.2.0
Sorry but I removed all networking stuff in it.
What do you want to do ?

Rayman, try this...
 By kvdman - Posted on June 4, 2004 - 09:18:33   (#12700)
 Current version when comment was posted: 0.2.0
hey try this..

open the makefile where the error occurs with globe or pe:
(in) berc/src/lirc/drivers/serial

then edit line 125 like this
install = driverinstall

and try making it now.

worked for me...
cya


Whatabout daemon functionality?
 By ex-parrot - Posted on June 4, 2004 - 04:31:21   (#12696)
 Current version when comment was posted: 0.2.0
Does this still have the TCP server functionality? This is what I actually need :P

results of making
 By rayman - Posted on June 4, 2004 - 01:38:56   (#12694)
 Current version when comment was posted: 0.2.0
1 ~/berc/src ->make
Lirc part...
make[1]: Entering directory `/boot/home/berc/src/lirc'
Drivers...
make[2]: Entering directory `/boot/home/berc/src/lirc/drivers'
Serial driver...
make[3]: Entering directory `/boot/home/berc/src/lirc/drivers/serial'
Makefile:125: *** target file `install' has both : and :: entries. Stop.
make[3]: Leaving directory `/boot/home/berc/src/lirc/drivers/serial'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/boot/home/berc/src/lirc/drivers'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/boot/home/berc/src/lirc'
make: *** [all] Error 2

phos trouble
 By zadig - Posted on June 3, 2004 - 12:37:12   (#12687)
 Current version when comment was posted: 0.2.0
it compiles without troubles on my system.
what version of phos do you use ?
can you send me the error output of compilation ?

pb with building
 By rayman - Posted on June 3, 2004 - 07:10:23   (#12683)
 Current version when comment was posted: 0.2.0
the building works good on BeOS 5.0, but not on DanO.
Have you a idea ? Why ?

gotcha
 By kvdman - Posted on May 10, 2004 - 15:24:23   (#12419)
 Current version when comment was posted: 0.1.0
let me know how it works on PhOS...

link
 By zadig - Posted on May 10, 2004 - 13:21:17   (#12417)
 Current version when comment was posted: 0.1.0
yes:
ln -sf /boot/home/config/add-ons/kernel/drivers/bin/berc_serial /boot/home/config/add-ons/kernel/drivers/dev/misc/berc/berc_serial

then reboot, and it should work.
/dev/misc/berc is where will be all the drivers.

link?
 By kvdman - Posted on May 10, 2004 - 13:09:16   (#12415)
 Current version when comment was posted: 0.1.0
you want a link here too?

/boot/home/config/add-ons/kernel/drivers/dev/misc/berc/berc_serial



install
 By zadig - Posted on May 10, 2004 - 12:39:04   (#12413)
 Current version when comment was posted: 0.1.0
well, "=" instead of ":" should not work. The ":" syntax is correct for a makefile. I will try it tonight on phos (maybe there will be the same problem). Instead of typing make install, can you go to "src/lirc/drivers/serial" and type the following:
copyattr --data obj.x86/berc_serial /boot/home/config/add-ons/kernel/drivers/bin/berc_serial

mkdir -p /boot/home/config/add-ons/kernel/drivers/dev/misc/berc

ln -sf /boot/home/config/add-ons/kernel/drivers/bin/berc_serial /boot/home/config/add-ons/kernel/drivers/dev/misc/berc/berc_serial

This is what should be done in make install

argh, input lockup
 By kvdman - Posted on May 10, 2004 - 12:07:51   (#12412)
 Current version when comment was posted: 0.1.0
well, before I couldn't compile and install the lirc driver only the input server add-on. I thought that now that I had everything compiled and installed I wouldn't have this problem.

but anyways, unfortunately the keyboard and mouse locks up when I start the system now.

wow I fixed it!
 By kvdman - Posted on May 10, 2004 - 10:29:39   (#12410)
 Current version when comment was posted: 0.1.0
Ok, well I know nothing about programming but I figured out what was wrong!

line 125 of /boot/home/Desktop/berc/src/lirc/drivers/serial/Makefile

should read:

install = driverinstall

not install: driverinstall

or whatever it read before...

Anyways, so it built now, and I installed it.

hi
 By kvdman - Posted on May 2, 2004 - 11:16:18   (#12293)
 Current version when comment was posted: 0.1.0
I am running zeta RC2

as i said in one of the messages below, i couldn't compile the serial driver and i give the terminal output error.

i could however compile everything else.

thnx

compile/install troubles
 By zadig - Posted on May 2, 2004 - 04:19:10   (#12290)
 Current version when comment was posted: 0.1.0
to kvdman:

what system are you running ? 5.xx, zeta, phos or dano?

When you installed the addon, did you compile/run the driver also?

hmm
 By kvdman - Posted on May 1, 2004 - 23:53:07   (#12289)
 Current version when comment was posted: 0.1.0
well after compiling the input server add-on ... i lose my keyboard. so, i had to uninstall it cause my keyboard didn't work.

can't compile
 By kvdman - Posted on May 1, 2004 - 15:36:14   (#12287)
 Current version when comment was posted: 0.1.0
Hi I can compile everything in the berrc folder, but nothing in the lirc folder...

here's my errors

/boot/home/Desktop/berc/src: make
make: *** Warning: File `Makefile' has modification time in the future (2004-05-01 20:17:28 > 2004-05-01 16:34:52)
Lirc part...
make[1]: Entering directory `/boot/home/Desktop/berc/src/lirc'
Drivers...
make[2]: Entering directory `/boot/home/Desktop/berc/src/lirc/drivers'
Serial driver...
make[3]: Entering directory `/boot/home/Desktop/berc/src/lirc/drivers/serial'
Makefile:125: *** target file `install' has both : and :: entries. Stop.
make[3]: Leaving directory `/boot/home/Desktop/berc/src/lirc/drivers/serial'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/boot/home/Desktop/berc/src/lirc/drivers'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/boot/home/Desktop/berc/src/lirc'
make: *** [all] Error 2
/boot/home/Desktop/berc/src:

cool!
 By kvdman - Posted on May 1, 2004 - 15:27:41   (#12286)
 Current version when comment was posted: 0.1.0
I've been dying to get my remote working under Zeta/BeOS..!

Well, I've used LIRC to get my remote working under Linux.

Any chance to have the lirc_gpio driver ported? I've got an Avermedia tuner

thnx



 
BeGroovy
  Recent Downloads  -  # 506
Total Downloads  -  # 2,128
Total Views  -  # 1,109
User Ratings  -  N/A
  Input Device Drivers
System Utilities
1.  QEMU - 9.62
2.  ScummVM - 9.50
3.  cpu_fix - 9.42
4.  Jukebox - 9.36
5.  Haiku AGP busm... - 9.35
6.  vim6 - 9.31
7.  Beezer - 9.25
8.  BeeF - 9.25
9.  HandBrake - 9.24
10.  DOSBox - 9.22
1.  Realtek RTL8139... - 299
2.  BeOS 5 Personal... - 223
3.  ATI Rage 128 Pr... - 188
4.  Ati Radeon Grap... - 158
5.  USB Serial driver - 134
6.  Ensoniq AudioPC... - 109
7.  Broadcom 440x 1... - 101
8.  DjVu Viewer - 99
9.  VLC Media Player - 91
10.  Intel Extreme Gr... - 76
You are not logged in.
 Login or create an account...
Hosted by NetConnect

 
Unless otherwise noted, everything is copyright © 1999-2002 Fifth Ace Productions, LLC. All Rights Reserved.
For more legal trivia, take a gander at our
Legal Stuff page and our Privacy Statement.
Fifth Ace Productions