Re: Multiple issues (FreeBSD 6.2 RELEASE)

2007-06-03 Thread Lucas (a.k.a T-Bird or bsdfan3)
x27;t like. Results: a black screen. Any idea on how to fix this one? magikman wrote: Lucas (a.k.a T-Bird or bsdfan3) wrote: Securelevel == 1 and thanks for the answer to the fourth question magikman wrote: Lucas (a.k.a T-Bird or bsdfan3) wrote: Hardware: Compaq Presario 1200-XL118 AMD K6-2 5

Re: Multiple issues (FreeBSD 6.2 RELEASE)

2007-06-03 Thread Lucas (a.k.a T-Bird or bsdfan3)
I will try reflashing the BIOS with the latest ROMpaq. [EMAIL PROTECTED] wrote: On 01/06/07, Lucas (a.k.a T-Bird or bsdfan3) <[EMAIL PROTECTED]> wrote: Hardware: Compaq Presario 1200-XL118 AMD K6-2 500MHz 64MB of RAM Trident CyberBlade i7 video with 4MB shared RAM 6GB ATA66 HD Link

Re: Multiple issues (FreeBSD 6.2 RELEASE)

2007-06-01 Thread Lucas (a.k.a T-Bird or bsdfan3)
finally (EE) No devices detected magikman wrote: Lucas (a.k.a T-Bird or bsdfan3) wrote: Securelevel == 1 and thanks for the answer to the fourth question magikman wrote: Lucas (a.k.a T-Bird or bsdfan3) wrote: Hardware: Compaq Presario 1200-XL118 AMD K6-2 500MHz 64MB of RAM Trident CyberBlade i7

Re: Multiple issues (FreeBSD 6.2 RELEASE)

2007-06-01 Thread Lucas (a.k.a T-Bird or bsdfan3)
Securelevel == 1 and thanks for the answer to the fourth question magikman wrote: Lucas (a.k.a T-Bird or bsdfan3) wrote: Hardware: Compaq Presario 1200-XL118 AMD K6-2 500MHz 64MB of RAM Trident CyberBlade i7 video with 4MB shared RAM 6GB ATA66 HD Linksys 10/100 PCCard Ethernet (using ed

Multiple issues (FreeBSD 6.2 RELEASE)

2007-06-01 Thread Lucas (a.k.a T-Bird or bsdfan3)
Hardware: Compaq Presario 1200-XL118 AMD K6-2 500MHz 64MB of RAM Trident CyberBlade i7 video with 4MB shared RAM 6GB ATA66 HD Linksys 10/100 PCCard Ethernet (using ed driver) OS: FreeBSD 6.2-RELEASE using GENERIC kernel Issues: 1) The machine will not turn off when I try to soft-off it (ACPI S5

Re: Variable length packets?

2004-08-31 Thread Lucas (a.k.a T-Bird or bsdfan3)
I'll try using __attribute__ ((packed)) on the declaration of struct packet_t. - Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "Lucas (a.k.a T-Bird or bsdfan3)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 30

Variable length packets?

2004-08-30 Thread Lucas (a.k.a T-Bird or bsdfan3)
I am trying to implement a custom protocol that sends and receives variable-length packets on top of TCP/IPv4. The problem is that the length field of the packet is silently being mangled first becoming 0 and then getting turned into a very large number (about 2-3 billion). The length field i