Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#20125 - 12/10/2000 03:22 PIN code
alainp
new poster

Registered: 12/10/2000
Posts: 12
Loc: Arlon - Belgium
A sample PIN code checker for your empeg (http://www.infodata.lu/alainp/empeg/get_passwd.tgz)

look at the readme file !

(I know, a thief can just "upgrade" a new image to bypass this "security")

Does someone know how to block the "upgrade" program (with a password by example)

AlainP

MKII S/N:413 6Go Blue
_________________________
AlainP

[blue] MKII S/N:080000413 6+4Go [/blue]

Top
#20126 - 12/10/2000 04:53 Re: PIN code [Re: alainp]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands
Nice work Alain,

Another idea : do not show the thief the "STOLEN UNIT", but let him think the PIN was correct. Then let irDA try to call a specific number over an irDA-enabled mobile-phone every 5 minutes.
I guess someone has to walk by sometimes with an irDA enabled telephone and IR reception on. Through caller number identification you could locate the unit.

As for the upgrade program I do not think this is possible as it is in ROM.

Frank van Gestel
_________________________
Frank van Gestel

Top
#20127 - 12/10/2000 06:19 Re: PIN code [Re: fvgestel]
alainp
new poster

Registered: 12/10/2000
Posts: 12
Loc: Arlon - Belgium
Or another one : every PIN entered with the buttons front of the player are
invalid and only a code entered by the remote control is valid...
So the thief can try ALL codes and nothing will work (1000000 codes * 1 min (sleep 60) = +- 694 days :-)
I'm working on a better look for this program....

For the IrDA and GSM connexion, I have a Nokia 6110 and "Gnokii", but the Nokia is NOT IrDA compliant...

Does someone know how to disable IrDA (and empeg_ir) completely (without rebuilding the kernel) ? (with the use of ioctl by example)

I already made a "irdump" so I can intercept raw datas from /dev/ir, but the kernel does not include the "write" fonction... to answer to my GSM.

look at : //www.infodata.lu/alainp/empeg/irdump.tgz

I didn't tried yet... Is it possible to create a modular kernel for empeg ?
Are all the "empeg_*" modular compliant ?


AlainP

MKII S/N:413 6Go Blue
_________________________
AlainP

[blue] MKII S/N:080000413 6+4Go [/blue]

Top
#20128 - 12/10/2000 07:00 Re: PIN code [Re: alainp]
fvgestel
old hand

Registered: 12/08/2000
Posts: 702
Loc: Netherlands
You shouldn't use /dev/ir at all for bidirectional communication. /dev/ir/is only for remote controls. use /dev/ttyS2 instead.
Gnokii should work with your 6110 as it doesn't use irDA,
Hugo told me last week that it wasn't necessary to disable the irDA-driver. irDA is activated with the irattach command

Frank van Gestel
_________________________
Frank van Gestel

Top
#20129 - 12/10/2000 07:07 Re: PIN code [Re: fvgestel]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
This is why I bought the 7110, apart from the bugs the neat thing is builtin softmodem, if memory serves the 5x and 6x series did not have this ? (Not to mention lack of IR on the 5x)

Cheers,
Hans


Mk2 - Blue - 080000431
_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20130 - 12/10/2000 07:09 Re: PIN code [Re: EngelenH]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
Perhaps by the way it would be best if the Empeg people themselves added similar functionality (pin-code) to their kernels. Though I did read something was already being done on that field.

Cheers,
Hans


Mk2 - Blue - 080000431
_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20131 - 12/10/2000 07:25 Re: PIN code [Re: fvgestel]
alainp
new poster

Registered: 12/10/2000
Posts: 12
Loc: Arlon - Belgium
The Nokia 6110 is a special device, it use 2 protocols :
- IrDA to print to an infrared-printer
- Nokia's own protocol to communicate between to Nokia or with Nokia Communicator program

It's still popup on /proc/net/irda/discovery.... so it use IrDA on the empeg and interfer with gnokii.
On the gnokii site, it is said that I must disable IrDA (by removing the module from kernel by example....) but empeg's kernel is not modular
And I don't want to create this modular kernel since the "empeg_*" devices are not ready for it ! (to be added on the whish list :-)

Maybe there's a trick about it....



AlainP

MKII S/N:413 6Go Blue
_________________________
AlainP

[blue] MKII S/N:080000413 6+4Go [/blue]

Top
#20132 - 12/10/2000 08:38 Re: PIN code [Re: alainp]
altman
carpal tunnel

Registered: 19/05/1999
Posts: 3457
Loc: Palo Alto, CA
No, you *don't* need to disable IrDA in the kernel. The IrDA in the kernel does *nothing* until you irattach it. The IrDA stack *does not drive any empeg devices* and so has no access to the IrDA transceiver on the front of the empeg until you manually attach it to the IR transceiver with irattach.

If the gnokii docs say to disable IrDA, simply don't do the irattach, and run gnokii on ttyS2 - this should work.

The empeg devices don't interfere with anything, and are not designed to work as modules as this is not applicable for the empeg - modules are more for "generic" kernels which will run on various types of hardware, not boxes with known & fixed hardware.

I think you're getting confused with /dev/ir (INPUT ONLY, buttons and IR) and the IrDA transceiver. These are totally different devices - they just happen to sit next to each other on the display board PCB. There are two IR receivers because consumer IR is modulated on a 38kHz carrier and IrDA isn't.

Hugo



Top
#20133 - 12/10/2000 09:56 Re: PIN code [Re: altman]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
play the mp3 attached, something for when we get VR ?

Cheers,
Hans


Mk2 - Blue - 080000431


Attachments
4-19404-datacode.mp3 (211 downloads)

_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20134 - 12/10/2000 11:24 Re: PIN code [Re: altman]
alainp
new poster

Registered: 12/10/2000
Posts: 12
Loc: Arlon - Belgium
Thanks for the answer... Now I understand the /dev/ir driver !
Unfortunately, my Nokia still don't work... I'll search another way :-)

AlainP

MKII S/N:413 6Go Blue
_________________________
AlainP

[blue] MKII S/N:080000413 6+4Go [/blue]

Top
#20135 - 12/10/2000 11:27 Re: PIN code [Re: EngelenH]
alainp
new poster

Registered: 12/10/2000
Posts: 12
Loc: Arlon - Belgium
I'd prefer my old Micro$oft Windoz 9x serial number as a code, something like : 00400-OEM-1234567-12345

AlainP

MKII S/N:413 6Go Blue
_________________________
AlainP

[blue] MKII S/N:080000413 6+4Go [/blue]

Top
#20136 - 12/10/2000 11:37 Re: PIN code [Re: alainp]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
*watches the M$ license police do a full head-on assault on Alain's house*

tsk tsk tsk

Cheers,
Hans


Mk2 - Blue - 080000431
_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20137 - 12/10/2000 20:21 Re: PIN code [Re: EngelenH]
bootsy
enthusiast

Registered: 17/08/2000
Posts: 334
Loc: Seattle, WA. USA
Oh man... pure geek.

Maybe the VR hold up is Empeg is trying to sign Majel Barret for some VO work?

Brian H. Johnson
MK2 36GB Blue
"Born to Lose..."
_________________________
Brian H. Johnson
MK2 36GB Blue, currently on life support
"RIP RCR..."

Top
#20138 - 13/10/2000 12:45 Re: PIN code [Re: bootsy]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
Well, surely there are some good soundbits for that on the web. I mean come on, Leonard Nimoy (Mr. Spock for you barbarians ) did the announcement on my answering machine ...

Of course, Empeg would be liable for doing so

Cheers,
Hans


Mk2 - Blue - 080000431
_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20139 - 14/10/2000 16:35 Re: PIN code [Re: EngelenH]
rob
carpal tunnel

Registered: 21/05/1999
Posts: 5335
Loc: Cambridge UK
I did once spend some time going through the entire Blakes 7 series (ALL the series) and pulling out every soundbite from Zen, Orac and Slave. It was amazing what could be pasted back together.

Unfortunately (or fortunately?) I haven't a clue what happened to all the samples. They're probably sat on a long forgotten ST506 somewhere.

Rob



Top
#20140 - 14/10/2000 16:55 Re: PIN code [Re: rob]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
Blake's 7, for you non-Europeans was like the UK version (which was first btw?) of Star Trek (people are going to hurt me for saying that). It is still one of the best series to come out of the UK.

okay pop quiz, what was the name of Blake's Ship in Blake's Seven ... Both the name Blake gave it and its REAL name!

Oh and Avon was the coolest of them all!!

P.S. Rob : Look here

Cheers,
Hans


Mk2 - Blue - 080000431
_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20141 - 17/10/2000 02:42 Re: PIN code [Re: EngelenH]
bryan
journeyman

Registered: 25/06/1999
Posts: 57
Loc: New Zealand


okay pop quiz, what was the name of Blake's Ship in Blake's Seven ... Both the name Blake gave it and its REAL name!

Liberator, Deep Space Vehicle 2. (Ok so I cheated to find out the second one)

Oh and Avon was the coolest of them all!
"I'm going to live forever or die trying"




Top
#20142 - 17/10/2000 07:13 Re: PIN code [Re: bryan]
EngelenH
enthusiast

Registered: 29/09/2000
Posts: 313
Loc: Belgium/Holland
Deep Space Probe 2 I thought ... Hmmm, pretty sure it was probe ...

Okay half a cookie for you ...

Cheers,
Hans


Mk2 - Blue - 080000431
_________________________
Mk2 This message will selfdestruct in 5 seconds to prevent reproduction.

Top
#20143 - 19/10/2000 04:44 Re: PIN code - Blake 7 [Re: EngelenH]
stig
new poster

Registered: 29/10/1999
Posts: 48
Loc: Cumbria, UK
Do you remember the episode where one of the smaller probe ships turned up?
(it looked like the central portion of liberator).


The other ship they used was Scorpio (the computer on board was Slave) - they fitted a super drive and activated it frying the designer in the process.


The main difference between B7 and Star-Trek was that B7 was failed anti-heroes fighting a loosing battle against superior forces in an 'aquired' ship.



Top