On Sat, Oct 14, 2000 at 09:33:04PM -0400, Leigh Orf wrote:
> 
> Oops... 
> 
> I tried your script and it choked on the line following your comment
> "clear bits 0, 1, and 3" with the following:
> 
> ./frank.sh: 08: value too great for base (error token is "08")
> 
> Just to clarify my byte/bit problem, if this is before...
> 
> 50: 08 00 81 14 02 00 40 01 2b 10 55 11 01 00 11 11
> 
> I want this for after, right?
> 
> 50: 00 00 81 14 02 00 40 01 2b 10 55 11 01 00 11 11
> 
> since 08 = 00001000 ?
> bit:       76543210


Yes, that's what you want to end up with. My box originally had 0x50 == 0x88,
running the script changes this into 0x50 == 0x80. Which shell did you use when
you tried the script? It is probably bash-only...

> |   Lucky you, that your system did't crash and burn...
> 
> I'm getting used to it....

When you're done with this system, try an abit BP6 SMP-board. Loads of crashing
fun and horror... That's what I'm on currently (the Triton sits below the last
step of the staircase in the role of server and mp3-player)

Cheers//Frank 
-- 
  WWWWW      _______________________
 ## o o\    /     Frank de Lange     \
 }#   \|   /                          \
  ##---# _/     <Hacker for Hire>      \
   ####   \      +31-320-252965        /
           \    [EMAIL PROTECTED]    /
            -------------------------
 [ Hacker: http://www.jargon.org/html/entry/hacker.html ]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to